Sp1d3r Posted October 1, 2008 Posted October 1, 2008 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? Quote
Isomerizer Posted October 1, 2008 Posted October 1, 2008 Re: Referral Help The promo code (Promotional Offer) is completely different to the referral ID. A promo code is for an example "extracash", obviously giving extra starting cash. Quote
Sp1d3r Posted October 1, 2008 Author Posted October 1, 2008 Re: Referral Help ooo ok Does anyone have script that uses the Promo code? thanks. Quote
Guest Anonymous Posted October 1, 2008 Posted October 1, 2008 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... } Quote
Sp1d3r Posted October 1, 2008 Author Posted October 1, 2008 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. Quote
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.