<html>
<head>
<title>Admin Control Panel 2 SE</title>
<link href="main.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor='#000000' text="#FFFFFF">
<strong>Welkom on the Admin Control Panel 2</strong>.</br>
This Control Panel is still under devlopment.</p>
<strong>So please check the version every week on:</br>
</strong>
http://sourceforge.net/projects/acp-2</p>
<strong>For the latest news:</br>
</strong>
http://sourceforge.net/news/?group_id=198466</p>
<strong>For the latest download file:</br>
</strong>
http://sourceforge.net/project/showfiles.php?group_id=198466</p>
</p>
<strong>You can find the readme of this version here:</br>
</strong><a href=readme.txt>README</a></p>
<?php
include("../lib/config.inc.php");
mysql_connect("$sqlhost", "$sqluser", "$sqlpassword")or die("cannot connect");
mysql_select_db("$sqldb")or die("cannot select DB");
$sql = 'SELECT * FROM `acp2se` LIMIT 0, 30';
$result=mysql_query($sql);
if($result){
while($row = mysql_fetch_array($result))
{
echo "</p>";
echo "" . $row['Version'] . "";
echo "</br>" . $row['Copy'] . "";
}
echo "<tr><td bgcolor='#c0c0c0'colspan='5'> </td></tr></table></center>";
}
else {
echo "</p><b>Instal first the ACP 2 SE information!</br>© 2007 The Chaser - Kinger7</b>";
}
mysql_close();
?>
</p>
</body>
</html>