..cool, we will make a new module and not just some new module, nope let's make a fully automatic injection script! This tutorial is the first step into making this. Let's first..
Creates a blueprint/map of a server folder
<?php
/* Shows stats of the suite on default.php
Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 18-01-2015
*/
if(!defined('IN_SCRIPT')){
exit;
}
// load scan results if necessary
include_once($_PATHS['includes_root']."/cc_includes.php");
// do the update check
include_once($_PATHS['includes_root']."/cc_updatecheck.php");
// load the template
include_once($_PATHS['includes_root']."/cc_indexcontent.php");
?>