Файл: Website/g_points.php
Строк: 32
<?php
/*** Freedom City | Check RPGBUNNY.COM for more Full RPG Sources | www.rpgbunny.com ***/include "antet.php"; include "func.php";
$gen_stats=gen_stats(48);
?>
<html>
<?php echo "<link rel='stylesheet' type='text/css' href='".$imgs.$fimgs."default.css'>"; ?>
<head>
<title><?php echo $title; ?> - <?php echo $lang['givePoints'] ?></title>
</head>
<body class="q_body">
<link rel="stylesheet" type="text/css" href="layout/css/css/style.css"/>
<div align="left">
<table class="q_table">
<form name="form1" method="post" action="g_points_.php">
<label>
<?php echo $lang['userNamesSeparated']; ?>
<input class='textbox' type="text" name="name" size="60">
</label>
<label>
<?php echo $lang['points']; ?>
<input class='textbox' type="text" name="q" size="2">
</label>
<label>
<br>
<?php echo $lang['yourPass'] ?>
<input class='textbox' type="password" name="pass">
<br>
<input class='button' type="submit" name="gp" value="Give points">
</label>
</form>
</td>
</tr>
</table>
</div>
</body>
</html>