Posts tagged error
HOW SHOULD I FIX JAVA SCRIPT ERROR FOR GAMES AND LOOKING AT SCREEN CAPS?
Apr 18th
Question by kbl07:
How should i fix java script error for games and looking at screen caps?
when i want to look at screen caps or photos this comes up
javascript:;
at this site for examole
http://www.screencap-paradise.com/caps/thumbnails.php?album=872
also when i want to play a game like yahoo pool it doesn’t work
other world wide web games say
javascript:void(0);
i have the latest version and its enable, but i do not know what else to do. i’ve asked before twice, but nothing has worked. they just told me to enable it, but i have it enabled. help would be wonderful.
Read More >>
HELP WITH SCRIPT. GETTING ERROR ” CAN’T CONNECT TO MYSQL SERVER ON ‘MYSQLDB’ (111). CAN YOU HELP?
Nov 28th
Question by bkrue514:
Help with script. Getting error ” Cannot connect to MySQL server on ‘Mysqldb’ (111). Can you help?
I am trying to get this php script loaded. It is one for buying words.
For some reason when I add a word in the /admin then it states “Can’t connect to MySQL server on ‘mysqldb’ (111)”
I have no clue what that means. Another weird thing is that I changed the foote and header, and it is changed in the main site, but when I go to /admin then it all looks the way it did when I uploaded it. Is something messed up?
Here is what the db looks like
< ?
$dbuser = "user";
$dbpass = "password";
$dbname = "buymeaword";
$hostname = "localhost";
$adminu = "user";
$adminp = "password";
$adminu = "user";
$adminp = "password";
$notify_url = "http://www.midmichiganads.com/bmaw/admin"; //where ipn_res.php is
$notify_url2 = "http://www.midmichiganads.com/bmaw/admin"; //where ipn_res2.php is
$return_page = "http://www.midmichiganads.com/"; //the main site url
$my_paypal = "@yahoo.com"; //your primary paypal address
$my_error = "@yahoo.com"; //the email where notifications will be send to
$adsense_pub="pub-0999107265272012";
$affid="395"; //your affiliate ID to promote Purchase me a Word script - check the user's guide to see how you can get this affiliate ID
$money_currency = "USD"; // USD, GBP, JPY, CAD, EUR
mysql_connect(localhost,user,password);
mysql_select_db(buymeaword);
?>
Obviously my username and password are not user/password,but is there anything wrong with this? The bottom of the thing is:
“mysql_select_db(buymeaword)”
and my error is :
“Can’t connect to MySQL server on ‘mysqldb’ (111)”
they both have “mysqldb” in them. Not sure if this helps or not. If you do not know then do not worry about it. I am just trying to figure out how to add words.
the site is www.midmichiganads.com/bmaw
Read More >>









