Jump to content
  • 0

Question

Posted

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.

1 answer to this question

Recommended Posts

  • 0
Posted (edited)

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...