Hey Mark,
I'm glad you guys added a RSS feed to your promotional tools, but it is kinda useless.
Code:
<item>
<title>American Daydreams</title>
<description>
<br>ADD|Pic|Michelle Honey|15|http://www.americandaydreamspage.com//fhg/sco/055/gall.php?9999|Michelle is a dream fuck!<br><br>ADD|Vid|Michelle Honey|4|http://www.americandaydreamspage.com//fhg/sco/056/gall.php?9999|Fucking Michelle is the best Dream!
</description>
<pubDate>Thu, 5 Oct 2006 10:00:00 PDT</pubDate>
<link>http://www.americandaydreams.com</link>
<guid>http://www.americandaydreams.com</guid>
</item>
^ this is your feed, but I think it should be something like this:
Code:
<item>
<title>American Daydreams</title>
<description>Michelle is a dream fuck!</description>
<pubDate>Thu, 5 Oct 2006 10:00:00 PDT</pubDate>
<link>http://www.americandaydreamspage.com//fhg/sco/055/gall.php?9999</link>
<guid>http://www.americandaydreamspage.com//fhg/sco/055/gall.php?9999</guid>
</item>
so a title goes into <title>, a description goes into <description>, a link goes into <link> and so on...
You could add some tags to include the info on number of pictures and the type of gallery and stuff like that. This whole old school | separator stuff in the <description> really lowers the functionality of your RSS feed.