| Server IP : 172.67.216.113 / 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/public_html/simded.com/reading/ |
Upload File : |
<?php
include('../include72/header.php');
include('../themesv2/menu.php');
?>
<?php if($_GET['phonenumber'] <> ''){ ?>
<div class="bg-3-repeat">
<div class="container">
<?php include('../themesv2/menu2.php'); ?>
<?php include('../themesv2/predictber_EDIT.php'); ?>
</div>
</div>
<div class="bg-1 pb-lg-5">
<?php include('../themesv2/predict_hi2.php'); ?>
<?php include('../themesv2/predict_hi.php'); ?>
<?php include('../themesv2/contact_btn.php'); ?>
</div>
<?php }else{ ?>
<div class="bg-1 pb-5">
<?php include('../themesv2/menu2.php'); ?>
<?php include('../themesv2/predict_hi2.php'); ?>
<?php include('../themesv2/predict_hi.php'); ?>
<?php include('../themesv2/contact_btn.php'); ?>
</div>
<?php } ?>
<div class="bg-2 pb-5">
<?php include('../themesv2/menu_hi.php'); ?>
</div>
<!--/.container-->
<?php
include('../themesv2/footer.php');
include('../include/footer_js.php');
?>