Jump to content
MakeWebGames

3XTR3M3

Members
  • Posts

    145
  • Joined

  • Last visited

    Never

Everything posted by 3XTR3M3

  1. Re: [Free] Password reset code when i click on forgot password it just refreshes page
  2. Re: [FREE] Bodyguard V2.0 its works for me on v2 +1 mate
  3. Re: [urgent Help] My Crons Won't Work, They Suddenly Stopped Working!! [Please Read] if he changed cpanel he would not beable go on his game it would say cudnt conect to datbase lol if you added scuba i dont think its meant to be for lite so probz that n you probally cocked it up
  4. Re: [urgent Help] My Crons Won't Work, They Suddenly Stopped Working!! [Please Read] unless his host decided to turn them off because he is on a free host lol
  5. Re: FREE RAFFLE MOD   <?php /*----------------------------------------------------- --Daniel -- Free mod for v2 -- Please do not resell -- Please leave this note -----------------------------------------------------*/ include "globals.php"; $costforfreeitem=10; print "<h3>Free money +Crystals</h3><hr />"; if($_GET['play']) { if($ir['free_item'] >= 100) { die("Only try 100 Times a day, You have had enough chances. Come back tomorrow."); } if($ir['money'] < $costforfreeitem) { $cpt=number_format($costforfreeitem); die("Nope sorry, it costs \$$cpt toa chance to win money. Come back when you have cash +crystalsto gamble."); } $num=rand(1, 6); $db->query("UPDATE users SET free_item=free_item+1, money=money-$costforfreeitem WHERE userid=$userid"); $ir['crystals']-=$costforfreeitem; switch($num) { case 1: $rafs=rand(1,5); print "1st Outcome:Gained {$rafs} crystals"; $db->query("UPDATE users SET crystals=crystals+{$rafs} WHERE userid={$userid}"); break; case 2: $rafs=rand(1,5); print "2nd Outcome:Gained {$rafs} crystals"; $db->query("UPDATE users SET crystals=crystals+{$rafs} WHERE userid={$userid}"); break; case 3: $money=rand(320, 2600); print "Second Outcome: Gained \${$money}"; $db->query("UPDATE users SET money=money+{$money} WHERE userid={$userid}"); break; case 4: $stole=min(rand($ir['money']/10, $ir['money']/5), 5000); print "Third Outcome: Lost \${$stole}"; $db->query("UPDATE users SET money=money-{$stole} WHERE userid={$userid}"); break; case 5: print "Fourth Outcome: You did not win anything"; break; case 6: print "Fifth Outcome: You did not win anything"; break; } print "<hr /> [url='freeitem.php?play=1']>Try Again[/url] [url='explore.php']>Back to the city[/url]"; } else { print "Try and win a free item <hr /> [url='freeitem.php?play=1']>Ok Try Again.[/url] [url='gym.php']>Go and Train.[/url] [url='docrime.php']>Do a crime.[/url] [url='explore.php']>No thanks go back to city.[/url]"; } $h->endpage(); ?> I edited it a bit ALTER TABLE `users` ADD `free_item` INT( 11 ) NOT NULL DEFAULT '0'   $db->query("UPDATE users SET free_item=0");
  6. Re: FREE RAFFLE MOD good mod
  7. Re: [Free v1 & v2] Gift Thanks seanybob
  8. Re: [mccode] Supporter Packs cba any ways now lol
  9. Re: Gift ok
  10. Re: [site tools] auto backup your site When you Backup your site lol its like every file but you ownly really want public_html lol and maybe ftp and you cant choose an exact folder i made it any ways so it backups my site automatically every week and send it to my email incase i get hacked lol
  11. Re: Adding crimes and cities in v2 lol
  12. Re: Gift work for v2??
  13. Re: [$5] Minesweeper But now oxi made1 for free
  14. Re: Free Carnival good for your first mod mate
  15. Re: [mccode] Improved Estate Agents for v2.0 it works fine on mine wen i did it
  16. Re: [Free] [V1] Guess What Cup? (Casino Game) yup good mod izo works like a charm
  17. Re: [mccode] Register Page Ok lol
  18. Re: [Free] [v1] Jail But the time wont go down without a cron will it ??
  19. Re: [mccode] Choose Gender its works with lite i tried it lol
  20. Re: [mccode] Mining mod yup correct either changed permisions so its not writable or readable
  21. Re: Phaos Game Engine whats kallen got in it the normal version dont
  22. Re: [mccode] Register Page Dont Agree
  23. Re: [mccode] Register Page a page ios a page if it works it doesnt matter how good it is lol
  24. Re: [v1] Banner Selector like avatars on forums
  25. Re: [v1] House Tax cool
×
×
  • Create New...