?php include_once('secretdir/auth.php'); include_once('secretdir/forum_lib.php'); include_once('secretdir/email_passwords.php'); $servername = "localhost"; $username = "animerulezz"; $password = "disneymastdie123"; $dbname = "zankoku"; $link = mysql_connect($servername, $username, $password); if (!$link) { die('Could not connect: ' . mysql_error()); } loadMainForumPage();