hi,
this is what i get when i check the file in cpanel

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

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

$config = array();

$config['ffmpeg'] = "/usr/local/bin/ffmpeg";
$config['mplayer'] = "/usr/bin/mplayer";
$config['mencoder'] = "/usr/bin/mencoder";
$config['flvtool'] = "/usr/bin/flvtool2";
$config['basedir'] = "/home/ebayrcom/public_html";
$config['baseurl'] = "http://www.ebaymillionairemaker/video";

include("vshare.php");
?>