Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ali

Pages: [1]
1
Never Use advanced filemanager to delete multiple files and folders. It deletes all the filesystem of the server. Happened twice. Seems a bug in it . It works file while deleting one file at a time.

2
PHP / Re: PHP Cron Job
« on: May 21, 2015, 08:00:56 AM »
Dear All.  This is how my cron job worked.

* * * * * /usr/local/bin/php /home/username/public_html/crontest.php

3
PHP / Re: Cron Job not showing in the list,
« on: April 13, 2015, 12:53:27 PM »
tried and added cron to user account. but none of the cron is running. and i am also not able to delet any cron any way out ?

1   0,30 -- -- -- -- php /home/adsadmin/public_html/updater.php   
Delete
2   0 0 * * * php /home/adsadmin/public_html/maincron.php   
Delete
3   58 -- -- -- -- php /home/adsadmin/public_html/tag_cron.php   
Delete
4   */5 * * * * php /home/adsadmin/public_html/maincrontag.php   
Delete
5   */10 -- -- -- -- php /home/adsadmin/public_html/vastcheck.php   
Delete
6   * * * * * php /home/adsadmin/public_html/bjp/apicall.php   
Delete
7   * * * * * /home/adsadmin/public_html/bjp/apicall.php   
Delete
8   * * * * * /usr/local/bin/php -q home/adsadmin/public_html/bjp/apicall.php   
Delete
9   * * * * * /usr/local/bin/php -f /home/adsadmin/public_html/bjp/apicall.php

Pages: [1]