Это в индекс.пхп
<?
//session_start();
require_once('DB.php');
require_once('utils.php');
require_once("class/template.php");
require_once("class/db.php");
include_once("class/form.php");
include_once("class/page.php");
include_once("class/_list.php");
include_once("class/ext_list.php");
include_once("class/simple_list.php");
include_once("mydb.php");
$handle=opendir('includes');
while (false !== ($file = readdir($handle)))
if ($file != "." && $file != ".." && $file != "CVS") include_once("includes/$file");
closedir($handle);
/*from allow.php*/$db->add_allow('admin',get_all_fields($db).",".get_all_links($db));
$username=$myauth->getUsername();
$query="select * from accounts LEFT JOIN statusList ON statusList_id=accounts_status where accounts_username='".$username."'";
//echo $query;
$res=$db->query($query);
$row=$res->fetchRow();
//admin bank
define('STATUS',$row['statusList_name']);
//echo STATUS;
$page=new Page;
$page->template->text("USERNAME",$username);
$page->template->text("MENU",$db->links("09,valuta"));
?>
Это в includes.php
чего там надо сделать? не фига не понимаю
Скрипт слит с сайта
Для просмотра ссылки Войди или Зарегистрируйся