Jump to content
MakeWebGames

Recommended Posts

Guest Anonymous
Posted

Re: promo code

Read the source -- Everything you need is in there

Posted

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

Posted

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. :)

Posted

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;
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...