Hi everybody,
I need your help with a problem i have with some cron jobs.
I am managing a a deal aggregator in Greece and i want to create some cron task to feed the site with the deals.
At first everything was seemed to be ok and the feed was ok but now nothing is working.
I used the commands below to run the cron but nothing seems to function anymore.
cd /var/www/vhosts/host/httpdocs/domain_name/crawlsites && /usr/bin/php -q crawler.php
/usr/bin/wget -O - -q http://domain_name/crawlsites/crawler.php >/dev/null
wget -q http://domain_name/crawlsites/crawler.php >/dev/null
/usr/bin/curl --silent --user username
assword http://domain_name/crawlsites/crawler.php
/usr/bin/curl -sL http://domain_name/crawlsites/crawler.php >/dev/null
Any ideas?
P.S
I should tell that i use a shared web hosting service here in Greece and i don't have any access to the server.
Thanks in advance
I need your help with a problem i have with some cron jobs.
I am managing a a deal aggregator in Greece and i want to create some cron task to feed the site with the deals.
At first everything was seemed to be ok and the feed was ok but now nothing is working.
I used the commands below to run the cron but nothing seems to function anymore.
cd /var/www/vhosts/host/httpdocs/domain_name/crawlsites && /usr/bin/php -q crawler.php
/usr/bin/wget -O - -q http://domain_name/crawlsites/crawler.php >/dev/null
wget -q http://domain_name/crawlsites/crawler.php >/dev/null
/usr/bin/curl --silent --user username
/usr/bin/curl -sL http://domain_name/crawlsites/crawler.php >/dev/null
Any ideas?
P.S
I should tell that i use a shared web hosting service here in Greece and i don't have any access to the server.
Thanks in advance
Last edited: