[
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> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="keywords" content="" /> <meta name="description" content="" /> <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> <!-- Title --> <title>Ownbrick Real Estate Services LLP</title> <!-- Fav Icon --> <link rel="icon" href="images/fav-icon.png" type="images/x-icon" /> <!-- Bootstrap CSS--> <link rel="stylesheet" type="text/css" href="css/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" /> <!-- FontAwesome Start --> <link rel="stylesheet" type="text/css" href="css/font-awesome.css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" /> <!-- Menu CSS --> <link rel="stylesheet" type="text/css" href="css/superfish.css" /> <!-- aos animition--> <link rel="stylesheet" type="text/css" href="css/aos.css"> <!-- owl slider --> <link rel="stylesheet" type="text/css" href="css/owl.carousel.css"> <!-- Google Font --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet"> <!-- Google Font / Poppins --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> <!-- Custom CSS --> <link rel="stylesheet" type="text/css" href="css/style.css"> </head> <body> <style> .sticky {position: fixed; top: 0; width: 100%; box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); -webkit-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.11); -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); background: #fff; padding: 0; } .sticky + .content {padding-top: 102px;} .sticky .logo{width: 90%; padding: 0; margin: 0; position: relative;} .sticky .logo img{ width: 100%; top: 3px; height: 60px; padding: 5px; } .sticky .bochure a{ background: transparent linear-gradient(276deg,rgb(47, 112, 80),#1c593b) 0 0 no-repeat padding-box; color: #fff; background: #1c593b; background: #121950; } .sticky .sf-menu a { position: relative; padding: 20px 18px; display: inline-block; transition: all .2s linear; color: #000; font-size: 14px; line-height: 25px; font-weight: 500; outline: none; letter-spacing: 0px; border-right: 1px solid #2e70503b; margin: 0; font-family: "Poppins", sans-serif; } </style> <!-- Header Top --> <div class="header-top" title=""> <div class="container"> <div class="row"> <div class="col-md-10 col-sm-11 col-xs-11"> <div class="click-link" data-aos="fade-down" style="transition:all 1700ms ease-in-out;"> <ul> <li><a href="tel:+91 00000 00000"><i class="fa-solid fa-phone"></i>+91 00000 00000</a></li> <li><a href="mailto:demo@ownbrick.in"><i class="fa-solid fa-envelope"></i>demo@ownbrick.in</a></li> </ul> </div> </div> <div class="col-md-2 col-sm-1 col-xs-1"> <div class="header-social-link" data-aos="zoom-in" style="transition:all 1700ms ease-in-out;"> <ul> <li><a href="#"><i class="fab fa-facebook"></i></a></li> <li><a href="#"><i class="fab fa-instagram"></i></a></li> <li><a href="#"><i class="fab fa-twitter"></i></a></li> <li><a href="#"><i class="fab fa-youtube"></i></a></li> </ul> </div> </div> </div> </div> </div> <!-- Header Bottom --> <div class="header-bottom" id="myHeader"> <div class="container"> <div class="row"> <div class="col-md-2 col-sm-4 col-xs-12"> <div class="logo" data-aos="fade-down" style="transition:all 1700ms ease-in-out;"> <a href="index.php"><img src="images/logo-2.png" alt=""></a> </div> </div> <div class="col-md-8 col-sm-8 col-xs-12"> <div class="menu"> <nav id="nav-wrap" style="float: right;"> <ul class="sf-menu" id="example"> <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 Us<!-- <span class="caret"></span> --></a> <!-- <ul> <li><a href="about.php">About Us</a></li> <li><a href="mission-vision.php">Mission & Vision</a></li> <li><a href="core.php">Core Value</a></li> </ul> --> </li> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'Properties.php') !== false) { echo 'class="active"';} ?>><a href="properties.php">Properties </a> </li> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'ownbrick.php') !== false) { echo 'class="active"';} ?>><a href="ownbrick.php">Why OwnBrick</a> </li> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'faq.php') !== false) { echo 'class="active"';} ?>><a href="faq.php">FAQs</a> </li> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'contact.php') !== false) { echo 'class="active"';} ?>><a href="contact.php" class="reg">Contact Us</a> </li> </ul> </nav> </div> </div> <div class="col-md-2 col-sm-11 col-xs-11"> <div class="bochure" data-aos="zoom-in" style="transition:all 1800ms ease-in-out;"> <a href="#"> Bochure Download</a> </div> </div> </div> </div> </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: 677.58 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