anyone using it? is it good?
tgpx server edition?
Collapse
X
-
-
-
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.delgado9Comment
-
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.Comment
-
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
-
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







Comment