Jump to content

Search the Community

Showing results for tags 'cron job'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 7 results

  1. Hi tech support, could you help me check if I setup the cron job correctly? I don't receive any emails from the output of the scrip so I am wondering if it runs at all. I set a gmail email in the cron job panel and the cron job frequency set to once per day. The command filled with the following: /usr/local/bin/php /home/ckuo/public_html/div_radar/tools/updateStocks.php Thanks!
  2. Hi. I'm new here. I'm trying load json data every 5 min to my DB. You can see my cron link here: jpsoft.heliohost.org/load-cron.php Can you help me ?
  3. i make my cron job file in php code and upload it . but it doesnt work my cron job file is this : <?php $con=mysqli_connect("localhost","name","pass"); mysqli_select_db($con,"table"); $t=time(); $a=mysqli_query($con,"select * from signup");$anum=mysqli_num_rows($a); for($i=1;$i<=$anum;$i++) { $arow=mysqli_fetch_array($a); $avalid=$arow['valid']; $email=$arow['email']; if($avalid<$t) { mysqli_query($con,"delete from signup where email='$email'"); } } ?> plz help me to solve my problem
  4. The Cron job page says that accounts are only allowed to run 2 cron jobs per day, but that we can request a special exception if needed. I would like permission to run a Cron job every 30 minutes which simply calls a php page that sends an email. I won't need this permanently. Thanks for your consideration, Alex
  5. In the first step of softaculus installation, I have set the cron job for every 5 minutes. Also I had the cron job command to be run every 5 minutes at the last step of my script installation. What the problem is when I click the cron job from CPanel it says "No cron Jobs" under "Current Cron Jobs". Again I tried to create a new cron job by setting 'Every five minutes' for Common Setting under "Add New Cron Job" and putting the cron job command then when I click on "Create New Cron Jon" button, it says "Cron job added successfully" and the added cron job command will be displayed under "current cron jobs" for some seconds and then it will be disappeared and it says "No cron Jobs" under "current cron jobs". Here my confusion is what does "No cron jobs" mean. Does it mean cron job not created? Does it mean cron job is created but not displayed the list under current cron job? OR, what does it mean? When I check my site some cron jobs are working but not all cron jobs working. Thank you for your support
  6. Hi, I am creating Cron Job in cpanel to excute php scrip in every 15 min. It is creating successfully but after some time it get deleted/vanished off automatically. Can anyone please tell me why cron job get automatically deleted after some time. I tried creating it several time but all the time faced the same issue.. Thanks..
  7. AliNobari

    Wp-Cron

    if i post 5 or 6 or more post for Future my site will be suspended? or my site map generator plugin or ... ===== my wordpress use cronjob? please explain how my wordpress site will be suspended without set cron job to cpanel? (wordpress cron jobs and wp-cron is defferent with cron jobs i set in cpanel?) if i use wordpress and not set cron job to cpanel,My Website may be suspended? please explain
×
×
  • Create New...