<?
if(define("opendomains", false)) die("Hacking System"); $verx=20070110;
echo "
<html>
<head><title>Admin CP</title>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />
<style>
body,td,p,div {
font-size:12px;
font-family:Arial;
}
</style>
<html>
<head>
<script type='text/javascript' language='JavaScript1.2' src='stm31.js'></script>
</head>
<body>
<script type='text/javascript' language='JavaScript1.2' src='menu.js'></script>
<p align=left >
";
switch ($act) {
case "home":
include "home.php";
break;
case "user":
include "user.php";
break;
case "domain":
include "domain.php";
break;
case "stats":
include "stats.php";
break;
case "opt":
include "options.php";
break;
case "dns":
include "dns.php";
break;
}
echo "
</p>
<script language='Javascript' src='http://opendomains.vnn.bz/check-version.php?verx=".$verx."'></script>
</body>
</html>
";
?>