Jump to content
MakeWebGames

Joel

Members
  • Posts

    1,169
  • Joined

  • Last visited

Everything posted by Joel

  1. Joel

    Im back

    Re: Im back Welcome back blue
  2. Re: Brave refill   he means crystaltemple.php find: [url='crystaltemple.php?spend=refill']Energy Refill - {$set['ct_refillprice']} Crystals[/url] add below: [url='crystaltemple.php?spend=brefill']Brave Refill - 50 Crystals[/url] find: if($_GET['spend'] == 'refill') { if($ir['crystals'] <$set['ct_refillprice']) { print "You don't have enough crystals!"; } else if($ir['energy'] == $ir['maxenergy']) { print "You already have full energy."; } else { $db->query("UPDATE users SET energy=maxenergy,crystals=crystals-{$set['ct_refillprice']} WHERE userid=$userid"); print "You have paid {$set['ct_refillprice']} crystals to refill your energy bar."; } } add below: else if($_GET['spend'] == 'brefill') { if($ir['crystals'] < 50) { print "You don't have enough crystals!"; } else if($ir['brave'] == $ir['maxbrave']) { print "You already have full brave."; } else { $sql=sprintf('UPDATE `users` SET brave=maxbrave, crystals=crystals-50 WHERE userid = %u', $userid); $db->query print "You have paid 50 crystals to refill your brave bar."; } }   thats a example it may not work :-P Oh yeah I forgot lol, I meant crystal temple :-o Sorry lol never mind Zero-Affect beat me to it
  3. Re: Photoshop Vent Tutorial By me LOL the website is down :?
  4. Re: [v1]Attack Stats FREE[v1]   Lol whats the query line?
  5. Re: Brave refill crystalmarket.php ^^ That's the file you would have to edit if you wanted to spend crystals on brave refill, If you post the crystalmarket.php I can do it under 1 minute.
  6. Re: [Free] Custom Errors Nice script Isomerizer :-)
  7. Re: [MOD] Auto Hide Game Pages Lol well this is funny, why would you want to hide everything?... But then again its good if its something small like something on users profile where it says hide/show :|
  8. Re: [showcase] Suburban Assault (Please Review) Looks nice I actually like the graphics and I can see the effort he has put into the game :-)
  9. Re: [review] City-Gangs - Please review! Looks pretty good :wink:
  10. Re: [FREE] [V2] Ian's Investments Nice mod War_Hero :-)
  11. Re: Enhanced Hall of fame [v2]   Now that's good, good work killah :wink:
  12. Re: help wanted   You don't need PHP skills to upload and install a game
  13. Re: help wanted   upload them and then install them unless you want to do it manually
  14. Re: [V2] Car Racing   $db->query("UPDATE users SET money=money-3500,car=1 WHERE userid=$userid, money = money = 0",$c);   lol
  15. Re: [V2] Car Racing   Well put something like this: WHERE money = money = 0
  16. Re: [minigame] Looking if you will buy [$100] Have you got any screen shots?
  17. Re: Counting (nr game) 2022 - XD
  18. Re: Counting (nr game) 2020 - so you have finally realized?
  19. Re: Counting (nr game) 2017 - true but im bored anyway XD
  20. Re: [Attempt] CE's Longest Thread Yes killah your correct but at the end of the day why in the hell would you want your posts to go up, its not going to get us anywhere lol :?
  21. Re: Counting (nr game) 2014 this is going abit to far
  22. Re: [Attempt] CE's Longest Thread Well why not carry on posting?
  23. Re: [Attempt] CE's Longest Thread   Not really just felt like posting :lol:
  24. Re: Counting (nr game) 2012 - 4 now we are in the middle of no where :-o
  25. Re: [Attempt] CE's Longest Thread   Lol well you said we can say what we want XD
×
×
  • Create New...