XFileSharing Pro - Disable affiliate system completely?

Message
Author
krazymax
Posts: 62
Joined: Jan 31, 2012 8:45 am

Disable affiliate system completely?

#1 Postby krazymax » Feb 04, 2012 8:40 pm

i dont want an affiliate system in my site. how can i disable it? i didnt pay for that mod, but still it shows while registering and also in the members account

Image

and why is there two save settings? please guide me

krazymax
Posts: 62
Joined: Jan 31, 2012 8:45 am

#2 Postby krazymax » Feb 04, 2012 9:00 pm

i also have some other doubts. if any one knows please guide

how to make paypal subscription recurring?

when i reduce registered user storage space to less than 1gb it shows 0gb in member area. how to show it in mb?

also i didnt do this step 8.) Add cron.pl script to your crontab to run it every hour, cron_deleted_email.pl to run every day. how to do it? please explain

krazymax
Posts: 62
Joined: Jan 31, 2012 8:45 am

#3 Postby krazymax » Feb 05, 2012 9:33 am

no help? i even sent email to support, but no reply :(

hostlife
Posts: 192
Joined: Aug 13, 2011 12:34 pm

#4 Postby hostlife » Feb 05, 2012 10:10 am

If you don't need affiliate system, then put all 0's in affiliate section of payments settings. This will not give anything to affiliates & payments request will be disabled.

Then remove these tags from templates files. This is straight method.

Regards

krazymax
Posts: 62
Joined: Jan 31, 2012 8:45 am

#5 Postby krazymax » Feb 05, 2012 10:33 am

thanks a lot hostlife. will do that now

hostlife
Posts: 192
Joined: Aug 13, 2011 12:34 pm

#6 Postby hostlife » Feb 05, 2012 1:40 pm

no problem.

PowerChaos
Posts: 521
Joined: Dec 19, 2009 5:12 pm

#7 Postby PowerChaos » Feb 05, 2012 10:09 pm

open following page

Code: Select all

my_account.html
search for following code

Code: Select all


<TR><TD><TMPL_VAR lang_my_affiliate_link>:</TD><TD colspan=2><a href="<TMPL_VAR site_url>/free<TMPL_VAR usr_id>.html"><TMPL_VAR site_url>/free<TMPL_VAR usr_id>.html</a></TD></TR>

and just remove that

now you do not have any refferal links anymore :D

and remove the second code to as it shows how many refferals you got

Code: Select all

<TR><TD><TMPL_VAR lang_my_referrals>:</TD><TD><a href="?op=my_referrals"><TMPL_VAR referrals></a></TD></TR>
then for the affliate reward , just put it on 0 or you need to start messing into the index.cgi ile to disable the affliate checking

Greetings From PowerChaos