Archive

Posts Tagged ‘Linux’

Installing flvtool2 on CentOS

November 2, 2009 Leave a comment

Hi,

Yesterday was weekend, so no new howto :-P

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.

Howto install the php uploadprogress extension

October 31, 2009 Leave a comment

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 :-)

Installing yamdi for Adult Video Script

October 30, 2009 Leave a comment

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!

Categories: Adult Video Script, Linux Tags: , , ,
Follow

Get every new post delivered to your Inbox.