Vz1 Hello,
I wonder if the plan can satisfy these VZ1 features of this script:
-Apache web server with mod_rewrite enabled.
-MySQL version 4.0+
-Access to cgi-bin.
-GD Library 2+ with freetype support.
-PHP5+ with the following configuration
. safe_mode = off
. open_basedir = (no value)
. output_buffering = on
. register_argc_argv = On
. max_execution_time = 1000 (Recommended or higher)
. session.gc_maxlifetime = 15000 (Recommended or higher)
. upload_max_filesize = 100M (Recommended or higher)
. post_max_size = 100M (Recommended or higher)
. register_globals = off
* PHP 5.2+ is required for the upload progress bar
* PHP upload_progress extension
* Mplayer + Mencoder
* LAME MP3 Encoder
* Flv2tool
* Libogg + Libvorbis
* FFmpeg
* Ability to run PHP from the command line (CLI) with exec()
* Ability to execute background processes with exec("binary > /dev/null &")
Thanks. |