Jump to content
MakeWebGames

Anaconda

Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Anaconda's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: Random Error - Not Sure What Is Wrong change this $d=mysql_query("SELECT COUNT(*) as cnt FROM events WHERE evUSER={$ir['userid']} AND evREAD=0",$c) or print(mysql_error()); $r=mysql_fetch_array($d);   to this $d2=mysql_query("SELECT COUNT(*) as cnt FROM mail WHERE mail_to={$ir['userid']} AND mail_read=0",$c); $r=mysql_fetch_array($d2);   and it all works again like it should its some kind of conflict with the one in header.php and the one in mainmenue.php
  2. Re: Random Error - Not Sure What Is Wrong nope bomb its the error code at the end of the query it started on mine after a update to the server was done easy fix ill post it here when i pull out the file
  3. ip 68.202.108.35 he trys to scam game owners by saying he wrote their mods and he will sue them
  4. Re: WAMP 5 your mysql.php <?php $c = mysql_connect('localhost', 'root', ''); mysql_select_db('your db name here', $c); $mykey=your my key here; ?>
  5. validation mod
  6. validation mod yes it works for lite u must have input the code wrong
×
×
  • Create New...