jimmytubbs Posted March 19, 2008 Share Posted March 19, 2008 hi i want to know how to use the promo code on my game but i dont know what it is and i want to change it. cheers jimmytubbs<--------------> 2244thegame.co.uk Quote Link to comment Share on other sites More sharing options...
Guest Anonymous Posted March 19, 2008 Share Posted March 19, 2008 Re: promo code Read the source -- Everything you need is in there Quote Link to comment Share on other sites More sharing options...
fbiss Posted March 19, 2008 Share Posted March 19, 2008 Re: promo code in register.php you will find something like this if($_POST['promo'] == "Your Promo Code Here") { $sm+=100; } Quote Link to comment Share on other sites More sharing options...
WickedJester Posted March 20, 2008 Share Posted March 20, 2008 Re: promo code the $sm is starting money which is default of 100 so the promo code would start them at $200 instead, i turned mine up to add 900 so they get 1000 total when they use the promo code Quote Link to comment Share on other sites More sharing options...
The Ace Posted March 20, 2008 Share Posted March 20, 2008 Re: promo code I was also wondering about promo codes! So, if I change "Your Promo Code Here" to, for example, testing, that would be the promo code people enter? lol. :) Quote Link to comment Share on other sites More sharing options...
fbiss Posted March 20, 2008 Share Posted March 20, 2008 Re: promo code I was also wondering about promo codes! So, if I change "Your Promo Code Here" to, for example, testing, that would be the promo code people enter? lol. :) yes if($_POST['promo'] == "testing") { $sm+=100; } Quote Link to comment Share on other sites More sharing options...
The Ace Posted March 20, 2008 Share Posted March 20, 2008 Re: promo code Cheers! :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.