Thanks for the quick reply.
Quote Originally Posted by zeffer
Ok the usual thing to check, post your config.php (its in include folder) **make sure to remove the password part lol**. Also were all the files uploaded in binary mode. Yes

Theres about 8 other questions i want to ask but what version have you installed?
Version Information

You Are using vShare version: 2.1 Release: 20070625

Latest vShare version is: 2.1 Release: 20070625

You are using latest version of vShare.

Did you skip install versions...
Not sure what you mean about skip, but I installed what was sent to me when I purchased.

Here is the config file info:
<?

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

$db_host = "localhost";
$db_name = "";
$db_user = "";
$db_pass = "";

$language = "en";

$config = array();
$config['ffmpeg'] = "/usr/local/bin/ffmpeg";
$config['mplayer'] = "/usr/local/bin/mplayer /usr/local/etc/mplayer /usr/local/lib/mplayer";
$config['mencoder'] = "/usr/local/bin/mencoder";
$config['flvtool'] = "/usr/bin/flvtool2";
$config['basedir'] = "/home/user/mysite.com/html/videoshare";
$config['baseurl'] = "http://www.mysite.com/videoshare";

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