$module_path = $dir_path . 'Modules/';
$view_path = $dir_path . 'Views/';
include $dir_path . 'includes/config.php';
$databaseobject = new DBclass();
extract($_GET);
$email = $_GET['uname'];
$replymsg = "";
$sql = mysql_query("select * from users where del_status='1' and email ='" . $email . "'");
if (mysql_num_rows($sql) > 0) {
    $row = mysql_fetch_array($sql);
    $username = $row['email'];
    $password = $row['password'];
    $headers = "MIME-Version: 1.0\r\n";
    $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
    $headers .= "From: Savostore.com";
    $emailkey = $databaseobject->keygen('10');
    $Addarray = array('email' => $email, 'keyword' => $emailkey, 'senddate' => date('Y-m-d H:i:s'), 'status' => '1');
    $resetlink = HREF_LINK . 'login/reset-password/' . $emailkey . '/';
    $description = "We revieved a forgot password request from your side. Find your account details below.";
    $IMAGES_DIR_NAME = HREF_LINK . "images/";
    $msg = '

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Welcome to Savostore.com</title>
$dir_path = dirname(__FILE__) . '/';
$module_path = $dir_path . 'Modules/';
$view_path = $dir_path . 'Views/';
include $dir_path . 'includes/config.php';
$databaseobject = new DBclass();
extract($_GET);
$email = $_GET['uname'];
$sql = mysql_query("select email,password from users where del_status='1' and email ='" . $email . "'");
if (mysql_num_rows($sql) > 0) {
    $row = mysql_fetch_array($sql);
    $username = $row['email'];
    $password = $row['password'];
    $headers = "MIME-Version: 1.0\r\n";
    $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
    $headers .= "From: Savostore.com";
    $emailkey = $databaseobject->keygen();
    $Addarray = array("email" => $email, "keyword" => $emailkey, "senddate" => date('Y-m-d H:i:s'), "status" => '1');
    $description = "We revieved a forgot password request from your side. Find your account details below.";
    $IMAGES_DIR_NAME = HREF_LINK . "images/";
    $msg = '
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to Savostore.com</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
	.text12{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;