Jump to content
MakeWebGames

Ghetto

Members
  • Posts

    413
  • Joined

  • Last visited

    Never

Everything posted by Ghetto

  1. Re: Guess the next poster Nope im back :evil: Twist next.
  2. Re: Jokes Theres two muffins in a oven one turns round to the other one and says "God its hot in here" the other muffin screems "ahh a talkin muffin" :lol: Its so bad its funny :-P
  3. Re: Counting (nr game) 1349
  4. Re: Guess the next poster Nope killalot next
  5. Re: Counting (nr game) 1346
  6. Re: [help] Then you go on the DB unjail yourself and jail the admin. :lol:
  7. Re: Counting (nr game) 1323
  8. Re: Guess the next poster Yep :wink: Next tears again
  9. Re: Counting (nr game) 1318
  10. Re: Guess the next poster Way off :-P Next tears
  11. Re: [mccode] Additional Currency   ALTER `users` ADD `gems` INT(11) NOT NULL DEFAULT 0;
  12. Re: Counting (nr game) 1315
  13. Re: FIRST THOUGH! sorrow :lol:
  14. Re: Guess the next poster Nope killalot next
  15. I was asked to make this for someone so i thought id post it here as it was only a 5 min job :-) Open staff_gangs.php Find: case 'gedit_ament': admin_gang_edit_ament(); break;   Add under: case 'gedit_delete': admin_gang_edit_delete(); break; case 'gedel': admin_gang_delete_begin(); break;   Later find: $h->endpage(); ?>   Add befor it: function admin_gang_delete_begin() { global $db,$ir,$c,$h,$userid; if($ir['user_level'] !=2) { die("403"); } print " Gang Management Enter a gang ID to delete: "; } function admin_gang_edit_delete() { global $db,$ir,$c,$h,$userid; if($ir['user_level'] !=2) { die("403"); } $db->query("UPDATE users SET gang=0 WHERE gang={$_POST['gang']}"); $db->query("DELETE FROM gangs WHERE gangID={$_POST['gang']}"); stafflog_add("Deleted Gang {$_POST['gang']}"); print "Gang Succesfully Deleted"; }   Then open smenu.php Fine: > [url='staff_gangs.php?action=gedit']Edit Gang[/url]   Add under: > [url='staff_gangs.php?action=gedel']Delete Gang[/url]   Fill free to add to it or post a better one i dont care really 8-)
  16. Re: Counting (nr game) 1312
  17. Re: Guess the next poster Nope Scarlet your next
  18. Re: FIRST THOUGH! raffle
  19. Re: Counting (nr game) 1310
  20. Re: FIRST THOUGH! hell
  21. Re: 3 Word Game But they all
  22. Re: Guess the next poster Nope im back again :-P Next killalot
  23. Re: [mccode] Streets for v2.0 On your cron_day.php add this:   $db->query("UPDATE users SET turns=100");   Below this:   $q=$db->query("SELECT * FROM fedjail WHERE fed_days=0");
  24. Re: Counting (nr game) 1302
  25. Re: FIRST THOUGH! sisters
×
×
  • Create New...