New Adult Script Pro Release

August 29, 2010 1 comment

Hi,

I just released my adult video sharing script (generally reffered to as a pornhub.com clone). Its called Adult Script Pro. You might wonder why another script (there are other 5 scripts on the market) and why pro. Another script because none of the scripts on the market have the features i needed for my own sites (fast load times, scalability, low memory footprint, pornstars directory, mass video uploading/CSV import, mass video embedding and extensive advertising possibilites (targeted advertising, more exactly)) and Pro, well you need to checkout the script and you’ll see why its called Pro (6 caching mechanisms, multi-server included and a extensive administration control panel).

The scripts URL is: http://www.adultscriptro.com

PS: I will still continue to sell my mods for Adult Video Script. If you are interested in buying the mods with complete license to re-sell please contact me via the Contact form.

Categories: Uncategorized

AVS Link Exchange Mod

June 18, 2010 1 comment

Hi,

It’s time for a new Adult Video Script mod 🙂

AVS Link Exchange Mod is a module for Adult Video script! Features:
– FrontEnd Footer links menu with a Add Your Link button (links are ordered by clicks)
– Backend Link Management (Delete/Publish/Suspend your links).

Price: 29$.

Please use the contact form or email me at avsmods@gmail.com for more information!

AVS Video-Thumbs Directory Limit Problem

April 12, 2010 2 comments

Hi,

On Linux a directory can contain maximum 31998 sub-directories this causes a problem for Adult Video Scripts thumbs generation system. AVS uses the following format to create the thumbs: /media/videos/tmb/VIDEO_ID/1.jpg… There are two solution for this
problem:

  1. Change the filesystem to EXT4 or ReiserFS (ReiserFS is the recommend filesystem for small files (think video thumbs), however CentOS/Fedora/RHEL dont support ReiserFS by default).
  2. Change the AVS video thumb directory structure to something like /media/videos/tmb/YEAR-MONTH/VIDEO_ID/. This method requires a lot of code modifications. The thumb generation function has to be modified, same applies to the templates (the thumb display code has to be modified).

I have successfuly used the first method to host more than 200.000 videos.

AVS CSV Mass Import Videos Mod

February 12, 2010 13 comments

Hi,

The AVS CSV Mass Import Videos Mod is a module for Adult Video Script. It supports CSV import of videos (flv) and embed codes. The mass imported videos can be assigned to sponsors. AVS RSS Mass Video Import mod comes next 🙂

Features:

  • Mass Import Videos from any sponsor (affiliate) thats supports CSV export
  • Set the fields order (flv src, title, description, thumb src, date, embed code) and csv separator
  • Manage sponsor (affliliate) sites (you can assign banners in text, html or image format to sponsors)
  • Assign videos to sponsors and display the sponsor (affliate) advertising banner under the flash player
  • Progress bar for mass import process

Options (can be enabled/disabled):

  • Generate thumbs from flv video file/Download and resize thumb
  • Check for duplicate videos
  • Generate category from video title/description (65% accuracy)

The AVS CSV Mass Import mod has been tested with the following sites:
Nasty Dollars, Videosz

The above doesnt mean that the mod will not work with other sites, any sponsor/affiliate site that supports CSV export, will work. If you want me to test the site before buying my mod, please send me the credentials and i will be happy to test.

Price: 69$ (includes installation).

Please use the contact form or post a comment for more information.

UPDATE 1: I also attached a screenshot!
UPDATE 2: I’ve added support for tags/categories/porn-stars (if you already bought this mod and want to update, please drop me a email and i will update asap).

AVS CSV Mass Video Import

AVS CSV Mass Video Import Screenshot

AVS per Video Category Advertising

January 21, 2010 2 comments

The AVS per Video Category Advertising adds per Video Category advertising support to Adult Video Script.

How does it work:

  • You can manage (add/edit/suspend/activate/delete) advertising (text links, image links and html/javascript codes) from the AVS Control Panel (siteadmin)
  • You can assign ads to any video category from the AVS Control Panel
  • When a user watches a video, if this video category has a advertising assigned it will display the ad code right below the video player

Each advertising banner can be assigned to more than one video category. This being said, you can have a ad for each sponsor (can be a text link, image link (for this you need to upload a image to your server and set the image url when adding ads from the AVS Control Panel) or html/javascript code) and assign these banners to the coresponding video categories.

This mod can also be modified to work with Clipshare or MediaXXXScript.

AVS per Video Category Advertising – 39$ (price includes installation)

Please post a comment (or use the contact form) for more information.

AVS Lighttpd Mods

December 28, 2009 2 comments

Hi,

Are you running both Apache and Lighttpd just to use lighttpd mod_flv_streaming and mod_secdownload? If yes, then i recommend you run AVS only with lighttpd (lighttpd + php-fcgi + mysql). Your Adult Video Script tube site will be faster.

NOTE 1: you need ssh root access on the server where AVS is installed!
NOTE 2: you might want to check if you have other sites running, that require Apache!
NOTE 3: you wont be able to use Cpanel 🙂

This mod includes:
– lighttpd installation + configuration to work with php-fcgi
– AVS modifications to work with lighttpd

Price: 99$

Please use the contact form for more information (or post a comment)!

Prevent video hotlinking in AVS

December 27, 2009 7 comments

Hi,

As requested in the AVS forum, i wrote a small howto on how to prevent hotlinking (or at least try) for Adult Video Script flash videos (flv).

Here’s what you can do:

  • Use lighttpd. Lighttpd with mod_secdownload is exactly what you need to prevent hotlinking. Set the timeout for the flv file to maximum 2 hours (in lighttpd.conf and include/config.local.php). Change the lighttpd key for the temporary link creation (in lighttpd.conf and include/config.local.php). You can also keep your videos in a directory that is not accessible from the web (in this case you need to edit lighttpd.conf and some code in the AVS script).
  • Even if you use lighttpd users can still download/leech your videos if they know the location (doesnt work if you keep the videos in a directory that cannot be accessed from the web, or if you change the location). To prevent this you can use .htaccess and add
    a few reffer rules: basically if the request for the flv file doesnt come from your own domain/ip, drop this request (you need to create the .htaccess in the media/videos/flv directory).

    Here’s a example for AVS:

    RewriteEngine On
    RewriteCond %{HTTP_REFERER} !^http://yousite.com/ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.yousite.com/ [NC]
    RewriteRule [^/]+.(flv)$ - [F]
    
  • If you dont offer the embed feature, you can also add some refferer rules in .htaccess for the media/player directory. All requests for files in this directory should be limited to your server’s ip/domain.

  • If you use lighttpd + mod_secdownload, you also need to add refferer rules in lighttpd.conf.
  • Use a flash player that can encrypt the url based on a key (flowplayer can do this). The key has to be hard-coded in the flash player.

If you have any ideas/critics…feel free to comment!

AVS Adult Embed Grabber

December 16, 2009 6 comments

Hi,

AVS Adult Embed Grabber is a mod for Adult Video Script. Basically its as simple as: enter a url for videos from a supported site (recent videos, search results, category videos) and the script will grab all videos on that page (grabs: title, description, tags, duration, thumbs, embed_code, category (partial)).

Using the AVS Mass Grabber you can add 20 videos in maximum 5 minutes (so basically 240 videos / hour, even more…)

The grabber also checks if you already added a specific video, and skip this video if its present on your site.

Currently supported sites: xvideos.com, redtube.com, pornhub.com, empflix.com, tanflix.com, keezmovies.com, porn2.com, pron.com,
pornative.com, pornrabbit.com and shufuni.com

AVS Adult Embed Grabber – 129$.

Please use the contact form (or post a comment) for more information.

AVS per User Advertising

December 9, 2009 18 comments

Hi,

AVS per User Advertising is a mod for Adult Video Script. How does it work:

  • users (or you can use this mod for avs sponsors bassed advertising, each user can be considered a sponsor) can upload their own banner (url, alt text and image)
  • admin needs to approve this banner from Siteadmin -> Users -> Manage Banners (bottom left). You can suspend, activate, preview and delete banners
  • under each video that is uploaded by the banner user (or sponsor) will display the banner under the video player

AVS per User Advertising – 39$  (includes installation)

Please post a comment or use the contact form for more information.

If requested i can add text links and code (html/javascript) support to the banner upload.

AVS JW Player integration mod

December 3, 2009 5 comments

Hi,

Seems like the jw player is very popular among AVS users. Here’s is a simple howto on how to integrate the JW Player with Adult Video Script (removing the AVS flash player).

Download the JW Player from http://www.longtailvideo.com/players/jw-flv-player/ and upload the contents of the archive to /WHERE/AVS/IS/INSTALLED/jw (create this directory if necesary).

Create the following file /WHERE/AVS/IS/INSTALLED/templates/frontend/CURRENTLY-USED-TEMPLATE/video_jw.tpl and
add these linese:

<script type='text/javascript' src="{$relative}/jw/swfobject.js"></script>
<script type='text/javascript'>
    var s1 = new SWFObject('{$relative}/jw/player.swf','player','630','500','9');
    s1.addParam('allowfullscreen','true');
    s1.addParam('allowscriptaccess','always');
    s1.addVariable('autostart','true');
    s1.addVariable('bufferlength', '3');
    s1.addVariable('file', '{$baseurl}/media/videos/flv/{$video.VID}.flv');
    s1.addVariable('id', 'player');
    s1.addVariable("stretching", "uniform");
    s1.write('player');
</script>

Edit /WHERE/AVS/IS/INSTALLED/tempaltes/frontend/CURRENTLY-USED-TEMPLATE/video.tpl and
replace following line:

{include file='video_vplayer.tpl'}

with:

{include file='video_jw.tpl'}

This integration ads the JW Player to AVS without any special plugins (basically just the player, no plugins, no ads). The JW player can be also configured to work with lighttpd on AVS but i’ll let this be the text for another howto… 🙂