| 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/horo/numerology/master/ |
Upload File : |
<?php
include('include/class.php');
include('include/header.php');
include('include/logo.php');
include('../log_date.php');
include('update_date.php');
?>
<style>
.bg{background-image:url(images/p2.jpg);max-width:499px;height:633px;padding:15px;font-size:22px;margin-top:30px;font-weight:bold;background-position:top center;
background-repeat:repeat-y;font-size:40px;margin-bottom:50px;color:#000;}
.tilte{font-size:24px;padding-bottom:20px;}
.font_1{margin-top:10px;text-align:center;font-size:30px;}
.font_2{margin-top:15px;text-align:center;font-size:48px;}
.circle{width:135px;height:135px;background-color:#000;border-radius:70px;color:#FFF;font-size:90px;text-align:center;margin-top:10px;}
@media (max-width: 500px)
{
.circle2{ margin-left:-15px;}
}
@media (max-width: 767px)
{
.container{
padding-right: 0px;
padding-left: 0px;
margin:0px;
margin-right: auto;
margin-left: auto;
}
.row{ margin-right: 0px; margin-left: 0px; }
}
</style>
<div class="container">
<div class="title2" align="center">อ.บันดาลโชค</div>
<div class="row">
<div class="col-md-12" align="center" style="padding-left:0px;padding-right:0px;">
<div class="bg">
<div class="tilte"><?php echo $text_daty ?></div>
<div style="margin-top:-20px;margin-bottom:10px;"><img src="images/text4.png" width="330" height="82" class="img-responsive" /> </div>
<div class="row" style="padding:0px 10px 10px 10px;">
<div class="col-md-6 col-xs-6" style="border-top:3px solid #000;border-right:3px solid #000;">
<?php
$list = array('table'=>'lotto','where'=>'lotto_id = "2" AND status = "1" AND up_date = "'.$sql_date.'" ORDER BY id DESC LIMIT 0 , 1');
$view = $view_db->view($list);
$row = $view_db->q($view);
?>
<div class="font_1">ตามบน</div>
<div class="circle circle2" align="center"><?php echo $row['p1']?></div>
<div class="font_2"><?php echo $row['p2']?></div>
<div class="font_2"><?php echo $row['p3']?></div>
<div class="font_2"><?php //echo $row['p4']?></div>
</div>
<div class="col-md-6 col-xs-6" style="border-top:3px solid #000;">
<div class="font_1">ตามล่าง</div>
<div class="circle" align="center"><?php echo $row['p5']?></div>
<div class="font_2"><?php echo $row['p6']?></div>
<div class="font_2"><?php echo $row['p7']?></div>
</div>
</div>
<div class="row">
<div class="col-md-12" style="margin-top:10px;"><img src="images/text2.png" width="377" height="81" class="img-responsive" /></div>
</div>
</div>
</div>
</div>
</div>
</div><!-- /.container -->
<?php
include('include/footer_js.php');
?>