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.
Vidz.com replied and said that the model/pornstar image will be added in future developments (but not within the next 1-2 weeks). I'm searching for other ways to import models, in the mean time i could work on this: http://forum.adultscriptpro.com/viewtopic.php?pid=707
Please tell me your opinion on the above.
First of all your critic is constructive and its more than welcome. I'm not a expert SEO so i didnt know about this and except for 2 i'm considering to implement what you said. What should i use instead of H1, H2, H3, H4? (can you please explain this).
The bug appears on servers that have tidy installed, but its not a good version. To fix, edit admin/modules/content/components/add.php and admin/modules/content/components/edit.php and remove the following block of code:
if (function_exists('tidy_parse_string')) {
$tidy_config = array(
'clean' => true,
'output-xhtml' => true,
'show-body-only' => true,
'wrap' => 0,
);
$tidy = tidy_parse_string($content, $tidy_config, 'UTF-8');
$tidy->cleanRepair();
$content = $tidy;
}
Will be fixed in the new version.
Edit templates/your-template/footer.tpl.php and remove this line:
Powered by <a href="http://www.adultscriptpro.com">Adult Script Pro</a>
Edit profile/templates/your-template/footer.tpl.php and remove this line:
Powered by <a href="http://www.adultscriptpro.com">Adult Script Pro</a>
Edit mobile/templates/default/footer.tpl.php and remove this line:
Powered by <a href="http://www.adultscriptpro.com" rel="external">Adult Script Pro</a>
Thats it! :-)
Ohh...will fix both asap. If you want to apply the fix before the next update here's what you can do:
1. Edit modules/video/components/view.php and replace this line:
$this->tpl->meta_desc = 'Watch '.$video['title'].'. '.$this->tpl->cfg['meta_desc'];
with:
$this->tpl->meta_desc = __('watch').' '.$video['title'].' '.$this->tpl->cfg['meta_desc'];
After this go to Admin -> Extend -> Language Manager -> * (all languages) -> Files -> video -> add the watch = Watch translation here.
2. For the day/days problem go to Admin -> Extend -> Language Manager -> * (all languages) -> Files -> global and add: day = day, days = days
Both bugs will be fixed in the next update.
Basically lets say you get to a point where the site is slow (until now, we dont have any clients that have slow sites), you can do the following:
- have a separate server for php
- have a separate server for mysql
- have a separate server for memcache (for sessions and caching)
- have a separate server for videos
- have a separate server for thumbs (this will be possible after RC1 is done, with nginx for static content only)
- have a separate server for sphinx
- CDN for css/js and images (also after RC1)
The above would be able to keep a lot of visitors (i cant give you a exact number, but i'm sure its somewhere > 200.000). Also if you use PHP with FCGI you can have separate servers for php only (basically lighttpd on one server and multiple servers for php execution only). Also you have use pound as a load balancer. Once you get there...there are solutions :-)
We will provide a free flowplayer license as soon as we can (basically the flash player will have your own logo and it will only work on one domain). Never thaught about the replication thing before, but adding this feature right now would mean i have to modify like half of the script. Do not worry about high traffic, with caching and sphinx you will be able to have a lot of visitors on one server only (once you have more visitors you can just use a separate server for mysql). The database is optimized, and it will go through another optimization after RC1 is released.
@Pierre: why do you want to use jwplayer instead of flowplayer? i mean what are the advantages. Mysql replication works perfectly, you need to configure mysql to replicate to a slave mysqld, it has nothing to do with the script (basically you configure mysql replication in my.cnf and then all operations on the main mysql server will also aply to the second/slave server). If the first main mysql server is down, the second slave server is used automatically.
If you have any features that need to be added before the RC1 release please let us know (after RC1 there will be no more features added until the final version, only bug fixes and optimizations).
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).
I've decided to finish the Pornstars/Models import tool before uploading a demo (it will be this weekend), so that i can test both CSV Import and Rss Feed Import after
i add 1000 pornstars, to check if automatic pornstar detection works.
Until then, some screenshots:
Feeds can also be parsed via cron. Basically you can set a cron to update every 2 hours, which will add 10 videos (you can define the number) from
each feed. It will also block duplicates.
I understand exactly what you want to say and you are right the query for the pagination is slow, and there are no solutions for this (except video_id > some number, but this will not work after you delete a lot of videos). There are a lot of articles on the internet that explain exactly what you said above, as a solution for the pagination problem.
If you want you could remove pagination from the frontpage.
Ok. Will add this plugin to the forum.
Finished and tested with:
vidz.com
dream-cash.com
hentaibiz.com
pimboss.com
nichewealth.com
I'll upload to scriptdevel tomorrow for testing.
Fixed.
Actually the per category advertising for more spots is a good idea, but i have to redesign some parts of the script to make it work. I will add it after the final version is released (it involves a lot of work right now and it will delay the final version even more).
If you want to fix this now, edit: admin/modules/menu/link_add.php and admin/modules/menu/link_edit.php and replaces the following line:
$link = $filter->get('link');
with:
$link = trim($_POST['link']);
Yes. The filter elimitates the & for security reasons, however its fixed in the next version. Basically for urls the filter will not activate anymore.
Pure pornstar importing, basically you populate your site with pornstars. This will make it easier to assign videos to pornstars, also the rss video feeds will be able to assign videos automatically (same for CSV) if the pornstar is already in the database.
I'm still searching for that also, but with CSV pornstar import, i can recommend vidz.com
Yeah. It means the site will run alone and update with videos. While this is very good from a lot of point of views, if you want your site to be different you will have to change the video descriptions/titles/tags (not really titles, but tags and descriptions are a good idea). Also it will not work on all servers, however i'm thinking of a way to make this work (like update only a feed at a time, then update another and so on, so if you have 10 feeds set to update with 5 videos each and a cron from 2 to 2 hours, then you would get like 50 videos / day added automatically). Of course from admin you could add 100 videos directly from a feed (this is also depends on the server).
Please tell me which features are more important for you:
* Support for Mass Photo Uploads via FTP
* Support for Mass Photo Uploads via Archive (zip, rar, tar, bz)
OR
* Support for Pornstar importing via CSV
* Support for Pornstar importing via RSS
This addon is almost done (running tests with 5 affiliates now). Will update scriptdevel.com later today or tomorrow for testing.
Works. I'll search for FTP access to your site and fix. I will need the username/password for a user that has a video that you cannot edit from the dashboard.
Yeah...but its still a bug. Let me test on my box also. Will reply in a few minutes.