Posts tagged server
CAN ANYONE GIVE ME A SCRIPT HTML CODE TO DISPLAY SERVER FILES ON SITE?
Feb 9th

Question by evilflame.rulz:
Can anyone give me a script HTML code to display server files on site?
i use 000webhost and i want it to display whatever is in a certain folder in the server. i use this so that files uploaded from home can be accessed from laptop without needing to login to net2ftp. and just to let u know…i have password protection on site so i will not get spammed with files and nobody will get mine
Read More >>
IS THERE A WAY TO STRIP ADS FROM A WEBPABE BY USING EITHER SERVER SIDE OR CLIENT SIDE SCRIPTING?
Jan 26th
Question by Jay:
Is there a way to strip ads from a webpabe by using either server side or client side scripting?
I am working with someone that needs a specific site blocked killingtime.com… They need it blocked from both search results and from directly typing in the address… I just had an idea though to try and find a way to strip the ads out of pages… This isnt to mess people out of revenues via the web but to keep younger children from seeing porn on the side and top of this site… Any help would be greatly appreciated…
Read More >>
CAN A SERVER (USING PHP) HANDLE THINGS FOR PLAYERS WITHOUT ANYONE BEING ON THE WEBSITE?
Nov 15th
Question by tobbe_hunter:
Can a server (using php) handle things for players without anyone being on the website?
We’re using php. We wonder if we can set a timer to like 30 minutes, and then the server will run a php script once the timer runs out, even if there are no one on the site to load pages.(We’re making a game like travian and wondering how to make the attacks like they are in travian)
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 >>








