| Server IP : 104.21.37.246 / Your IP : 172.71.28.145 [ 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/kainumber.com/theme/ |
Upload File : |
<!-- /.login -->
<script>
function checkform_loginleft()
{
if(document.from_loginleft.email.value==""){alert("ขออภัยค่ะกรุณากรอก อีเมล");document.from_loginleft.email.focus();return false;}
if(document.from_loginleft.password.value==""){alert("ขออภัยค่ะกรุณากรอก รหัสผ่าน");document.from_loginleft.password.focus();return false;}
}
</script>
<div class="box_login_left" style="margin-top:25px;">
<div class="box_login_left_h" style="text-align:center;">
<p class="forecast_number_text" style="padding-top:20px;">ล็อกอินเข้าสู่ระบบสมาชิก</p>
<?php
if($_SESSION["kai_login"] == 1)
{
?>
<div style="color:#333;padding-bottom:30px;">
ยินดีต้อนรับ คุณ <?php echo $_SESSION["kai_name"] .' '.$_SESSION["kai_lastname"];?>
<br>
<div><a href="../include/logout.php">Logout</a></div>
</div>
<?php
}
else
{
?>
<form action="../include/login.php" method="post" name="from_loginleft" onSubmit="return checkform_loginleft();">
<input type="text" name="email" value="" class="input_login" placeholder="Email"/>
<input type="password" name="password" value="" class="input_login user-pass" style="" placeholder="Password"/>
<input type="submit" value="เข้าสู่ระบบ" class="bn_snumber">
<p align="center"><a href="../member/index.php" class="forecast_number_text alink_reg">... สมัครสมาชิก ...</a></p>
<div style="border-top:4px solid #ebe7e7;background-color:#014b96;" align="center" >
<img src="../image/loginfacebook.webp" width="247" height="38" class="img-responsive"/> </div>
</form>
<?php
}
?>
</div>
</div>
<!-- /.login -->