Example #1
0
$mySSI = new mySSI();
?>
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>mySSI</title>
	<link rel="stylesheet" type="text/css" href="docs.css">
</head>
<body>
	<!--<script src="https://gist.github.com/TakaharaShujin/5a450819c6a8f04c5d53.js"></script>-->
	<form action="" method="post">
		<input type="text" name="username"><br />
		<input type="text" name="password"><br />
		<input type="text" name="email"><br />
		<input type="submit">
	</form>
	<?php 
if ($mySSI->oturum()) {
    //echo'Hoşgeldiniz ' . $mySSI->uye['kadi'];
}
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
    //echo($mySSI->mybb->get_input('username'));
    //echo();
    //echo(random_str(8).md5($mybb->get_input('password')));
    //echo random_str(8).md5($mybb->get_input('password'));
    echo $mySSI->yeni_uye();
}
?>
</body>
</html>