| 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 : /home2/cp648411/public_html/simded.com/horo2/seamsi/ |
Upload File : |
<?php
include('include/class.php');
$title = 'เสี่ยงเซียมซี';
$_GET['id'] = 1;
$get_id = $_GET['id'];
$list = array('table'=>'seamsi','where'=>'id = "'.$get_id.'" AND status = "1"');
$view = $view_db->view($list);
$row = $view_db->q($view);
$og_title = 'เสี่ยงเซียมซี ' . $row['name'];
$img_t = $row['image'];
$og_image = $url_yonfile.$img_t;
$og_image2 = $url_yonfile.$img_t;
include('include/header.php');
?>
<style>
body{ margin:0px;padding:0px;}
.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;}
@media (max-width: 768px)
{
.div_measure{ height:260px;}
}
</style>
<div class="container">
<div class="row">
<div class="col-md-12" align="center">
<img src="images/o1gift.gif" width="1017" height="303" class="img-responsive" />
</div>
</div>
</div>
<div class="container" style="margin-top:20px;">
<div class="row">
<div class="col-md-12">
<div style="margin-top:0px;">
<div class="row">
<!--<div class="col-md-12"><div class="HeadText"> เสี่ยงเซียมซี </div></div>-->
</div>
</div>
</div>
</div><!--/row-->
</div><!--/.container-->
<!-- Begin page content -->
<div class="">
<div class="HeadText2" align="center">
<h1>เลือกเซียมซีจากวัดดัง</h1>
</div>
<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;margin-bottom:30px;">
<?php
$list_se = array('table'=>'seamsi','where'=>'status = "1" AND type = 1 ORDER BY id DESC');
$view_se = $view_db->view($list_se);
$result_se = $view_db->q_re($view_se);
while($row_se = $view_db->q_ro($result_se))
{
?>
<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?id=<?php echo $row_se['id'];?>">
<img src="<?php echo $url_yonfile.$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>
</div>
</div>
<?php
include('include/footer.php');
?>