[
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 dir="ltr" lang="en-US"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta name="author" content="SemiColonWeb"> <!-- fav-icon --> <link rel="icon" href="images/sreealankar-fab.png" type="image/x-icon"> <!-- bosstrap CSS --> <link rel="stylesheet" type="text/css" href="css/bootstrap.css"> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <!-- font awesome 6.4.2 --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" /> <!-- AOS --> <link href="css/aos.css" rel='stylesheet' type='text/css'/> <!-- Lightbox --> <link href="css/lightbox.css" rel='stylesheet' type='text/css'/> <!-- Owl.carousel --> <link href="css/owl.carousel.css" rel="stylesheet" type="text/css"> <!-- superfish CSS --> <link rel="stylesheet" href="css/superfish.css"> <!-- Custom CSS --> <link rel="stylesheet" href="css/custom.css"> <!-- Document Title ============================================= --> <title>Sree Alankar | The all new Sreealankar collection </title> <!-- Google All 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=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&family=Caveat:wght@400..700&display=swap" rel="stylesheet"> <style> .sticky { position: fixed; top: 0; width: 100%; z-index: 99999; box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.14); border-bottom: 0.5px solid #ffffff24; background: linear-gradient(90deg, rgb(255, 185, 51) 0%, rgb(255, 212, 8) 31%, rgb(249, 181, 47) 100%); padding: 15px 0; } .sticky + .banner { padding-top: 102px; } .sticky .barnd-logo img {width: 55%; padding: 12px 0 4px; } .sticky .sf-menu a{font-size: 15px; color: #000; font-weight: 300; } .sticky .sf-menu a:hover{color: #fff;} .sticky .sf-menu ul { box-shadow: 2px 2px 6px rgba(0,0,0,.2); background: #08171e; min-width: 180px; width: 230px; / no auto sub width for IE7, see white-space comment below */ padding: 0px 0; margin: 0 0; transition: all 600ms ease-in-out; top: 40px; } .sticky .sf-menu li ul li a { outline: none; padding: 6px 0px; transition: all 600ms ease-in-out; display: block; line-height: 22px; border-bottom: 1px dotted #cccccc91; border-radius: 0; margin: 0; font-size: 14px !important; color: #01255a !important; font-weight: 200; text-transform: uppercase; } .sticky .sf-menu li ul li a:hover{background: #01265b; color: #fff !important; transition: all 600ms ease-in-out;} .sticky .barnd-logo { position: absolute; display: inline-block; width: 45%; content: ""; top: -28px; } </style> <!-- 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"> </head> <body> <div class="top-header" data-aos="fade-down" style="transition: all 1400ms ease-in-out;"> <div class="container"> <h1> Here you will find all kinds of new <b style="color: #ffb51e; padding: 0 3px;">Sreealankar</b> Women Jewellery. <span class="blinking-text"></span> </h1> </div> </div> <header class="header" id="myHeader" data-aos="fade-down" style=" transition:all 1500ms ease-in-out;"> <div class="container"> <div class="row"> <div class="col-md-3 col-sm-5 col-xs-6"> <div class="barnd-logo" data-aos="zoom-in" style=" transition:all 1500ms ease-in-out;"> <a href="index.php"> <img src="images/sreealankar_logo.png" alt="logo"> </a> </div> </div> <div class="col-md-9 col-sm-7 col-xs-6"> <div class="menu" 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 Us</a> </li> <li <?php if (stripos($_SERVER['REQUEST_URI'], '#.php') !== false) { echo 'class="active"';} ?>><a href="#.php"> Product <span class="caret"></span> </a> <ul class="dropdown-submenu"> <?php $table1='category'; $stmt=$show->readAll_clause($table1,'order by id asc'); $num=$stmt->rowCount(); if($num>0){ while($row=$stmt->fetch(PDO::FETCH_ASSOC)){ ?> <li class="dropdown-submenu"> <a class="test" tabindex="-1" href="product.php?cate=<?=base64_encode($row['category'])?>"><?=$row['category']?></a> <?php $stmt1=$show->readwithdata('sub_category','category',$row['category']); $num1=$stmt1->rowCount(); if($num1>0){ ?> <ul class="cata-drop"> <?php while($row1=$stmt1->fetch(PDO::FETCH_ASSOC)){ ?> <li><a href="sub_product.php?scate=<?=base64_encode($row1['sub_category'])?>&cate=<?=base64_encode($row['category'])?>"><?=$row1['sub_category']?></a></li> <?php } ?> </ul> <?php } ?> </li> <?php } } ?> <!---<li class="dropdown-submenu"> <a class="test" tabindex="-1" href="#product.php">Earrings<i class="fa-solid fa-caret-right"></i></a> <ul class="cata-drop"> <li><a href="sub_product.php">Earrings-1</a></li> <li><a href="sub_product.php">Earrings-2</a></li> <li><a href="sub_product.php">Earrings-3</a></li> </ul> </li> <li class="dropdown-submenu"> <a class="test" tabindex="-1" href="product.php">Rings<i class="fa-solid fa-caret-right"></i></a> <ul class="cata-drop"> <li><a href="sub_product.php">Rings-1</a></li> <li><a href="sub_product.php">Rings-2</a></li> <li><a href="sub_product.php">Rings-3</a></li> </ul> </li> <li class="dropdown-submenu"> <a class="test" tabindex="-1" href="product.php">Nosepins<i class="fa-solid fa-caret-right"></i></a> <ul class="cata-drop"> <li><a href="sub_product.php">Nosepins-1</a></li> <li><a href="sub_product.php">Nosepins-2</a></li> <li><a href="sub_product.php">Nosepins-3</a></li> </ul> </li> <li class="dropdown-submenu"> <a class="test" tabindex="-1" href="product.php">Bangles<i class="fa-solid fa-caret-right"></i></a> <ul class="cata-drop"> <li><a href="sub_product.php">Bangles-1</a></li> <li><a href="sub_product.php">Bangles-2</a></li> <li><a href="sub_product.php">Bangles-3</a></li> </ul> </li> ---> </ul> </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> </div> </header> <!--<div class="body-call"> <a id="" href="#" class="call-icon"> <img src="images/bodyCALL.png" alt=""> </a> </div> <div class="body-whsatsapp"> <a id="" href="#" class="whsatsapp-icon"> <img src="images/whsatsapp.png" alt=""> </a> </div>--> <div class="body-right"> <ul> <li><a href="https://www.facebook.com/share/18TR43q3D4/" target="_blank" title="FACEBOOK" style="background: #4164b0;"><i class="fa-brands fa-facebook-f"></i> Facebook</a></li> <li><a href="https://www.instagram.com/invites/contact/?utm_source=ig_contact_invite&utm_medium=copy_link&utm_content=hs0s9c2" target="_blank" title="Instagram" style="background: #ff9426;"><i class="fa-brands fa-instagram"></i> Instagram</a></li> <li><a href="https://youtube.com/@srabanichakraborty8215?si=VWDIf8-N8ZOjWBuF " target="_blank" title="YouTube" style="background: #f00;"><i class="fa-brands fa-youtube"></i> YouTube</a></li> <li><a href="https://api.whatsapp.com/send?phone=918527801005&text=Hello+There" target="_blank" title="Whatsapp" style="background: #00bc41;"><i class="fa-brands fa-whatsapp"></i> Whtasapp</a></li> </ul> </div> <!-- scroll btn --> <a href="#" id="scroll" style="display: none;"><span></span></a> <!-- Multi-Menu Dropdowns --> <script> $(document).ready(function(){ $('.dropdown-submenu a.test').on("click", function(e){ $(this).next('ul').toggle(); e.stopPropagation(); e.preventDefault(); }); }); </script> <style> .dropdown-submenu { position: relative; } .dropdown-submenu .dropdown-menu { top: 0; left: 100%; margin-top: -1px; } </style>
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: 339.34 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