yes, sure
only i dont have "pass", but i see the inicial index and links no.
what i do anything else ,
thanks

<?php
/*
+ ----------------------------------------------------------------------------+
| PHPDirector Config File
| $License: GPL General Public License
| $Website: phpdirector.co.uk
| $Author: Ben Swanson
+----------------------------------------------------------------------------+
*/
$cfg["db_host"] = "localhost";
$cfg["db_name"] = "pdirector";
$cfg["db_user"] = "root";
$cfg["db_pass"] = "";
$cfg["admin_user"] = "root";
$cfg["admin_pass"] = "";
?>