phpBB.Com'daki adresi: http://www.phpbb.com/phpBB/viewtopic.php?t=353667
MOD Açıklaması: Bu MOD Forum girişlerinde (login.php ve index.php) rastgele rakam ya da harflerden oluşan güvenlik kodları ekleyerek kullanıcılardan resimde gördüklerini kutucuğa yazmalarını ister.Böylelikle siteye yapılan giriş/login saldırılarını önler.

Kod: Tümünü seç
##############################################################
## MOD Title: Anti Robotic Login Flood
## MOD Author: ESQARE < admin@phpbbturkey.com > (Alper) http://www.phpbbturkey.com/
## MOD Author: Smartor < smartor_xp@hotmail.com > (Hoang Ngoc Tu) http://smartor.is-root.com
## MOD Description: This will add a Random-graphical-text security code field in
## Login form to protect your phpBB from being flooded of
## robotic-member-login
## MOD Version: 1.0.4
##
## Installation Level: Intermediate
## Installation Time: 20 Minutes
## Files To Edit:
## admin/admin_board.php
## includes/constants.php
## includes/functions.php
## includes/page_header.php
## login.php
## index.php
## templates/subSilver/admin/board_config_body.tpl
## templates/subSilver/login_body.tpl
## templates/subSilver/index_body.tpl
## language/lang_english/lang_admin.php
## language/lang_english/lang_main.php
##
## Included Files:
## root/antirobot_pic_login.php
## root/images/anti_robotic_login/anti_robotic_login_*.gif
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## The codes added into login_body.tpl below should also be added into all the template files
## which contain the login box code such as index_body.tpl and portal_body.tpl
##
##############################################################
## MOD History:
##
## 2006-04-03 - Version 1.0.4
## - New option: Enable/Disable Security Codes on admin control panel
##
## 2006-09-02 - Version 1.0.3
## - Added new add-on for ezPortal in contrib directory
## - Changed anti_robotic_login images
## - Updated install.txt
## - Changed any codes in anti_robot_pic_login.php file
## - Added new numeric characters
##
## 2006-04-01 - Version 1.0.2
## - Updated codes
## - MOD works left with Smartor's Anti Robotic Register Flood
##
## 2006-02-01 - Version 1.0.1
## - Change a few bugs in install.txt
##
## 2006-01-01 - Version 1.0.0
## - First release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
Kod: Tümünü seç
#
#-----[ OPEN ]---------------------------------------------
#
language/lang_turkish/lang_admin.php
#
#-----[ FIND ]---------------------------------------------
#
//
// Forum Management
//
#
#-----[ BEFORE, ADD ]---------------------------------------------
#
// Allow - Disallow Anti robotic login
$lang['Allow_anti_robotic'] = 'Güvenlik Kodlarını Aç';
$lang['Allow_anti_robotic_explain'] = 'Bu özellik kullanıcılardan giriş yaparken resimli güvenlik kodu istenmesini sağlar.';
#
#-----[ OPEN ]--------------------------------------------
#
language/lang_turkish/lang_main.php
#
#-----[ FIND ]--------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]-------------------------------------
#
// Anti Robotic Login
$lang['Wrong_login_key'] = 'Güvenlik Kodunu Yanlış Girdiniz';
$lang['Security_code'] = 'Güvenlik Kodu';
$lang['Security_code_explain'] = 'Güvenlik Kodunu Girin';
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Eski başlıktaki modu silip bunu kullanabilirsiniz.