xSnipez Posted February 27, 2014 Share 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 Link to comment Share on other sites More sharing options...
Guest Posted February 27, 2014 Share Posted February 27, 2014 Screenshot of the crons page? Quote Link to comment Share on other sites More sharing options...
xSnipez Posted February 27, 2014 Author Share Posted February 27, 2014 On the host panel? Quote Link to comment Share on other sites More sharing options...
Guest Posted February 27, 2014 Share Posted February 27, 2014 Yes. 10 char Quote Link to comment Share on other sites More sharing options...
xSnipez Posted February 27, 2014 Author Share Posted February 27, 2014 [ATTACH=CONFIG]1320[/ATTACH] That's the panel. Quote Link to comment Share on other sites More sharing options...
Script47 Posted February 27, 2014 Share Posted February 27, 2014 Could you show what the options are as that may help? Quote Link to comment Share on other sites More sharing options...
xSnipez Posted February 27, 2014 Author Share Posted February 27, 2014 They're the only options. Quote Link to comment Share on other sites More sharing options...
W3Theory || Peter Posted February 27, 2014 Share Posted February 27, 2014 This looks exactly like every cron panel I have seen. What is confusing about it? Quote Link to comment Share on other sites More sharing options...
jcvenom Posted February 27, 2014 Share 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 Link to comment Share on other sites More sharing options...
Guest Posted February 27, 2014 Share 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 Link to comment Share on other sites More sharing options...
jcvenom Posted February 27, 2014 Share 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 Link to comment Share on other sites More sharing options...
xSnipez Posted February 27, 2014 Author Share Posted February 27, 2014 That's all I'd need to put in? Just that and the cron file name? Quote Link to comment Share on other sites More sharing options...
jcvenom Posted February 27, 2014 Share 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 Link to comment Share on other sites More sharing options...
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.