RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
tracking referrals

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
nik0la



Joined: 30 Dec 2009
Posts: 102

PostPosted: Aug 24, 2010 6:32 pm    Post subject: tracking referrals Reply with quote

is it possible to track referrals based on unique token added at the end of download file link

ex:

http://mysite.com//bd0d24183997/opera-s60-865-EMEA-70s-30.sisx.html?affil=1234
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2109
Location: UFO Lab

PostPosted: Aug 25, 2010 2:37 pm    Post subject: Reply with quote

Try this out: in index_dl.pm find
Code:
   if($file->{usr_id})
   {
      $ses->setCookie("aff",$file->{usr_id},'+14d');
   }

and add below:
Code:
   if($ENV{REQUEST_URI}=~/affil=(\d+)/)
   {
      $ses->setCookie("aff",$1,'+14d');
   }
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group