]> git.mxchange.org Git - shipsimu.git/commit
CAPTCHA support basicly finished (weak CAPTCHA!)
authorRoland Häder <roland@mxchange.org>
Tue, 24 Jun 2008 20:52:50 +0000 (20:52 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 24 Jun 2008 20:52:50 +0000 (20:52 +0000)
commit1cc728fe28f6fe71a8d581a0dc1f2505bb0baa33
tree76616aec9066c3ac07bf3a329e0b227aedf3d1fb
parent1f875be0acf9f389e5c8c5001096aa1aa4a99fe5
CAPTCHA support basicly finished (weak CAPTCHA!)
38 files changed:
.gitattributes
application/ship-simu/config.php
application/ship-simu/main/login/helper/class_ShipSimuLoginHelper.php
application/ship-simu/templates/images/_cache/.htaccess [new file with mode: 0644]
application/ship-simu/templates/images/de/image/base_code.itp [new file with mode: 0644]
application/ship-simu/templates/images/de/image/code_captcha.itp [new file with mode: 0644]
inc/classes/exceptions/crypto/.htaccess [new file with mode: 0644]
inc/classes/exceptions/crypto/class_EncryptInvalidLengthException.php [new file with mode: 0644]
inc/classes/exceptions/crypto/class_EncryptMissingException.php [new file with mode: 0644]
inc/classes/exceptions/io/class_FileNotFoundException.php
inc/classes/exceptions/main/class_FatalErrorException.php
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/commands/image/.htaccess [new file with mode: 0644]
inc/classes/main/commands/image/class_ImageCodeCaptchaCommand.php [new file with mode: 0644]
inc/classes/main/controller/captcha/.htaccess [new file with mode: 0644]
inc/classes/main/controller/captcha/class_ImageCodeCaptchaController.php [new file with mode: 0644]
inc/classes/main/crypto/class_CryptoHelper.php
inc/classes/main/database/class_BaseDatabaseFrontend.php
inc/classes/main/database/wrapper/class_NewsDatabaseWrapper.php
inc/classes/main/database/wrapper/class_UserDatabaseWrapper.php
inc/classes/main/filter/auth/class_UserAuthFilter.php
inc/classes/main/filter/class_BaseFilter.php
inc/classes/main/filter/crypto/.htaccess [new file with mode: 0644]
inc/classes/main/filter/crypto/class_CaptchaEncryptFilter.php [new file with mode: 0644]
inc/classes/main/helper/captcha/class_BaseCaptcha.php
inc/classes/main/helper/captcha/images/.htaccess [new file with mode: 0644]
inc/classes/main/helper/captcha/images/class_ImageHelper.php [new file with mode: 0644]
inc/classes/main/helper/class_BaseHelper.php
inc/classes/main/helper/images/.htaccess [deleted file]
inc/classes/main/helper/images/class_ImageHelper.php [deleted file]
inc/classes/main/helper/web/class_WebFormHelper.php
inc/classes/main/resolver/class_BaseResolver.php
inc/classes/main/result/class_DatabaseResult.php
inc/classes/main/template/class_BaseTemplateEngine.php
inc/classes/main/template/image/class_ImageTemplateEngine.php
inc/classes/main/user/class_Guest.php
inc/classes/main/user/class_User.php
inc/config/class_FrameworkConfiguration.php