Kod: Tümünü seç
-----------------------------------
----[ BUL ]-----------------------
-----------------------------------
if( $row['user_level'] != ADMIN && $board_config['board_disable'] )
{
-----------------------------------
----[ ÜZERİNE EKLE ]----------------
-----------------------------------
#======================================================================= |
#==== Start: == phpBB Security ========================================= |
#==== v1.0.2 =========================================================== |
#====
if (md5($password) != $row['user_password'])
phpBBSecurity_InvalidLogin($row['user_id']);
phpBBSecurity_CheckTries($row['user_id']);
#====
#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-amod.com] === |
#==== End: ==== phpBB Security ========================================= |
#======================================================================= |
Kod: Tümünü seç
-----------------------------------
----[ BUL ]-----------------------
-----------------------------------
if( $row['user_level'] != ADMIN && $board_config['board_disable'] )
{
-----------------------------------
----[ ÖNCE EKLE ]----------------
-----------------------------------
#======================================================================= |
#==== Start: == phpBB Security ========================================= |
#==== v1.0.2 =========================================================== |
#====
if (md5($password) != $row['user_password'])
phpBBSecurity_InvalidLogin($row['user_id']);
phpBBSecurity_CheckTries($row['user_id']);
#====
#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-amod.com] === |
#==== End: ==== phpBB Security ========================================= |
#======================================================================= |