Hi,
Yesterday was weekend, so no new howto
Installing flvtool2 on CentOS is very simple. You need to install ruby first:
yum install ruby
Once ruby is installed download flvtool2:
wget -c http://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz
tar -zxf flvtool2-1.0.6.tgz
cd flvtool2-1.0.6
ruby setup.rb config
ruby setup.rb setup
ruby setup.rb install
Flvtool2 is now installed in /usr/bin/flvtool2. The installed flvtool2 is perfectly compatible with Adult Video Script (avs), Clipshare, MediaXXXScript and AdultWatchPro.
Categories: Adult Video Script, Clipshare, Linux, Media XXX Script
Tags: adultwatchpro, avs, Clipshare, flvtool2, howto, Linux, mediaxxxscript, ruby
Hi,
This php extension is only compatible with php >= 5.2. Login to your server via ssh root and type the following commands:
wget -c http://pecl.php.net/get/uploadprogress-1.0.1.tgz
tar -zxf uploadprogress-1.0.1.tgz
cd uploadprogress-1.0.1
phpize
./configure
make
make install
Edit php.ini (for cpanel servers the path is /usr/local/lib/php.ini, in most other cases the path is /etc/php.ini) and add the following line:
extension=uploadprogress.so
Restart apache:
apachectl restart
Thats it! Please come back tomorrow for the next exciting Adult Video Script howto
Hi,
I almost forgot, todays mini howto is about installing yamdi!
Login to your server via ssh as root. Type in the following commands:
wget -c http://downloads.sourceforge.net/project/yamdi/yamdi/1.4/yamdi-1.4.tar.gz?use_mirror=garr
tar zxf yamdi-1.4.tar.gz
cd yamdi-1.4
make
cp yamdi /usr/bin/
Yamdi is located in /usr/bin/yamdi.
Thats it!
Hi,
UPDATE: this howto is outdated, i will write a new one today (mencoder is not compatible with h264 from RPMforge)!
Follow my previous howto to install the RPMForge release for CentOs 5.x. Once installed run the following command:
yum install libjpeg-devel libpng-devel libungif-devel pkgconfig libdv-devel speex-devel libmad-devel lame-devel xvidcore-devel x264-devel libmpcdec-devel faac-devel
Once the process is finished download the following archives:
wget -c http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc1.tar.bz2
wget -c http://www.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2
Install the codecs:
tar xjf all-20071007.tar.bz2
mkdir -p /usr/local/lib/codecs
cp -a all-20071007/* /usr/local/lib/codecs/
cd ..
Install mencoder and mplayer:
tar xjf MPlayer-1.0rc1.tar.bz2
cd MPlayer-1.0rc1
TMPDIR=/root ./configure --prefix=/usr/local
make
make install
Once finished mencoder will be installed in /usr/local/bin/mencoder, and mplayer in /usr/local/bin/mplayer. Mencoder is compatible with the latest Adult Video Script conversion line.
Thats it
Hi,
The easiest way to install ffmpeg on CentOs 5.x is by installing from RPMforge.
Login via ssh root to your server and type the following command:
x86:
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
x86_64:
rpm -Uhv http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS//rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm
This will add a new yum repository, GPG keys that are for safelly installing RPMforge packages.
Now type:
yum install ffmpeg
Done! The ffmpeg path is: /usr/bin/ffmpeg
If you also need ffmpeg-devel (for example to compile ffmpeg-php), just type:
yum install ffmpeg-devel
This works perfectly with Adult Video Script, Clipshare and MediaXXXScript, running on CentOs 5.x or RHEL 5.x.
Thats it
Hi,
Its time for my first and easiest howto. Let’s say you just bought the script and you want to change the logo. First thing you need to do check what template you are using in the Siteadmin Control Panel and then create a image same size (width/height) as http://www.yourdomain.com/templates/frontend/TEMPLATE-NAME-HERE (usually default)/images/logo.png. Backup. Upload the new image to templates/frontend/default/images/logo.png, overwriting existing file.
Thats it