I checked this


In cgi-bin uu_upload.pl, uu_ini_status.pl files need 755 permision.

Need 777 permision to following folders and files

chimg
flvideo
include
include/config.php
photo
templates_c
templates
thumb
video


and I did this is the /home/malaysia/public_html/wineyoutube.com/include/config.php

<?

error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
session_start();

$db_host = "localhost";
$db_name = "malaysia_wineyoutube";
$db_user = "malaysia_chris";
$db_pass = "1songling";

$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'] = "/home/malaysia/public_html/wineyoutube.com";
$config['baseurl'] = "http://www.wineyoutube.com";

include($config['basedir'] . "/include/vshare.php");


am I missing something?