kryptonite Posted December 24, 2009 Posted December 24, 2009 My hospital time topped working i was hacked but got my site back up and people have been in the hospital for 2 days now with the same time!can anyone please help? Quote
Zero-Affect Posted December 24, 2009 Posted December 24, 2009 i'm sure this is a cron issue try running cron_minute.php manually with the code from config.php so it would look like so http://www.website.com/cron_minute.php?code=codefromconfighere if the time goes down then it's a cronjob issue you probably need to reset them in cpanel, in the cronjobs / advanced unix section => you can find out what they are in the install file just ctrl+f and fine * it should come up. Don't forget to set a email. NOTE: do not upload install.php i simply meant open it with notepad and find * to see the cron_minute.php configuration Quote
Zero-Affect Posted December 24, 2009 Posted December 24, 2009 basically in cronjobs / advanced unix they should be set out like so 0 * * * * curl [url]http://www.website.com/cron_hour.php.php?code=yourcodefromconfigfile[/url] * * * * * curl [url]http://www.website.com/cron_minute.php?code=yourcodefromconfigfile[/url] 0 0 * * * curl [url]http://www.website.com/cron_day.php?code=yourcodefromconfigfile[/url] */5 * * * * curl [url]http://www.website.com/cron_fivemins.php?code=yourcodefromconfigfile[/url] Again i would like to Specify a email is needed don't forget to add it. Hope this helps Quote
kryptonite Posted December 24, 2009 Author Posted December 24, 2009 thank you crimgame.com for resolving the problem for me thans!=] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.