merhaba arkadaşlar sunucuya aşagıdaki eklentileri kurabilecek işi bilen bi arkadaş aranıyor lütfen işi bilenler iletişime geçsin istedigi ücret ile birlikte görüşmek dilegiyle
Server Requirements
* Linux system, preferably 32bit (Fedora Core, CentOS, Debian, Ubuntu, Slackware or SuSE).
* Apache Web Server (with CGI-BIN access, MOD_REWRITE enabled).
* MySQL 4.1 or higher
* PHP 4.3 or higher
* GD Library 2 installed in PHP, with support for FreeType fonts.
* LAME (
http://lame.sourceforge.net)
* MPlayer/MEncoder stable release (not SVN) and/or FFmpeg (
http://www.mplayerhq.hu)
o AMR codec support (
http://www.3gpp.org)
o AC3 codec support (
http://liba52.sourceforge.net)
o AAC codec support (
http://www.audiocoding.com)
o MP3 codec support (
http://lame.sourceforge.net)
o OGG/Vorbis codec support (
http://www.xiph.org/downloads/)
o x264 codec support (
http://www.videolan.org/developers/x264.html)
o DivX/XviD codec support (
http://www.xvid.org)
o win32 codec support (
http://www.mplayerhq.hu/MPlayer/releases/codecs/)
* FLVtool2 (
http://rubyforge.org/projects/flvtool2/)
* FFmpeg-PHP (optional)
* Ability to run PHP from the command line (CLI) using exec()
* Ability to execute background processes with exec("binary > /dev/null &")
*
Recommended PHP Configuration
o safe_mode = off
o max_execution_time = 90000 (recommended, to prevent timeouts during video upload/conversion)
o session.gc_maxlifetime = 140000 (recommended, to prevent session expires during video upload)
o open_basedir = (no value)
o output_buffering = On
o upload_max_filesize = 100M (recommended maximum video upload size in MB)
o post_max_size = 100M (recommended maximum video upload size in MB)
o max_input_time = 90000; (to allow PHP to upload large video files and images and avoid upload errors in PHP versions >=5.1.3 - PHP Bug #37306)
o magic_quotes_gpc = Off (to not have errors in data posted that may include quote characters)
o magic_quotes_runtime = Off (for security reasons)
o register_argc_argv = On (for pages using post data)