Jump to content
MakeWebGames

kcmajor36

Members
  • Posts

    78
  • Joined

  • Last visited

Everything posted by kcmajor36

  1. Could someone edit it so it will fix the globals and stuff like that?
  2. I was hoping someone maybe Dave could help me. I need a nice layout with staff feature staff app script in Jquery Ajax free. Please help me soon!
  3. When you installed the game then installed the cron into cron jobs in your cPanel did you put Curl before?
  4. I don't have money, and I just need a shout box with smileys
  5. Oh okay
  6. Could you make one in just PHP and maybe MYSQL?
  7. Yeah I need one too! Thanks if anyone could help.
  8. Yeah, I'm helping him with his game.
  9. Isen't suppose to close only if the admin closes that page or site because I haven't closed the site or page and it says "(Page) Closed for maintenance"
  10. " $q = $db->query("SELECT offline, online, reason, hour, minute, timenow, maintpage FROM maintenance WHERE maintpage='inventory.php'"); $t = $db->fetch_row($q); $db->query("SELECT * FROM users WHERE maintpage='inventory.php'"); if ($ir['maintpage']==$t['maintpage']) { echo'<h1>Inventory Closed for Maintenance</h1>'; echo' <font size=3>'.$t['reason'].'</font> this Page will be back online in '.$t['hour'].' Hour(s) And '.$t['minute'].' Minute(s) Time from when page was Placed in Maintenance mode at '.$t[timenow].''; echo " Time Now: ".date('g:i:s a').""; die(); } " This isn't working right.
  11. And can you be a bit more specific about installing the last two.
  12. Yes, I did really. :)
  13. What if we want to close the whole site so people can't login?
  14. Never mind found a different way to do it.
  15. Can you IM me at [email protected] thanks!
  16. " if($ir['userid'] != 1) " What if you want more than one user ID?
  17. I will help you if you want!
  18. I can help you if you still need help.
  19. I need free mccode coding helpers ASAP! You can message me or email/IM me at [email protected]
  20. I'm having the same problem.
  21. Having a error on the globals.php " Parse error: syntax error, unexpected $end in /home/XXXX/public_html/XXXX/globals.php on line 117 "
  22. GREAT WORKS!
  23. Okay hold on
  24. Just login to your IM and we can talk on there. OKay?
  25. SQL query: -------------------------------------- -- CREATE TABLE `questgroups` ( `qgID` INT( 11 ) NOT NULL AUTO_INCREMENT , `qgNAME` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL , `qgORDER` INT( 11 ) NOT NULL DEFAULT '0' PRIMARY KEY ( `qgID` ) ) ENGINE MYISAM CHARACTER SET utf8 COLLATE utf8_unicode_ci; MySQL said: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---------------------------------------- CREATE TABLE `questgroups` ( `qgID` ' at line 1
×
×
  • Create New...