View Full Version : basic cron help with free esyndicat script
guarez
05-25-2007, 05:48 PM
hi, i use the free version of esyndicat, i need to check my links with the cron jobs, but i dont know how %)
I read some post where talk about check.php and other php files but i dont find the files
The admin menu have a cron section but only 3 options..
any help? :sos:
Dave Baker
05-26-2007, 05:45 PM
Hello guarez,
Please read this article: http://www.esyndicat.com/support/desk/knowledgebase/view/7.html
guarez
05-29-2007, 06:57 PM
thanks for yout answer =) i read the link and i found a little prblem with the .htaccess file, when i copy de cgi script in to the cgi-bin folder, the cgi dont work, but if i delete the .htaccess file, the cgi work fine.
My htaccess file is the default file from the free version of esyndicat script, how i can fix it?
here is the file
RewriteEngine on
RewriteRule ^(.*)/$ index.php?category=$1 [QSA,L]
RewriteRule ^(.*)/index([0-9]+).html$ index.php?category=$1&page=$2 [QSA,L]
RewriteRule ^new-links.html$ new-links.php [QSA,L]
RewriteRule ^new-links([0-9]+).html$ new-links.php?page=$1 [QSA,L]
RewriteRule ^top-links.html$ top-links.php [QSA,L]
RewriteRule ^top-links([0-9]+).html$ top-links.php?page=$1 [QSA,L]
RewriteRule ^popular-links.html$ popular-links.php [QSA,L]
RewriteRule ^popular-links([0-9]+).html$ popular-links.php?page=$1 [QSA,L]
RewriteRule ^editor-links/index.html$ editor-links.php [QSA,L]
RewriteRule ^editor-links/index([0-9]+).html$ editor-links.php?page=$1 [QSA,L]
RewriteRule ^(.*)/(.*)-l([0-9]+).html$ view-link.php?cat=$1&title=$2&id=$3 [QSA,L]
Sergey Ten
05-30-2007, 10:58 AM
Hello guarez,
It is so strange, the ,htaccess file in the ROOT folder isn't related to cron job. Please provide me your FTP and CPanel details and I will investigate it.
guarez
05-31-2007, 09:13 PM
look yout PM
:confused:
Sergey Ten
06-01-2007, 05:45 AM
Hello guarez,
I have set up cron job for you.
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.