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. |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
12-30-2016, 08:52 AM | #1 |
Registered User
Industry Role:
Join Date: Dec 2016
Location: New York City
Posts: 62
|
WTB - Database of pornstars in CSV
Anybody out there selling pornstar database in CSV format? I'm using mechbunny tube script. let me know. thanks.
|
12-30-2016, 09:02 AM | #2 |
It's 42
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
|
Yes
Code:
mysql> DESCRIBE xvideos; +------------+-----------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +------------+-----------+------+-----+---------+-------+ | url | char(50) | NO | | NULL | | | performer | char(30) | NO | | NULL | | | runtime | char(12) | YES | | NULL | | | thumb | char(120) | YES | | NULL | | | iframeCode | char(200) | YES | | NULL | | | tags | char(200) | YES | MUL | NULL | | | category | char(60) | YES | MUL | NULL | | +------------+-----------+------+-----+---------+-------+ 7 rows in set (0.00 sec) mysql> SELECT count(performer) FROM xvideos; +------------------+ | count(performer) | +------------------+ | 4543335 | +------------------+ 1 row in set (0.00 sec)
Or pay someone to do it for you. |
12-30-2016, 09:16 AM | #3 |
Registered User
Industry Role:
Join Date: Dec 2016
Location: New York City
Posts: 62
|
Thanks
Thanks for the tip! @Barry-xlovecam
|