[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: header.php
<?php include 'settings/settings.php'; ?> <!DOCTYPE HTML> <html> <head> <title>Vivahsure | PRE MATRIMONIAL INVESTIGATIONS</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="" /> <script type="applijewelleryion/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> <!--fonts--> <link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"> <!--fonts --> <link rel="icon" href="images/fav.png" type="image/x-icon"><!-- Fav icon--> <!-- Custom Theme files --> <link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" /> <!-- bootstrap css --> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" /> <link rel="stylesheet" type="text/css" media="screen" href="css/particle.css"/> <link href="css/owl.carousel.css" rel="stylesheet" type="text/css"> <link href="css/superfish.css" rel='stylesheet' type='text/css' /> <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> <link href="css/particle.css" rel='stylesheet' type='text/css'/> <link href="css/style.css" rel='stylesheet' type='text/css' /> <!-- js jquery --> <script type="text/javascript" src="js/jquery-2.2.3.min.js"></script> <!-- Sweet Alert --> <script src="admin@/assets/sweetalert-master/dist/sweetalert.min.js"></script> <link rel="stylesheet" type="text/css" href="admin@/assets/sweetalert-master/dist/sweetalert.css"> <script src="js/jquery-1.11.1.min.js"></script> </head> <body> <style> .sticky { position: fixed; top: 0; width: 100%; height: 85px; z-index: 99999; box-shadow: 5px -15px 40px -1px #0000004f; border-bottom: 1px solid #f7f7f7; } .sticky + .banner { padding-top: 102px; } </style> <!-- Custom Theme files --> <div class="header-top"> <div class="container" style="overflow: visible;"> <div class="row" data-aos="fade-down" style="transition: all 1300ms ease-in-out;"> <div class="col-md-4 col-sm-6 col-sx-12"> <div class="barnd-help"> <a href="#"><i class="fa fa-phone" aria-hidden="true"></i>+91 00000 00000 </a> <a href="#"> <i class="fa fa-solid fa-envelope"></i> info@example.com</a> </div> </div> <div class="col-md-8 col-sm-6 col-sx-12"> <div class="barnd-help" style="text-align: right;"> <a href="#"><b>๐Service Coverage : </b>Across India & International</a> <a href="#"> <b>๐ Working Hours:</b> Monday โ Saturday | 9:30 AM โ 6:30 PM </a> </div> </div> </div> </div> <img src="images/border-up.png" alt="" class="border-up-img"> </div> <div class="header-bottom" id="myHeader"> <div class="container" style="overflow: visible;"> <div class="row"> <div class="col-md-4 col-4 col-sx-4"> <div class="barnd-logo" data-aos="zoom-in" style="transition: all 1300ms ease-in-out;"> <a href="index.php"><img src="images/logo.png" alt="logo"></a> </div> </div> <div class="col-md-6 col-4 col-sx-4" style="padding:0;"> <div class="navegition" data-aos="fade-down" style="transition: all 1300ms ease-in-out;"> <nav id="nav-wrap"> <ul class="sf-menu" id="example" style="text-align: right; float: right;"> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'index.php') !== false) { echo 'class="active"';} ?> ><a href="index.php">Home</a> </li> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'about.php') !== false) { echo 'class="active"';} ?>><a href="about.php"> About </a> </li> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'services.php') !== false) { echo 'class="active"';} ?>><a href="services.php"> Services <span class="caret"></span> </a> <ul> <?php $sr='package'; $stmt =$show->readAll_clause($sr,'order by id asc'); $num = $stmt->rowCount(); if($num>0){ $count=1; while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ extract($row); $id=$row['id']; ?> <li><a href="basic.php?pid=<?=base64_encode($row['package_id'])?>"><?=$row['title']?></a></li> <?php } }?> <!--- <li><a href="basicplus.php">Basic Plus</a></li> <li><a href="advanced.php">Advanced</a></li> <li><a href="advancedPlus.php">Advanced Plus</a></li> ---> </ul> </li> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'gallery.php') !== false) { echo 'class="active"';} ?> ><a href="gallery.php">Gallery </a> </li> <!-- <li <?php if (stripos($_SERVER['REQUEST_URI'], 'reports.php') !== false) { echo 'class="active"';} ?>><a href="reports.php" class="reg">Reports</a> </li> --> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'faq.php') !== false) { echo 'class="active"';} ?>><a href="faq.php" class="reg">Faq</a> </li> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'contact.php') !== false) { echo 'class="active"';} ?>><a href="contact.php" class="reg">Contact</a> </li> </ul> </nav> </div> </div> <div class="col-md-2 col-4 col-sx-4"> <div class="barnd-login" data-aos="zoom-in" style="transition: all 1390ms ease-in-out;"> <div class="dropdown"> <?php if(isset($_SESSION['login_id']) && !empty($_SESSION['login_id'])) { ?> <h5 class="login_user_name"><b>Hi,</b> <?= $_SESSION['login_user']?> - <br></h5> <?php }else{ ?> <button class="dropbtn">Sign in <i class="fa fa-user" aria-hidden="true"></i></button> <?php } ?> <div class="dropdown-content"> <?php if(isset($_SESSION['login_id']) && !empty($_SESSION['login_id'])) { ?> <ul> <li><a href="profile.php"><i class="fa fa-sign-out"></i>Profile</a></li> <li><a href="orders.php"><i class="fa fa-sign-out"></i>My Orders</a></li> <li><a href="support_form.php"><i class="fa fa-sign-out"></i>Support Tickets</a></li> <li><a href="all_ticket.php"><i class="fa fa-sign-out"></i>All Support Tickets</a></li> <li><a href="logout.php"><i class="fa fa-sign-out"></i>Logout</a></li> </ul> <?php }else{ ?> <ul class="log-sing"> <li><a href="login.php"><i class="fa fa-sign-out"></i>Login</a></li> <li><a href="registration.php"><i class="fa fa-id-badge"></i>Sign up</a></li> </ul> <?php } ?> </div> </div> </div> </div> </div> </div> </div> <!--<div class="body-right">--> <!-- <a href="reports.php" id="rum_sst_tab" class="share-reports-details rum_sst_contents rum_sst_left">Share Details</a>--> <!--</div>-->
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server05.hostinghome.co.in
Server IP: 192.168.74.40
PHP Version: 7.4.33
Server Software: Apache
System: Linux server05.hostinghome.co.in 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
HDD Total: 1.95 TB
HDD Free: 691.7 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: itsweb
User ID (UID): 1619
Group ID (GID): 1621
Script Owner UID: 1619
Current Dir Owner: 1619