Cron's For MCCodes

Status
Not open for further replies.

kaotic

New Member
Messages
14
Reaction score
0
Points
0
My crons will not run anymore since updated the php to v2. Any help for this would be appreciated... It was up until i upgraded and then it has gone downhill since then
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
Can you post the line you're trying to use to run your crons?
 

kaotic

New Member
Messages
14
Reaction score
0
Points
0
Code:
*/5 * * * * curl http://thugslife.pcriot.com/cron_fivemins.php?code=657ecc2fc06af617d8dde7fc0eb602cb
* * * * * curl http://thugslife.pcriot.com/cron_minute.php?code=657ecc2fc06af617d8dde7fc0eb602cb
0 * * * * curl http://thugslife.pcriot.com/cron_hour.php?code=657ecc2fc06af617d8dde7fc0eb602cb
0 0 * * * curl http://thugslife.pcriot.com/cron_day.php?code=657ecc2fc06af617d8dde7fc0eb602cb

None of them run at all except the day cron... only ones not running are my five min, 1min(it runs every 2 min since it cant run every min), and hour cron
 

deadimp

New Member
Messages
249
Reaction score
0
Points
0
Why are you running such a frequent CRON task? And why do you need a cascading set of CRON jobs?
 

deadimp

New Member
Messages
249
Reaction score
0
Points
0
I went to your website, a Thug's Life, and registered, but I don't exactly see the reason for such a frequent CRON...
I don't really see a summary of what it is. It looks like a role-playing game, but nothing indicated that before I logged in.
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
If one of them work they all should, check the permissions on them and see if they all match the one that is working.
 

kaotic

New Member
Messages
14
Reaction score
0
Points
0
Your obviously blind deadimp..... Thank you corey i got them working now.. just had some errors in the cron files i didn't realize at first
 
Status
Not open for further replies.
Top