Üstadalr 2 Gündür PHP yi Pek Bilmem Uğraşıyorum yapamadım Yardıma ihtiyacım var yardım ederseniz Sevinirim..
My Admindeki Dosya Görünümü

Buda index.php deki Dizin (Komple index.php)
<?php
session_start();
// +------------------------------------------------------------------------+
// | PHP Melody version 1.5 / Release date: July 19, 2008
// +------------------------------------------------------------------------+
if( file_exists("install.php")) {
die("Please delete the file <strong>install.php</strong> from your root directory after installation. <br />
If you haven't installed the site yet, please proceed to the <a href=\"install.php\">installation process</a>.");
}
require('config.php');
require_once('include/functions.php');
require_once('include/user_functions.php');
require_once('include/islogged.php');
// define meta tags & common variables
$meta_title = sprintf($lang['homepage_title'], _SITENAME);
$meta_description = '';
// end
$top_videos = top_videos('', _TOPVIDS);
$new_videos = list_videos('added', _NEWVIDS);
$voth = make_voth();
$voth_title = show_voth_title();
if($config['show_tags'] == 1)
{
$tag_cloud = tag_cloud(0, $config['tag_cloud_limit'], $config['shuffle_tags']);
$smarty->assign('tags', $tag_cloud);
$smarty->assign('show_tags', 1);
}
if($config['show_stats'] == 1)
{
$stats = stats();
$smarty->assign('stats', $stats);
$smarty->assign('show_stats', 1);
}
$playingnow = videosplaying(4); // LIMIT TO 4 VIDEOS
$smarty->assign('playingnow', $playingnow);
$smarty->assign('voth_title', $voth_title);
$smarty->assign('voth', $voth);
$smarty->assign('new_videos', $new_videos);
$smarty->assign('top_videos', $top_videos);
// --- DEFAULT SYSTEM FILES - DO NOT REMOVE --- //
$smarty->assign('meta_title', $meta_title);
$smarty->assign('meta_description', $meta_description);
$smarty->assign('template_dir', $template_f);
$smarty->display('index.tpl');
?> Şimdiden Teşekkürler..=)