| 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' => 'extra2', '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>Daily</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="plugin/bootstrap-3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="plugin/bootstrap-3.3.7/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<script src="plugin/bootstrap-3.3.7/js/ie-emulation-modes-warning.js"></script>
<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="image/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">
<div class="col-12" style="margin-bottom:10px;">
<a href="extradetailbanner2.php?id=<?php echo base64_encode(1) ?>" target="_blank">
<img src="image/bannerv.01.jpg" width="507" height="164" class="img-responsive">
</a>
</div>
<style>
@media (max-width: 600px) {
.img-new {
max-width: 85%;
}
}
</style>
<?php
$list = array('table' => 'extra2', '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="extradetail2.php?id=<?php echo base64_encode($row['id']) ?>" target="_blank">
<div style="background-color:#FFF;border:5px solid #f3921d;border-radius:10px;margin-bottom:10px;">
<div style="background-color:#FFF;margin-top:10px;margin-bottom:10px;padding-left:10px;padding-right:10px;">
<?php
if ($row['image'] <> '') {
?><img src="redbag/extra2/<?php echo $row['image']; ?>" width="163" height="163" class="img-responsive img-new"><?php
}
?>
</div>
</div>
</a>
</div>
<?php
}
?>
<?php
$list = array('table' => 'extra2', 'where' => 'id = 1');
$view = $view_db->view($list);
$row = $view_db->q($view);
?>
<div class="row" align="center">
<div class="col-sm-12" style="margin-bottom:20px;text-align:left;">
<?php echo $row['detail2']; ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- /.container -->
<?php include('include/footer_js.php'); ?>
</body>
</html>