Jump to content
MakeWebGames

Recommended Posts

Posted

Hello, I'm having some issues with the MCv.2 and referrals. With the code as is, the only way to have a referral work is from the referrals link in the explore.php page?

What is the promo code spot for in the register.php page for?

Guest Anonymous
Posted

Re: Referral Help

Pseudo Code

if ($promocode == "one")
{
UPDATE users SET cash = cash + 100
}
else if ($promocode == "two")
{
UPDATE users SET crystals = crystals + 100
}
else
{
// I'm sure you get the point...
}
Posted

Re: Referral Help

oo great thx Nyna and yes i do understand now.

Nyna, just want to say thx for all you do here on the boards, ive been reading alot before i even made an account and your the best!

thx again.

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