..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 don't..
<?php
/* Content after body tag */
if(!defined('IN_SCRIPT')){
exit;
}
// any left overs that haven't been logged?
if(count($_CONTEXT['errors']) && $_CONTEXT['log']==true && !isset($_CONTEXT['logged'])){
include_once($_PATHS['end']);
}
if(defined("DEFAULT_PAGE")){
include_once($_PATHS['style_root']."/content.php");
}
$_CONTEXT['htmlo'] .= "</html>";
echo $_CONTEXT['htmlo'];
?>