Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Quote Originally Posted by Dominion View Post
    Check the cron files within raven script have not been edited, and still work like the mccodes original (so checking the config code...). You may also want to check the file names, and path to the files.
    ok will do that, this is really starting to piss me off them not working they was working fine a few weeks ago now they arent at all

  2. #12
    Quote Originally Posted by -BRAIDZ- View Post
    ok will do that, this is really starting to piss me off them not working they was working fine a few weeks ago now they arent at all
    Can you manually run them by putting that right into the address bar?

  3. #13

  4. #14
    Quote Originally Posted by Dominion View Post
    Can you manually run them by putting that right into the address bar?
    yeah i sure can mate

  5. #15
    If they worked previously, and you can run them manually, it sounds like a hosting issue, possibly.

  6. #16
    Beginner Mystical's Avatar
    Join Date
    Jan 2011
    Location
    Sunny South Carolina
    Posts
    263
    Quote Originally Posted by -BRAIDZ- View Post
    Hey there everyone ive been having a problem with my crons working on my game and was wondering if maybe i could please get a little help getting them running, i am using curl commands, but not sure if i am entering them right, i will give you an example of what im doing

    */5 * * * * curl htttp://yoursite.com/cron_run_five.php

    is this correct or do i need to add something else to the command with the curl?
    I had the same problem and this is how I solved it.
    */5 * * * * wget -c http://www.yourgame.com/cron_fivemins.php?code=your code here
    Try it and see if it works then. Good luck to you.

  7. #17
    Quote Originally Posted by Dominion View Post
    Check the cron files within raven script have not been edited, and still work like the mccodes original (so checking the config code...). You may also want to check the file names, and path to the files.
    A bit irrelevant, but I might aswell share for developers. There's a way to avoid using cronjobs simply by using timestamps.

    You can generate a timestamp for how long a user will be in jail (time()+60*60 = 1 hour ahead in the future), for example and then check whether time() has exceeded the timestamp and if so, they aren't in jail anymore. That principle is not only resource friendly, but it saves the headache of cronjob's not working. In some things, you might need a cron job but reducing the dependency on them will make things a lot easier.
    Just another dude.

  8. #18

  9. #19

    Thanks

    This Thread helped me fix my cron problem thanks guys

    CB

  10. #20
    braidz your problem might be your hosting might not allow cron jobs , maybe change host , if your hosting is free , go premium?

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Jobs Updated with Work Exp
    By vampireduff in forum Free Modifications
    Replies: 16
    Last Post: 05-21-2012, 02:23 PM
  2. Cron Jobs
    By Nutta in forum Engine Support
    Replies: 1
    Last Post: 07-11-2011, 12:23 PM
  3. McCode LIte/Free Cron Job Failing to install
    By Vamps in forum General Discussion
    Replies: 5
    Last Post: 06-03-2011, 08:55 AM
  4. Help me with cron jobs
    By Swelution in forum Engine Support
    Replies: 3
    Last Post: 03-05-2010, 10:52 PM
  5. cron jobs help
    By MiniK in forum General Discussion
    Replies: 14
    Last Post: 08-26-2007, 07:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •