random gallery image
random tutorial
preview

..I will show you how to create native tools. I'm not going to make a new tool though, instead I will show you what is required to create one. You can find all the native tools in the..

read more

random stress testing
HackSuite File Library
File Library
Here you can find the latest files and structure of the THC HackSuite, note that if you have an earlier version of the suite it's not recommended to update files manually. Instead you should overwrite your existing HackSuite environment.
<?php
/*
Generates html headers

Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 04-04-2015
*/
if(!defined('IN_SCRIPT')){
    exit;
}
/* html head */
$_CONTEXT['htmlo'] = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n";
$_CONTEXT['htmlo'] .= "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n";
$_CONTEXT['htmlo'] .= "<head>\n";
$_CONTEXT['htmlo'] .= "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n";
$_CONTEXT['htmlo'] .= "<title>".(isset($_CONTEXT['page_title']) ? $_CONTEXT['page_title'] : "THC HackSuite CMS")."</title>\n";
$_CONTEXT['htmlo'] .= "<link rel=\"stylesheet\" href=\"Templates/".$_PATHS['style_user']."/css/predator.css\" type=\"text/css\" />\n";
$_CONTEXT['htmlo'] .= "<script type=\"text/javascript\" src=\"JS/jquery-1.9.1.min.js\"></script>\n";
$_CONTEXT['htmlo'] .= "<script type=\"text/javascript\" src=\"JS/jquery.easing.js\"></script>\n";
$_CONTEXT['htmlo'] .= "<script type=\"text/javascript\" src=\"JS/cufon-yui.js\"></script>\n";
$_CONTEXT['htmlo'] .= "<script type=\"text/javascript\" src=\"Templates/".$_PATHS['style_user']."/js/circe-extra-light.cufonfonts.js\"></script>\n";
$_CONTEXT['htmlo'] .= "<script type=\"text/javascript\" src=\"Templates/".$_PATHS['style_user']."/js/menuhandler.js\"></script>\n";
$_CONTEXT['htmlo'] .= "<script type=\"text/javascript\" src=\"Templates/".$_PATHS['style_user']."/js/main.js\"></script>\n";
// do we need some extra headers set by modules or from the extra pages... who knows?
if(isset($_CONTEXT['headers'])){
    
$_CONTEXT['htmlo'] .= $_CONTEXT['headers'];
}
$_CONTEXT['htmlo'] .= "</head>\n";
?>
powered by
site stats
cms statistics:
version: 0.6.0
downloads: 4372
native: 26
modules: 21
apps: 2
support development
It takes lots of calories in order to create new things for the hacksuite, so it would be grand if you could buy me a protein shake or extra energy to keep me going. Thanks!
disclaimer
We are not responsible for any direct or indirect damage caused by abusing the tools provided on hacksuite.com. The suite is developed for educational purposes, use at your own risk!
Created by Remco Kouw. Powered by protein shakes and a high calorie diet.