...TÜRKİYE'NİN EN LEGAL PAYLAŞIM PLATFORMU...




ChatLaq Forum'a hoşgeldiniz! Forumumuzdan Tam Olarak Yararlanabilmek İçin Lütfen Üye Olun , Sadece 10 Saniyenizi Ayırarak Forumumuza Uye Olabilirsiniz ...

Eğer mevcut bir üyeliğiniz varsa lütfen alttaki "Üye Girişi" bağlantısına tıklayın. Üye değilseniz ChatLaq Forum'u kullamaya hemen başlamak için lütfen aşağıdaki Kayıt Ol Butonuna Tıklayın üyelik formunu doldurun ve "Gönder" tuşuna basın.
...TÜRKİYE'NİN EN LEGAL PAYLAŞIM PLATFORMU...




ChatLaq Forum'a hoşgeldiniz! Forumumuzdan Tam Olarak Yararlanabilmek İçin Lütfen Üye Olun , Sadece 10 Saniyenizi Ayırarak Forumumuza Uye Olabilirsiniz ...

Eğer mevcut bir üyeliğiniz varsa lütfen alttaki "Üye Girişi" bağlantısına tıklayın. Üye değilseniz ChatLaq Forum'u kullamaya hemen başlamak için lütfen aşağıdaki Kayıt Ol Butonuna Tıklayın üyelik formunu doldurun ve "Gönder" tuşuna basın.
...TÜRKİYE'NİN EN LEGAL PAYLAŞIM PLATFORMU...
Would you like to react to this message? Create an account in a few clicks or log in to continue.

...TÜRKİYE'NİN EN LEGAL PAYLAŞIM PLATFORMU...

Paylaşımın Türkiye'deki Tek Veliahtı
 
Kayıt OlAnasayfaLatest imagesAramaGiriş yap

 

 Password Security

Aşağa gitmek 
YazarMesaj
Kont
Forum Asistanı
Forum Asistanı
Kont


Mesaj Sayısı : 1984
Yer : ChatLaq.FoRuM.St
Yaş : 28
Lakap : Ayıboğan
Erkek

Password Security Empty
MesajKonu: Password Security   Password Security Icon_minitimePtsi Mayıs 11, 2009 2:32 pm

Bu modifikasyon kullan?c?lar?n?z?n kay?t olurken ?ifrelerinin nas?l oldu?u konusunda yorum yapan bir modifikasyon.


Kod:
##############################################################
## MOD Title: Password security
## MOD Author: Underhill < webmaster@underhill.de > (N/A) http://www.underhill.de/
## MOD Description: When a new passord is entered, the user will receive a Javascript warning
## MOD Version: 1.1.0
##
## Installation Level: easy
## Installation Time: 5 minutes
## Files To Edit:
## includes/usercp_register.php
## templates/subSilver/profile_add_body.tpl
## language/lang_english/lang_main.php
## language/lang_english/lang_faq.php
## Included Files: N/A
## Demo: N/A
## License: http://AÇsource.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:
##
## This modification was built for use with the phpBB template "subSilver"
##
## Tip: How to clear the warning after entering the new password?
## Tips-Download: http://www.underhill.de/downloads/phpbb2mods/passwordsecuritytips.txt
##
## Screenshot: http://www.underhill.de/downloads/phpbb2mods/passwordsecurity.png
## Download: http://www.underhill.de/downloads/phpbb2mods/passwordsecurity.txt
##############################################################
## MOD History:
##
## 2005-12-31 - Version 1.1.0
## - Successfully tested with phpBB 2.0.19
## - Added check for username (badboy4ever)
## - Added check for emailadress
## - Fixed some little problems with spelling and usability
##
## 2005-12-20 - Version 1.0.2
## - MOD Syntax changes for the phpBB MOD Database
##
## 2005-12-15 - Version 1.0.1
## - MOD Syntax changes for the phpBB MOD Database
##
## 2005-12-13 - Version 1.0.0
## - Final-Version
##
## 2005-12-11 - Version 0.0.1c
## - BETA-Version
##
## 2005-11-07 - Version 0.0.1b
## - BETA-Version
##
## 2005-11-06 - Version 0.0.1a
## - ALPHA-Version
## - Built and successfully tested with phpBB 2.0.18
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ AÇ ]------------------------------------------------------------------
#

includes/usercp_register.php

#
#-----[ BUL ]------------------------------------------------------------------
#

'L_PASSWORD_CONFIRM_IF_CHANGED' => ( $mode == 'editprofile' ) ? $lang['password_confirm_if_changed'] : '',

#
#-----[ SONRASINA EKLE ]------------------------------------------------------------
#

'L_PASSWORD_SECURITY_LEVEL1' => $lang['password_security_level1'],
'L_PASSWORD_SECURITY_LEVEL2' => $lang['password_security_level2'],
'L_PASSWORD_SECURITY_LEVEL3' => $lang['password_security_level3'],
'L_PASSWORD_SECURITY_LEVEL4' => $lang['password_security_level4'],
'L_PASSWORD_SECURITY_LEVEL5' => $lang['password_security_level5'],
'L_PASSWORD_SECURITY_EXPLAIN' => $lang['password_security_explain'],

#
#-----[ AÇ ]------------------------------------------------------------------
#

templates/subSilver/profile_add_body.tpl

#
#-----[ BUL ]------------------------------------------------------------------
#




#
#-----[ ?LE DE?i?T?R ]----------------------------------------------------------
#






{L_PASSWORD_SECURITY_EXPLAIN}

#
#-----[ AÇ ]------------------------------------------------------------------
#

language/lang_english/lang_main.php

#
#-----[ BUL ]------------------------------------------------------------------
#

$lang['password_confirm_if_changed'] =

#
#-----[ SONRASINA EKLE ]------------------------------------------------------------
#

$lang['password_security_level1'] = 'Çok Zay?f';
$lang['password_security_level2'] = 'Zay?f';
$lang['password_security_level3'] = 'Biraz Güvenli';
$lang['password_security_level4'] = 'Güvenli';
$lang['password_security_level5'] = 'Çok Güvenli';
$lang['password_security_explain'] = 'Parola Güvenli?i:';

#
#-----[ AÇ ]------------------------------------------------------------------
#

language/lang_english/lang_faq.php

#
#-----[ BUL ]------------------------------------------------------------------
#

?>

#
#-----[ ÖNCES?NDE EKLE ]-----------------------------------------------------------
#

// Password security
$faq[] = array("--", "Password security");
$faq[] = array("What is password security?", "This function offers you a recommendation for selecting your password. It's only a recommendation. You are free to decide if you use it or not.");
$faq[] = array("How to secure a password?", "Tips for selecting a secure password:
- The password must be at least 6 characters in length and can be a maximum of 32 characters in length (a character is a letter, number, mark or symbol).
- The password should be at least 4 characters long and should contain at least 2 other characters such as numbers or symbols.
- Special foreign language characters such as the german umlaut and spaces (blanks) are not recommended.
- Use neither your user-name or your real name.
- Do not use standard keyboard rows such as the \"qwerty\" row.
- The password should not contain popular or common phrases such as those found in books, poems. Also avoid using popular media slogans form radio and tv.
- Use a combination of upper and lowercased letters.
- Choose a password that you don't have to write down in order to remember it.");

#
#-----[ TÜM DOSYALARI KAYDET/ÇIK ]--------------------------------------------------
#
#
Sayfa başına dön Aşağa gitmek
https://errorcode06.forum.st
 
Password Security
Sayfa başına dön 
1 sayfadaki 1 sayfası

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
...TÜRKİYE'NİN EN LEGAL PAYLAŞIM PLATFORMU... :: WEBMASTER :: PhpBB Yardım-
Buraya geçin: