Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / includes / captcha / captcha_gd.php

History | View | Annotate | Download (70.3 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
9609 06/17/2009 01:29 pm Henry Sudhof

Use dynamic includes, fix some style bugs, make the old default captcha family backwards compatible to 3.0.5 styles

9581 06/13/2009 02:09 pm Henry Sudhof

Oh right. PHP4

9403 03/20/2009 04:34 pm Henry Sudhof

some shapes

9324 02/09/2009 11:44 am Henry Sudhof

erm

9323 02/09/2009 11:39 am Henry Sudhof

some fixes, need feedback about parameters and shapes

9322 02/08/2009 02:26 pm Henry Sudhof

a little less

9320 02/08/2009 02:15 pm Henry Sudhof

and another CAPTCHA setting - add new noise shapes to the noise array for more variations.

9283 01/21/2009 01:37 pm Henry Sudhof

New option for the GD VC. Parameters need some more tweaking

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8147 10/05/2007 04:36 pm Meik Sievertsen

dumdidum... sorry. ;)

7487 05/06/2007 06:14 pm Henry Sudhof

While we are at it ...

7486 05/06/2007 06:02 pm Henry Sudhof

Trying to improve readability in the cube3d captcha. The freetype one might make a comeback as option :|.

#10547
#10543

7478 05/05/2007 11:33 pm Henry Sudhof

Introducing a new CAPTCHA. Thanks to Robert "Xore" Hetzler for idea & code and Ashley "Neothermic" Pinner for her expertise and contributions to said code.

This introduces new language variables, so take note translators :).

6930 01/26/2007 05:09 pm Meik Sievertsen

- fix some oddities (doubled spaces for example)
- changed the way make_forum_select() is returning the forum list - now including skipped forums but being disabled. This should make identifying the correct forum much more easier.
- Changed some permission namings based on suggestions by the community...

6912 01/20/2007 06:58 pm Meik Sievertsen

- fixing some bugs
- removing utf8 characters from email files (has been discussed internally, you guys know why)
- making sure some opendir calls are checked before calling readdir.

6705 12/03/2006 06:36 pm David M

#5734
- replaced array_rand($array) with mt_rand(0, sizeof($array) - 1) as array_rand did not take my seed

6687 11/28/2006 02:44 pm David M

#5672

6584 11/15/2006 04:35 pm Meik Sievertsen

- fixes for the following bugs:
#5326
#5318
#5304
#5290
#5288
#5278
#5276
#5272
#5266
- also fixed the "Call-time pass-by-reference" bug #5252
- within this step changed the normalize calls to require references.
- added captcha size variables to the class scope (suggestion was posted at area51)

6549 11/04/2006 12:09 am David M

- compress is nicer (fixed a bug :P)
- UTF-8 code is nicer (fixed a bug :P)
- new CAPTCHA. Replaced the old one for size and usability issues. The old CAPTCHA will most likely be released as a separate package

6304 08/20/2006 01:04 pm Meik Sievertsen

put a comment to the captcha_gd header so everyone understands that no more policies are allowed to the extend that some will most likely be removed.

6283 08/12/2006 08:46 pm David M

radius += 2

6282 08/12/2006 08:26 pm David M
  • empty log message ***
6281 08/12/2006 07:56 pm David M
  • empty log message ***
6267 08/12/2006 04:09 am David M

- New color generation system, please report any images that have issues.

6133 07/01/2006 08:30 am David M

bugs? bugs.

6058 06/13/2006 11:06 pm Meik Sievertsen

make sure custom profile fields are created correctly on registration (#2225)

5985 05/30/2006 06:27 am David M

- We are now at seven different policies, not counting the non-GD version. We must remove something...
- Made the CAPTCHA system idiot proof, disabling all the policies still lets an image get created.
- We handle the case of a user having GD but no TTF. Thankfully, we have CAPTCHAs that don't need TTF!...

5934 05/20/2006 12:50 am David M

a few changes ;-)

5911 05/13/2006 07:48 pm David M

- captcha stuff
- unique_id

5902 05/12/2006 10:52 pm Meik Sievertsen

- introduce new function build_url to easily build a valid url from the user->page object as well as optionally removing certain keys
- changed attachment config to utilize the config build methods
- cleaned up posting.php
- the submit/delete_post functions are now usable (functions_posting.php)...

5883 05/05/2006 07:56 pm Meik Sievertsen

- some adjustements for phpdocumentor

5862 04/29/2006 06:30 pm David M

- CAPTCHA!

Xore and NeoThermic are very cool, you must thank them!