| Server IP : 104.21.37.246 / 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/beerecord.com/fabulous/ |
Upload File : |
<?php include('include/class_b.php'); ?>
<!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
$list = array('table' => 'extra', 'where' => 'id = 1');
$view = $view_db->view($list);
$row2 = $view_db->q($view);
$w_title = 'Daily : ' . $row2['detail'];
$w_description = $row2['detail'];
$w_keywords = $row2['detail'];
?>
<title>เหลือเชื่อ</title>
<meta name="title" content="<?php echo $w_title ?> | <?php echo $webmain ?>">
<meta name="description" content="<?php echo $w_description ?>">
<meta name="keywords" content="<?php echo $w_keywords ?>">
<!-- Bootstrap core CSS -->
<link href="bootstrap-5.1.3-dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="apple-touch-icon" href="redbag/icon/icon1.png" sizes="180x180">
<link rel="icon" href="redbag/icon/icon1.png" sizes="32x32" type="image/png">
<link rel="icon" href="redbag/icon/icon1.png" sizes="16x16" type="image/png">
<link rel="mask-icon" href="redbag/icon/icon1.png" color="#7952b3">
<link rel="icon" href="redbag/icon/icon1.png">
<meta name="theme-color" content="#7952b3">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div style="background-color:#e61b22;height:75px;background: linear-gradient(to bottom, rgba(233,27,35,1) 20%,rgba(127,1,2,1) 95%);padding-top:5px;" align="center">
<img src="redbag/tt_extra.png" width="173" height="72" class="img-responsive">
</div>
<div class="container bg_tab">
<div>
<div style="max-width:600px;text-align:center;border:0px solid #F00;margin:0 auto;margin-top:15px;">
<div style="max-width:520px;margin:0 auto;">
<div class="row" align="center">
<?php
$list = array('table' => 'extra', 'where' => 'id > 1 AND status = 1', 'order' => "ORDER BY sort DESC , id DESC LIMIT 0,6");
$view = $view_db->view($list);
$result = $view_db->q_re($view);
while ($row = $view_db->q_ro($result)) {
?>
<div class="col-xs-6 col-sm-6 col-md-6">
<a href="extradetail.php?id=<?php echo $row['encode']; ?>" target="_blank">
<div style="background-color:#FFF;border:5px solid #f3921d;border-radius:10px;margin-bottom:20px;">
<div style="background-color:#FFF;margin-top:18px;margin-bottom:18px;padding-left:10px;padding-right:10px;">
<?php if ($row['image'] <> '') { ?>
<img src="redbag/extra/<?php echo $row['image']; ?>" width="163" height="163" class="img-responsive">
<?php } ?>
</div>
</div>
</a>
</div>
<?php } ?>
</div>
</div>
<div class="row" align="center">
<div class="col-md-12" hidden>
<div style="margin-bottom:15px;" align="center">
<a href="https://www.kainumber.com/home/index.php"><img src="redbag/b2.jpg" width="507" height="79" class="img-responsive"></a>
</div>
<div style="margin-bottom:15px;" align="center">
<a href="https://simded.com/seamsi/"><img src="redbag/b1.jpg" width="507" height="79" class="img-responsive"></a>
</div>
</div>
</div>
</div>
</div>
</div><!-- /.container -->
</body>
</html>