XFileSharing Pro - Settings not functioning

Message
Author
Arthur
Posts: 74
Joined: Dec 04, 2009 12:00 am

Settings not functioning

#1 Postby Arthur » Feb 03, 2011 12:12 am

Both this functions set in the setting section are not working for me. How can I fix this?

Expire temp links "1" hours after creation (add cron.pl to cron jobs)
Cleanup IP2Files records older "30" days (0 to disable)

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#2 Postby admin » Feb 03, 2011 9:55 am

Looks like you didnt added cron.pl into your crontab.

Arthur
Posts: 74
Joined: Dec 04, 2009 12:00 am

#3 Postby Arthur » Feb 03, 2011 10:49 pm

how do I do that?

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#4 Postby ankurs » Feb 04, 2011 5:17 am

Arthur wrote:how do I do that?
From INSTALL.txt


8) Add cron.pl script to your crontab to run it every hour.
Sample: 0 * * * * cd /var/www/cgi-bin;./cron.pl >/dev/null 2>&1

Arthur
Posts: 74
Joined: Dec 04, 2009 12:00 am

#5 Postby Arthur » Feb 04, 2011 10:09 pm

got it. works now thnx