Jump to content
MakeWebGames

gurpreet

Members
  • Posts

    834
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by gurpreet

  1. Your cmarket query is wrong. Shouldn't it be this?  $db->query("INSERT INTO crystalmarket VALUES('', $rand, 1, 5000)");   Not sure about the 5000, maybe it should be $price. Also try to use mt_rand.
  2. Simple code would be needed, something like: $crystalrand = mt_rand(1,10); $tp = $crystalrand * $_POST['price'];   $CreateListing = sprintf("INSERT INTO crystalmarket VALUES ('', %u, %u, %u)", $crystalrand, 1, $tp);   That might not work, but it's worth a try..
  3. Wel 99% of the MCcodes games in the UK aren't registered..
  4. There was a hole in MTG's Cmarket. I got another one I had before (cant remeber which) and the exploits stopped.
  5. I think all that only applies if your over 16 (correct me if im wrong).
  6. Yeh he came onto my game. I had an insecure Cmarket.php up, it's fixed now, so he's off my game...Just secure your cmarket and you should be alright.
  7. Re: Limit Exp For Levels Heres a simple one but not very good.   $exp1 = $r['expgain'] / 100 * 25; $exp2 = $r['expgain'] / 100 * 15; $exp3 = $r['expgain'] / 100 * 10; $exp4 = $r['expgain'] / 100 * 7; if($r['level'] < 20 { UPDATE users set EXP = EXP + $exp1 } expand on that
  8. Re: For auction: Login page, just the .psd Lol @ not very good. That would be very hard to do without a tutorial, and would need LOTS of experience.
  9. Re: Limit Exp For Levels Well to get a % you have to do something like this (wont work as it is, but work on it) $exp = $r['expgain'] / 100 * 25 Or whatever the exp gain is called. I'm sure this can be done with an array, but I can't use them properly. (Array with the levels and how much exp they would gain, keeping vars to a minimum). No need to pay for this, wait for someone who can use Arrays nicely to get on, and if they want to they can help. This will only take a minute or 2 for them.
  10. Re: [$120] Selling Vector Art (First come, first serve)! Holy shit Joel. That's sick! And Adil those are nice, if you can make the christmas hat have smoother edges. Great first attempt :) +1 to both.
  11. gurpreet

    crons

    Re: crons You can use timestamp crons...I think Haunted Dawg and someone else made them a while ago. Search
  12. Re: Naruto Online RPG August 24 2009, 2:53:02 am New! Hidan attacked you and left you lying outside the hospital. Delete August 24 2009, 2:48:30 am New! You were revived by Hidan. Delete August 24 2009, 2:47:27 am New! Hidan attacked you and left you lying outside the hospital. Delete August 24 2009, 1:46:24 am New! You were revived by FabioTheGreat. Delete August 24 2009, 1:38:10 am New! Hidan attacked you and left you lying outside the hospital. Delete August 24 2009, 12:06:22 am New! Hidan attacked you and left you lying outside the hospital. Delete August 24 2009, 12:03:29 am New! You were revived by Hidan. Delete August 24 2009, 12:02:20 am New! Hidan attacked you and left you lying outside the hospital. Delete August 23 2009, 11:59:35 pm New! You were revived by Hidan. Delete August 23 2009, 11:58:14 pm New! Hidan attacked you and left you lying outside the hospital. Delete Maybe yu should take out the revive? When your game has 100+ Gangs (or whatever theyre called) this would be a problem
  13. Re: could i have 20 seconds of your time please!? help needed The users is in the if, the validate query is in the else. Should give yo ua hint
  14. Re: Mass Crystals give gangs   Even so, did you get SouI's permission?
  15. gurpreet

    Criminal Wars

    Re: Criminal Wars Economy is very good, been up for how long? Levels are good too... NOT Sort out your game, don't advertise on other peoples games, learn to code then think about owning one. Take it offline
  16. Re: FIRST THOUGH! embarassing
  17. Re: [REVIEW] BuskerWars - Please review!! Layout 10/10 gameplay 10/10 All round 10/10 Nice use of JS too :)
  18. Re: [v2] custom txt colors There are like 4 or 5 font colours in the header, do you have to replace them all with $ir['color']
  19. Re: criminal-corruption Ban member id 77, he keeps advertising on my game.
  20. Re: Looking to buy a game template for v2 For a top of the range layout, it's $2k + but I doubt anyone here (bar a few) would pay that. I wouldn't mainly because I'm a kid with hardly any money.
  21. Re: Looking to buy a game template for v2 Your looking at $50 - $200 + for a decent layout.
  22. Re: Advanced Tax Mod [$5] I'd like to buy this, with the updates.
  23. Re: Looking to buy My mate can get me a pack of 20 for ?6.00, so close enuf :D
  24. Re: Problem with my v2 Captcha www.google.com There's your code! :roll:
  25. Re: Looking for email verification mod V1 And if you're running a game which you paid $300 for and don't know jack shit about PHP, buy a mod. They are straight forward -> Upload, edit, SQL, done.
×
×
  • Create New...