xSnipez Posted February 27, 2014 Posted February 27, 2014 So me and a friend own a game and we're currently improving it and securing it before we release it. We've only just realised that our energy and stuff isn't going up, we have cron files but the cron panel in the host is too confusing, can anyone help us to set it up so we can release our game? Quote
xSnipez Posted February 27, 2014 Author Posted February 27, 2014 [ATTACH=CONFIG]1320[/ATTACH] That's the panel. Quote
Script47 Posted February 27, 2014 Posted February 27, 2014 Could you show what the options are as that may help? Quote
W3Theory || Peter Posted February 27, 2014 Posted February 27, 2014 This looks exactly like every cron panel I have seen. What is confusing about it? Quote
jcvenom Posted February 27, 2014 Posted February 27, 2014 (edited) Looks like Cpanel Crons say your cron was http://yourgame.com/crons/update_daily.php you just insert into the crons curl http://yourgame.com/crons/update_daily.php >/dev/null 2>&1 i prefer to use >/dev/null 2>&1 at the end of it Edited February 27, 2014 by jcvenom Quote
Guest Posted February 27, 2014 Posted February 27, 2014 Looks like Cpanel Crons say your cron was http://yourgame.com/crons/update_daily.php you just insert into the crons curl http://yourgame.com/crons/update_daily.php >/dev/null 2>&1 i prefer to use >/dev/null 2>&1 at the end of it For explanation for dev/null to anyone that doesn't know http://stackoverflow.com/questions/10508843/what-is-dev-null-21 Quote
jcvenom Posted February 27, 2014 Posted February 27, 2014 For explanation for dev/null to anyone that doesn't know http://stackoverflow.com/questions/10508843/what-is-dev-null-21 Thanks for that Quote
xSnipez Posted February 27, 2014 Author Posted February 27, 2014 That's all I'd need to put in? Just that and the cron file name? Quote
jcvenom Posted February 27, 2014 Posted February 27, 2014 That's all I'd need to put in? Just that and the cron file name? yes what the url for your cron 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.