Avs Script Fix All Mods

Avs Script Fix All Mods
Hi

We just transfered our site which is running AVS (adult site). It is basically the same script as clipshare and since the transfer videos aren’t playing, I need the server configured to meet requirements.

video uploading shouldbe set to 200mb max upload.

Whats need: I am not sure if whats is installed and whats not.

Support for MultiViews (or mod_rewrite which is slower)
# PHP 5.x (mod_php/CGI)

* Support for GD2 Library
* Support for Curl
* Support for upload_progress (only if you want to display an upload_progress on uploads)
* safe_mode off
* open_basedir off
* max_execution_time 7200
* max_input_time 7200
* memory_limit (with 1MB more then the maximum video upload size)
* post_max_size (maximum video upload size) – make this 200MB
* upload_max_size (maximum video upload size)- make this 200MB
* exec() should be allowed

# PHP CLI 5.x (see above + register_argc_argv ON)
# Mencoder 1.0rc1 (support for jpeg, gif, png, freetype, h264, lame, xvid, mad, win32codecs, dv, 3gp, mp4, theora)
# Mplayer 1.0rc1
# FFmpeg (from SVN) (support for jpeg, gif, png, freetype, h264, lame, xvid, mad, win32codecs, dv, 3gp, mp4, theora flvtool2 or yamdi (yamdi recommended))

Leave a Reply

Your email address will not be published. Required fields are marked *