AnonSec Shell
Server IP : 104.21.37.246  /  Your IP : 104.23.243.33   [ Reverse IP ]
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/member/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home2/cp648411/public_html/kainumber.com/member/register.php
<?php include('../include/header.php')?>
<?php $menu = 'home';?>
<?php include('../theme/menu.php')?>
<?php //include('../banner/index.php')?>
<?php
	// init variables
	$min_number = 1;
	$max_number = 15;

	// generating random numbers
	$random_number1 = mt_rand($min_number, $max_number);
	$random_number2 = mt_rand($min_number, $max_number);
?>
<link rel="stylesheet" href="../bootstrap/datepicker/datepicker.css">

<style media="screen">
  .form-control{padding: 0.75rem 1.5rem;}
  .form-control{font-size: 20px;}

	#style-1::-webkit-scrollbar-track
	{
		-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
		border-radius: 10px;
		background-color: #F5F5F5;
	}

	#style-1::-webkit-scrollbar
	{
		margin-top: 2px;
		padding-top: 2px;
		width: 2px;
		background-color: #F5F5F5;
	}

	#style-1::-webkit-scrollbar-thumb
	{
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
		background-color: #555;
	}
	.scrollbar
	{
		margin-left: 0px;
		float: left;
		height: 200px;
		background: transparent;
		overflow-y: scroll;
		margin-bottom: 1px;
		opacity: 1;
		width: 100%;
	}
</style>
<!-- /.body -->
<script>
function checkform_phonenumber()
{

if(document.from_register.name.value==""){alert("ขออภัยค่ะกรุณากรอก ชื่อ");document.from_register.name.focus();return false;}
if(!isNaN(document.from_register.name.value)){alert("ขออภัยค่ะกรุณากรอก ชื่อเป็นตัวหนังสือเท่านั้น");document.from_register.name.focus();return false;}

if(document.from_register.lastname.value==""){alert("ขออภัยค่ะกรุณากรอก นามสกุล");document.from_register.lastname.focus();return false;}
if(!isNaN(document.from_register.lastname.value)){alert("ขออภัยค่ะกรุณากรอก นามสกุลเป็นตัวหนังสือเท่านั้น");document.from_register.lastname.focus();return false;}
if(document.from_register.birthday.value==""){alert("ขออภัยค่ะกรุณากรอก วัน เดือน ปี เกิด");document.from_register.birthday.focus();return false;}
if(document.from_register.address.value==""){alert("ขออภัยค่ะกรุณากรอก ที่อยู่");document.from_register.address.focus();return false;}
if(document.from_register.province.value==""){alert("ขออภัยค่ะกรุณากรอก จังหวัด");document.from_register.province.focus();return false;}
if(document.from_register.zipcode.value==""){alert("ขออภัยค่ะกรุณากรอก รหัสไปรษณีย์ ");document.from_register.zipcode.focus();return false;}
if(isNaN(document.from_register.zipcode.value)){alert("ขออภัยค่ะกรุณากรอก รหัสไปรษณีย์ตัวเลขเท่านั้น");document.from_register.zipcode.focus();return false;}
if(document.from_register.phone.value==""){alert("ขออภัยค่ะกรุณากรอก โทรศัพท์มือถือ ");document.from_register.phone.focus();return false;}
if(isNaN(document.from_register.phone.value)){alert("ขออภัยค่ะกรุณากรอก โทรศัพท์มือถือตัวเลขเท่านั้น");document.from_register.phone.focus();return false;}
if(document.from_register.mail.value==""){alert("ขออภัยค่ะกรุณากรอก โทรศัพท์มือถือ ");document.from_register.mail.focus();return false;}
if(!document.from_register.mail.value.match(/^[\w]{1}[\w\.\-_]*@[\w]{1}[\w\-_\.]*\.[\w]{2,6}$/i)){alert("ขออภัยค่ะ รูปแบบ E-mail ของคุณไม่ถูกต้อง");
document.from_register.mail.focus();return false;}

if(document.from_register.password.value==""){alert("ขออภัยค่ะกรุณากรอก รหัสผ่าน");document.from_register.password.focus();return false;}
if(document.from_register.password.value.length <5){alert("ขออภัยค่ะกรุณากรอก รหัสผ่านไม่น้อยกว่า5ตัวอักษร");document.from_register.password.focus();return false;}
if(document.from_register.password_c.value==""){alert("ขออภัยค่ะกรุณากรอก ยืนยีนรหัสผ่าน");document.from_register.password_c.focus();return false;}
if(document.from_register.password_c.valuelength <5){alert("ขออภัยค่ะกรุณากรอก ยืนยีนรหัสผ่านไม่น้อยกว่า5ตัวอักษร");document.from_register.password_c.focus();return false;}
if(document.from_register.password.value !==  document.from_register.password_c.value){
alert("ขออภัยค่ะ รหัสของคุณไม่ถูกต้อง");document.from_register.password.focus();return false;}
if(document.from_register.captchaResult.value==""){alert("ขออภัยค่ะกรุณากรอกผลบวกของตัวเลข");document.from_register.captchaResult.focus();return false;}
if(document.from_register.check2.checked == false){alert("กรุณายอมรับเงื่อนไข");document.from_register.check2.focus();return false;}

}
</script>
<div class="container mt-5 mt-md-0 px-lg-5 px-3">
   <div class="row px-md-5 mb-3">
     <div class="col-md-12 px-md-3 d-flex justify-content-between align-baseline" >
         <div class="">
           <h2 class="pb-0 mb-0 fw-loungethbold border-kai-bottom-light">สมัครสมาชิก</h2>
         </div>
     </div>
   </div>
</div>
<div class="container mt-5 mt-md-0 px-lg-5 px-3">
   <div class="row px-md-5 mb-3">
     <div class="col-12 col-md-6 px-md-3 ">
       <p class="bg_headertext px-3 py-1 rounded-4">ลงทะเบียน</p>
			 <?php
			 if($_SESSION['er']=='true')
			 {
					 ?>
					 <div class="alert alert-success" role="alert">ส่งข้อความเสร็จแล้วร้อยค่ะ</div>
					 <?php
			 }
			 if($_SESSION['er']=='false_re')
			 {
					 ?>
					 <div class="alert alert-danger" role="alert">ล้มเหลวกรุณาลองใหม่อีกครั้งค่ะ</div>
					 <?php
			 }
	 if($_SESSION['er']=='false_pass')
			 {
					 ?>
					 <div class="alert alert-danger" role="alert">รหัสผ่านไม่ถูกต้อง</div>
					 <?php
			 }

			 ?>
		 </div>

       <form class="form-horizontal" onSubmit="return checkform_phonenumber();"  method="post" name="from_register" action="saveregister.php" >
				 <div class="row">
					 <div class="col-12 col-md-6 px-md-3 ">
						 <div class="mb-3 row align-center">
							 <label for="inputEmail3" class="col-sm-3 col-form-label pe-0 text-start text-md-end">ชื่อ :*</label>
							 <div class="col-md-9">
								 <input type="text" name="name" class="form-control" id="inputEmail3" placeholder="Name">
							 </div>
						 </div>

						 <div class="mb-3 row align-center">
							<label for="inputEmail3" class="col-sm-3 control-label pe-0  text-start text-md-end">วันเกิด :*</label>
							<div class="col-sm-9">
								<input type="text" class="form-control" id="Birthday" name="birthday"  placeholder="Birthday">
							</div>
						</div>
						<div class="mb-3 row align-center">
						 <label for="inputEmail3" class="col-sm-3 control-label pe-0  text-start text-md-end">ที่อยู่ :*</label>
						 <div class="col-sm-9">
							 <input type="text" class="form-control" id="address" name="address"  placeholder="Address">
						 </div>
					 </div>

					 <div class="mb-3 row align-center">
						 <label for="inputEmail3" class="col-sm-3 control-label pe-0 text-start text-md-end">รหัสไปรษณีย์  :*</label>
						 <div class="col-sm-9">
							 <input type="text" class="form-control" id="inputEmail3" name="zipcode" placeholder="Zip code">
						 </div>
					 </div>

						<div class="mb-3 row align-center">
							<label for="inputEmail3" class="col-sm-3 control-label pe-0 text-start text-md-end">รหัสผ่าน :*</label>
							<div class="col-sm-9">
								<input type="password" class="form-control" id="inputEmail3" name="password" placeholder="password">
							</div>
						</div>

						<div class="mb-3 row align-center">
							<label for="inputEmail3" class="col-sm-3 control-label text-start text-md-end pe-0">
								<?php echo $random_number1 . ' + ' . $random_number2 . ' = :* '; ?>
							</label>
							<div class="col-sm-9">
									<input type="text" class="form-control" id="inputEmail3" name="captchaResult" placeholder="">
									<input name="firstNumber" type="hidden" value="<?php echo $random_number1; ?>" />
									<input name="secondNumber" type="hidden" value="<?php echo $random_number2; ?>" />
							</div>
						</div>


					 </div>

					 <div class="col-12 col-md-6 px-md-3 " >
						<div class="mb-3 row align-center">
							<label for="inputPassword3" class="col-sm-3 control-label pe-0 text-start text-md-end">นามสกุล :*</label>
							<div class="col-sm-9">
								<input type="text" name="lastname" class="form-control" id="inputPassword3" placeholder="Last name">
							</div>
						</div>

						<div class="mb-3 row align-center">
							<label for="inputEmail3" class="col-sm-3 control-label pe-0 text-start text-md-end">โทรศัพท์มือถือ :*</label>
							<div class="col-sm-9">
								<input type="text" class="form-control" id="inputEmail3" name="phone" placeholder="Mobile phone" maxlength="10">
							</div>
						</div>

						<div class="mb-3 row align-center">
							<label for="inputEmail3" class="col-sm-3 control-label pe-0 text-start text-md-end">จังหวัด :*</label>
							<div class="col-sm-9">
								<input type="text" class="form-control" id="inputEmail3" name="province" placeholder="Province">
							</div>
						</div>

						<div class="mb-3 row align-center">
							<label for="inputEmail3" class="col-sm-3 control-label pe-0 text-start text-md-end">อีเมล :*</label>
							<div class="col-sm-9">
								<input type="email" class="form-control" id="inputEmail3" name="mail" placeholder="Email">
							</div>
						</div>

						<div class="mb-3 row align-center">
							<label for="inputEmail3" class="col-sm-3 control-label pe-0 text-start text-md-end">ยืนยีนรหัสผ่าน :*</label>
							<div class="col-sm-9">
								<input type="password" class="form-control" id="inputEmail3" name="password_c" placeholder="confirm password">
							</div>
						</div>

					 </div>
					 <div class="col-12 col-md-12 px-md-3 ms-xxl-3">
						 <div class="mb-3 row justify-content-end px-md-3 ms-md-4">
							 <div class="col-sm-11 mb-3">
								 <input type="checkbox"  value="1" name="check2" > ยอมรับเงื่อนไข<br>
							 </div>
							 <div class="col-sm-11 bg-opacity-kai">
									 <div id="style-1" class="text-white scrollbar p-3" style="">
										 <h3>นโยบายความเป็นส่วนตัว (Privacy Policy)</h3>
										 <p class="text-indent1">บริษัทฯ เคารพสิทธิ์และความเป็นส่วนตัวของท่านและให้ความสำคัญกับการคุ้มครองข้อมูลส่วนบุคคลในเครือข่ายอินเทอร์เน็ตเป็นสำคัญ www.kainumber.com ให้คำมั่นว่าข้อมูลส่วนตัวของสมาชิกทุกท่านจะถูกเก็บรักษาเป็นความลับ ไม่อนุญาตให้ผู้อื่นเข้าถึงข้อมูลดังกล่าวได้ ตลอดจนจะไม่เปิดเผยข้อมูลของท่านต่อสาธารณะหรือบุคคลที่สาม ในทั้งในเชิงพาณิชย์หรือกรณีใดก็ตาม เว้นแต่จะระบุไว้เป็นอื่นในส่วน “การเปิดเผยข้อมูลของสมาชิก”</p>
										 <p class="text-indent1">โดยทั่วไปแล้ว ท่านสามารถเข้าเยี่ยมชมเว็บไซต์ได้ โดยมิต้องแจ้งให้บริษัทฯ ทราบว่าท่านเป็นใคร อีกทั้งไม่ต้องเปิดเผยข้อมูลส่วนบุคคลต่างๆ ที่เกี่ยวกับท่าน แต่สำหรับการทำธุรกรรมบนเว็บไซต์ บริษัทฯ จะกำหนดให้ท่านต้องทำการสมัครเป็นสมาชิกตามเงื่อนไขที่กำหนดใน “การสมัครเป็นสมาชิก” และ “เงื่อนไขการสมัครสมาชิก”</p>
										 <h3>ข้อมูลที่เราอาจรวบรวมจากท่าน</h3>
										 <p class="text-indent1">อาจจะรวบรวมและดำเนินการกับข้อมูลของท่าน ดังต่อไปนี้/p>
											 <ul>
												 <li>ข้อมูลที่ท่านได้ให้ไว้หรือกรอกข้อมูลบนเว็บไซต์ผ่านบริการต่างๆ ของเรา ได้แก่ ข้อมูลที่ท่านกรอกในขณะที่ลงทะเบียนเพื่อเข้าชมเว็บไซต์, การบอกรับข่าวสารเกี่ยวกับบริการของเรา, โพสข้อความ, ส่งข้อมูลหรือเพื่อขอรับบริการต่างๆ</li>
												 <li>นอกจากนี้เรายังอาจขอให้ท่านกรอกแบบสำรวจที่เราใช้เพื่อวัตถุประสงค์ทางการวิจัย ถึงแม้ว่าท่านจะไม่ได้มีการตอบสนองกับแบบสำรวจ<strong>คุกกี้</strong></li>
												 <li>หากท่านแสดงความคิดเห็นในเว็บไซต์ของเราท่านสามารถเลือกที่จะบันทึกชื่อที่อยู่อีเมลและเว็บไซต์ในคุกกี้ เหล่านี้เพื่อความสะดวกของท่านเพื่อให้ท่านไม่ต้องกรอกรายละเอียดของท่านอีกครั้งเมื่อท่านแสดงความคิดเห็นอื่น คุกกี้เหล่านี้จะมีอายุหนึ่งปี หากท่านมีบัญชีและท่านเข้าสู่เว็บไซต์นี้เราจะตั้งค่าคุกกี้ชั่วคราวเพื่อตรวจสอบว่าเบราว์เซอร์ของท่านยอมรับคุกกี้หรือไม่ คุกกี้นี้ไม่มีข้อมูลส่วนบุคคลและจะถูกยกเลิกเมื่อท่านปิดเบราว์เซอร์ เมื่อท่านลงชื่อเข้าใช้เราจะตั้งค่าคุกกี้หลายรายการเพื่อบันทึกข้อมูลการเข้าสู่ระบบและตัวเลือกการแสดงหน้าจอของท่าน คุกกี้การเข้าสู่ระบบมีอายุการใช้งานสองวันและตัวเลือกหน้าจอคุกกี้มีอายุการใช้งานหนึ่งปี หากท่านเลือก“ จดจำฉัน” การเข้าสู่ระบบของท่านจะคงอยู่เป็นเวลาสองสัปดาห์ หากท่านออกจากระบบบัญชีของท่านคุกกี้การเข้าสู่ระบบจะถูกลบออก หากท่านแก้ไขหรือเผยแพร่บทความคุกกี้เพิ่มเติมจะถูกบันทึกไว้ในเบราว์เซอร์ของท่าน คุกกี้นี้ไม่มีข้อมูลส่วนบุคคลและเพียงระบุรหัสโพสต์ของบทความที่ท่านเพิ่งแก้ไข จะหมดอายุหลังจาก 1 วัน</li>
											 </ul>
											 <h3>ระยะเวลาที่เราเก็บรักษาข้อมูลของท่าน</h3>
											 <ul>
												 <li>หากท่านแสดงความคิดเห็นความคิดเห็นและ Meta data ของข้อมูลนั้นจะถูกเก็บไว้อย่างไม่มีกำหนด</li>
											 </ul>
											 <h3>สำหรับผู้ใช้ที่ลงทะเบียนบนเว็บไซต์ของเรา</h3>
											 <ul>
												 <li>www.kainumber.com ยังเก็บข้อมูลส่วนตัวของสมาชิก ที่สมาชิกกรอกไว้ในโปรไฟล์ผู้ใช้ของสมาชิค สมาชิกทุกคนสามารถดูแก้ไขหรือลบข้อมูลส่วนบุคคลของจนเองได้ตลอดเวลา และผู้ดูแลเว็บไซต์ยังสามารถดูและแก้ไขข้อมูลนั้นได้</li>
											 </ul>
											 <h3>การเป็นสมาชิก</h3>
											 <ul>
												 <li>www.kainumber.com เข้มงวดกับระบบรักษาความปลอดภัย เพื่อให้ได้มาซึ่งมาตรฐานในการป้องกันการเข้าถึงข้อมูลของท่าน โดยมิได้รับอนุญาต นอกเหนือไปจาก กระบวนการเข้ารหัสการใช้งาน www.kainumber.com ทางอินเตอร์เน็ตตามปกติแล้ว ทาง www.kainumber.com ไม่มีนโยบายติดต่อไปยังท่าน เพื่อสอบถาม Username หรือ Password หากท่านพบการกระทำดังกล่าว ท่านควรที่จะเก็บ Username และ Password ของท่านไว้เป็นความลับอย่างดีที่สุด อย่าเขียนหรือเปิดเผยข้อมูลเหล่านี้ต่อบุคคลใด เพื่อเป็นความมั่นใจว่า ท่านจะทราบข้อมูลนี้เพียงคนเดียวเท่านั้น www.kainumber.com จึงไม่มีนโยบายในการสอบถามรหัสผ่านของท่าน หากท่าน สงสัยว่า Username และหรือ Password ของท่านถูกเปิดเผยแก่บุคคลที่สาม หรือสูญหาย หรือถูกขโมย และมีการทำรายการโดยมิได้รับอนุญาต กรุณาแจ้งให้เจ้าหน้าที่ของ www.kainumber.com ทราบทันที</li>
											 </ul>
											 <h3>การทำธุรกรรมบน www.kainumber.com กำหนดไว้ว่าท่านจะต้องทำการสมัครเป็นสมาชิกก่อน ในการสมัครท่านจะต้องระบุข้อมูลของท่านได้แก่</h3>
											 <ul>
												 <li>ข้อมูลส่วนตัวของท่าน ได้แก่ ชื่อ นามสกุล วันเดือนปีเกิด ที่อยู่ปัจจุบัน หมายเลขโทรศัพท์</li>
												 <li>ข้อมูลสำหรับการจัดส่งสินค้าของท่าน ได้แก่ ชื่อ นามสกุลผู้รับ ที่อยู่และหมายเลขโทรศัพท์ผู้รับ</li>
												 <li>ข้อมูลสำหรับการเข้าสู่ระบบบัญชีท่าน ประกอบด้วยอีเมล์และรหัสผ่าน</li>
												 <li>ข้อมูลประกอบอื่นๆ อาทิ ความเห็น ทัศนคติ ฯลฯ</li>
												 <li>1 ท่านสมัครได้มากกว่า 1 บัญชี แต่สงวนสิทธิ์ในการได้รับสิทธิประโยชน์เพียง บัญชีหลักบัญชีเดียวเท่านั้นกรณีสมาชิกสมัครหลายบัญชีเพื่อใช้สิทธิโดยมิชอบหรือไม่สุจริต www.kainumber.com สงวนสิทธิ์ในการดำเนินการเพิกถอน ยกเลิก ตัดสิทธิ์ ระงับ ธุรกรรมทั้งสิ้นที่เกิดขึ้นนั้น รวมถึงเรียกคืน เรียกร้อง ผลที่เกิดขึ้นจากธุรกรรมนั้นได้</li>
											 </ul>
											 <h3>เงื่อนไขการสมัครสมาชิก</h3>
											 <ul>
												 <li>ในการสมัครเป็นสมาชิก ท่านต้องให้ข้อมูลส่วนบุคคลที่ถูกต้อง สมบูรณ์และตรงกับความเป็นจริง</li>
												 <li>ผู้สมัครต้องรักษารหัสผ่านและข้อมูลส่วนตัวไว้เป็นความลับ</li>
												 <li>www.kainumber.com สงวนสิทธิ์ในการอนุมัติหรือไม่อนุมัติการเป็นสมาชิก, การเลื่อนขั้นสมาชิก, การร้องขอข้อมูลเพิ่มเติม,  โดยอิสระและไม่จำเป็นต้องแจ้งให้ผู้สมัครทราบล่วงหน้า ผู้สมัครที่ผ่านการอนุมัติการเป็น “สมาชิก” จะมีสิทธิทุกประการในการใช้งานเว็บไซต์ การทำธุรกรรม การได้รับ/เข้าถึงข้อมูลข่าวสาร สิทธิพิเศษและการเข้าร่วมกิจกรรมส่งเสริมการขายต่างๆ ของ www.kainumber.com</li>
												 <li>www.kainumber.com สงวนสิทธิ์การระงับ เพิกถอนหรือยกเลิกบัญชีสมาชิก โดยไม่จำเป็นต้องแจ้งให้ทราบล่วงหน้า หากพบว่าข้อมูลที่ระบุเป็นเท็จ หรือกระทำการใดๆ ไม่เหมาะสม ขัดต่อกฎหมายและศีลธรรมอันดีของประชาชนและสังคม หรือมีเหตุอันควรเชื่อได้ว่ามีเจตนาทุจริต ฉ้อโกง หรือเป็นอันตรายในทุกๆ กรณีี</li>
												 <li>ในกรณีที่สมาชิกหรือผู้ชม ใช้สิทธิไปในทางก่อให้เกิดความเสียหายต่อ www.kainumber.com, บริษัทฯ หรือผู้อื่น สมาชิกหรือผู้ชมนั้นตกลงที่จะชดใช้ความเสียหายที่เกิดขึ้นเต็มจำนวนในทุกกรณี</li>
											 </ul>
											 <h3>การร้องขอการเข้าถึงและ/หรือการแก้ไขข้อมูลส่วนบุคคล</h3>
											 <p>หากท่านมีบัญชีกับเรา ท่านสามารถเข้าถึงและเพื่อเรียกดู ข้อมูลส่วนตัวของท่านต่างๆ และประวัติการสั่งซื้อ/หรือแก้ไขข้อมูลส่วนบุคคลของคุณซึ่งอยู่ในครอบครองหรือควบคุมของเราได้ด้วยตนเองผ่านหน้าการตั้งค่าบัญชีที่อยู่ในเว็บไซต์ หากคุณไม่มีบัญชีกับเรา เราจะไม่มีข้อมูลส่วนบุคคลของคุณ หรือ หากมีปัญหาในการเปลี่ยนแปลง แก้ไขข้อมูล สามารถติดต่อ www.kainumber.com</p>
											 <p>Email: [email protected] </p>
											 <h3>ช่องทางติดต่อสื่อสาร</h3>
											 <ul>
												 <li>จันทร์ - ศุกร์ 9:00 น. - 17:00 น.</li>
												 <li>[email protected]</li>
											 </ul>

										 </div>

								</div>
							</div>
						 </div>

						 <div class="row form-group text-center mt-5 mt-md-0">
						 	<div class="col-sm-2 mb-3"></div>
						 	<div class="col-12 col-sm-10 mb-3">
						 		<input class="btn btn-kai1 corner_cancel px-4" type="submit" value="สมัครสมาชิก">
								<div class="mt-3">
									<a style="color:#f30404;text-decoration:none;" href="index.php">ยกเลิก</a>
								</div>
						 	</div>
						 </div>


				 </div>
       </form>
   </div>
</div>


<?php include('footer.php')?>
<div class="container mt-5 mt-md-0 px-lg-5 px-3">
   <div class="row px-md-5 mb-3 pt-md-0">
     <div class="col-md-12 " >
         <?php include('../theme/link_line.php')?>

     </div>
   </div>
</div>


<div class="container mt-5 mt-md-0 px-md-5">
   <div class="row px-md-5 d-md-flex justify-content-center pt-md-3">
		 <div class="col-12 col-md-auto text-center px-0 mb-3  mb-md-0">
		 		<a href="https://lin.ee/egzGHWJ" target="_blank" class="text-decoration-none text-light">
		 			<img src="../image/line_n1.png" alt="" >
					 @kainumber
		 		</a>
			</div>

			<span class="col-md-auto px-2 d-none d-md-block">/</span>
			<div class="col-12 col-md-auto text-center px-0">
		 		<a href="https://th-th.facebook.com/kainumber/" target="_blank" class="text-decoration-none text-light">
		 			<img src="../image/fb_n1.png" alt="" >
					 อาจารย์ไก่ เบอร์มงคล
		 		</a>
		 </div>
	</div>
  <div class="row px-md-5 d-md-flex justify-content-center">
		 <div class="col-12 col-md-5 text-center mt-3">
			 <img src="../image/text_logotop.png" alt="" class="img-fluid col-8 col-md-8">
		 </div>
	 </div>
</div>


<!-- /.body -->

<?php include('../include/footer.php')?>
<?php include('../include/footer_js.php')?>

<script src="../bootstrap/datepicker/bootstrap-datepicker.js"></script>
<?php unset($_SESSION['er']);?>

Anon7 - 2022
AnonSec Team