Looks like you have a subdomain set up and the script is not "seeing" the CSS file that runs the layout and all that.

Try this:

Code:
$config = array();
$config['ffmpeg'] = "/usr/bin/ffmpeg";
$config['mplayer'] = "/usr/bin/mplayer";
$config['mencoder'] = "/usr/bin/mencoder";
$config['flvtool'] = "/usr/bin/flvtool2";
$config['basedir'] = "/home/charmedm/public_html/fansource";
$config['baseurl'] = "http://charmedmedia.org/fansource";

include($config['basedir'] . "/include/vshare.php");
If that doesn't work try searching the forums for setting up with a subdomain. You may have to do something to your .htaccess as well. Search for "subdomain" in the search, you'll probably find a post about it.