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 01-06-2005, 12:18 PM   #1
nick3131
Confirmed User
 
Join Date: Dec 2004
Location: Gainesville, Florida
Posts: 1,181
I need a list of porn star names

Anyone know a good site for that. I can parse out the <a href's if I have to. So basically I just need a site with a bunch of porn stars listed on it.
__________________
Signed nick3131

nick3131 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-06-2005, 12:19 PM   #2
LiveDose
Show Yer Tits!
 
LiveDose's Avatar
 
Industry Role:
Join Date: Feb 2002
Location: Somewhere Out there...
Posts: 25,792
http://www.adultcddvdvideo.com/Pornstar/pornstar.htm


from google.
LiveDose is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-06-2005, 12:21 PM   #3
nick3131
Confirmed User
 
Join Date: Dec 2004
Location: Gainesville, Florida
Posts: 1,181
Quote:
Originally Posted by LiveDose
Thats pretty good thanks.
__________________
Signed nick3131

nick3131 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-06-2005, 01:33 PM   #4
abstractAFFect
Registered User
 
Join Date: Nov 2004
Posts: 42
Yah that's the best.
abstractAFFect is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-13-2013, 10:19 PM   #5
freecartoonporn
Confirmed User
 
freecartoonporn's Avatar
 
Industry Role:
Join Date: Jan 2012
Location: NC
Posts: 7,683
from xvideos pornstar list scraper

PHP Code:
<?php
ini_set
("memory_limit","-1");
ini_set('max_execution_time''-1'); 
include_once 
'simple_html_dom.php';

foreach (
range('a''z') as $char) {
    for(
$n=0;$n<=20;$n++){
        
$url "http://www.xvideos.com/pornstars/".$char."/".$n;
        
$response_code=(get_headers($url)[0]);
            if ((
stripos($response_code"200") !== false)) {
            
//echo $url."<br>";
            
$urlarr[]=$url;
            }
    }
}

//print_r($urlarr);


foreach ($urlarr as $url1) {

$html file_get_html($url1);
    foreach(
$html->find('p[class=profileName]') as $heading) { //for each heading
            //find all spans with a inside then echo the found text out
            
echo $heading->find('a'0)->plaintext "<br>"
    }
}
freecartoonporn 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.