Jump to content
MakeWebGames

simplypanda

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

simplypanda's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: [mccodes V2] game Menu Editing+Create System I get this error:Error: This script requires an action. I'm not sure why though, any help would be appreciated I would like to test it out
  2. Re: main menu users online count Ok thx for the advice.
  3. Re: main menu users online count I just added this to my game   <th style='border: 1px solid '><font color='Black'>[b]Users Online[/b]</font></th> </tr> <tr> <td style='border: 1px solid '>"; $q = mysql_query("SELECT * FROM users WHERE laston>(unix_timestamp()-15*60) AND user_level=1 ORDER BY userid ASC", $c); while ($r = mysql_fetch_array($q)) { $la = time() - $r['laston']; $unit = "secs"; if ($la >= 60) { $la = (int)($la / 60); $unit = "mins"; } if ($la >= 60) { $la = (int)($la / 60); $unit = "hours"; if ($la >= 24) { $la = (int)($la / 24); $unit = "days"; } } print "[*][url='viewuser.php?u={$r[']<font color=black>{$r['username']}[/url] ($la $unit)"; } }
  4. Re: Mc V2 codes isnt connecting to database hmm i had the same problem when i was using yahoo web hosting, then whenever i switched to a different host it worked
  5. Re: [v2]Casino[v2] Works fine for me, nice mod. :-D
  6. Re: lost cron code so as long as the code in the config.php file is the same as the crons it will work? if so tyvm
  7. Re: lost cron code Im sorry let me rephrase that. The server went down...crons messed up-deleted from crontabs...realizing i accidentally deleted the config file i reuploaded the orginal with the default code
  8. my web hosting site went down about a week ago, and the crons stopped working. I put in a support request asking for help and they replied that they fixed the cron tabs. I accidentally deleted the config file and re uploaded it but the default one is there. Any help on retrieving my game code would be much appreciated
  9. Re: Mc V2 codes isnt connecting to database i am positive they are the correct details one thing i noticed was that if i purposely put in the wrong detail it would take me to that same page and stay there when it should tell me the password or database info was incorrect   i have not edited my installer.php file i even uploaded all files again and it still dosent work
  10. Installer 1. Diagnostics >> 2. Configuration >> 3. Installation & ExtrasWrite Config... Config written. Attempting DB connection i have the configuration correct but it does not want to connect any help is appreciated
×
×
  • Create New...