| Server IP : 103.48.194.25 / Your IP : 216.73.217.33 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/nhadatkhangdien.net-bk/public_html/ |
Upload File : |
<?php
ob_start();
session_start();
error_reporting(E_ALL);
define('site',"http://".$_SERVER['HTTP_HOST']."/");
define('skin',site."images/");
define('urlimg',site."upload/");
define('root', getenv("DOCUMENT_ROOT")."/");
@define ( '_template' , './templates/');
@define ( '_source' , './sources/');
@define ( '_lib' , './admin/lib/');
include_once _lib."config.php";
include_once _lib."constant.php";
include_once _lib."functions_giohang.php";
include_once _lib."functions.php";
include_once _lib."function_user.php";
include_once _lib."class.database.php";
include_once _lib."file_requick.php";
include_once _lib."function_site.php";
//include_once _lib."thongkeonline.php";
$alt="khangdien";
//forSEO
$id = isset($_GET['id']) ? $_GET['id'] : '';
$com = isset($_GET['com']) ? $_GET['com'] : '';
$idc = isset($_GET['idc']) ? $_GET['idc'] : '';
$idl = isset($_GET['idl']) ? $_GET['idl'] : '';
$title_bar = isset($title_bar) ? $title_bar : 'Dự án jamila, Phong phú 4, Rosita khang điền';
?>
<? include _template."layout/meta.php" ?>
<body>
<div id="wrapper">
<? //include "sources/fanpage.php" ?>
<div id="header">
<? include _template."layout/header.php" ?>
</div>
<div class="container" id="contain_m">
<div class="row" id="contain">
<? //trit(_template.$template."_tpl.php");?>
<? include _template.$template."_tpl.php" ?>
</div>
</div>
<div id="footer">
<? include _template."layout/footer.php" ?>
</div>
</div>
<link rel="stylesheet" type="text/css" href="css/media.css"/>
</body>
</html>