Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 08-30-2010, 06:17 PM   #1
Jakez
Confirmed User
 
Jakez's Avatar
 
Industry Role:
Join Date: Jan 2004
Location: oddfuturewolfgangkillthemall!!!!!!!
Posts: 5,656
Why arent RSS feeds like this?

Why do they have to be so difficult? I dont see why they couldnt just be a file that spits out a dump of text like:

url|title|description|etc
http://www.site.com|Title|Description|etc
Jakez is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2010, 06:22 PM   #2
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,359
those arent rss feeds, those are dumps, big difference
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2010, 07:02 PM   #3
papill0n
Unregistered Abuser
 
Industry Role:
Join Date: Oct 2007
Posts: 15,547
what fris said plus you can easily convert dumps to rsssss
papill0n is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2010, 07:04 PM   #4
Jakez
Confirmed User
 
Jakez's Avatar
 
Industry Role:
Join Date: Jan 2004
Location: oddfuturewolfgangkillthemall!!!!!!!
Posts: 5,656
Yeah no shit, but what do RSS feeds have to offer over the easy use and flexibility of a dump?
__________________
[email protected] - jakezdumb - 573689400

Killuminati
Jakez is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2010, 07:36 PM   #5
fatfoo
ICQ:649699063
 
Industry Role:
Join Date: Mar 2003
Posts: 27,763
That sure is a simple line of text.
It reminds me of the "add mass trades" feature in http://www.proton-tm.com script.
fatfoo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2010, 07:44 PM   #6
Jason Voorhees
So Fucking Banned
 
Industry Role:
Join Date: Jul 2010
Location: Camp Crystal Lake.
Posts: 843
Quote:
Originally Posted by Jakez View Post
Yeah no shit, but what do RSS feeds have to offer over the easy use and flexibility of a dump?
Same reason HTML has structure... It's not hard to read an rss feed...
Jason Voorhees is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2010, 08:03 PM   #7
woj
<&(©¿©)&>
 
woj's Avatar
 
Industry Role:
Join Date: Jul 2002
Location: Chicago
Posts: 47,882
Quote:
Originally Posted by Jakez View Post
Yeah no shit, but what do RSS feeds have to offer over the easy use and flexibility of a dump?
dump offers no flexibility, the format is predefined... you don't have the same problem with an XML feed... XML is just a better more robust way of doing things...
__________________
Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager
woj is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2010, 11:46 AM   #8
Jakez
Confirmed User
 
Jakez's Avatar
 
Industry Role:
Join Date: Jan 2004
Location: oddfuturewolfgangkillthemall!!!!!!!
Posts: 5,656
Anyone who has made a scraper would agree a dump style rss would be as flexible and easy to use as it can get.

HTML is formatted because you are using tags to style a page for a surfer to browse, there doesnt need to be any styling or formatting for something like RSS since its just a computer gathering information on your latest posts and a dump style would be a lot easier for a notice to parse and use as he pleases.
__________________
[email protected] - jakezdumb - 573689400

Killuminati
Jakez is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2010, 12:16 PM   #9
k0nr4d
Confirmed User
 
k0nr4d's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,228
Quote:
Originally Posted by Jakez View Post
Anyone who has made a scraper would agree a dump style rss would be as flexible and easy to use as it can get.

HTML is formatted because you are using tags to style a page for a surfer to browse, there doesnt need to be any styling or formatting for something like RSS since its just a computer gathering information on your latest posts and a dump style would be a lot easier for a notice to parse and use as he pleases.
I would prefer RSS in it's current format. There is alot that it provides that a dump like that cannot. Nesting of elements for instance for instance:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<videos>
<updated>2010-07-20T00:00:00Z</updated> 
<video>
	<id>Video ID Number From Database</id>
	<title>Title of Video</title>
	<description>Description of Video</description>

	<tags>Comma,Separated,Keywords,Go,Here</tags>
	<paysite>Name Of Paysite</paysite>
	<clip_url>http://www.domain.com/path/to/videos/</clip_url>
	<screen_url>http://www.domain.com/path/to/thumbnails/</screen_url>
	<clips>
			<clip>
			<duration>20</duration>
			<width>640</width>
			<height>480</height>
			<flv>marta_sucks.flv</flv>
			<screens>
					<screen>marta.jpg</screen>
<screen>marta.jpg</screen>
			</screens>
			</clip>

			<clip>
			<duration>20</duration>
			<width>640</width>
			<height>480</height>
			<flv>jenna_fucks.flv</flv>
			<screens>
					<screen>jenna.jpg</screen>

			</screens>
			</clip>
			<clip>
			<duration>123</duration>
			<width>640</width>
			<height>480</height>
			<flv>kathy_anal.flv</flv>

			<screens>
					<screen>kathy.jpg</screen>
			</screens>
			</clip>
	</clips>
</video>

</videos>
k0nr4d is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2010, 02:22 PM   #10
Jason Voorhees
So Fucking Banned
 
Industry Role:
Join Date: Jul 2010
Location: Camp Crystal Lake.
Posts: 843
Quote:
Originally Posted by k0nr4d View Post
I would prefer RSS in it's current format. There is alot that it provides that a dump like that cannot. Nesting of elements for instance for instance:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<videos>
<updated>2010-07-20T00:00:00Z</updated> 
<video>
	<id>Video ID Number From Database</id>
	<title>Title of Video</title>
	<description>Description of Video</description>

	<tags>Comma,Separated,Keywords,Go,Here</tags>
	<paysite>Name Of Paysite</paysite>
	<clip_url>http://www.domain.com/path/to/videos/</clip_url>
	<screen_url>http://www.domain.com/path/to/thumbnails/</screen_url>
	<clips>
			<clip>
			<duration>20</duration>
			<width>640</width>
			<height>480</height>
			<flv>marta_sucks.flv</flv>
			<screens>
					<screen>marta.jpg</screen>
<screen>marta.jpg</screen>
			</screens>
			</clip>

			<clip>
			<duration>20</duration>
			<width>640</width>
			<height>480</height>
			<flv>jenna_fucks.flv</flv>
			<screens>
					<screen>jenna.jpg</screen>

			</screens>
			</clip>
			<clip>
			<duration>123</duration>
			<width>640</width>
			<height>480</height>
			<flv>kathy_anal.flv</flv>

			<screens>
					<screen>kathy.jpg</screen>
			</screens>
			</clip>
	</clips>
</video>

</videos>
Also, how hard is doing this?

PHP Code:
<?php
//Load the rssparse
  
$this->load->library('RSSParser', array('url' => 'http://link.to/rss.xml''life' => 2));
  
//Get six items from the feed
  
$data $this->rssparser->getFeed(6);

  foreach (
$data as $item) :
    
// do stuff with $item['title'], $item['description'], etc.
  
endforeach;  
?>
Jason Voorhees is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2010, 02:26 PM   #11
SCORE Ralph
Confirmed User
 
SCORE Ralph's Avatar
 
Industry Role:
Join Date: Mar 2003
Location: Miami, FL
Posts: 2,090
Quote:
Originally Posted by Jakez View Post
Why do they have to be so difficult? I dont see why they couldnt just be a file that spits out a dump of text like:

url|title|description|etc
http://www.site.com|Title|Description|etc
You need a dump. Not an RSS feed.
__________________
GetSCORECash.com | In the Biz Since 1991
Big Tits | Granny & MILFs | Amateurs | Big Booty | Foot Fetish | BBW | Teens
Hosted Embeds | MP4s | RSS Feeds | FHGs | Model Directory
SCORE Ralph is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2010, 02:32 PM   #12
mOrrI
It's over there...
 
mOrrI's Avatar
 
Industry Role:
Join Date: Nov 2004
Location: Portugal
Posts: 4,212
Quote:
Originally Posted by papill0n View Post
what fris said plus you can easily convert dumps to rsssss
yes I can :=)
__________________
mOrrI is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.