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!