Help with WP-O-Matic and Crontab's ..Cronjob

by WAL08
13 replies
Hello,
I just installed the WP-O-Matic, but I can't for the life of me get it to work. Where do I put the crontab ?
I'm trying to get blog feeds run on my blog atleast make 3 posts per day, how do i configure this to do that?

I really appreciate the help.

wp-o-matic gave me some code to insert "*/20 * * * * /usr/bin/wget htt p://exc ample.com/wp-con tent/p lugins/wp-o-matic/cr on.php ode =fb 14fbf0"

but i dont know where to put it and they dont have a good instructions manual
#cronjob #crontab #wpomatic
  • Profile picture of the author WAL08
    anyone? Please??
    {{ DiscussionBoard.errors[370560].message }}
  • Profile picture of the author WAL08
    Hi, sorry for the confusion.. I put the spaces (and quotes around the entire string) in there because I have less then the required posts to post a URL.

    But what is the "cron" where do I find it in wordpresss to even submit that string?
    {{ DiscussionBoard.errors[370624].message }}
    • Profile picture of the author radhika
      Originally Posted by WAL08 View Post


      But what is the "cron" where do I find it in wordpresss to even submit that string?
      When you sign up with your host, they must have sent an email to you the url of web panel , how to login (NOT ftp). Right? Login that web panel, and see if there is any link called 'cron' or 'cron jobs'. You need to keep the above path in there.

      .
      Signature
      Follow up Autoresponder PRO :: 33% Discount!!
      FREE Upgrades! IMPROVED Email Deliverability!!
      {{ DiscussionBoard.errors[370684].message }}
  • Profile picture of the author joblythe
    Wal08

    Cron Jobs are not part of Wordpress - you will find details in your hosting cpanel. If you are at all unsure - ask your host - they will normally guide you.

    HTH
    Signature

    Kind Regards
    Auntie Jo

    A PROSPEROUS 2009 TO EVERYONE!!
    Back Up Your Filez! or how about a . .PLR Pack! . . and an OTO Link Manager!
    {{ DiscussionBoard.errors[370631].message }}
  • Profile picture of the author rarebiz
    For CPanel...
    login and look for "Cron Jobs", cron/index.html
    click "Advance button", cron/advcron.html
    put the appropriate code there.
    {{ DiscussionBoard.errors[370676].message }}
  • Profile picture of the author WAL08
    Okay, I'm using hostgator. I see now.

    So I just cut and paste that string into the cron tab.

    Now, how dod I set it up to post 3 posts a day?

    All I see are options for 59 minutes or less, specific hours, weeks and months. I don't see an option to post every x amount per day.

    EDIT: nevermind.. all I have to do is post every 8 hours.. I swear I'm not dumb! haha this stuff is just getting SOOOO polarizing.
    {{ DiscussionBoard.errors[370804].message }}
  • Profile picture of the author rarebiz
    Minute Hour Day Month Weekday
    * * * * * would mean every minute
    0 0 * * * would mean at midnight every night.

    every 8 hours just make THREE same cron, with different execution time
    0 0 * * * would mean at midnight every night.
    0 8 * * * would mean at 8am every day.
    0 16 * * * would mean at 4pm every day.

    EDIT: I'm not helping you, i just loved having thanks on my post
    {{ DiscussionBoard.errors[373529].message }}
  • Profile picture of the author sdsdf
    you can use free cronjob service, like setcronj0b.com
    {{ DiscussionBoard.errors[1632499].message }}
  • Profile picture of the author thunderbird
    Wp-O-Matic cronjob is a little problematic. It doesn't work on every host. You might need to adjust it.
    Signature

    Project HERE.

    {{ DiscussionBoard.errors[1632519].message }}
  • Profile picture of the author wmaster
    you can google "wp-o-matic cron solution" for quick solve
    {{ DiscussionBoard.errors[4363437].message }}
  • Profile picture of the author Omar
    You are wasting time. That plugin is not working for years. Development stopped at Wordpress 2.2 or something like that. Search google for "autoblogging" and you will find better alternatives.
    {{ DiscussionBoard.errors[5330533].message }}

Trending Topics