random gallery image
random tutorial
preview

..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..

read more

random other
xConverter

THC xConverter is a tool that makes use of (php) functions in order to calculate, fetch, convert and encrypt data

more about this module
more of this category
more modules

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
/* Form that creates callbacks for THC_SS

Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 05-03-2015
*/
if(!defined('IN_SCRIPT')){
    exit;
}
$sCode .= "            <form method=\"post\" class=\"developform\">\n";
$sCode .= "            <div class=\"emboss borderr5 border1pxtrans pad5 edgeglow overflw\">\n";
$sCode .= "                <div class=\"embosshdrnocenter border1pxtrans pad10\">create callback</div>\n";
$sCode .= "                <div class=\"cc_record\">\n";
$sCode .= "                    <div class=\"flt pad3 w150\">name of callback</div><div class=\"flt pad3 w500\"><input type=\"text\" name=\"sName\" value=\"\" title=\"name of the callback\" size=\"35\" /></div>\n";
$sCode .= "                </div>\n";
$sCode .= "                <div class=\"clear\"></div>\n";
$sCode .= "                <div class=\"cc_record\">\n";
$sCode .= "                    <div class=\"flt pad3 w150\">location</div><div class=\"flt pad3 w500\"><input type=\"text\" name=\"sLoc\" value=\"\" title=\"use the relative path eg file.php\" size=\"35\" /></div>\n";
$sCode .= "                </div>\n";
$sCode .= "                <div class=\"clear\"></div>\n";
$sCode .= "                <div class=\"cc_record\">\n";
$sCode .= "                    <div class=\"flt pad3 w150\">fields</div>";
include_once(
$_PATHS['root']."/Modules/thc_ss/properties.php");
$sCode .= "                    <div class=\"flt pad3 w500\">";
$sCode .= "                        <div id=\"accordion\">\n";
for(
$x=0;$x<count($_CONTEXT['thc_ss_indexform']);$x++){
    if(!isset(
$_CONTEXT['thc_ss_indexform'][$x]['notinform'])){
        
$sCode .= "                    <h4 class=\"emboss border1pxtrans pad5\" id=\"".$_CONTEXT['thc_ss_indexform'][$x]['row']."\">".$_CONTEXT['thc_ss_indexform'][$x]['value']."</h4>\n";
        
$sCode .= "                    <div class=\"tbl blk overflw\" id=\"".$_CONTEXT['thc_ss_indexform'][$x]['row']."\">\n";
        
$sCode .= "                        <div class=\"trow blk overflw border1pxstrans\">\n";
        
$sCode .= "                            <div class=\"flt pad3\"><b>value</b></div>\n";
        
$sCode .= "                            <div class=\"flt pad3\">".$_CONTEXT['thc_ss_indexform'][$x]['html']."</div>\n";
        
$sCode .= "                        </div>\n";
        
$sCode .= "                    </div>\n";
    }
}
$sCode .= "                        </div>\n";
$sCode .= "                    </div>\n";
$sCode .= "                </div>\n";
$sCode .= "                <div class=\"clear\"></div>\n";
$sCode .= "                <div class=\"cc_record\">\n";
$sCode .= "                    <div class=\"flt pad3 w150\">callback function</div><div class=\"flt pad3 w500\"><textarea name=\"sCallback\" rows=\"15\" cols=\"40\"></textarea></div>\n";
$sCode .= "                </div>\n";
$sCode .= "                <div class=\"clear\"></div>\n";
$sCode .= "                <div class=\"cc_record\">\n";
$sCode .= "                    <div class=\"flt pad3\"><input type=\"submit\" class=\"newmodule\" name=\"submit\" value=\"Create\" /></div>\n";
$sCode .= "                </div>\n";
$sCode .= "                <div class=\"clear\"></div>\n";
$sCode .= "            </div>\n";
$sCode .= "            </form>\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.