Yes there are installed and i filled in the path
Problem i now get is when i upload its gives a page "Cannot Display " Wtf is this for problem now ?:S
Didnt get the whole script working since i bought it.
Please help me.
This is my config File:

<?

error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
session_start();

$db_host = "XXXXXX";
$db_name = "XXXXXXX";
$db_user = "XXXXXXXXX";
$db_pass = "XXXXXX";

$language = "en";

$config = array();
$config['ffmpeg'] = "/usr/local/bin/ffmpeg";
$config['mplayer'] = "/usr/local/bin/mplayer";
$config['mencoder'] = "/usr/local/bin/mencoder";
$config['flvtool'] = "/usr/local/bin/flvtool2";
$config['basedir'] = "/www/virtual/skling/www.porndozo.nl";
$config['baseurl'] = "http://www.porndozo.nl";

include($config['basedir'] . "/include/vshare.php");