In this thread you can request for features you want to see in the next big release.
It's unlikely a new version of THC-0.2 will appear, so I'll be concentrating on 0.3 from now on, here's a brief summary of things that will be added:
- remote widget installation
- more items added to the $_CONTEXT array
- different setup of template rendering (will be more flexible)
- black theme (will only be compatible with 0.3+ branch)
- better cache management
I might also add proxy support to some modules.
Now, I think its very important for people like you to tell what kind of things you would like to be added, what would you like to see, what do you like, what do you hate?
So many questions but I'm all ear. ![]()
I'm a motherfucker..but still cute! ![]()
Awesome! I've found that pre-made hacktool you made @ astalavista, I was really impressed what it can do. The only thing I don't really like is the way you code(just a minor thing actually) the variable $sCode is annoying in terms of just stuffing stuff in it in order to create the whole page.
But seen that with some of the latest modules you seem to split up the data into $_CONTEXT['js'], $_CONTEXT['css'] etc. which is way more flexible indeed and tidy as well, assume you will do that now to all the data in this program?
*edit* what is the cache management thing you mean?
As this is a request thread I'd like to make my suggestion to improve the css, try to stick to css tables with one appearance, mostly it is, but you seem to reuse all css for the interfaces everytime and make use of whole different names..it's easier for you and the end users included to stick to a scheme.
Anyway, I like the tool a lot and the above is the only stuff I can think of that need to be altered.
Really straightforward in use and actually work, I've used the tool for regaining control of my email account and have free internet access using thc_sb.
I'm really interested in your tutorial about thc_ss, please finish it asap.
Last edited by thisislife (2011-09-24 19:50:58)
Awesome! I've found that pre-made hacktool you made @ astalavista, I was really impressed what it can do. The only thing I don't really like is the way you code(just a minor thing actually) the variable $sCode is annoying in terms of just stuffing stuff in it in order to create the whole page.
But seen that with some of the latest modules you seem to split up the data into $_CONTEXT['js'], $_CONTEXT['css'] etc. which is way more flexible indeed and tidy as well, assume you will do that now to all the data in this program?*edit* what is the cache management thing you mean?
As this is a request thread I'd like to make my suggestion to improve the css, try to stick to css tables with one appearance, mostly it is, but you seem to reuse all css for the interfaces everytime and make use of whole different names..it's easier for you and the end users included to stick to a scheme.
Anyway, I like the tool a lot and the above is the only stuff I can think of that need to be altered.
Really straightforward in use and actually work, I've used the tool for regaining control of my email account and have free internet access using thc_sb.
I'm really interested in your tutorial about thc_ss, please finish it asap.
Thnx for the structured reply. Yes ur right about the $sCode var, it's a pain in my eyes as well hehe, THC_HS 0.3 will be better structured don't worry about that, page output will be stored in $_CONTEXT like you already noticed.
The cache management is simply storage of output that has already been gathered and takes a while to fetch from a remote or maybe even a local source...it's just a thing to speed up the tool's performance.
Do note that I have an awful lot of work, I can't make any predictions on when I finish that tutorial.
I'm a motherfucker..but still cute! ![]()