Auto updating with AGP 3.x

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EddiePulp
    Confirmed User
    • Mar 2004
    • 1332

    #1

    Auto updating with AGP 3.x

    So I've owned Auto Gallery Pro 3.x for awhile... been great, but I'm going away in 2months and want to know how I can make it so my TGP will 'Build All Pages' by itself.

    ie. I know there is an option to auto approve, but that doesnt update the page. I still have to login to admin area and click 'Build All Pages'


    Thanks.
    I dont need a sig.
  • X37375787

    #2
    setup a cron job to update it daily

    Comment

    • X37375787

      #3
      at least that's what you can do for SQL... plus u must have root priviledges on your server.

      Comment

      • EddiePulp
        Confirmed User
        • Mar 2004
        • 1332

        #4
        Originally posted by Equinox
        setup a cron job to update it daily
        thanks.

        but how and where is that done?

        through SSH ?
        I dont need a sig.

        Comment

        • X37375787

          #5
          Originally posted by EddiePulp
          thanks.

          but how and where is that done?

          through SSH ?

          Check the documentation.

          http://www.jmbsoft.com/owners/ags/ma....0.x/cron.html

          requires login

          Comment

          • fris
            Too lazy to set a custom title
            • Aug 2002
            • 55679

            #6
            you dont need root to setup a cron. each user can setup cron jobs. not just root.
            Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

            Comment

            • ModelBuffet
              Confirmed User
              • Jun 2004
              • 360

              #7
              just ssh in and type in:

              crontab -e

              then enter the info

              Wackmeter
              ICQ 217-133-671
              Trade Traffic

              Comment

              • X37375787

                #8
                Originally posted by fris
                you dont need root to setup a cron. each user can setup cron jobs. not just root.

                my bad

                Comment

                • the Shemp
                  congrats to the winners
                  • Nov 2001
                  • 10891

                  #9
                  Originally posted by fris
                  you dont need root to setup a cron. each user can setup cron jobs. not just root.
                  fris, are you availabe to do some work for me ?
                  i use Vacares...so should you
                  Submit your picture galleries to my site...Outlaw TGP

                  Comment

                  • EddiePulp
                    Confirmed User
                    • Mar 2004
                    • 1332

                    #10
                    Originally posted by ModelBuffet
                    just ssh in and type in:

                    crontab -e

                    then enter the info
                    thanks.. but what task do i add to crontab

                    does this look right?

                    0 * * * * /usr/home/myusername/html/www.mydomain.com/cgi-bin/tgp/admin/main.cgi?Run=BuildPages&Which=BuildAllPages
                    I dont need a sig.

                    Comment

                    • OzMan84
                      Confirmed User
                      • Nov 2003
                      • 4740

                      #11
                      https://www.mydomain.com/cgi-bin/tgp...=BuildAllPages

                      XferClick - 300,000 UV daily and growing quickly. Majority US, EU, CA and AU traffic. Contact me for more information
                      ICQ: 304568058

                      Comment

                      • EddiePulp
                        Confirmed User
                        • Mar 2004
                        • 1332

                        #12
                        I dont need a sig.

                        Comment

                        Working...