cronjob by url
« on: December 14, 2011, 11:19:44 AM »
 I'd like to know if is there a possibility to activate a cronjob by url and not by comand line becouse my hosting doesn't support it
Re: cronjob by url
« Reply #2 on: March 07, 2012, 11:22:53 AM »
Hello,
can you also send me instructions to call the job via URL?

Thanks alot, your tool is great so far!
Jan
Re: cronjob by url
« Reply #3 on: March 07, 2012, 01:15:51 PM »
[ External links are visible to forum administrators only ]
Re: cronjob by url
« Reply #4 on: March 07, 2012, 04:00:42 PM »
are u talking about creating a cron job for the generator? If I understood Oleg in the past the program will ping the search engines when the new sitemap is ready to retrive automatically every day at a set time. So I dont thnk you need to set up a cron job to do it. Hope i understood your post right.
david
Re: cronjob by url
« Reply #5 on: March 07, 2012, 04:05:44 PM »
My hosting provider doesn't support command line cronjobs, so I want to start that job via get request: eg: mydomain.com/generator/cronjob.php

any solutions?
Re: cronjob by url
« Reply #6 on: March 09, 2012, 02:38:09 PM »
Confirming that this can be used for GET request:
Code: [Select]
http://www.yourdomain.com/generator/index.php?op=crawlproc&resume=1
Re: cronjob by url
« Reply #7 on: March 09, 2012, 02:43:51 PM »
thanks a lot!