Aug/090
Google Image Search Downloader (GISD)
oogle Image Search Downloader is a small tool made by burningmace that does exactly what it says on the tin - it downloads images from Google Images based on a search term.
To download, check it out on our forums here: http://forums.vorbb.com/Thread-Google-Image-Search-Downloader-GISD
Aug/092
Cabal cracking, dead?
For those who don't know, a few months back Vorbb created an account cracker for Cabal Online. Until recently it was great, we shared the program with users on various communities to use. It was a great program until recently when ESTsoft got a little smarter and made some security modifications for both Cabal US and EU. The reason why I consider Cabal cracking dead now is because of the following reasons; Cabal EU now requires users to have a secure password, at least one uppercase letter and one symbol (!@#$%^ etc). Not only that, but and account gets locked out after only 5 tries so the chances of successfully logging into an account are basically 0. As for Cabal US, for every 200 invalid login attempts your IP gets blocked from logging into the game for 24 days! Can you believe that? Pretty drastic move for a security flaw that could have easily be avoided with a simple captcha. Nevertheless, I don't think Cabal users are willing to get banned for 24 days.
There is however one last option for Cabal US crackers. It's to use a Cracker that has proxy support. Cohen on our forums has made such a thing, it's a console based program that takes usernames, passwords and proxies in three separate text files. This is a good alternative for those users still looking to crack accounts. This is a free download, to go to this thread click here.
Aug/090
MyBB Mod – Username Image
This isn't a file, it only requires some file modification. What this does is give you or users an option to replace their username in the postbit with an image.

Step 1 - Adding a custom profile field
Go to - Admin CP -> Configuration -> Custom Profile Fields -> Add new field
Title and short description: add something descriptive so you don't forget what it's for later.
Field: Textbox
Max length: 0
Field length: 0
Selectable Options: leave blank
Display Order: If you haven't added any custom profile fields before then you should put 4 here
Required/Editable by user/profile fields: These three choices are up to you.
Aug/090
Coupons for some free stuff
Want to get some free stuff? Checkout our coupon thread on the forums!
Aug/090
Tutorial – Search box AJAX suggestions
AJAX is a concept based on existing technology. It stands for Asynchronous JavaScript and XML. AJAX works using the XMLHttpRequest object. You use it to request information from the server and use JavaScript to handle the response and update the page accordingly.
I'm going to show you how you can create an AJAX enhanced search box which displays suggestions whilst you are typing.
This tutorial is written entirely by Burningmace on our forums. To see the whole tutorial click here.