PHPBB3 Code
Windows is a total pain. I spent ages trying to get this phpbb3 code to compile on it. The code is messy as anything. It was written pretty fast just to do the job. I might release piratebay if people are interested which has a lot cleaner code in it. I actually used separate modules
.
The code just runs through the entire phpbb3 captcha and fills in areas until it finds a small area. It assumes that any small area must be part of the letter. It then blurs all the little squares together, spaces the letters out better, rotates them and dumps a file that can be read by gocr.
The windows executable barely compiled. Hopefully it works, but since I don’t use windows. I have no idea really
.
Here it is. PhpBB3 Crack tool



July 21st, 2008 at 2:15 pm
[20:17] wysiwtf@debian ~/temp/phpbb3crack ./compile.sh
crackbb3.cc: In function ‘int main(int, char**)’:
crackbb3.cc:689: error: ‘class Magick::Image’ has no member named ‘extent’
Any idea?
July 21st, 2008 at 2:51 pm
Looks like an old imagemagick package. You might have to install from the source from the imagemagick website. Make sure you remove all previously installed imagemagick packages.
Then pray.
July 21st, 2008 at 2:52 pm
Incidentally… debian?!?! Get rid of that thing.
July 21st, 2008 at 2:56 pm
Why?
Anyway, thanks - great piece of code 
July 22nd, 2008 at 5:21 am
What distro you using then Harry?
July 22nd, 2008 at 5:30 am
Zenwalk Linux. A slackware derivative. Slackware is a brilliant distro but they have a habit of stuff not quite working as you’d expect. Slackware is almost bullet-proof though. Zenwalk takes that bullet-proof design and makes stuff work as well.
July 22nd, 2008 at 1:49 pm
Thanks for sharing.I never new about this code till now:)
August 16th, 2008 at 3:19 am
Thanks for the post. It helped me understand a lot of the intricacies.
August 30th, 2008 at 8:32 am
I really enjoy reading your blog especially this post in particle
September 5th, 2008 at 7:52 am
Hmm, not bad i also used gocr, but i have little problems witd pnm-s.
Anyway my clean-up script is writen in PHP(GD) but that’s not problem .. the problem is that gocr doesn’t read letters correctly. Here …
http://shrani.si/f/3Q/WJ/3s7Vmgr8/555i.png
ok, there are some circles but i’ll remove that too. But if i remove that manualy and put it in gocr with pnm-s from zip in that post. Gocr regonize ONLY mybee 2 or 3 chars not more .. is that normal?
September 7th, 2008 at 10:44 am
Hmm, I looked one more time all files in that zip. And ofcorse crackbb3.cc. And i would like to ask you, how can i rotate images ? How to calculate engle ?
September 8th, 2008 at 9:20 am
Ok I gived up, and I don’t think anymore how to rotate images. Insted of this I looked phpbb3 captcha generator, now if you play with this:
$this->basis_matrix[0][0] = -2;
$this->basis_matrix[0][1] = 1;
$this->basis_matrix[0][2] = 1;
$this->basis_matrix[1][0] = 1;
$this->basis_matrix[1][1] = 1;
$this->basis_matrix[1][2] = 1;
actuatly if you change $this->basis_matrix[0][0] to 10,5,2,-2,-5,-10 you can rotate letters as you want to all engles …
You can also generate one by one letters. Then you clean up images, and save letter. The last thing you need to do is to convert results to pnms and we have full database for phpBB3
.
September 17th, 2008 at 6:04 am
Nice Post. I am new here but will be visiting more often as you have done a good job.
I consider your effort for this article is indeed valuable. Its well researched, well portrayed and well formated informative content.
I really appreciate the work. Keep it up…..
September 18th, 2008 at 8:02 am
The article has a great insight. I greatly enjoyed looking through the topic and found it very informative one for people like me.
I Would like to know more on these topics.
It is a terrific eye-opener.
September 24th, 2008 at 5:46 am
Nice & Creative post for me.
October 4th, 2008 at 1:11 am
nice and informative post.
regards
Lidar mapping services
October 10th, 2008 at 12:26 pm
nice blog and ideas
December 2nd, 2008 at 11:16 am
Zenwalk Linux. A slackware derivative. Slackware is a brilliant distro but they have a habit of stuff not quite working as you’d expect. Slackware is almost bullet-proof though. Zenwalk takes that bullet-proof design and makes stuff work as well.
January 13th, 2009 at 2:12 am
Hello,
Thanks for the wonderful information. I would love to regularly read your blog.
http://fatloss4idiots.com/
Thanks
January 20th, 2009 at 9:26 am
i am phpbb lover.
good post
January 23rd, 2009 at 2:41 am
Hi, great post! I have a problem, I managed to compile it succesfully both on windows ( vista with visual studio 2005 ) and on ubuntu 8.10 ( gcc 4.3 ) but when I run the binary It throws a floating point exception. The problem is in the function shift_overlap, but if i comment it out i get a white image, and I think this is the real problem, more than the floating point error ( cus it shouldn’t be white! there should be something in ). May It be because of the too new compiler? ( since the project is in vs6 ) Thanks in advance!
January 24th, 2009 at 8:50 pm
thankssssssssss
January 24th, 2009 at 8:50 pm
THANKSSSSSSS
January 24th, 2009 at 8:51 pm
THANKSSSSSSSSS
February 16th, 2009 at 9:44 pm
Hi,
thanks for your research!
-Alfredo
February 24th, 2009 at 1:52 am
Thanks for great Stuff, and wonder full Information.
March 7th, 2009 at 3:02 am
Thanks you for the post.
April 3rd, 2009 at 11:19 pm
Thank you For This tools We like phpBB :p
April 21st, 2009 at 4:31 am
Thanks for sharing such a nice thing really informative.
April 29th, 2009 at 5:15 pm
Thanks for this tool mate…
Any news about gmail captcha ?
Respect
May 1st, 2009 at 6:05 pm
dom0 phpbb3crack # ./compile.sh
crackbb3.cc:191: warning: unused parameter ’size_x’
crackbb3.cc:191: warning: unused parameter ’size_y’
crackbb3.cc: In function ‘char* rotate_seg(MagickCore::PixelPacket*, int, int, int, int, int, int, int, int)’:
crackbb3.cc:312: warning: converting to ‘int’ from ‘double’
crackbb3.cc:313: warning: converting to ‘int’ from ‘double’
dom0 phpbb3crack # ./crackbb3 8f9f7a3718b655f837ff740b75593c15.png
Floating point exception
?_?
May 14th, 2009 at 2:06 pm
What exactly does it do what is good?
May 15th, 2009 at 4:52 pm
Just wanted to say FUCK YOU to all that provide spam tools or generally help the spam retards out there. The world is a much worse place with you assholes in it. Find a fucking hole, crawl in it and die you motherfuckers.
May 18th, 2009 at 2:26 pm
This is a good little post but must say this site is superb. Dead handy tips all over the place.
Cheers,
Frank Polenose
May 26th, 2009 at 8:17 am
Thanks.
May 26th, 2009 at 8:18 am
Very Good.
June 4th, 2009 at 12:57 am
How to integrate adsense code in phpbb3 forum?
I want to put my adsense code in my newly installed phpbb3 forum preferably at the bottom of each post. Does anyone know how to do this?
June 10th, 2009 at 4:25 am
Thanks good article
June 25th, 2009 at 7:57 am
I really enjoy reading your blog especially this post in particle