Our automated system will not approve this name (Facebook)
Why do I get this error while trying to register on Facebook:
Our automated system will not approve this name. If you believe this is an error, please contact us.
Why do I get this error while trying to register on Facebook:
Our automated system will not approve this name. If you believe this is an error, please contact us.
I wrote a script for Twitter with Oauth. After running it I got this error:
Fatal error: Call to undefined function curl_init() in /var/public_html/www
Because Curl wasnt install and couldnt find in php.ini file or in webmin navigation functions.
I wanted to install curl for Apache+PHP on my Linux dedicated server with Debian+Webmin.
This code helped me to install curl:
apt-get clean && apt-get update && apt-get install php5-curl
You want to test multiple domains/sites on your local computer. Each site need to run on root level without urls without subdirectory. You have to create multiple vhosts. For each virtual host creata an entry in windows host file: hosts
Run a text editor as administrator to have right to make changes under windows.
C:\Windows\System32\drivers\etc\hosts :
127.0.0.1 www.mysite1.example 127.0.0.1 www.example.ku
httpd.conf :
NameVirtualHost 127.0.0.1
You cannot change hosts file under Window7 oder vista. To do it run a text editor as administrator and edit the file.
I am using HTC-Desire with Android 2.2. and got this error: Connection problem or invalid MMI code
And I cant call and accept calls. But my network status seems to be ok. What is the reason and how to fix it ?
With following dos command you can list all files in a directory without filesize, heading info under Windows and save it to a filename like allfilesname.txt:
dir /B > allfilesname.txt
I am using windows7. How to exit from fullscreen mode of Putty ? I cant do it.
If you get this error: "Invalid utf8 character string" when you are using iconv you should convert from utf-8 to utf-8 to.
$htmc = iconv("ISO-8859-9", "UTF-8//TRANSLIT//IGNORE", $htmc); $htmc = iconv("UTF-8", "UTF-8//TRANSLIT//IGNORE", $htmc);
Dont forget: //TRANSLIT comes before //IGNORE
I want to download the first two level pages of a couple of websites to one local directry. I use this code with ssh (using putty):
wget -r -l2 --no-directories
If you are a programmer who have to stay long hours against a display, you will need always less light and more constast. This means you need a black background and white font color. To do this you need to create a Nopepad++ theme and install it after each NPP install. Instead of this I add my theme here; you just need to save it in C:\Program Files (x86)\Notepad++\themes\A1_Res_u_Spi.xml and restart/run your NPP as administrator once and in "settings->style configuration" change it to A1_Res_u_Spi.xml. See screenshot/attachment for look of that example.