| 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/www/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="plugin/bootstrap-3.3.7/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">
<div class="">
<div class="text_date" style="font-size:40px;font-weight:bold;"> </div>
<div style="max-width:600px;text-align:center;border:0px solid #F00;margin:0 auto;">
<div style="max-width:520px;margin:0 auto;">
<div class="row" align="center">
<?php
$id = $_GET['id'];
$list = array('table' => 'extra', 'where' => " `encode` = '" . $id . "'");
$view = $view_db->view($list);
$row = $view_db->q($view);
?>
<div class="col-sm-12" style="margin-bottom:20px;text-align:center;">
<?php echo $row['detail']; ?>
</div>
</div>
</div>
</div>
</div>
</div><!-- /.container -->
<?php include('include/footer_js.php'); ?>
</body>
</html>