Archive

Posts Tagged ‘howto’

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

Howto install mencoder-1.0rc1 for Adult Video Script on CentOs

October 29, 2009 10 comments

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

Installing ffmpeg on CentOs the easy way

October 28, 2009 5 comments

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

Howto change the Adult Video Script logo?

October 27, 2009 9 comments

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

Categories: Adult Video Script Tags: , ,
Follow

Get every new post delivered to your Inbox.