..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 know..
Discovers interesting locations, paths and data of a website
<?php
/* Template Setup
Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 01-04-2015
*/
if(!defined('IN_SCRIPT')){
exit;
}
// make sure we block access to this page if the program is already installed
if($_CONTEXT['ip_access'] || $_CONTEXT['pass_access']){
header("Location: login.php");
exit;
}
/* output the content */
include_once($_PATHS['style_root']."/headsetup.php");
include_once($_PATHS['style_root']."/bodysetup.php");
include_once($_PATHS['style_root']."/footer.php");
?>