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)
-   -   WTB - Database of pornstars in CSV (https://gfy.com/showthread.php?t=1236967)

JediJinx 12-30-2016 08:52 AM

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.

Barry-xlovecam 12-30-2016 09:02 AM

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)

  1. Find the xvideos database in a search
  2. download the csv
  3. create a table for it
  4. export the data and then sort the data to a file of unique names.

Or pay someone to do it for you.

JediJinx 12-30-2016 09:16 AM

Thanks
 
Thanks for the tip! @Barry-xlovecam


All times are GMT -7. The time now is 11:47 AM.

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