ok how do i do that
i have uploaded the same wmv
file again and it does not work either.
here is my config.php
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
session_start();
$db_host = "localhost";
$db_name = "showme66_vshare";
$db_user = "showme66";
$db_pass =
$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/showme66/public_html/vshare";
$config['baseurl'] = "http://showmeu.com/vshare";
include($config['basedir'] . "/include/vshare.php");
Bookmarks