| Server IP : 104.21.37.246 / Your IP : 104.23.243.33 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home2/cp648411/public_html/simded.com/reset_password/ |
Upload File : |
<?php
include('../include/header.php');
include('../themes/top.php');
$get = base64_decode($_GET['g']);
$arr = explode('//',$get);
$time = $arr[0]+(60*15);
?>
<div class="container" style="border:0px solid #0F0;min-height:560px;">
<div class="row">
<div class="col-md-7 col-md-offset-2" style="padding-top:50px;">
<?php
if($time > date('U'))
{
?><p style="font-size:50px;" align="center">รีเซ็ตรหัสผ่านใหม่ </p><br>
<span id="hideresetpass"></span>
<form class="form-horizontal" id="fm_resetpassword" name="fm_resetpassword" method="post" enctype="multipart/form-data">
<div class="form-group">
<label for="inputEmail3" class="col-sm-3 control-label">รหัสผ่านใหม่ <span style="color:#F00">*</span></label>
<div class="col-sm-9">
<input type="password" class="form-control" id="" name="pass" placeholder="" >
</div>
</div>
<div class="form-group">
<label for="inputEmail3" class="col-sm-3 control-label">ยืนยันรหัสผ่านใหม่ <span style="color:#F00">*</span></label>
<div class="col-sm-9">
<input type="password" class="form-control" id="" name="passcon" placeholder="">
</div>
</div>
<div class="form-group">
<div class="col-sm-12" align="center">
<input type="hidden" class="form-control" id="" name="mail" value="<?php echo $arr['1'] ?>">
<input type="hidden" class="form-control" id="" name="type" value="<?php echo $arr['2'] ?>">
<button type="submit" class="btn btn-success btn-save">ตกลง</button>
</div>
</div>
</form>
<?php
}
else
{
?><p style="font-size:50px;" align="center"> URL นี้หมดอายุแล้วค่ะ </p><br><?php
}
?>
</div>
</div><!--/row-->
</div>
<?php
include('../themes/footer.php');
include('../include/footer_js.php');
?>