| Server IP : 172.67.216.113 / Your IP : 172.71.28.146 [ 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/daily/ |
Upload File : |
<?php include('include/class.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>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">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="plugin/bootstrap-3.3.7/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="plugin/bootstrap-3.3.7/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div class="container bg_tab">
<div>
<div class="text_date" style="font-size:40px;font-weight:bold;"> <?php echo $row2['detail']; ?> </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
$list = array('table'=>'extra','where'=>'id > 1 AND status = 1','order'=> "ORDER BY 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 base64_encode($row['id'])?>" target="_blank">
<div style="background-color:#FFF;border:10px 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 style="margin-bottom:15px;" align="center">
<img src="image/b2.jpg" width="507" height="79" class="img-responsive">
</div>
<div style="margin-bottom:15px;" align="center">
<img src="image/b1.jpg" width="507" height="79" class="img-responsive">
</div>
</div>
</div>
</div><!-- /.container -->
<?php include('include/footer_js.php');?>
</body>
</html>