Create CronJob Using Bash Script – Need To Appear In Plesk
I need to create a cron job using a bash script I found this on SO - How to create a cron job using Bash But i need it to appear in Plesk control panel in Scheduled Tasks. Any ideas
I need to create a cron job using a bash script I found this on SO - How to create a cron job using Bash But i need it to appear in Plesk control panel in Scheduled Tasks. Any ideas
I want to create cron jobs from within PHP, a bit like in cPanel or Plesk but I'm stuck. I want to do this programatically and not force the user to go to cPanel to create the crons manually..... Tried…
I want to setup a cronjob that worked perfectly under PLESK 9 on another dedicated server, but can't get it to work in my new dedicated server under PLESK 10. I just can't figure out why. Some info: I have…
I'm using the Kohana framework (3.0.9), which generates daily logs. I want to mail the log file if one was made the day before CRON runs the script, but after days trying I can't figure out how to put off…
ini_set('max_execution_time',0); ini_set('memory_limit','1000M'); These are the first two lines at the very top of my script. I was under the impression if I ran something via cron memory limits didn't apply, but I was wrong. Safe mode is off and when…
I'm trying to run a test script using crontab within Plesk. The php file simply emails me a message mail('[email protected]','Cron Test','Test'); My path to php is /user/bin/php I have entered * in every field, to run the script every minute…
I have a multi part question for a php script file. I am creating this file that updates the database every second. There is no other modeling method, it has to be done every second. Now i am running CentOS…
I have a dedicated server running Cent OS with a Parallel PLESK panel. I need to run a PHP script every second to update my database. These is no alternative way time-wise, it needs to be updated every second. I…
I am making an auction website, which has an auto-bid system. This system lets people make biddings without having to be there. My question is how to implement such a system. I have made the php files and everything is…
Can .php be used in Crontab function on Linux or wil it execute only .CGI scripts? I'm using Plesk Control panel, I did the settings as per the Crontab doc, but i think it's not executing the php files. Does…