File size: 2.08Kb
<?php
include("inc/func.inc.php");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
echo "<?xml version=\"1.0\"?>\n";
echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\" \"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">\n";
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<?php
if(!db()){
echo "<head>";
echo "<title>RemiXchaT.CoM - World Wide Chat Community And Downloads !</title>";
include("inc/css.inc.php");
echo "</head>";
echo "<body>";
echo getdberror();
echo "</body>";
echo "</html>";
exit();
}
echo "<head>";
echo "<title>RemiXchaT.CoM - World Wide Chat Community And Downloads !</title>";
include("inc/css.inc.php");
echo "</head>";
echo "<body>";
echo "<div class=\"box_cen\" align=\"center\">";
echo "<b>Registration</b>";
if(!canreg())
{
echo "<div class=\"box_sub\" align=\"center\">";
echo "<img src=\"images/notok.gif\" alt=\"X\"/><br/>Sorry.. Registration currently closed. Please try later.";
echo "</div>";
echo "</div>";
echo footerweb($hits);
}else{
echo "<div class=\"box_sub\" align=\"left\">";
echo "<b>Confirmation Registrations</b><br/>";
echo "<b>*</b> Allowed characters in username and password are a-z, A-Z, 0-9, and -_ only<br/>";
echo "<b>*</b> No vulgar words are accepted in username<br/>";
echo "<b>*</b> Username must contain at least 4 characters<br/>";
echo "<b>*</b> Please insert the real e-mail to easy you get your missing password<br/>";
echo "<b>*</b> If your browser can't view the security question, try to refreshing sites and try again<br/>";
echo "<b>*</b> Your id was deleted automatic if not active in 3 months<br/>";
echo "<b>*</b> Your must follow our rules before join this wap<br/>";
echo "<br/>";
echo "<center><a href=\"regagree.php\">I Agree</a> / <a href=\"index.php\">I Disagree</a></center></div>";
echo "</div>";
echo footerweb($hits);
}
echo "</body>";
?>
</html>