Statistics: Posted Author: Fallen — Sun Jun 04, 2006 10:57 pm
Statistics: Posted Author: gamesug — Mon May 29, 2006 7:39 pm
Statistics: Posted Author: Thug Lyfe — Sat May 13, 2006 8:11 pm
Statistics: Posted Author: Adrian Rea — Fri May 12, 2006 11:04 pm
Statistics: Posted Author: Thug Lyfe — Fri May 12, 2006 3:17 pm
Statistics: Posted Author: Thug Lyfe — Thu May 11, 2006 6:57 pm
Statistics: Posted Author: DjPorkchop — Wed May 10, 2006 4:29 pm
Statistics: Posted Author: Thug Lyfe — Wed May 10, 2006 2:34 pm
#
#-----[ OPEN ]---------------------------------------------
#
modcp.php
#
#-----[ FIND ]---------------------------------------------
# Dragonsys - Adjusted for easier find, the line which was here is located in the file multiple times
//
// Check if user did or did not confirm
// If they did not, forward them to the last page they were on
//
#
#-----[ BEFORE, ADD ]---------------------------------------------
#
#======================================================================= |
#==== Start: == phpBB Security ========================================= |
#==== v1.0.3 =========================================================== |
#====
if ( ($mode == 'delete') && ($confirm) )
{
$pass_one = isset($HTTP_POST_VARS['phpBBSecurity_verify']) ? $HTTP_POST_VARS['phpBBSecurity_verify'] : '';
$pass_two = $userdata['user_password'];
if (md5($pass_one) != $pass_two)
message_die(GENERAL_ERROR, $lang['PS_modcp_verify_fail']);
}
#====
#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-tweaks.com] = |
#==== End: ==== phpBB Security ========================================= |
#======================================================================= |
#
#-----[ FIND ]---------------------------------------------
#
'MESSAGE_TEXT' => $lang['Confirm_delete_topic'],
#
#-----[ AFTER, ADD ]---------------------------------------------
#
#======================================================================= |
#==== Start: == phpBB Security ========================================= |
#==== v1.0.3 =========================================================== |
#====
'L_VERIFY'=> '<br><br><span>'. $lang['PS_modcp_verify'] .' <input></span>',
#====
#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-tweaks.com] = |
#==== End: ==== phpBB Security ========================================= |
#======================================================================= |
Statistics: Posted Author: DjPorkchop — Tue May 09, 2006 8:06 pm
Statistics: Posted Author: CopsOffDuty — Tue May 09, 2006 6:54 pm
Statistics: Posted Author: found it — Sun May 07, 2006 2:23 pm