GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Want a cam site? RSS feed parser for online models (https://gfy.com/showthread.php?t=626095)

John Marco 06-26-2006 01:56 AM

Want a cam site? RSS feed parser for online models
 
Last week Webcams.com released a revolutionary feed parser for online models and model profiles which allowed you to create your own webcam site using your own parser.

If you didn't see our post regarding this -- in a nutshell, we have an online model RSS feed that allows you to display results exactly as you want them. You can choose minimum model rating (to only show hot girls), specific categories, only models added after a certain date, and more. With this tool, you can pop our feeds into your site to have freshly updated models.

We have followed that up by making available to all our affiliates an exclusively designed feed parser that allows you to simply parse our feeds and display the results using elementary HTML.

Some possible uses:
  • Provide new model of the day link on your site that is dynamically updated
  • Show a real time list of models available to chat
  • Sort the list by niche category since our feeds can be customized to display only certain niches (i.e. Asian Girls)
  • Create custom profiles for each online model that has the same look and feel as your site

You can do anything you want with these feeds. The feeds are parsed into basic PHP variables that can be formulated any way you like using standard HTML elements. This includes support for CSS styling as well!

We are the first affiliate program to offer these advanced features along with a custom parser that is so easy anyone can use it even if they have zero PHP experience.

Here are a couple of very basic example feeds for you to see:

Online Models Sample

Model Profile Sample

Basically our parser defines a variable for each feed element that you can insert into your page however you'd like. We provide demo files that show you how to loop the output, format it using your own colors, etc.

This parser is available in the Webcams.com affiliate area. If you have any questions I'll be available to answer them or available via email at webmaster at webcams.com

- John

John Marco 06-26-2006 10:58 AM

I'm bumping this

shiloh451 06-26-2006 01:24 PM

Samples don't work.

Rankings 06-26-2006 02:29 PM

great, im all over it

Scootermuze 06-26-2006 04:17 PM

Shouldn't I be seeing the pics and a clickable link?

The samples above and demos I downloaded give me this type of output:

screen_name: 01HornyAzn4U
mean_rating: 7.4
num_ratings: 5
why_me: hot hot hot
join_date: 18 May 2006
categories: Asians, Brunettes, Girls Online, Latinas, Teens (18+)
image_url: http://static.webcams.com/images/thu...6/0d/57181.jpg
large_image_url: http://static.webcams.com/images/models/06/0d/57181.jpg
link: http://webcams.com/link.php?reseller...page=defa ult

tenderobject 06-26-2006 04:31 PM

hope you can post the last week thread :) i just bought a domain for webcams.com :)

Juilan 06-26-2006 05:43 PM

using FF not displaying as of yet but sounds awesome...

fuzzylogic 06-26-2006 05:47 PM

yo, thats tech

images only show in IE? is that what i am reading?

czarina 06-26-2006 05:48 PM

Wow thats a great idea.

John Marco 06-26-2006 07:57 PM

the images aren't supposed to show... I said in the post that it was a very basic sample of what you can do. It just dumps a list of online models.

You can format the HTML page however you'd like. For example, you could do the following:

Code:

Model Image: <img src="<?php echo $model->image_url ?>">
And it will echo the model image formatted in HTML. In my example, the code is simply:

Code:

image_url: <?php echo $model->image_url ?>
Our instructions page along with the examples show you exactly what you need to do to make it completely flexible!

John Marco 06-26-2006 08:01 PM

Quote:

Originally Posted by Scootermuze
Shouldn't I be seeing the pics and a clickable link?

The samples above and demos I downloaded give me this type of output:

screen_name: 01HornyAzn4U
mean_rating: 7.4
num_ratings: 5
why_me: hot hot hot
join_date: 18 May 2006
categories: Asians, Brunettes, Girls Online, Latinas, Teens (18+)
image_url: http://static.webcams.com/images/thu...6/0d/57181.jpg
large_image_url: http://static.webcams.com/images/models/06/0d/57181.jpg
link: http://webcams.com/link.php?reseller...page=defa ult

yep, that's what it's supposed to do. You have to format the sample however you'd like to see it in HTML. Here is another example:

Code:

<h2>These models are currently online:</h2>
<?php
require_once('WebcamsRSSParser.php');
$feed_url = 'http://webcams.com/affiliate/wca_promo.php?action=onlinemodelsrssfeed&reseller=webcams&rev=0&type=1&link_type=rss&mcat_id=17&min_mean_rating=0&min_num_ratings=0&max_site_age=90&perpage=10';
$models = WebcamsRSS::parse_online_models($feed_url);
foreach($models as $model) {
?>

Model: <span style="color: #FF0000"><?php echo $model->screen_name ?><br>
<a href="<?php echo $model->link ?>">
<img src="<?php echo $model->large_image_url ?>"><br>click my link!</a>

<?php
}
?>

Does this make sense everyone? it is COMPLETELY up to you. The sample is supposed to be a very basic example of formatting. You can get as creative as you'd like.

bknoob 06-26-2006 08:04 PM

:thumbsup

John Marco 06-26-2006 09:06 PM

If anyone wants, I can get our designer to make you some custom pages using this tool tommorrow to show you exactly how it works.. it's one of the best promo tools invented for webcam sites I think.. makes it all automated


All times are GMT -7. The time now is 02:10 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123