XFileSharing Pro - cronjob setup

Message
Author
lex2000
Posts: 14
Joined: Apr 20, 2013 10:36 pm

cronjob setup

#1 Postby lex2000 » Apr 28, 2013 1:22 pm

i wanna know how to setup cronjob script please ?

and how to change affiliate link /free1.html !

H12
Posts: 23
Joined: Apr 18, 2013 9:44 pm

#2 Postby H12 » Apr 29, 2013 12:56 am

Cron: https://help.ubuntu.com/community/CronHowto

Changing free.html can be done by modifying the rewrite condition in your .htaccess file

RewriteRule ^free([0-9]+)\.html$ /cgi-bin/index.cgi?op=registration&aff_id=$1 [L]

becomes

RewriteRule ^whateveryouwant([0-9]+)\.html$ /cgi-bin/index.cgi?op=registration&aff_id=$1 [L]