Does anyone here understand Cron_jobs?

by LMC
7 replies
Hey Warriors,

Im in a bind here, one of my sites needs to run a cron_job to send out a newsletter through it's software.

I have no idea how or where to set this up, I see that there is a cron_job section in my cpanel, but the dialog is a different language to me.

I have a file called newsletter_cron.php that supposively is the file that sends out the newsletter?

Any one know what I'm talking about here lol?
#cronjobs #understand
  • Profile picture of the author The Pension Guy
    Once I tried to set up a self-hosted autoresponder script and it also needed to run a cron job. Luckily, the instructions for setting it up were very detailed, so I just had to read it and copy/paste the exact command lines into the cPanel's cronjob subpanel.

    Do you have any detailed instructions about it?
    Signature

    {{ DiscussionBoard.errors[1070890].message }}
  • Profile picture of the author ASUService
    Hi LMC,
    With cpanel you have one of the easiest ways to setup crons available. Here's a tutorial:

    cPanel Tutorial: Cron Jobs

    That link goes to the standard cron setup info just click "next" at the bottom right of the page to see the advanced method.

    Hope that helps!
    Signature

    Best Regards,
    Mike Allton
    ASU Service, Inc.
    The LAST SMS Platform You'll Ever Need! Easy Money!

    {{ DiscussionBoard.errors[1070895].message }}
  • Profile picture of the author LMC
    Dear Pension,

    Unfortunately I don't think so... I probably could email the developer for them though
    {{ DiscussionBoard.errors[1070899].message }}
  • Profile picture of the author trishworks4u
    This made me think of something I ran across and bookmarked a month or so ago. This guy has an obscene amount of short videos on how to do a ton of little technical things like this. Stuff I"m always trying to do by myself and spend forever looking for directions for online.

    Here's the link (not an affiliate link). Hot Marketing Videos Membership - Step-By-Step Online Coaching Video Tutorials

    I haven't purchased it yet so can't review it for you but fully intend to.
    {{ DiscussionBoard.errors[1071011].message }}
  • Profile picture of the author Jared Alberghini
    A cron job is an automatic 'trigger' that runs a specific file/command at a time you specify.

    Basically, you want to add your newsletter_cron.php file and schedule it to run whenever you want to send out your newsletter.

    The command line you need to enter is this:

    php /home/[your username]/public_html/[your newsletter directory]/newsletter_cron.php

    (php SPACE /path/to/your/newsletter_cron.php)

    The file path may be different for your server... some are /www instead of public_html

    Then you need to set the day/time you want to execute the command (send your newsletter)

    Here is a more detailed tutorial:

    How to setup Cron Job Using Cpanel? PHP Programmer's Of Bangladesh

    Hope that helps!

    Jared
    Signature

    P.S.

    Join The Future: Telekinetic Marketing

    {{ DiscussionBoard.errors[1071037].message }}
  • Profile picture of the author Ron Killian
    Shouldn't this be in the website design or programming section? The main forum moves fast enough as it is
    Signature
    PLR Affiliate Program Has Launched! Easily Promote Over 5,000 PLR and MRR Products.

    Largest Selection of PLR Articles on the Planet! PLR Ebooks, PLR Video, PLR Websites and more with Private Label Rights
    {{ DiscussionBoard.errors[1071116].message }}
    • Profile picture of the author Lance K
      Originally Posted by Ron Killian View Post

      Shouldn't this be in the website design or programming section? The main forum moves fast enough as it is

      Then why did you bump it?

      Ah dang. I did it too.
      Signature
      "You can have everything in life you want if you will just help enough other people get what they want."
      ~ Zig Ziglar
      {{ DiscussionBoard.errors[1071253].message }}

Trending Topics