Файл: rban/rban/pass.php
Строк: 37
<?php
include "config.inc.php";
include "fo.php";
include'ver.php';
top('Boccтaнoвлeниe пapoля',$style);
if($w=='wml'){print'<p align="center">';} else {print'<div class="block2" align="center">';}
mysql_connect($bd_host,$bd_name,$bd_pass) ;
mysql_select_db($bd_bd) ;
if($w=='wml'){
print 'Boccтaнoвлeниe пapoля<br/><br/>';} else {
print'<form action="lost_pass.php" method="post">';
}
print'
ID:<br/><input type="text" name="id" maxlength="5"/><br/>
e-mail:<br/><input type="text" name="email" maxlength="30"/><br/>';
if($w=='wml'){
print'
<anchor>
OK
<go href="lost_pass.php" method="post">
<postfield name="id" value="$(id)"/>
<postfield name="email" value="$(email)"/>
</go>
</anchor><br/>';} else {
print'<input type="submit" value="OK"/></form>';
}
if($w=='wml'){print'-----<br/>';} else {print'</div><br/><div class="block">';}
echo "
<a href="index.php"><< Haзaд</a><br/>";
if($w=='htm'){print'</div><br/>';} else {print'<br/>';}
e();
?>