Jump to content
MakeWebGames

bored292

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

bored292's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Mod ideas hhhmm oooooo i know a admin panel for creating new houses :D
  2. adding a crime panel in admin panel okay so after quite a few smacks of the screen i finally sorted the add new crimegroup thing the mysql query needs to be changed from   mysql_query("INSERT INTO crimegroups (cgNAME, cgORDER) VALUES( '{$_POST['cgNAME']}', '{$_POST['cgORDER']})", $c);   to   $res = mysql_query("INSERT INTO `crimegroups` (`cgNAME`, `cgORDER`) VALUES('".$_POST["cgNAME"]."','".$_POST["cgORDER"]."')"); if (!$res) { die('error: '.mysql_error()); }   and it worked for me okay but i can't get delete crimegroup to work it just stays on my admin panel and don't actually switch to anything to delete any idea's?
  3. adding a crime panel in admin panel w00t got it working thanks so much!!!!!
  4. adding a crime panel in admin panel Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\wamp\www\codes\global_func.php on line 113   i get it but on a diff line ^^
  5. cron ^^ okay here we go -----------------------------------------------------------------------   it working now :D i deleted the cron and re add'd it and now it works :D ty anyways
  6. cron ^^ i tried to just run it manually and it comes back with error Error Executing Query 1 for updating users to UPDATE users SET energy=energy+(maxenergy/(12.5)) WHERE energy   ------------------------------------------------------------------------------------ okay so...i fixed that error but still the cron is not working :S it runs manually but it will not do it automaticly i waited 10 mins and still nothing :/
  7. okay so i followed what it said and also looked at the working cron picture and mine is exactly the same apart from it has my code thing at the end and it still not working any idea's? :/
  8. Developing locally on your own local PHP/MySQL/Apache server hm i have had alook at that now and it don't look very good for the tasks i need it too do ^^
  9. Developing locally on your own local PHP/MySQL/Apache server arcteller can you tell me what product you are using for cron job's please? ty
  10. [Lite] Bugget streets v1 nice mod... have abit to go with this open header.php and look for   [b]Level:[/b] {$ir['level']}   after it add   [b]Turns:[/b] {$ir['turns']}   then you should have something that looks like this Name: bored292 [1] Money: $6,442,490,066 Level: 22 Turns: 100 [Emergency Logout]
  11. Developing locally on your own local PHP/MySQL/Apache server i got it running on a crappy winxp machine and it working perfectly :) not had no problems with it at all quite simple really :D
  12. Developing locally on your own local PHP/MySQL/Apache server hm does it have anything in it to do the cron job things?
×
×
  • Create New...