| Server IP : 172.67.216.113 / Your IP : 172.71.28.145 [ 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/shop/control/home/ |
Upload File : |
<?php
$view = $User_db->view_shop($id_shop,$_SERVER["REMOTE_ADDR"],$_SERVER['HTTP_USER_AGENT']);
//print_r($view);
?>
<div class="bg-4-cover">
<div class="container pt-3 ">
<div class="row px-md-3">
<div class="col-md-12">
<?php include($partcontrol.'control/themes/banner.php');?>
<?php include($partcontrol.'control/themes/status.php');?>
</div>
<div class="col-md-12 px-0">
<?php include($partcontrol.'control/themes/detailshop2.php');?>
</div>
<div class="col-md-12">
<?php include($partcontrol.'control/themes/ems.php');?>
<?php include($partcontrol.'control/themes/predict.php');?>
<?php include($partcontrol.'control/themes/banded.php');?>
<?php include($partcontrol.'control/themes/carded.php');?>
<?php include($partcontrol.'control/themes/article.php');?>
</div>
</div>
</div>
</div>
<!---
<div class="container mt-5 pt-5" >
<div class="row mt-5 pt-5">
<div class="col-md-9 mt-5 pt-5">
<?php //include($partcontrol.'control/themes/banner.php');?>
<?php //include($partcontrol.'control/themes/status.php');?>
<?php //include($partcontrol.'control/themes/search.php');?>
<?php //include($partcontrol.'control/themes/predict.php');?>
<?php //include($partcontrol.'control/themes/banded.php');?>
<?php //include($partcontrol.'control/themes/carded.php');?>
<?php //include($partcontrol.'control/themes/article.php');?>
</div>
<div class="col-md-3">
<?php //include($partcontrol.'control/themes/detailshop.php');?>
<?php //include($partcontrol.'control/themes/ems.php');?>
<?php //include($partcontrol.'control/themes/facebookpage.php');?>
</div>
</div>
</div>
-->