The following are config.phh file.
Add the correct details in it and uploaded to include/config.php
Code:
<?
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
session_start();
$db_host = "host name";
$db_name = "DB name";
$db_user = "username";
$db_pass = "password";
$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/cpanelusername/public_html";
$config['baseurl'] = "http://mydomain.com";
include($config['basedir'] . "/include/vshare.php");
Bookmarks