Jump to content
MakeWebGames

HITMAN 17

Members
  • Posts

    1,145
  • Joined

  • Last visited

Everything posted by HITMAN 17

  1. Re: help this is help section and thnx danny but ino now i will still give u +1
  2. Re: i need help with v2 crons i can do crons now and make v2 games
  3. Re: Ruby Trader Mod FREE!!! V2 i will try this later hope it works
  4. Re: [Free] [v1] Scuba Diving soz i ment v2 crons for scuba
  5. Re: [Free v1 & v2] Gift i thought it was a bit to high so i changed it for v2(the money). <?php include("globals.php"); if ($ir['thanks'] > 0) { die("Sorry, you already got your treat today"); } $auto = (int)rand(1, 10); if ($auto == 1) { mysql_query("UPDATE users SET money=money+1000 WHERE userid=$userid", $c); mysql_query("UPDATE users set thanks=thanks+1 WHERE userid={$ir['userid']}", $c); print "Congrats, you won $1,000"; } if ($auto == 2) { mysql_query("UPDATE users SET money=money+5000 WHERE userid=$userid", $c); mysql_query("UPDATE users set thanks=thanks+1 WHERE userid={$ir['userid']}", $c); print "Congrats, you won $5,000"; } if ($auto == 3) { mysql_query("UPDATE users SET money=money+8000 WHERE userid=$userid", $c); mysql_query("UPDATE users set thanks=thanks+1 WHERE userid={$ir['userid']}", $c); print "Congrats, you won $8,000"; } if ($auto == 4) { mysql_query("UPDATE users SET money=money+10000 WHERE userid=$userid", $c); mysql_query("UPDATE users set thanks=thanks+1 WHERE userid={$ir['userid']}", $c); print "Congrats, you won $10,000"; } if ($auto == 5) { mysql_query("UPDATE users SET money=money+110000 WHERE userid=$userid", $c); mysql_query("UPDATE users set thanks=thanks+1 WHERE userid={$ir['userid']}", $c); print "Congrats, you won $11,000"; } if ($auto == 6) { mysql_query("UPDATE users SET crystals=crystals+7 WHERE userid=$userid", $c); mysql_query("UPDATE users set thanks=thanks+1 WHERE userid={$ir['userid']}", $c); print "Congrats, you won 7 crystals"; } if ($auto == 7) { mysql_query("UPDATE users SET crystals=crystals+8 WHERE userid=$userid", $c); mysql_query("UPDATE users set thanks=thanks+1 WHERE userid={$ir['userid']}", $c); print "Congrats, you won 8 crystals"; } if ($auto == 8) { mysql_query("UPDATE users SET crystals=crystals+9 WHERE userid=$userid", $c); mysql_query("UPDATE users set thanks=thanks+1 WHERE userid={$ir['userid']}", $c); print "Congrats, you won 9 crystals"; } if ($auto == 9) { mysql_query("UPDATE users SET crystals=crystals+10 WHERE userid=$userid", $c); mysql_query("UPDATE users set thanks=thanks+1 WHERE userid={$ir['userid']}", $c); print "Congrats, you won 10 crystals"; } if ($auto == 10) { mysql_query("UPDATE users SET crystals=crystals+20 WHERE userid=$userid", $c); mysql_query("UPDATE users set thanks=thanks+1 WHERE userid={$ir['userid']}", $c); print "Congrats, you won 20 crystals"; } ?>
  6. Re: [Free v1 & v2] Gift v2 cron day cron $db->query("UPDATE users SET thanks=0");
  7. Re: FREE RAFFLE MOD +1
  8. Re: [mccode] staff applications ok has anyone got this for v2 and can u talk me threw it plz
  9. Re: [Free] [v1] Quests (One Free Quest!) i wud like this v2 anyone got it or is it rubbish
  10. help me wat do i do isomer teach me like the last crons guide thnx
  11. Re: help plz help me do it
  12. can someone tell me how to connect database to mysql for v2 and where i insert database pass and user name and stuff plz help thnx ifu do i will give u +1
  13. Re: Ruby Trader Mod FREE!!! V2 wats the sql for database as i get #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 'ruby (int) default 0' at line 1
  14. Re: [mccode] Diamond gems, with a Diamondtemple.php for v2.0 so how do u get diamonds
  15. Re: [Free] [v1] Scuba Diving can u do them as like you explain better if they are correct plz
  16. Re: [Free] [v1] Scuba Diving thnx wat about crons
  17. Re: [mccode] Diamond gems, with a Diamondtemple.php for v2.0 wat about a cron
  18. Re: [Free] [v1] Scuba Diving has anyone got this for v2?
  19. Re: [mccode] Jail for Lite wat about v2 anyone have it if so post here plz
  20. Re: FREE ADVANCED USERSONLINE MOD [glow]+1
  21. Re: [mccode] Jail for Lite never mind
  22. Re: [mccode] crystal slots cant u read <?php /*-------------------------------------- MCCodes Lite original slotsmachine.php Rev 1.0.0 Copyright © 2006 Dabomstew i need v1
  23. Re: FREE RAFFLE MOD Fatal error: Call to a member function query() on a non-object in /home/eyers/public_html/raffle.php on line 41
  24. Re: [mccode] crystal slots emm has anyone got this for v1 as i have a header error
  25. Re: FREE RAFFLE MOD ok thnx
×
×
  • Create New...