Thank you meblin just other quick question I forgot to add the contense of the config.php file witch is listed below
my next question is how do i add excatlly the include("/home/mysite/public_html/include/vshare.php") below it looks like this "/include/vshare.php") how should it look like after the replacement.
<?php
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
session_start();
$db_host = "";
$db_name = "";
$db_user = "";
$db_pass = "";
$language = "en";
$config = array();
$config['ffmpeg'] = "/usr/bin/ffmpeg";
$config['mplayer'] = "/usr/bin/mplayer";
$config['mencoder'] = "/usr/bin/mencoder";
$config['flvtool'] = "/usr/bin/flvtool2";
$config['basedir'] = "";
$config['baseurl'] = "http://thebooktheinternetwrote.com";
include($config['basedir'] . "/include/vshare.php");
Bookmarks