Jump to content
  • 0
HiROserver

Referral system

Question

Can someone help me to find a Referral system on my website? Which I will be generating a referral code on that specific person for him to share it to other players? The referral code needs to have a different codes like 5 different person will have a 5 different referral code.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

I am not sure if support for a player referral system is available.

If no referral plug-ins exist, you should be able to code a solution without much issue.
You could capture "referral codes" by passing them through a PHP script via the provided URL.

Check out the PHP documentation for the $_GET array.
Record the visiting IP address and referral code within the database, then use IP associations to track the users who clicked on a link.

Edited by WooZy
Improved the explanation
  • Upvote 1
Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.