tgpx server edition?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • million
    Confirmed User
    • Apr 2006
    • 789

    #1

    tgpx server edition?

    anyone using it? is it good?
    <sig spot goes here>
  • fallenmuffin
    Confirmed User
    • Nov 2005
    • 8170

    #2
    No idea but I hear it's costly. (Somewhat useful bump for you)

    Comment

    • sortie
      Confirmed User
      • Mar 2007
      • 7771

      #3
      Never used it.
      I'm making a move from tgps.

      Comment

      • million
        Confirmed User
        • Apr 2006
        • 789

        #4
        Originally posted by fallenmuffin
        No idea but I hear it's costly. (Somewhat useful bump for you)

        Software License: $179.95
        <sig spot goes here>

        Comment

        • chris01282
          Confirmed User
          • Feb 2005
          • 370

          #5
          ***BUMP***

          anyone using the server edition?

          Comment

          • selena
            Confirmed User
            • Aug 2004
            • 7995

            #6
            I have it.

            I can't recall what I paid for it, but it was a special deal since I also had TGP Rotator.

            It's a bit much for my purposes, but I think it is probably a very nice combination of the jmb tgp products that existed prior to the tgpx release.
            ~
            Doer of Things at
            MetArtMoney
            Where Flawless Beauty Meets Art
            ~The MetArt Network ~
            selena.delgado9

            Comment

            • Iron Fist
              Too lazy to set a custom title
              • Dec 2006
              • 23400

              #7
              Yes... it is powerful... lots of options!
              i like waffles

              Comment

              • cess
                Confirmed User
                • Sep 2006
                • 2921

                #8
                Yes it's good.

                Comment

                • Deej
                  I make pixels work
                  • Jun 2005
                  • 24386

                  #9
                  I picked it up for 30 bucks

                  havent even upgraded yet, though
                  Last edited by Deej; 10-08-2007, 01:06 PM.

                  Deej's Designs n' What Not
                  Hit me up for Design, CSS & Photo Retouching


                  Icq#30096880

                  Comment

                  • Husila
                    Registered User
                    • Jan 2005
                    • 75

                    #10
                    theres no traffic management on it tho.. i have the server edition myself.. and i dont think it does skimming like comus does

                    Comment

                    • Shaze
                      Confirmed User
                      • Oct 2003
                      • 2662

                      #11
                      they really need to have an RSS Feed feature in their software. Meaning RSS Feeds are created for the site, not to pull an RSS feed from a affiliate program.
                      Adult Search Engine Japanese Porn Thai Porn

                      Comment

                      • fusionx
                        Confirmed User
                        • Nov 2003
                        • 4618

                        #12
                        Originally posted by Shaze
                        they really need to have an RSS Feed feature in their software. Meaning RSS Feeds are created for the site, not to pull an RSS feed from a affiliate program.
                        How to do an rss feed with AGS. Create a new page, name it something.xml, and have fun:

                        Code:
                        <%DEFINE
                        GLOBALDUPES True
                        PAGEDUPES False
                        %> 
                        <%TEMPLATE
                        NAME RSS
                        HTML <item><title>##Description##</title><link></link><pubDate>##Today## 12:34:57 +0000</pubDate><dc:creator>SublimeNudes.com</dc:creator><category>##Category##</category><guid isPermaLink="false">##Gallery_URL##</guid><description><![CDATA[ ##Description## ]]></description><content:encoded><![CDATA[ <center><a href="##Gallery_URL##"><img src="##Thumbnail_URL##" /></a></center><br><br>##Description## ]]></content:encoded></item>
                        %>
                        <?xml version="1.0" encoding="UTF-8" ?> 
                        <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
                        <channel>
                        <title>Sublime Nudes RSS Feed</title> 
                        <link>http://www.sublimenudes.com</link> 
                        <description>Beautiful Nude Art</description> 
                        <pubDate>##Today## +0000</pubDate> 
                        <generator>AutoGallery SQL</generator> 
                        <language>en</language> 
                        <%GALLERIES
                        HASTHUMB 1
                        DESCREQ True
                        TYPE Permanent
                        FORMAT Any
                        CATEGORY Mixed
                        AMOUNT 10
                        SPONSOR Any
                        HTML RSS
                        GLOBALDUPES True
                        PAGEDUPES False
                        ORDER (Clicks/Build_Counter) DESC
                        REORDER (Clicks/Build_Counter) DESC
                        GETNEW True
                        FILL False
                        %>
                        </channel>
                        </rss>

                        Comment

                        • The Dawg
                          Confirmed User
                          • Apr 2002
                          • 2438

                          #13
                          ^^^

                          Nice, Im going to play with that. Thanks

                          Comment

                          • fusionx
                            Confirmed User
                            • Nov 2003
                            • 4618

                            #14
                            Originally posted by The Dawg
                            ^^^

                            Nice, Im going to play with that. Thanks
                            One issue about RSS feeds from AGS - you need to pay JMB to take off the "powered by AutoGallery SQL" link, otherwise it'll break your XML.

                            I also use AGS to do my own Picture of the Day stuff for specific sponsors and categories. You can do a lot with AGS templates.. it's fun

                            Comment

                            Working...