On this page you can lookup documentation, how-to's and FAQs for the modules, apps, themes and cms of the THC HackSuite, start typing your question in the search field in order to display matching documents. In case you can't find the answer to your question here, please post your question in the forum.
search faq
  • category: coding
    What do I need to do add my own apps to the suite?

    Unless you need extra javascript or files, at least the following steps are required.
    STEP 1: include the header.php file on top of your page
    STEP 2: include the $_PATHS['style_root']/index.php file on the bottom of your page
    STEP 3: make all the script output available in $sCode
    STEP 4: upload file to your thc document root
    STEP 5: use the add page tool to add the location

    tags: update, new page, add-on, new, app, plug-in

  • category: coding
    I want to log errors into some other file how can I do that?

    You can overwrite the $_PATHS['write_dest'], once logged the variable will automatically be changed back to the default value.
    This is for a reason, it will allow you that errors not generated by your app or module will still be logged in the correct file, also it saves you some extra coding efforts.

    tags: log, error, different, log other, file

  • category: coding
    How do I use iframes like with AntiLogin?

    You need to define the $_CONTEXT['screen'] variable before the $sCode variable reaches the templates.
    The content is expected to be an array with the following structure:
    ['src'] => source file of the iframe
    ['w'] => width of the iframe
    ['h'] => height file of the iframe
    ['name'] => name of the iframe

    tags: iframe, screen, context, src, file, edit, modify

  • category: modules
    What's the difference between modules and apps?

    module properties:
    - modules are plug-n-play products
    - longer time to code
    app properties:
    - requires you to add them to the environment before you can use them
    - can be coded very fast
    There are no further differences.

    tags: difference, module, app

  • category: modules
    What do I need to do add my own modules to the suite?

    Always make sure that your modules can run on a default thc installation, at least the following steps are required.
    STEP 1: download any module and strip it to the bone, then edit the files to suit your needs
    STEP 2: make all the script output available in $sCode
    STEP 3: name the directory thc_xx
    STEP 4: upload directory to thc document root

    tags: update, module, add-on, new, plug-in

  • category: general
    Where are the hacking tools, I thought this program had hacking tools?

    The suite itself is a CMS, basically the suite is a web based hacking CMS and needs modules to gain more functionality.
    Without this suite, the 'hacking tools' won't be able to run either.

    tags: suite, hack, hacking, tools, cms

  • category: general
    I get an error that $sCode isn't defined, what is going on?

    This can have several reasons, if you use the default default.php page make sure you have a working internet connection, otherwise it won't be able to fetch the rss feeds from YouTube.
    If this isn't the case, always make sure you have any output in $sCode.

    tags: code, undefined, invalid

18-08-2011 02:41:28
New project uploaded! Check it out
16-04-2011 13:04:57
THC_HS 0.2 branch is now available, you can check out the update list here or download it from here.
24-03-2011 07:48:43
New video uploaded! Check it out
24-03-2011 07:43:09
New project uploaded! Check it out
19-03-2011 13:15:29
New video uploaded! Check it out
19-03-2011 13:10:08
New project uploaded! Check it out
05-03-2011 15:06:10
New video uploaded! Check it out
05-03-2011 13:26:50
New project uploaded! Check it out
23-02-2011 05:24:57
New video uploaded! Check it out
17-02-2011 09:46:24
New project uploaded! Check it out
09-01-2011 18:27:51
New project uploaded! Check it out
01-01-2011 14:22:22
first of all I wish everyone a happy new year, let's make the best of it. I've started the new year with an update on the suite, it's current version is 0.1.0 and all known issues have been solved. :) also rewrote the rss feed generator for the forum from scratch, added the education section and some other minor stuff not worth mentioning...ok you got me I forgot what they were, blame yesterday's Black label.. :p Cheers and happy hacking. :)
18-12-2010 17:55:07
finally the site is up, although there are some minor issues(that you probably won't even notice), the site is fully functional.. feel free to give us some feedback in the forum. :)
18-08-2010 22:02:13
template almost completed, now for the coding :D
17-08-2010 18:15:33
first mockup of the site
26-07-2010 21:15:33
registered hacksuite.com