[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: header.php
<?php include('settings/settings.php'); ?> <html lang="en"> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>WaterForLifeGlobal.com | From polluted water to sustainable solutions.</title> <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> <!-- Custom Theme files --> <link rel="icon" href="images/fav.png" type="image/x-icon"> <link href="css/bootstrap.css" type="text/css" rel="stylesheet" media="all"> <link href="css/bootstrap.min.css" type="text/css" rel="stylesheet" media="all"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> <link href="css/superfish.css" rel="stylesheet" type="text/css"> <link href="css/font-awesome.css" rel="stylesheet"> <!-- font-awesome icons --> <!--<link href="css/aos.css" rel='stylesheet' type='text/css'/> --> <link href="css/lightbox.css" rel='stylesheet' type='text/css'/> <link href="css/owl.carousel.css" rel="stylesheet" type="text/css"> <link href="css/particle.css" rel="stylesheet" type="text/css" media="all" /> <link href="css/style.css" type="text/css" rel="stylesheet" media="all"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" /> <!--<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=Montserrat:wght@200&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,500;0,600;0,800;1,100;1,200;1,300;1,400&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=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet"> <script src="https://code.jquery.com/jquery-1.11.2.min.js"></script> <!--//Custom Theme files--> </head> <body> <div class="header-top"> <div class="container"> <div class="row"> <div class="col-md-8 col-sm-8 col-xs-4" data-aos="fade-down" style="transition:all 1400ms ease-in-out"> <div class="contact-icon"> <ul class="hed-contact" data-aos="fade-down" style="transition:all 2100ms ease-in-out"> <li><i class="fa fa-phone"></i><a href="#">+91 00000 00000 </a> <a href="#"><i class="fa-brands fa-whatsapp"></i> +91 00000 00000</li> <li><i class="fa fa-envelope"></i><a href="#">Waterliving@gmail.com</a></li> </ul> </div> </div> <div class="col-md-4 col-sm-4 col-xs-8" style=""> <div class="social-icon" style=""> <ul class="social-li"> <li data-aos="zoom-in" style="transition:all 1800ms ease-in-out"> <a href="#"><i class="fab fa-facebook-f"></i></a> </li> <li data-aos="zoom-in" style="transition:all 1900ms ease-in-out"> <a href="#"><i class="fab fa-twitter"></i></a> </li> <li data-aos="zoom-in" style="transition:all 2100ms ease-in-out"> <a href="#"><i class="fab fa-google-plus-g"></i></a> </li> <li data-aos="zoom-in" style="transition:all 2200ms ease-in-out"> <a href="#"><i class="fab fa-youtube"></i></a> </li> <li data-aos="zoom-in" style="transition:all 2300ms ease-in-out"> <a href="#"><i class="fab fa-instagram"></i></a> </li> </ul> </div> </div> </div> </div> </div> <div class="header-bottom"> <div class="container"> <div class="row"> <div class="col-md-4 col-sm-5 col-xs-4"> <div class="logo-new" data-aos="zoom-in" style="transition:all 1700ms ease-in-out"> <a href="index.php"><img src="images/water-logo-3.png" alt="From polluted water to sustainable solutions." class="logo-img" /></a> </div> </div> <div class="col-md-8 col-sm-7 col-xs-4" data-aos="fade-down" style="transition:all 1500ms ease-in-out"> <div class="navigation" style=""> <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" style=""> Home </a> </li> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'about.php') !== false) { echo 'class="active"';} ?>><a href="about.php" style=""> About <span class="caret"></span></a> <ul> <li><a href="about.php">About us</a></li> <li><a href="team.php">Team & Partners</a></li> </ul> </li> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'projects.php') !== false) { echo 'class="active"';} ?>><a href="projects.php">Projects <span class="caret"></span></a> <ul> <li><a href="projects.php">Minimal & Clean</a></li> <!--<li><a href="timeline.php">Projects Timeline</a></li>--> </ul> </li> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'media.php') !== false) { echo 'class="active"';} ?>><a href="media.php"> Media </a> </li> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'photo.php') !== false) { echo 'class="active"';} ?>><a href="photo.php"> Gallery</a> </li> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'contact.php') !== false) { echo 'class="active"';} ?>><a href="contact.php"> Contact</a> </li> <li <?php if (stripos($_SERVER['REQUEST_URI'], 'donate.php') !== false) { echo 'class="active"';} ?>><a href="" class="denet-menu"> Donate</a> </li> </ul> <div class="clearfix"></div> </nav> </div> </div> </div> </div> </div> <!--<a href="contact.php" data-aos="zoom-in" style="transition:all 1500ms ease-in-out;"> <img src="images/Donate-b.png" alt="" class="con-gif" /> </a>--> <!-- PAGE LOAD PUPUP --> <div id="myModal" class="modal fade" style="display:none;"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> </div> <div class="modal-body"> <img src="images/POPUP.png" alt="" class="Ghanta-img" style="width: 100%;"> <a href="donate.php" class="denet-pupup"> Donate</a> </div> </div> </div> </div>--> <style> .modal-dialog { width: 65% !important; margin:50px auto !important; } .modal-title{font-family: 'Poppins', sans-serif; color: #064282; font-size: 30px; text-align: center; font-weight: bold; line-height: 40px;} .modal-title span{ display: block; font-family: 'Poppins', sans-serif; color: #ff8f00; font-size: 15px; text-align: center; font-weight: bold; line-height: 20px;} .modal-header { padding: 10px 20px 0 0px !important; border-bottom: 1px solid #fff !important; } </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: 692.37 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