..will show you how to make a multi bridge between THC_DO, THC_SS and THC_II and keep track of the output in realtime using iframes. So what exactly are we going to do? First of all if you..
Attempts to find suspicious and evil files or code
<?php
/* Default content between body tags */
if(!defined('IN_SCRIPT')){
exit;
}
$sPage = $_PATHS['data_root']."/body.php";
(!IsThere($sPage) ? include_once($_PATHS['end']) : include_once($sPage));
for($a=0;$a<count($_CONTEXT['body_template']);$a++){
$sPage = $_PATHS['includes_root']."/".$_CONTEXT['body_template'][$a].".php";
(!IsThere($sPage) ? include_once($_PATHS['end']) : include_once($sPage));
}
?>