simple referal script help

by 2 replies
3
I'm looking for a script that will allow users to sign up for an affiliate ID and track unique hits using that affiliate id

Every affiliate script i find has all this extra stuff in it that i have no use for. I don't want it to track ads or anything like that. I just need it to count unique visitors with a little back end that shows users how many referrals they have accumulated and an admin panel to manage users and show their stats. Also, maybe a page that shows the top 10 affiliates, sorted by the amount of unique visitors they have referred to my site.

Anyone have any idea where I can find a script like this or what it might cost to have it made?
#programming #referal #script #simple
  • Basically, you are going to require a MySQL back-end, and some PHP code on the front end. The MySQL could consist of a table with a unique ID. When a user is sent to a referral link (something like hxxp://www.example.com/r/sfjekf or hxxp://www.example.com/r.php?id=sfjekf), you could simply increment the number of referral hits in the corresponding row. For viewing, perhaps you could auto-generate a password and then have another page to view the referral hits corresponding to that password.

    I can develop this for you for $120 based on what you've stated in this thread. Drop me a line at "speedyapocalypse@live.com" if you're interested.
  • I don't know of any pre-made scripts that will do what you are asking for, but you might want to try look at Hot Scripts - The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal. and see if there is something there that fits your needs.

Next Topics on Trending Feed

  • 3

    I'm looking for a script that will allow users to sign up for an affiliate ID and track unique hits using that affiliate id Every affiliate script i find has all this extra stuff in it that i have no use for. I don't want it to track ads or anything like that. I just need it to count unique visitors with a little back end that shows users how many referrals they have accumulated and an admin panel to manage users and show their stats. Also, maybe a page that shows the top 10 affiliates, sorted by the amount of unique visitors they have referred to my site.