
gurpreet
Members-
Posts
834 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by gurpreet
-
Wel 99% of the MCcodes games in the UK aren't registered..
-
There was a hole in MTG's Cmarket. I got another one I had before (cant remeber which) and the exploits stopped.
-
I think all that only applies if your over 16 (correct me if im wrong).
-
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.
-
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
-
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.
-
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.
-
[$120] Selling Vector Art (First come, first serve)!
gurpreet replied to Joel's topic in Paid Modifications
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. -
Re: crons You can use timestamp crons...I think Haunted Dawg and someone else made them a while ago. Search
-
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
-
could i have 20 seconds of your time please!? help needed
gurpreet replied to bennyh's topic in Game Support
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 -
Re: Mass Crystals give gangs Even so, did you get SouI's permission?
-
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
-
Re: FIRST THOUGH! embarassing
-
Re: [REVIEW] BuskerWars - Please review!! Layout 10/10 gameplay 10/10 All round 10/10 Nice use of JS too :)
-
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']
-
Re: criminal-corruption Ban member id 77, he keeps advertising on my game.
-
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.
-
Re: Looking to buy a game template for v2 Your looking at $50 - $200 + for a decent layout.
-
Re: Advanced Tax Mod [$5] I'd like to buy this, with the updates.
-
Re: Looking to buy My mate can get me a pack of 20 for ?6.00, so close enuf :D
-
Re: Problem with my v2 Captcha www.google.com There's your code! :roll:
-
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.