| Server IP : 104.21.37.246 / Your IP : 104.23.243.33 [ 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'=>'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">
<!-- 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 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">
<div class="">
<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
$id = base64_decode($_GET['id']);
$list = array('table'=>'extra2','where'=>'id = '.$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>