| Server IP : 172.67.216.113 / Your IP : 104.23.243.32 [ 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 : /home/cp648411/www/simded.com/seamsi/ |
Upload File : |
<?php
include('../include/class.php');
include('../include/sql_injection_get.php');
$og_title = 'เซียมซีจากวัดดัง';
$og_description = 'ดูดวง เซียมซี เสี่ยงเซียมซีจากวัดดังทั่วประเทศไทย ให้คุณได้เสี่ยงเซียมซีรายวัน แบบแม่น ๆ ได้จากที่นี้ที่เดียว เสี่ยงเซียมซี คือ การอธิษฐานจิตแน่วแน่ เพื่อให้สิ่งศักดิ์สิทธิ์ดลให้ผลคำทำนายโชคชะตาออกมาแม่นยำที่สุด ดังนั้น จะต้องมีสมาธิอย่างแน่ ';
$og_image = 'https://www.simded.com/seamsi/600315.jpg';
$og_image2 = 'https://www.simded.com/seamsi/600315.jpg';
$og_image3 = 'http://www.simded.com/seamsi/600315.jpg';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php include('../include/meta.php');?>
<meta property="og:image" content="<?php echo $og_image?>">
<meta property="og:image:secure_url" content="<?php echo $og_image3?>">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="600">
<meta property="og:image:height" content="315">
<?php include('../include/cssfile.php');?>
<?php include('../loginfacebook/config_fb.php');?>
</head>
<body>
<?php
//include('../include/header.php');
include('../themes/menu.php');
?>
<style>
.drop_se{border-radius:20px;border:1px solid #ffff00;height:38px;
-webkit-appearance: none;
-moz-appearance: none;
padding-left:45px;
appearance: none;
background: url("../images/icon_arrow.png") #ffff00 no-repeat 98.5% !important; /* !important used for overriding all other customisations */
background: url("../images/icon_arrow.png") #ffff00 no-repeat calc(7% - 10px) !important; /* Better placement regardless of input width */
background-color:#ffff00;
font-size:20px;font-weight:bold;margin-top:-8px;
}
.div_seamsi_fm{background-image:url(../images/bg_seamsi.jpg); background-repeat:no-repeat;max-width:948px;margin:0 auto;height:211px;margin-top:20px;}
.ad_seamsi{border:0px solid #F00;max-width:750px;margin-top:30px;}
@media (max-width: 768px)
{
.div_seamsi_fm{ padding-left:100px; }
}
@media (max-width: 736px)
{
.drop_se{ margin-bottom:15px;}
}
.div_measure{border:2px solid #d7d7d7;max-width:286px;height:286px;border-radius:10px;background-color:#FFF;margin-bottom:20px;margin:0 auto;margin-top:40px;}
.div_measure:hover{border:2px solid #FF0000;}
.div_measure_img{border-bottom:8px solid #F00;}
.div_measure_img2{border-bottom:8px solid #92278f;}
.div_measure_name{font-size:18px;font-weight:bold;margin-top:15px;}
/*.Divmeasure{width:332px;float:left;border:0px solid #F00;margin-left:15px;}
@media (max-width: 1024px)
{
.Divmeasure{width:300px;}
}*/
@media (max-width: 768px)
{
.div_measure{ height:260px;}
}
.Bgfooter{ margin-top:-35px;}
select option {
margin: 40px;
background-color:#FFF;
color: #000;
}
</style>
<div class="container">
<div class="row">
<div class="col-md-12">
<div style="margin-top:0px;">
<div class="row">
<div class="col-md-6"><div class="HeadText" style="text-align:left;width:100%;margin-bottom:10px;" > เสี่ยงเซียมซี </div></div>
<div class="col-md-6 hidden-xs hidden-sm " style="font-size:16px;color:#F00;margin-top:15px;text-align:right;">ทำนายฟรี >
<a href="../seamsi/" style="color:#F00;">เสี่ยงทายเซียมซี </a></div>
</div>
</div>
<div class="div_seamsi_fm" align="center">
<form class="form-inline" style="padding-top:20px;">
<div class="form-group">
<label for="exampleInputName2"><span style="font-size:20px;"> เสี่ยงเซียมซี ค้นหา </span> </label>
<select class="form-control drop_se" style="width:200px;" onchange="seamsi_win(this.value)">
<option value="">จากวัดดัง</option>
<?php
$list_se1 = array('table'=>'seamsi','where'=>'status = "1" AND type = "1" ORDER BY id ASC');
$view_se1 = $view_db->view($list_se1);
$result_se1 = $view_db->q_re($view_se1);
while($row_se1 = $view_db->q_ro($result_se1))
{
?><option value="<?php echo $row_se1['name_en']; ?>"><?php echo $row_se1['name']; ?></option> <?php
}
?>
</select>
<!--
<select class="form-control drop_se" style="width:200px;">
<option value="">วัดประจำวันเกิด</option>
</select>-->
</div>
</form>
<div class="div_com ad_seamsi">
<?php include('../themes/google_ad.php');?>
</div>
</div>
<div class="div_mobile" style="border:#00F solid 0px;margin-bottom:30px;">
<?php include('../themes/google_ad.php');?>
</div>
<div class="row">
<div class="col-md-12" align="center" style="font-size:40px;font-weight:bold;"> เลือกเซียมซีจากวัดดัง </div>
</div>
</div>
</div><!--/row-->
</div><!--/.container-->
<div style="background-image:url(../images/bgmap.jpg);background-repeat:no-repeat;background-color:#FFF;margin-top:20px;">
<div class="container" style="max-width:1000px;">
<div class="row" style="margin-top:25px;">
<?php
$max_rows = 12; // แสดงจำนวนแถวต่อหน้า
$page_number = 0;
if(isset($_GET['page_number']))
{
$page_number = $_GET['page_number'];
}
$sql_s = 'status = "1" AND type = 1 ';
$all_array = array('table'=>'seamsi','where'=>$sql_s);
$start_row = $page_number * $max_rows;
$all_sql = $view_db->view($all_array);
$all_result = $view_db->q_re($all_sql);
$total_rows = $view_db->q_nr($all_result);
$total_rows_num = mysql_num_rows($all_result);
$total_pages = ceil($total_rows/$max_rows)-1;
////////////////////////////////////////
$list = array('table'=>'seamsi','where'=>$sql_s, 'limit'=> "$start_row,$max_rows",'order'=> "ORDER BY id DESC");
$view = $view_db->view($list);
$result = $view_db->q_re($view);
$num_tr = 1;
$num = 1+($page_number*$max_rows);
?>
<div class="row" align="right" style="margin-top:30px;">
<div class="col-md-12 BerDedToday-page">
<?php
if($total_rows_num > 0)
{
page_news($page_number,$total_pages,'index.php','');
}
?>
</div>
</div>
<?php
while($row_se = $view_db->q_ro($result))
{
?>
<div class="col-md-4 col-xs-6 col-sm-6 Divmeasure">
<div class="div_measure ">
<div style="padding:25px;" align="center">
<a href="predict.php?name=<?php echo $row_se['name_en'];?>">
<img src="../redbag/seamsi/<?php echo $row_se['image']?>" width="227" height="173" class="div_measure_img img-responsive"></a>
<?php
$css_text = '';
if(strlen($row_se['name']) > 70){ $css_text = 'style="font-size:14px;"';}
?>
<div class="div_measure_name" <?php echo $css_text; ?>>
<?php echo $row_se['name']?>
</div>
</div>
</div>
</div>
<?php
}
?>
</div>
<div class="row" align="right" style="margin-top:30px;">
<div class="col-md-12 BerDedToday-page">
<?php
if($total_rows_num > 0)
{
page_news($page_number,$total_pages,'index.php','');
}
?>
</div>
</div>
<?php
$list_se3 = array('table'=>'seamsi','where'=>'status = "1" AND type = 3 ORDER BY id DESC');
$view_se3 = $view_db->view($list_se3);
$result_se3 = $view_db->q_re($view_se3);
$num_rows3 = mysql_num_rows($result_se3);
if($num_rows3 > 0)
{
?>
<div class="row">
<div class="col-md-12" align="center" style="font-size:40px;font-weight:bold;margin-top:50px;"> เลือกเซียมซีจากหมอดู </div>
</div>
<?php
}
while($row_se3 = $view_db->q_ro($result_se3))
{
?>
<div class="col-md-4 col-xs-6 col-sm-6 Divmeasure">
<div class="div_measure ">
<div style="padding:25px;" align="center">
<a href="predict.php?name=<?php echo $row_se3['name_en'];?>">
<img src="../redbag/seamsi/<?php echo $row_se3['image']?>" width="227" height="173" class="div_measure_img img-responsive"></a>
<?php
$css_text = '';
if(strlen($row_se3['name']) > 70){ $css_text = 'style="font-size:14px;"';}
?>
<div class="div_measure_name" <?php echo $css_text; ?>>
<?php echo $row_se3['name']?>
</div>
</div>
</div>
</div>
<?php
}
?>
<!--<div class="row" style="margin-top:25px;">
<?php
/*for($i=0;$i<=5;$i++)
{
?>
<div class="col-md-4 col-xs-12 col-sm-6 Divmeasure">
<div class="div_measure">
<div style="padding:25px;" align="center">
<img src="../images/t_h.jpg" width="227" height="173" class="div_measure_img2">
<div class="div_measure_name">
วัดมงคลบพิตร
</div>
</div>
</div>
</div>
<?php
}*/
?>
</div>-->
<div style="border:#00F solid 0px;margin-top:40px;margin-bottom:40px;">
<?php include('../themes/google_ad.php');?>
</div>
</div>
</div>
<script>
function seamsi_win(var1)
{
location.href = 'predict.php?name='+var1;
}
</script>
<?php include('../themes/contact_btn2.php'); ?>
<?php
include('../themes/footer.php');
include('../include/footer_js.php');
?>