H0MICIDAL Posted June 27, 2009 Posted June 27, 2009 mines obviously broken can someone fix or give me the correct script for it>? <?php $c = mysql_connect('localhost', 'xx', 'xxxxxxxx'); mysql_select_db('lite2', $c); $mykey=xxxxxxxxxx; ?> Quote
Haunted Dawg Posted June 27, 2009 Posted June 27, 2009 Re: need a new mysql.php As im not an staff. PLEASE DO NOT BUMP YOUR THREAD 30 MINUTES AFTER POST! Quote
Nickson Posted June 27, 2009 Posted June 27, 2009 Re: need a new mysql.php first of all, don't post your connection details like that, you're giving naughty people to key to your door... it's not so good. secondly, another code won't work, it's something you have to figure out. The only thing I can say is, check your values and key! It most likely doesn't work because you took a random game, used the installer but didn't change that $mykey. I'm only guessing here though PS: please use the appropriate category to post, as this is mcc Quote
Karlos Posted June 28, 2009 Posted June 28, 2009 Re: need a new mysql.php You want the correct script? Okay <?php $c = mysql_connect('localhost', 'username', 'password'); mysql_select_db('database', $c); $mykey = 'som random key here'; ?> Notice it's the same basically? Because your filling you details out wrong! :wink: Quote
H0MICIDAL Posted June 28, 2009 Author Posted June 28, 2009 Re: need a new mysql.php ya i just figured it out a minute ago from a friend thanks :D Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.