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.
Well not exactly like this, but similar, you can detect duplicates in admin -> video -> tools -> duplicates
At this point this feature is not available, but it can be implemented in the future...
1. yes sorry, its --with-http_mp4_module
2. yes
9) anything you want, its only used if you use lighttpd
10) you can remove the line with global/restrictions.conf (its only stuff i use to configure servers, like deny .htaccess, caching stuff....)
So the pseudostreaming part is handled by the nginx_h264_mobile and the anti-hotlinking part is handled by the secure_link module. If you get 403 forbidden when you try to access the videos, then make sure the key in nginx.conf is the one you've set in admin.
4) its recommended that you use nginx, its the easiest to configure, you could however use apache, but you need to install these modules and settings: http://forum.adultscriptpro.com/viewtopic.php?id=1896 (please note that these settings might be influenced by other apache config settings and might not work as expected)
5) you can create that configuration file if you want or just copy the contents (these rules will add another layer of security), its just a example on how i configure the servers
6) no the media server you dont need any rules
7) you need to edit the download.php file on the media server and set the secret word + nginx stuff
8) if fast forward works in the player this means that pseudostreaming is working
1) you need to setup nginx pseudostreaming with secure link enabled on the media server
2) the media server url, urls like this http://media.mydomain.com/media/videos/mp4/video_id.mp4 should be valid (these will be protected by secure link, but before enabling secure link these urls should work)
3) whatever you want for password, make sure you add the same in nginx config
referer is also good
No quick solution yet! Will release new version 2.x to fix this and 3.x already has this fixed (you can click on the video view page to preview the video).
@franz: email support@adultscriptpro.com and i will tell you more about the release and how to upgrade!
hmm i will test ima plugin and also integrate that one!
exoclick also works with videojs, i spoke with exo support and it seems the problem is that the ad i generated does not actually have anyone buying it. they gave me a testing url with a vast tag and it works correctly.
you can test videojs here http://mailonline.github.io/videojs-vas … dex_5.html (test ads from google and other companies and you will see everything will work...)
It works...i already tested with videojs...however exoclick wont work correctly yet. I've been in contact with exoclick, but they say videojs is not yet supported because it doesnt support the VAST standard (however videojs does support this standard, ads from google and other companies work, i have teste this several times, not to mention that another company selling a non-adult video script uses videojs for vast ads, and it works). At this point i'm waiting to find the time to debug more with exoclick vast tag.
also added VAST/VPAID ads support....as google changes the advs on chrome this will be a good way to monetize...
Try gfy.com
i will configure it this week...as player overlay wont be allowed anymore...it was making me good money...
also no more popups/popunders....this is not good...i have making good money from popups...i even created a popup system for version 3.x to easily manage the ads...
pff....the main money making ads are the pre play player overlay and on pause...whatsup with that...so i guess we will have to go back to pre/mid/post roll classic ads...
According to this article:
https://venturebeat.com/2017/12/19/chro … bruary-15/
So i guess in-video ads will be the future...like wait 10 seconds for your video to start...
Edit templates/defboot/pornstar_menu.tpl.php and remove the following code:
<div class="btn-group" role="group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<?php echo __('letter'),': <strong>'; if ($this->letter == 'all'): echo __('all'); else: echo strtoupper($this->letter); endif; ?></strong>
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu dropdown-menu-right letter" role="menu">
<li<?php if ($this->letter == 'all'): echo ' class="active"'; endif; ?>><a href="<?php echo build_url($this->order, 'all', 1); ?>"><?php echo __('all'); ?></a></li>
<?php foreach (range('a', 'z') as $letter): ?>
<li<?php if ($this->letter == $letter): echo ' class="active"'; endif; ?>><a href="<?php echo build_url($this->order, $letter, 1),'">',strtoupper($letter); ?></a></li>
<?php endforeach; ?>
</ul>
</div>
These kind of urls are used for hotlinking protection. They probably save the IP in the token and you cant download these videos because the IP changes...
should be fixed!
i'll debug and fix!
You enter the word all in the receiver input field
i've added the fix for you! still debugging why timezones dont work for you...while for others (including my own demo) the timezone works!
Email me and i will send you the fix!