5tarl0rd

Current Path : /home/tiporg/public_html/manage/
Upload File :
Current File : /home/tiporg/public_html/manage/forgot_password.php

<?php 

include("classes/access_user_class.php"); 



$renew_password = new Access_user;



if (isset($_POST['Submit'])) {

	$renew_password->forgot_password($_POST['email']);

} 

$error = $renew_password->the_msg;

?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title>Forgot password </title>

<style type="text/css">

<!--

label {

	display: block;

	float: left;

	width: 110px;

}

-->

</style>



<link href="css/main.css" rel="stylesheet" type="text/css" />

<link href="css/login.css" rel="stylesheet" type="text/css">

</head>



<body topmargin="0" leftmargin="0" rightmargin="0">

<?php include("includes/header.php");?>

<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">



  <tr>

    <td rowspan="2" align="left" background="images/white_left_bar.gif"></td>

    <td>&nbsp;</td>

    <td width="1%" rowspan="2" align="right" background="images/white_right_bar.gif">&nbsp;</td>

  </tr>

  <tr>

    <td width="99%">

	<p>

	</p>	<p>

	</p>

	<table width="50%" border="0" align="center" cellpadding="0" cellspacing="0">

      <tr>

        <td><img src="images/white_left_corner.gif" width="9" height="9"></td>

        <td background="images/white_top_bar.gif"><img src="images/white_top_bar.gif" width="4" height="9"></td>

        <td><img src="images/white_right_corner.gif" width="9" height="9"></td>

      </tr>

      <tr>

        <td background="images/white_left_bar.gif">&nbsp;</td>

        <td><table width="100%" border="0" cellspacing="2" cellpadding="2">

          <tr>

            <td><table width="100%" border="0" align="center">

              <tr>

                <td colspan="2" align="left" valign="middle"><h1 align="left" class="loginHeading">Forgot your password/login? </h1></td>

              </tr>

              <tr>

                <td align="center" valign="top"><table width="100%" border="0" align="center" cellPadding="0" cellSpacing="0">

                  <tr align="center">

                    <td width="52%" align="left" class="mainText">Please enter the e-mail address what you have used during registration.<br>

					<b><?php echo (isset($error)) ? $error : "&nbsp;"; ?></b>

                                <br>

                                <br>

                                <div align="center"></div>

                      <br>                    </tr>

                  <tr align="center">

                    <td width="40%" class="TextBlack" >                  </tr>

                </table>

                          <img src="images/mycomputer.jpg" width="128" height="128"></td>

                <td><table width="100%" border="0" cellspacing="2" cellpadding="2">

                  

				

                  <tr>

                    <td> 

					<form name="form1" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>">

                      <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">

                        <tr>

                          <td width="1%" align="left"><img src="images/corner_05_lrft.gif" width="17" height="26"></td>

                          <td width="98%" background="images/corner_04.gif"><img src="images/corner_04.gif" width="22" height="26"></td>

                          <td width="1%" align="right"><img src="images/corner_05.gif" width="17" height="26"></td>

                        </tr>

                        <tr>

                          <td width="1%" align="left" background="images/corner_left_bar_08.gif"><img src="images/corner_left_bar_08.gif" width="17" height="8"></td>

                          <td width="98%" bgcolor="#F6F6F6"><TABLE width="100%" height="39%" border="0" align="center" cellPadding="2" cellSpacing="2" id="Table1">

                              <TR>

                                <TD colspan="2" align="left" noWrap class="labelText">





  <label for="email">E-mail:</label><br>

  <input type="text" name="email" value="<?php echo (isset($_POST['email'])) ? $_POST['email'] : ""; ?>">

  <input type="submit" name="Submit" value="Submit">

<br>





<!-- Notice! you have to change this links here, if the files are not in the same folder

<a href="<?php // echo $renew_password->login_page; ?>">Start</a> -->

&nbsp;</TD>

                                </TR>

                              

                            

                              <TR>

                                <TD></TD>

                                <TD></TD>

                              </TR>

                          </TABLE></td>

                          <td width="1%" align="right" background="images/corner_right_bar_08.gif"><img src="images/corner_right_bar_08.gif" width="17" height="8"></td>

                        </tr>

                        <tr>

                          <td width="1%" align="left"><img src="images/corner_05_left_bottm.gif" width="17" height="26"></td>

                          <td width="98%" background="images/corner_04_bottom.gif"><img src="images/corner_04_bottom.gif" width="22" height="26"></td>

                          <td width="1%" align="right"><img src="images/corner_05_right_bottom.gif" width="17" height="26"></td>

                        </tr>

                      </table>

                    </form></td>

                  </tr>

                </table></td>

              </tr>

            </table></td>

          </tr>

        </table></td>

        <td background="images/white_right_bar.gif"><img src="images/white_right_bar.gif" width="9" height="5"></td>

      </tr>

      <tr>

        <td><img src="images/white_left_bottom_corner.gif" width="9" height="9"></td>

        <td background="images/white_bottom_bar.gif"><img src="images/white_bottom_bar.gif" width="4" height="9"></td>

        <td><img src="images/white_right_bottom_corner.gif" width="9" height="9"></td>

      </tr>

    </table>

    <p>&nbsp;</p>

    <p>&nbsp;</p></td>

  </tr>

  <tr>

    <td><img src="images/white_left_bottom_corner.gif" width="9" height="9"></td>

    <td width="98%" background="images/white_bottom_bar.gif"><img src="images/white_bottom_bar.gif" width="4" height="9"></td>

    <td width="1%"><img src="images/white_right_bottom_corner.gif" width="9" height="9"></td>

  </tr>

</table>

</body>

</html>


5tarL0rd By 5tarl0rd Being Anonymous