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.
Pages: 1
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
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
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
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
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
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
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
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
what temp. do I need to edit to show more than 10 "TOP PORNSTARS"
want to show 100
thanks
Offline
I mean on the left panel, not the main page.
"TOP PORNSTARS" panel only
Offline
Offline
I have added over 100 only shows 10
Offline
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
got it thanks
Offline
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
Hm, my girlfriend would definitely enjoy this feature. Only adding the images makes for a lot less work
Offline
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
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
Pages: 1