Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2011-03-04 12:06:22

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Pornstar/Model Importer

Hi,

I just started working on the pornstar/model importer. It will support CSV and RSS importing.

Please let me know if you know any affiliates that allow you to export models/pornstars except vidz.com (vidz.com offers CSV/RSS exporting, but they dont have a image/thumb for the pornstar, contacting them now to see if they can add a image).


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#2 2011-03-08 14:29:58

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Pornstar/Model Importer

Seems like vidz.com has this feature, but without a image for the model (still good though, you can add the image later, still less work), however i talked with twistys and they will prepare a model dump for us.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#3 2011-03-09 10:40:34

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Pornstar/Model Importer

This will also include a url for each pornstar, depending from which site you import models, the url will contain the join url for that site (the join url will be part of the CSV/RSS).


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#4 2011-03-10 15:28:41

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Pornstar/Model Importer

Videosz.com cant provide a tool for the importer (they dont have any data for models except name and image), vidz.com said they will provide in a few weeks and twistys.com said this week. If twistys doesnt provide a tool for the model importer, either csv/rss, we will drop this feature and add it after rc1.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#5 2011-03-11 13:31:45

Pornogoddess
Member
From: NY
Registered: 2011-01-12
Posts: 183
Website

Re: Pornstar/Model Importer

Could always provide the tool in RC 1 and we could upload all the info via .csv and add Pornstar Photos ourselves, it's still work, but a lot less work.

Offline

#6 2011-03-11 14:55:31

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Pornstar/Model Importer

Good idea. I will add the tool with what i have from vidz.com now.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#7 2011-03-16 08:06:37

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Pornstar/Model Importer

Twistys didnt provide this feature, so i will just code a standard one with what vidz.com has, and also add a small feature to scrap twistys (i already talked with them and they allow this, provided that you have a url to do advertising for them).


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#8 2011-05-18 13:26:10

Pornogoddess
Member
From: NY
Registered: 2011-01-12
Posts: 183
Website

Re: Pornstar/Model Importer

I know this topic has been dead for a bit, but I'm trying to breathe some new life into it with some sponsors I've recently gotten acquainted with. Will let you know when I have more details.

I might also be going to the Chicago convention in July, if I do I'll have some face time with sponsors.

Offline

#9 2011-05-18 15:22:58

Pikeypete
Member
From: USA
Registered: 2011-04-21
Posts: 115
Website

Re: Pornstar/Model Importer

Pornogoddess wrote:

I might also be going to the Chicago convention in July, if I do I'll have some face time with sponsors.

I'm packing my bag, wait for me..  lol

Offline

#10 2011-05-27 19:06:34

Spunky
Member
Registered: 2011-05-26
Posts: 10

Re: Pornstar/Model Importer

what temp. do I need to edit to show more than 10 "TOP PORNSTARS"


want to show 100

thanks

Offline

#11 2011-05-27 20:00:46

Pikeypete
Member
From: USA
Registered: 2011-04-21
Posts: 115
Website

Re: Pornstar/Model Importer

Spunky wrote:

what temp. do I need to edit to show more than 10 "TOP PORNSTARS"


want to show 100

thanks

Admin panel > Model > Configure

Offline

#12 2011-05-27 21:29:28

Spunky
Member
Registered: 2011-05-26
Posts: 10

Re: Pornstar/Model Importer

I mean on the left panel, not the main page.

"TOP PORNSTARS"  panel only

Offline

#13 2011-05-27 22:00:24

Pikeypete
Member
From: USA
Registered: 2011-04-21
Posts: 115
Website

Re: Pornstar/Model Importer

Spunky wrote:

I mean on the left panel, not the main page.

"TOP PORNSTARS"  panel only


It only displays ones that you've personally added. The more porn stars you add the more it shows on the left menu.

Offline

#14 2011-05-27 23:08:46

Spunky
Member
Registered: 2011-05-26
Posts: 10

Re: Pornstar/Model Importer

I have added over 100  only shows 10

Offline

#15 2011-05-28 14:48:48

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Pornstar/Model Importer

You need to edit a php file for that. modules/pornstar/components/browse.php and find:

        $sql            = "SELECT name, slug
                           FROM #__model
                           WHERE status = '1'
                           ORDER BY total_views DESC
                           LIMIT 10";

replace with:

        $sql            = "SELECT name, slug
                           FROM #__model
                           WHERE status = '1'
                           ORDER BY total_views DESC
                           LIMIT DESIRED_NUMBER_HERE";

Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#16 2011-05-28 16:45:39

Spunky
Member
Registered: 2011-05-26
Posts: 10

Re: Pornstar/Model Importer

got it thanks

Offline

#17 2011-07-31 22:08:39

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Pornstar/Model Importer

If anyone wants this, just drop me a email, i have importers for twistys and vidz, however none of them provide a pornstar image.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#18 2011-08-03 10:47:26

MoFo
Member
Registered: 2011-06-21
Posts: 20

Re: Pornstar/Model Importer

Hm, my girlfriend would definitely enjoy this feature. Only adding the images makes for a lot less work

Offline

#19 2011-10-05 11:45:25

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Pornstar/Model Importer

This will be included in the final version. I already have it finished. You can export your models to a xml file and then import that file (the same importer works with vidz model database, however no model photos there).


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#20 2011-10-06 07:06:49

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Pornstar/Model Importer

If you want to use this with RC4, just drop us a email.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

Board footer

Powered by FluxBB