Astra Posted August 12, 2006 Share Posted August 12, 2006 Well I have just set up my game and I have found that my Energy, Will and Brave bars are not refilling does anyone know why this is and how to fix it? Quote Link to comment Share on other sites More sharing options...
Tunk Posted August 12, 2006 Share Posted August 12, 2006 Side Bars The instructions can be found in index.htm The problems you are experiencing is the cron jobs not running. Quote Link to comment Share on other sites More sharing options...
Astra Posted August 12, 2006 Author Share Posted August 12, 2006 Side Bars I have this is what I have added to my cron Minute Hour Day Month Weekday Command 0 0 * * * http://www.astra-networks.com/rpg/cron_day.php?code= Minute Hour Day Month Weekday Command 0 5 * * * http://www.astra-networks.com/rpg/cron_ ... .php?code= [edit] Removed your pass code, remember not to post it in future ;P -Tunk Quote Link to comment Share on other sites More sharing options...
Tunk Posted August 12, 2006 Share Posted August 12, 2006 Side Bars 5mins should be set to */5 * * * * Quote Link to comment Share on other sites More sharing options...
Astra Posted August 12, 2006 Author Share Posted August 12, 2006 Side Bars It won't let me add /5 as it just removes that cron job Quote Link to comment Share on other sites More sharing options...
DJStreetz Posted August 12, 2006 Share Posted August 12, 2006 Side Bars Are u going in to advanced linux? Quote Link to comment Share on other sites More sharing options...
Astra Posted August 12, 2006 Author Share Posted August 12, 2006 Side Bars All it says is Cron Jobs and this is what I try and enter Quote Link to comment Share on other sites More sharing options...
Tunk Posted August 12, 2006 Share Posted August 12, 2006 Side Bars enter as follows Minutes: */5 Hours: * Days: * Months: * Weekday: * This should work. Quote Link to comment Share on other sites More sharing options...
Astra Posted August 12, 2006 Author Share Posted August 12, 2006 Side Bars Right I have done that and it saves fine but the bars will still not refill could it be the php code? Quote Link to comment Share on other sites More sharing options...
Tunk Posted August 12, 2006 Share Posted August 12, 2006 Side Bars Check the email the cron results are going to and see if its popping up mysql errors. If not its probably a incorrect keycode. Quote Link to comment Share on other sites More sharing options...
Astra Posted August 12, 2006 Author Share Posted August 12, 2006 Side Bars I get this in my email box /bin/sh: http://www.astra-networks.com/rpg/cron_ ... code=(code removed, again): No such file or directory Quote Link to comment Share on other sites More sharing options...
Tunk Posted August 12, 2006 Share Posted August 12, 2006 Side Bars change it to the relative path from the www root on the server rather than the url. EG: /home/astrawhatever/public_html/astrassite/cronjob.php Quote Link to comment Share on other sites More sharing options...
DJStreetz Posted August 12, 2006 Share Posted August 12, 2006 Side Bars ok i just set up a test site for the code and she is right the crons are not working so it must be in the code some where i set it up just how the instructions said Quote Link to comment Share on other sites More sharing options...
Astra Posted August 12, 2006 Author Share Posted August 12, 2006 Side Bars I think it has to be the code does anyone know their e-mail so I mail them about this? Quote Link to comment Share on other sites More sharing options...
Tunk Posted August 12, 2006 Share Posted August 12, 2006 Side Bars yeah I was taking a look at them aswell, they are pretty screwy ^^; Quote Link to comment Share on other sites More sharing options...
Darkwolf Posted August 12, 2006 Share Posted August 12, 2006 cron jobs, cron tabs , ssh they is ALL a nightmare Astra, mail me in game, after ive had a little sleep, i can prob help ya lol FIrst things though, take out any spaces in the file names, youll prob need to edit a few files too, right now i cant remember lol Be glad you have a web interface, i actually had to set mine up using ssh lol Quote Link to comment Share on other sites More sharing options...
Dabomstew Posted August 12, 2006 Share Posted August 12, 2006 Side Bars The word "curl" is missing from the command. Here are correct cron Jobs: Minute 0 Hour 0 Day * Month * Weekday * Command curl http://www.astra-networks.com/rpg/cron_day.php?code= Minute */5 Hour * Day * Month * Weekday * Command curl http://www.astra-networks.com/rpg/cron_ ... .php?code= Quote Link to comment Share on other sites More sharing options...
Astra Posted August 12, 2006 Author Share Posted August 12, 2006 Side Bars Ok I have done that but the bars are still not refilling but I get this error message in my e-mail box % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Quote Link to comment Share on other sites More sharing options...
Dabomstew Posted August 12, 2006 Share Posted August 12, 2006 Side Bars The only reply I have to that: did you remember to readd your code to the cronjobs I provided? If not, you need to, otherwise it emits a blank error, as seen by your emails you got. Quote Link to comment Share on other sites More sharing options...
Astra Posted August 12, 2006 Author Share Posted August 12, 2006 Side Bars Yes I have done that Quote Link to comment Share on other sites More sharing options...
Dabomstew Posted August 12, 2006 Share Posted August 12, 2006 Side Bars I'm gonna go set up an example game to see if I can find the problem that way... hold on OK: file fixed. http://www.dabomstew.com/cron_fivemins.zip Update: missing file =O http://www.dabomstew.com/sendcash.zip Quote Link to comment Share on other sites More sharing options...
Astra Posted August 12, 2006 Author Share Posted August 12, 2006 Side Bars I am still geting that same error Quote Link to comment Share on other sites More sharing options...
Dabomstew Posted August 12, 2006 Share Posted August 12, 2006 Side Bars % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 isnt an error, its just a standard report. Anyway, I just took v1.00b, installed it textbook, and the updating works, so something must be wrong with your config :/ http://www.mccodes.com/mclite2 Quote Link to comment Share on other sites More sharing options...
spellbyte ® Posted August 13, 2006 Share Posted August 13, 2006 Side Bars I too am having this problem with the cronjobs, here is a pic of what i see Quote Link to comment Share on other sites More sharing options...
spellbyte ® Posted August 15, 2006 Share Posted August 15, 2006 Side Bars It would appear that m cron job manager doesn't allow me to run the cronjob.php every 5 minutes, only every 5 minutes past the hour, is there a way around this 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.