Server Requirements
- PHP IonCube Loader
- Linux Server (some old distributions are not supported)
- Apache Web Server
- MySQL (version 4.1.2 or higher)
- PHP (version 5.0 or higher)
- Freetype
- Jpeg
- CURL
- mhash
- GD Library 2 or higher
- FFmpeg (http://ffmpeg.mplayerhq.hu)
- Mplayer Mencoder (http://www.mplayerhq.hu/design7/dload.html)
- Flvtool2 (http://inlet-media.de/flvtool2)
- .htaccess support (AllowOverride All)
PHP Configuration Settings
- safe_mode = off
- register_globals = off
- open_basedir = (no value)
- output_buffering = on
- upload_max_filesize = 200M (or more)
- post_max_size = 200M (or more)
- max_execution_time = 0
- magic_gpc_quotes = Off
- max_input_time = 6000 (or more)
- memory_limit = 64M (or more)
- error_reporting = E_ALL & ~E_NOTICE | E_STRICT
- display_errors = On
- file_uploads = On
- session.gc_maxlifetime = 14000 (or more)
- CURL,GD, Json library and FreeType library modules need to be installed
- The security module [Apache] /mod_security/ need to deactivate.(If video or photo upload are not working)





