MechBunny cronTagcloud. php set up

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tnasty
    Registered User
    • Mar 2013
    • 13

    #1

    MechBunny cronTagcloud. php set up

    hello boys and girls. i'm trying to set up my tagcloud to run once a day on my fledgling tubesite but i don't know crap about coding. i'm using dreamweaver to edit stuff. i was told to do this:

    add the following in SSH to cron:

    0 1 * * * cd /home/mydom/domains/mydomain.net/public_html/admin; /usr/local/bin/php cronTagcloud.php;

    not sure where to go from here. any advice would be greatly appreciated!

    thanks again,
    Last edited by tnasty; 04-03-2013, 08:21 AM. Reason: figured it out
    Just A Newbie
    from SoCali
    Tnasty
  • tnasty
    Registered User
    • Mar 2013
    • 13

    #2
    i think i got this figured out on the server end. duh!! i'll come back if it doesn't work lol. thanks again!
    Just A Newbie
    from SoCali
    Tnasty

    Comment

    • Mark.Roy
      Confirmed User
      • Apr 2013
      • 122

      #3
      1)ssh to server.
      2)enter your username and password
      3)crontab -l (this will list already present cronjobs)
      4)crontab -e
      5) hit Insert Button from keyboard
      6) enter
      0 1 * * * cd /home/mydom/domains/mydomain.net/public_html/admin; /usr/local/bin/php cronTagcloud.php;

      7) Press Esc, then :wq

      then you are good to go.,

      or you can always google how to add cronjob via ssh



      email: mark[at]insanedollars[dot]com | ICQ::685~986~008

      Flat $125 PPS Cam Site! Make Insane Dollar$!!

      Comment

      Working...