[Phpbb-php5mod-cvs-checkins] phpbb-php5/admin admin_board.php,1.4,1.5 admin_db_utilities.php,1.3,1.4
Brought to you by:
jelly_doughnut
Update of /cvsroot/phpbb-php5mod/phpbb-php5/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30842/admin Modified Files: admin_board.php admin_db_utilities.php admin_disallow.php admin_ranks.php admin_styles.php admin_users.php admin_words.php index.php Log Message: - 2.0.19 - Some Donut Holes Index: admin_words.php =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/admin/admin_words.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_words.php 30 Jul 2004 02:12:37 -0000 1.2 --- admin_words.php 31 Dec 2005 01:35:25 -0000 1.3 *************** *** 26,30 **** { $file = basename(__FILE__); ! $module['General']['Word_Censor'] = "$file"; return; } --- 26,30 ---- { $file = basename(__FILE__); ! $module['General']['Word_Censor'] = $file; return; } Index: admin_db_utilities.php =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/admin/admin_db_utilities.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_db_utilities.php 22 Feb 2005 01:21:01 -0000 1.3 --- admin_db_utilities.php 31 Dec 2005 01:35:25 -0000 1.4 *************** *** 694,698 **** } ! $tables = array('auth_access', 'banlist', 'categories', 'config', 'disallow', 'forums', 'forum_prune', 'groups', 'posts', 'posts_text', 'privmsgs', 'privmsgs_text', 'ranks', 'search_results', 'search_wordlist', 'search_wordmatch', 'sessions', 'smilies', 'themes', 'themes_name', 'topics', 'topics_watch', 'user_group', 'users', 'vote_desc', 'vote_results', 'vote_voters', 'words', 'confirm'); $additional_tables = (isset($_POST['additional_tables'])) ? $_POST['additional_tables'] : ( (isset($_GET['additional_tables'])) ? $_GET['additional_tables'] : "" ); --- 694,698 ---- } ! $tables = array('auth_access', 'banlist', 'categories', 'config', 'disallow', 'forums', 'forum_prune', 'groups', 'posts', 'posts_text', 'privmsgs', 'privmsgs_text', 'ranks', 'search_results', 'search_wordlist', 'search_wordmatch', 'sessions', 'smilies', 'themes', 'themes_name', 'topics', 'topics_watch', 'user_group', 'users', 'vote_desc', 'vote_results', 'vote_voters', 'words', 'confirm', 'sessions_keys'); $additional_tables = (isset($_POST['additional_tables'])) ? $_POST['additional_tables'] : ( (isset($_GET['additional_tables'])) ? $_GET['additional_tables'] : "" ); Index: admin_styles.php =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/admin/admin_styles.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_styles.php 31 Oct 2005 03:18:40 -0000 1.4 --- admin_styles.php 31 Dec 2005 01:35:25 -0000 1.5 *************** *** 28,32 **** $module['Styles']['Add_new'] = "$file?mode=addnew"; $module['Styles']['Create_new'] = "$file?mode=create"; ! $module['Styles']['Manage'] = "$file"; $module['Styles']['Export'] = "$file?mode=export"; return; --- 28,32 ---- $module['Styles']['Add_new'] = "$file?mode=addnew"; $module['Styles']['Create_new'] = "$file?mode=create"; ! $module['Styles']['Manage'] = $file; $module['Styles']['Export'] = "$file?mode=export"; return; Index: admin_users.php =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/admin/admin_users.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_users.php 31 Oct 2005 03:18:40 -0000 1.4 --- admin_users.php 31 Dec 2005 01:35:25 -0000 1.5 *************** *** 1,1154 **** ! <?php ! /*************************************************************************** ! * admin_users.php ! * ------------------- ! * begin : Saturday, Feb 13, 2001 ! * copyright : (C) 2001 The phpBB Group ! * email : su...@ph... ! * ! * $Id$ ! * [...2293 lines suppressed...] ! ! $template->assign_vars(array( ! 'L_USER_TITLE' => $lang['User_admin'], ! 'L_USER_EXPLAIN' => $lang['User_admin_explain'], ! 'L_USER_SELECT' => $lang['Select_a_User'], ! 'L_LOOK_UP' => $lang['Look_up_user'], ! 'L_FIND_USERNAME' => $lang['Find_username'], ! ! 'U_SEARCH_USER' => append_sid("./../search.$phpEx?mode=searchuser"), ! ! 'S_USER_ACTION' => append_sid("admin_users.$phpEx"), ! 'S_USER_SELECT' => $select_list) ! ); ! $template->pparse('body'); ! ! } ! ! include('./page_footer_admin.'.$phpEx); ! ! ?> Index: index.php =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/admin/index.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.php 31 Oct 2005 03:18:40 -0000 1.4 --- index.php 31 Dec 2005 01:35:25 -0000 1.5 *************** *** 61,65 **** if( preg_match("/^admin_.*?\." . $phpEx . "$/", $file) ) { ! include($file); } } --- 61,65 ---- if( preg_match("/^admin_.*?\." . $phpEx . "$/", $file) ) { ! include('./' . $file); } } *************** *** 235,239 **** $version = $row['mysql_version']; ! if( preg_match("/^(3\.23|4\.)/", $version) ) { $db_name = ( preg_match("/^(3\.23\.[6-9])|(3\.23\.[1-9][1-9])|(4\.)/", $version) ) ? "`$dbname`" : $dbname; --- 235,239 ---- $version = $row['mysql_version']; ! if( preg_match("/^(3\.23|4\.|5\.)/", $version) ) { $db_name = ( preg_match("/^(3\.23\.[6-9])|(3\.23\.[1-9][1-9])|(4\.)/", $version) ) ? "`$dbname`" : $dbname; Index: admin_disallow.php =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/admin/admin_disallow.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_disallow.php 31 Oct 2005 03:18:40 -0000 1.3 --- admin_disallow.php 31 Dec 2005 01:35:25 -0000 1.4 *************** *** 26,30 **** { $filename = basename(__FILE__); ! $module['Users']['Disallow'] = append_sid($filename); return; --- 26,30 ---- { $filename = basename(__FILE__); ! $module['Users']['Disallow'] = $filename; return; Index: admin_ranks.php =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/admin/admin_ranks.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_ranks.php 30 Jul 2004 02:12:37 -0000 1.2 --- admin_ranks.php 31 Dec 2005 01:35:25 -0000 1.3 *************** *** 25,29 **** { $file = basename(__FILE__); ! $module['Users']['Ranks'] = "$file"; return; } --- 25,29 ---- { $file = basename(__FILE__); ! $module['Users']['Ranks'] = $file; return; } Index: admin_board.php =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/admin/admin_board.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_board.php 31 Oct 2005 03:18:40 -0000 1.4 --- admin_board.php 31 Dec 2005 01:35:25 -0000 1.5 *************** *** 17,21 **** { $file = basename(__FILE__); ! $module['General']['Configuration'] = "$file"; return; } --- 17,21 ---- { $file = basename(__FILE__); ! $module['General']['Configuration'] = $file; return; } *************** *** 192,195 **** --- 192,201 ---- "L_MAX_POLL_OPTIONS" => $lang['Max_poll_options'], "L_FLOOD_INTERVAL" => $lang['Flood_Interval'], + 'L_MAX_LOGIN_ATTEMPTS' => $lang['Max_login_attempts'], + 'L_MAX_LOGIN_ATTEMPTS_EXPLAIN' => $lang['Max_login_attempts_explain'], + 'L_LOGIN_RESET_TIME' => $lang['Login_reset_time'], + 'L_LOGIN_RESET_TIME_EXPLAIN' => $lang['Login_reset_time_explain'], + 'MAX_LOGIN_ATTEMPTS' => $new['max_login_attempts'], + 'LOGIN_RESET_TIME' => $new['login_reset_time'], "L_FLOOD_INTERVAL_EXPLAIN" => $lang['Flood_Interval_explain'], "L_BOARD_EMAIL_FORM" => $lang['Board_email_form'], |