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.

#26 Re: Troubleshooting » Multi-server question » 2014-07-15 18:47:51

you only need a server that has webserver such as nginx and ftp server installed in it... create ftp account in your video server and configure your subdomain for it .. then plug it in to your main website

and if you want pseudostreaming for flash videos you need to configure that in nginx...

FYI ... MP4 HTML5 Videos on HTML5 video player has pseudostreaming work out of the box, no need for extra configuration... only Flash Videos requires extra configuration for pseudostreaming

#27 Re: Feature Requests » Ad block » 2014-07-14 17:48:30

bugfix wrote:

Here is my solution to the issue. Fairly easy to implement... visit with adblocker enabled www.kinkyinpublic.com

here is the code for the site.. download the adframe.js and adblock-banned.html

edit adblock-banned.html and change the links to your website





put this code in the header of your template

<script type="text/javascript">
<!--
    var adblock = true;
//-->
</script>
<script type="text/javascript" src="http://www.kinkyinpublic.com/adframe.js"></script>
<script type="text/javascript">
if(adblock) {
    window.location.href = "http://www.kinkyinpublic.com/adblock-banned.html";
}
</script>

#28 Feature Requests » Feature Request: Notification for New Private Messages » 2014-07-14 10:55:11

franz
Replies: 0

This shouldn't be hard to implement, to have a notification besides Inbox link if theres new or unread messages.

Board footer

Powered by FluxBB