Categories

Installing FlvTool2 on Centos

Flvtool2 is a flash video file manipulation tool . It can calculate metadata and can cut and edit cue points for flv files. If you are on Centos 5 try yum install flvtool2 with dag repository and if you get package not found you will need to manually download and compile the flvtool2. You can download [...]

Rayzz default user ID and Password

ID – webmaster
PW – webmaster

They don’t tell you that anywhere when you first install the Rayzz script.  Make sure you change it immediately after installation.

Install ImageMagick and Imagick on Cpanel Server

Here’s a quick how-to for installing ImageMagick and Imagick on Cpanel server. I will cover only the procedure using the Cpanel built-in scripts, although you can also install it the usual way (rpm or source install). ImageMagick is the application for working with images while the Imagick is a PHP extention to modify/create images using [...]

Rayzz Fatal error: Call to undefined function curl_init()

If you get this message while installing Rayzz…

Fatal error: Call to undefined function curl_init() in /home/rcvideo/public_html/common/license/class_ionoLicenseHandler.php on line 0

you need to install cURL on your host – http://blog.snapshotit.com/?p=21

Installing cURL on a cPanel sever

There are two common types of cURL installs on most cPanel servers. The first is a binary install, this is where the cURL binary (program) sits on your server (usually in /usr/bin) and can be run via the CLI or script. The second method is to have cURL built into PHP so that PHP’s cURL [...]