Server IP : 103.53.40.154 / Your IP : 18.116.12.7 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/bsaec.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); $sql = "SELECT * FROM `tb1_admin`"; $run = mysqli_query($db,$sql) or die("Query Not run"); $data = mysqli_fetch_assoc($run); if($data['site']=='Live'){ ?> <!DOCTYPE html> <html lang="en"> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <head> <meta charset="utf-8"> <title><?php echo $data['meta_title']?></title> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <meta name="description" content="<?php echo $data['meta_desc']?>"> <?php include 'top-link.php';?> </head> <body> <?php include 'header.php';?> <?php include 'slider.php';?> <?php include 'index-facts.php';?> <?php include 'index-about.php';?> <?php include 'index-courses.php';?> <?php include 'index-features.php';?> <?php include 'team.php';?> <?php include 'index-testimonial.php';?> <?php include 'popup.php';?> <?php include 'footer.php';?> <?php }else{ include "admin/site-down.php"; } ?>