This is exactly how it is in config.php i didnt change anything except for where you see the url in $config i left everything else as is
<?
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
session_start();

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


$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/username/public_html/yourautoshow/theshow/";
$config['baseurl'] = "/home/username/public_html/yourautoshow/theshow";

include("vshare.php");
?>