Hi,
Upgrading from Clipshare to AVS is now very easy. The main difference between my upgrade script and the one provided by AVS is that using my script you will also be able to keep your friends, comments and subscriptions.
The Clipshare to AVS migration will also include the yamdi installation (which is required by avs, yamdi is faster and uses less memory for flv meta tags injection).
A fix for the broken links program is also included. Some links dont need this (link the video links, however the user profile links need this, a 301 Permanently Moved mapping to a array of the old links is included). This can also be done via Apache .htaccess (doesnt apply if you use lighttpd).
Clipshare to AVS Upgrade – 49$ (you will also need ssh root access, installation is also included in the price, so basically i’ll do all the work for you
)
Please use the contact form (or write a comment) for more information.
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,
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