Search found 98 matches

by Systemerror
Sat Oct 31, 2009 2:20 pm
Forum: Open Discussion and Dev Announcements
Topic: CyberMasters (HackerGame) update
Replies: 1
Views: 767

Just updated link, some feedback would be nice.
by Systemerror
Sat Oct 31, 2009 4:38 am
Forum: Open Discussion and Dev Announcements
Topic: CyberMasters (HackerGame) update
Replies: 1
Views: 767

CyberMasters (HackerGame) update

Ok guys, most of the work has been on the HPGLE (Hackers Paradise Game Logic Engine) but I have now got started on the main menu interface, it has background skin with transparent text, background music, user interactive audio (ie; button click sounds), and realtime status update notificator and a f...
by Systemerror
Thu Jul 23, 2009 12:56 pm
Forum: Off-topic
Topic: CSRF
Replies: 3
Views: 722

I just did it in this way as a little practice with working with GUI's & C++.
by Systemerror
Thu Jul 23, 2009 12:39 pm
Forum: Off-topic
Topic: CSRF
Replies: 3
Views: 722

CSRF

Image


Because I created a good example on my site using html come here http://hackersparadise.synthasite.com/csrf.php for description and download.
by Systemerror
Thu Jul 23, 2009 12:35 pm
Forum: Off-topic
Topic: [Website promoter] A tool I coded to get your site ....
Replies: 4
Views: 921

[Website promoter] A tool I coded to get your site ....

Website Promoter[ http://hackersparadise.synthasite.com/resources/WSpromoterScreeny.jpg This is tool I developed for SEO (Search Engine Optimization) and generally to promote my site(s) across the internet, this tool works via submitting the input URL to certain search engines/promotional site submi...
by Systemerror
Thu Jul 23, 2009 12:33 pm
Forum: Off-topic
Topic: Hacker-Recruit 1.0 FULL VERSION
Replies: 7
Views: 967

Hacker-Recruit 1.0 FULL VERSION

I am proud to announce that Hacker-Recruit full version 1.0 has been released, see screen shot


Image


For more info and how to download come HERE







enjoy
by Systemerror
Thu Jul 23, 2009 12:32 pm
Forum: Off-topic
Topic: Hacker-Recruit (Hacker training software I've developed)
Replies: 6
Views: 1304

To reply to all of you threads: I am a C|EH and have done a lot of professional work, most of which is based on windows platforms, it's actually fairly rare that we use unix based machines, I have years under my belt as an ethical and un-ethical hacker, thus I am defonately qualified to teach the su...
by Systemerror
Sun Jun 28, 2009 10:31 pm
Forum: Off-topic
Topic: Hacker-Recruit (Hacker training software I've developed)
Replies: 6
Views: 1304

Hacker-Recruit (Hacker training software I've developed)

I'm glad to announce the return of Hacker-Recruit and it's totally new and evolved. What is Hacker-Recruit? Hacker-recruit is interactive training software to teach you the arts of computer hacking, it has a unique approach and tries to taylor for all it's audiences, with Hacker-Recruit we will, ove...
by Systemerror
Sun Jun 28, 2009 10:24 pm
Forum: Off-topic
Topic: Little Britain "Computer says no" joke virus
Replies: 0
Views: 1070

Little Britain "Computer says no" joke virus

http://hackersparadise.synthasite.com/resources/comp%20sez%20no.jpg First of all I would like to say this isn't technically a virus, this is something I developed to prank my freind who is a big fan of the TV comedy "little britain", me being me I thought it would be halariouse to create ...
by Systemerror
Tue May 19, 2009 4:55 pm
Forum: Off-topic
Topic: FileEngine [opensource, easy, portable] load/save data!
Replies: 2
Views: 888

Yes, it uses fstream, but I could not find functions to easily (meaning in a consise manner) to read, write, load etc files and this is just an easy example of implementing that functionality. The good thing about it for instance it can: Check a file exists if so, read it if not write it in this sho...
by Systemerror
Mon May 18, 2009 12:27 pm
Forum: Off-topic
Topic: Irredit tough on memory?
Replies: 7
Views: 1241

That's not the point, my point was to not rule this out as a potential reason.
by Systemerror
Sun May 17, 2009 10:07 pm
Forum: Off-topic
Topic: Irredit tough on memory?
Replies: 7
Views: 1241

Yeah I've used IrrEdit and continue to use it, it's not tough on memory, it simply saves the 3D attributed to an *.irr (which is an xml file) which is parsed and run into your application - if you're talking about the editor it's-self then no, that is also fine for me. As aforementioned, check the m...
by Systemerror
Sun May 17, 2009 9:59 pm
Forum: Off-topic
Topic: Namespace inside a namespace? Good/Bad Practice? what u say?
Replies: 6
Views: 1036

I think it's probably one of those things that are personal preference, I personally don't do it because I like to keep my code within it's usage, that is, if I use a namespace, I only use it if I use that namespace regularaly otherwize I would use the scope resoloution operator, but that's just me ...
by Systemerror
Sun May 17, 2009 8:29 pm
Forum: Off-topic
Topic: FileEngine [opensource, easy, portable] load/save data!
Replies: 2
Views: 888

FileEngine [opensource, easy, portable] load/save data!

Note pasted straight from my site: http://greyhatsoftware.weebly.com/uploads/2/1/9/8/2198894/3708328.jpg FileEngine [C++, OpenSource] Purpose: This will provide developers with the functionality to easily create *.txt files, read them, load them use quick and easy functions to save/load data within ...