Jump to content
  • 0

Referral system


HiROserver

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   1
  • Joined:  07/19/20
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   12
  • Joined:  09/14/21
  • Last Seen:  

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

×
×
  • Create New...