You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
Update of /cvsroot/mxbb/core/templates/_core/images/phpbb2 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4279 Added Files: forum_link.gif forum_read.gif forum_read_locked.gif forum_read_subforum.gif forum_unread.gif forum_unread_locked.gif forum_unread_subforum.gif topic_moved.gif topic_read.gif topic_read_hot.gif topic_read_hot_mine.gif topic_read_locked.gif topic_read_locked_mine.gif topic_read_mine.gif topic_unread.gif topic_unread_hot.gif topic_unread_hot_mine.gif topic_unread_locked.gif topic_unread_locked_mine.gif topic_unread_mine.gif Log Message: upgrade --- NEW FILE: topic_unread_hot_mine.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: forum_read.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: forum_unread.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_unread_locked.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_unread_hot.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_unread_mine.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_moved.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_read_locked.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_read_mine.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_read.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: forum_unread_locked.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_unread_locked_mine.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_unread.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: forum_link.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: forum_read_locked.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_read_hot.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: forum_unread_subforum.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: forum_read_subforum.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_read_hot_mine.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_read_locked_mine.gif --- (This appears to be a binary file; contents omitted.) |
|
From: FlorinCB <ory...@us...> - 2009-01-24 13:42:54
|
Update of /cvsroot/mxbb/mx_pjirc/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4000/includes Modified Files: common.php Log Message: upgrade Index: common.php =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/includes/common.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** common.php 19 Jul 2008 21:25:36 -0000 1.6 --- common.php 24 Jan 2009 13:42:41 -0000 1.7 *************** *** 47,51 **** // $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x ! $mx_user->extend(MX_LANG_MAIN, MX_IMAGES_NONE); if ((@include $module_root_path . "language/lang_" . $default_lang . "/lang_admin.$phpEx") === false) --- 47,51 ---- // $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x ! $mx_user->extend(MX_LANG_ALL, MX_IMAGES); if ((@include $module_root_path . "language/lang_" . $default_lang . "/lang_admin.$phpEx") === false) |
|
From: FlorinCB <ory...@us...> - 2009-01-24 13:42:49
|
Update of /cvsroot/mxbb/mx_pjirc/templates/_core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4000/templates/_core Added Files: _core.cfg Log Message: upgrade --- NEW FILE: _core.cfg --- <?php /** * * @package Mx-Publisher CMS Module - mx_pjirc * @version $Id: _core.cfg,v 1.1 2009/01/24 13:42:43 orynider Exp $ * @copyright (c) 2002-2006 Mx-Publisher Development Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ // // ** Configuration file for subSilver template ** // // ** copyright (C) 2001 The phpBB Group ** // ** Created by subBlue design ** // ** www.subBlue.com ** // // ** subSilver dev. forum: www.subSky.com/phpBB2/ ** // // $Id: _core.cfg,v 1.1 2009/01/24 13:42:43 orynider Exp $ // // Please note that to enable support of different languages // the ". LANG ." place holder is available. This will be replaced // with xxx where xxx is the users selected language. If // that language isn't available it will default to english. // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // // // Do not alter this line! // $mx_template_config = true; // ------------------------------------------------------------------------- // Do some checks // ------------------------------------------------------------------------- $current_template_path = file_exists($mx_root_path . $current_template_path . "/images" ) ? $current_template_path : ( file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path : $default_template_path); $current_template_root_path = str_replace($module_root_path, "", $current_template_path); // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; $current_template_theme_images = !empty($current_template_root_path) && file_exists($mx_root_path . $current_template_root_path . "/images") ? PORTAL_URL . $current_template_root_path . "/images" : ( !empty($cloned_template_path) && file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? PORTAL_URL . cloned_template_path . "/images" : PORTAL_URL . "templates/_core/images"); $current_module_images = !empty($current_template_root_path) && file_exists($module_root_path . $current_template_root_path ."/images") ? PORTAL_URL . $module_root_path . $current_template_root_path ."/images" : $current_template_theme_images . "/phpbb2"; // ------------------------------------------------------------------------- // (Re)Define images // ------------------------------------------------------------------------- // MOM Pics $mx_images['upload_song'] = "$current_module_images/{LANG}/upload_song.gif"; $mx_images['no_image'] = "$current_module_images/no_image.gif"; // Use standard phpBB graphics // $mx_images['icon_quote'] = "$current_module_images/{LANG}/icon_post_quote.gif"; $mx_images['icon_edit'] = "$current_module_images/{LANG}/icon_post_edit.gif"; $mx_images['icon_search'] = "$current_module_images/{LANG}/icon_user_search.gif"; $mx_images['icon_profile'] = "$current_module_images/{LANG}/icon_user_profile.gif"; $mx_images['icon_pm'] = "$current_module_images/{LANG}/icon_contact_pm.gif"; $mx_images['icon_email'] = "$current_module_images/{LANG}/icon_contact_email.gif"; $mx_images['icon_delpost'] = "$current_module_images/{LANG}/icon_post_delete.gif"; $mx_images['icon_ip'] = "$current_module_images/{LANG}/icon_ip.gif"; $mx_images['icon_www'] = "$current_module_images/{LANG}/icon_contact_www.gif"; $mx_images['icon_icq'] = "$current_module_images/{LANG}/icon_contact_icq.gif"; $mx_images['icon_aim'] = "$current_module_images/{LANG}/icon_contact_aim.gif"; $mx_images['icon_yim'] = "$current_module_images/{LANG}/icon_contact_yahoo.gif"; $mx_images['icon_msnm'] = "$current_module_images/{LANG}/icon_contact_msnm.gif"; $mx_images['icon_minipost'] = "$current_module_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_module_images/icon_minipost.gif"; $mx_images['icon_minipost_new'] = "$current_module_images/icon_minipost_new.gif"; // // Last Message and Anouncement block compatibility // $mx_images['icon_latest_reply'] = "$current_module_images/icon_topic_latest.gif"; $mx_images['icon_newest_reply'] = "$current_module_images/icon_topic_newest.gif"; $mx_images['forum'] = "$current_module_images/forum_read.gif"; $mx_images['forum_new'] = "$current_module_images/forum_unread.gif"; $mx_images['forum_locked'] = "$current_module_images/forum_read_locked.gif"; $mx_images['folder'] = "$current_module_images/topic_read.gif"; $mx_images['folder_new'] = "$current_module_images/topic_unread.gif"; $mx_images['folder_hot'] = "$current_module_images/topic_read_hot.gif"; $mx_images['folder_hot_new'] = "$current_module_images/topic_unread_hot.gif"; $mx_images['folder_locked'] = "$current_module_images/topic_read_locked.gif"; $mx_images['folder_locked_new'] = "$current_module_images/topic_unread_locked.gif"; $mx_images['folder_sticky'] = "$current_module_images/sticky_read.gif"; $mx_images['folder_sticky_new'] = "$current_module_images/sticky_unread.gif"; $mx_images['folder_announce'] = "$current_module_images/announce_read.gif"; $mx_images['folder_announce_new'] = "$current_module_images/announce_unread.gif"; ?> |
|
From: FlorinCB <ory...@us...> - 2009-01-24 13:42:46
|
Update of /cvsroot/mxbb/mx_pjirc In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4000 Modified Files: db_install.php db_upgrade.php Log Message: upgrade Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/db_install.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_install.php 4 Jun 2008 00:09:06 -0000 1.6 --- db_install.php 24 Jan 2009 13:42:39 -0000 1.7 *************** *** 34,39 **** } ! $mx_module_version = '1.0.8'; ! $mx_module_copy = 'mxBB <i> - mx_pjirc</i> module by Amo & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; // If fresh install --- 34,39 ---- } ! $mx_module_version = '2.9.0'; ! $mx_module_copy = 'Mx-Publisher <i> - PJIRC</i> module by Amo & <a href="http://mx-publisher.com/" target="_blank">Mx Team</a>'; // If fresh install Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/db_upgrade.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_upgrade.php 4 Jun 2008 00:09:08 -0000 1.6 --- db_upgrade.php 24 Jan 2009 13:42:41 -0000 1.7 *************** *** 31,36 **** } ! $mx_module_version = '1.0.8'; ! $mx_module_copy = 'mxBB <i> - mx_pjirc</i> module by Amo & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; $sql = array(); --- 31,36 ---- } ! $mx_module_version = '2.9.0'; ! $mx_module_copy = 'Mx-Publisher <i> - PJIRC</i> module by Amo & <a href="http://mx-publisher.com/" target="_blank">Mx Team</a>'; $sql = array(); |
Update of /cvsroot/mxbb/phpbb2mxp/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16598/includes Modified Files: auth.php bbcode.php constants.php emailer.php functions.php functions_admin.php functions_post.php functions_search.php functions_selects.php functions_validate.php page_header.php page_header_normal.php page_tail.php prune.php sessions.php smtp.php sql_parse.php topic_review.php usercp_activate.php usercp_avatar.php usercp_confirm.php usercp_email.php usercp_register.php usercp_sendpasswd.php usercp_viewprofile.php Log Message: fixes Index: usercp_register.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/includes/usercp_register.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** usercp_register.php 24 Jan 2009 05:09:46 -0000 1.2 --- usercp_register.php 24 Jan 2009 07:30:05 -0000 1.3 *************** *** 79,87 **** if ( $mode == 'register' && !isset($HTTP_POST_VARS['agreed']) && !isset($HTTP_GET_VARS['agreed']) ) { ! include($phpbb_root_path . 'includes/page_header.'.$phpEx); show_coppa(); ! include($phpbb_root_path . 'includes/page_tail.'.$phpEx); } --- 79,87 ---- if ( $mode == 'register' && !isset($HTTP_POST_VARS['agreed']) && !isset($HTTP_GET_VARS['agreed']) ) { ! include_once($phpbb_root_path . 'includes/page_header.'.$phpEx); show_coppa(); ! include_once($phpbb_root_path . 'includes/page_tail.'.$phpEx); } *************** *** 98,104 **** $mode == 'register' ) { ! include($phpbb_root_path . 'includes/functions_validate.'.$phpEx); ! include($phpbb_root_path . 'includes/bbcode.'.$phpEx); ! include($phpbb_root_path . 'includes/functions_post.'.$phpEx); if ( $mode == 'editprofile' ) --- 98,104 ---- $mode == 'register' ) { ! include_once($phpbb_root_path . 'includes/functions_validate.'.$phpEx); ! include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); ! include_once($phpbb_root_path . 'includes/functions_post.'.$phpEx); if ( $mode == 'editprofile' ) *************** *** 872,876 **** else { ! include($phpbb_root_path . 'includes/functions_selects.'.$phpEx); if ( !isset($coppa) ) --- 872,876 ---- else { ! include_once($phpbb_root_path . 'includes/functions_selects.'.$phpEx); if ( !isset($coppa) ) |
|
From: FlorinCB <ory...@us...> - 2009-01-24 07:30:09
|
Update of /cvsroot/mxbb/phpbb2mxp In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16598 Modified Files: common.php extension.inc login.php Log Message: fixes Index: common.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/common.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** common.php 24 Jan 2009 05:09:45 -0000 1.3 --- common.php 24 Jan 2009 07:30:05 -0000 1.4 *************** *** 28,37 **** //error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables error_reporting(E_ALL ^ E_NOTICE); // Report all errors, except notices ! set_magic_quotes_runtime(0); // Disable magic_quotes_runtime // The following code (unsetting globals) // Thanks to Matt Kavanagh and Stefan Esser for providing feedback as well as patch files ! // PHP5 with register_long_arrays off? if (@phpversion() >= '5.0.0' && (!@ini_get('register_long_arrays') || @ini_get('register_long_arrays') == '0' || strtolower(@ini_get('register_long_arrays')) == 'off')) { --- 28,57 ---- //error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables error_reporting(E_ALL ^ E_NOTICE); // Report all errors, except notices ! ! // If we are on PHP >= 6.0.0 we do not need some code ! if (version_compare(PHP_VERSION, '6.0.0-dev', '>=')) ! { ! /** ! * @ignore ! */ ! define('STRIP', false); ! } ! else ! { ! set_magic_quotes_runtime(0); ! ! // Be paranoid with passed vars ! if (@ini_get('register_globals') == '1' || strtolower(@ini_get('register_globals')) == 'on' || !function_exists('ini_get')) ! { ! @deregister_globals(); ! } ! ! define('STRIP', (get_magic_quotes_gpc()) ? true : false); ! } // The following code (unsetting globals) // Thanks to Matt Kavanagh and Stefan Esser for providing feedback as well as patch files ! // PHP5 with register_long_arrays off? This is requested in class mx_request_vars, do not change! if (@phpversion() >= '5.0.0' && (!@ini_get('register_long_arrays') || @ini_get('register_long_arrays') == '0' || strtolower(@ini_get('register_long_arrays')) == 'off')) { *************** *** 95,166 **** // - // addslashes to vars if magic_quotes_gpc is off - // this is a security precaution to prevent someone - // trying to break out of a SQL statement. - // - if( !get_magic_quotes_gpc() ) - { - if( is_array($HTTP_GET_VARS) ) - { - while( list($k, $v) = each($HTTP_GET_VARS) ) - { - if( is_array($HTTP_GET_VARS[$k]) ) - { - while( list($k2, $v2) = each($HTTP_GET_VARS[$k]) ) - { - $HTTP_GET_VARS[$k][$k2] = addslashes($v2); - } - @reset($HTTP_GET_VARS[$k]); - } - else - { - $HTTP_GET_VARS[$k] = addslashes($v); - } - } - @reset($HTTP_GET_VARS); - } - - if( is_array($HTTP_POST_VARS) ) - { - while( list($k, $v) = each($HTTP_POST_VARS) ) - { - if( is_array($HTTP_POST_VARS[$k]) ) - { - while( list($k2, $v2) = each($HTTP_POST_VARS[$k]) ) - { - $HTTP_POST_VARS[$k][$k2] = addslashes($v2); - } - @reset($HTTP_POST_VARS[$k]); - } - else - { - $HTTP_POST_VARS[$k] = addslashes($v); - } - } - @reset($HTTP_POST_VARS); - } - - if( is_array($HTTP_COOKIE_VARS) ) - { - while( list($k, $v) = each($HTTP_COOKIE_VARS) ) - { - if( is_array($HTTP_COOKIE_VARS[$k]) ) - { - while( list($k2, $v2) = each($HTTP_COOKIE_VARS[$k]) ) - { - $HTTP_COOKIE_VARS[$k][$k2] = addslashes($v2); - } - @reset($HTTP_COOKIE_VARS[$k]); - } - else - { - $HTTP_COOKIE_VARS[$k] = addslashes($v); - } - } - @reset($HTTP_COOKIE_VARS); - } - } - - // // Define some basic configuration arrays this also prevents // malicious rewriting of language and otherarray values via --- 115,118 ---- *************** *** 196,199 **** --- 148,157 ---- unset($dbpasswd); + //Temp fix for timezone + if (@function_exists('date_default_timezone_set') && @function_exists('date_default_timezone_get')) + { + @date_default_timezone_set(@date_default_timezone_get()); + } + // // Obtain and encode users IP *************** *** 239,243 **** /* +mxbb_portal ! /* if( !defined('IN_ADMIN') ) --- 197,201 ---- /* +mxbb_portal ! */ if( !defined('IN_ADMIN') ) |
|
From: FlorinCB <ory...@us...> - 2009-01-24 07:09:50
|
Update of /cvsroot/mxbb/phpbb2mxp In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15845 Modified Files: faq.php groupcp.php index.php memberlist.php modcp.php posting.php privmsg.php profile.php search.php viewforum.php viewonline.php viewtopic.php Log Message: fix Index: search.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/search.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** search.php 24 Jan 2009 05:09:45 -0000 1.3 --- search.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include_once($phpbb_root_path . 'common.'.$phpEx); include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include_once($phpbb_root_path . 'common.'.$phpEx); include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); Index: index.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.php 24 Jan 2009 05:09:45 -0000 1.3 --- index.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); Index: viewonline.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/viewonline.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** viewonline.php 24 Jan 2009 05:09:45 -0000 1.3 --- viewonline.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); Index: viewtopic.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/viewtopic.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** viewtopic.php 24 Jan 2009 05:09:45 -0000 1.3 --- viewtopic.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include_once($phpbb_root_path . 'common.'.$phpEx); include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); --- 23,28 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! //$phpEx = substr(strrchr(__FILE__, '.'), 1); ! include($phpbb_root_path . 'extension.inc'); include_once($phpbb_root_path . 'common.'.$phpEx); include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); Index: posting.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/posting.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** posting.php 24 Jan 2009 05:09:45 -0000 1.3 --- posting.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include_once($phpbb_root_path . 'common.'.$phpEx); include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include_once($phpbb_root_path . 'common.'.$phpEx); include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); Index: faq.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/faq.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** faq.php 24 Jan 2009 05:09:45 -0000 1.3 --- faq.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); Index: memberlist.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/memberlist.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** memberlist.php 24 Jan 2009 05:09:45 -0000 1.3 --- memberlist.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 22,26 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); --- 22,26 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); Index: groupcp.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/groupcp.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** groupcp.php 24 Jan 2009 05:09:45 -0000 1.3 --- groupcp.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); Index: viewforum.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/viewforum.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** viewforum.php 24 Jan 2009 05:09:45 -0000 1.3 --- viewforum.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); Index: profile.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/profile.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** profile.php 24 Jan 2009 05:09:45 -0000 1.3 --- profile.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include_once($phpbb_root_path . 'common.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include_once($phpbb_root_path . 'common.'.$phpEx); Index: privmsg.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/privmsg.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** privmsg.php 24 Jan 2009 05:09:45 -0000 1.3 --- privmsg.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); include($phpbb_root_path . 'includes/bbcode.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); include($phpbb_root_path . 'includes/bbcode.'.$phpEx); Index: modcp.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/modcp.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** modcp.php 24 Jan 2009 05:09:45 -0000 1.3 --- modcp.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 31,35 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); include($phpbb_root_path . 'includes/bbcode.'.$phpEx); --- 31,35 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); include($phpbb_root_path . 'includes/bbcode.'.$phpEx); |
|
From: FlorinCB <ory...@us...> - 2009-01-24 05:10:36
|
Update of /cvsroot/mxbb/phpbb2mxp/includes/utf In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10554/includes/utf Modified Files: utf_normalizer.php utf_tools.php Log Message: fixes |
|
From: FlorinCB <ory...@us...> - 2009-01-24 05:10:35
|
Update of /cvsroot/mxbb/phpbb2mxp/install/schemas In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10554/install/schemas Modified Files: mssql_schema.sql mysql_40_basic.sql mysql_40_schema.sql mysql_41_basic.sql mysql_41_schema.sql mysql_basic.sql postgres_basic.sql postgres_schema.sql Log Message: fixes |
|
From: FlorinCB <ory...@us...> - 2009-01-24 05:10:30
|
Update of /cvsroot/mxbb/phpbb2mxp/includes/db In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10554/includes/db Modified Files: dbal.php firebird.php mssql.php mssql_odbc.php mysql.php mysql4.php mysqli.php oracle.php postgres.php sqlite.php Log Message: fixes |
|
From: FlorinCB <ory...@us...> - 2009-01-24 05:10:30
|
Update of /cvsroot/mxbb/phpbb2mxp/install In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10554/install Modified Files: install.php update_to_latest.php upgrade.php Log Message: fixes Index: update_to_latest.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/install/update_to_latest.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** update_to_latest.php 31 Dec 2008 01:44:31 -0000 1.1 --- update_to_latest.php 24 Jan 2009 05:09:55 -0000 1.2 *************** *** 61,65 **** // // ! $updates_to_version = '.0.24'; // // --- 61,65 ---- // // ! $updates_to_version = '.0.23'; // // Index: upgrade.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/install/upgrade.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** upgrade.php 31 Dec 2008 01:44:31 -0000 1.1 --- upgrade.php 24 Jan 2009 05:09:55 -0000 1.2 *************** *** 1810,1814 **** $version = $row['mysql_version']; ! if ( preg_match("/^(3\.24)|(4\.)/", $version) ) { $sql = "ALTER TABLE " . $table_prefix . "sessions --- 1810,1814 ---- $version = $row['mysql_version']; ! if ( preg_match("/^(3\.23)|(4\.)/", $version) ) { $sql = "ALTER TABLE " . $table_prefix . "sessions |
|
From: FlorinCB <ory...@us...> - 2009-01-24 05:10:30
|
Update of /cvsroot/mxbb/phpbb2mxp/language/lang_english In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10554/language/lang_english Modified Files: lang_admin.php lang_bbcode.php lang_faq.php lang_main.php lang_meta.php Log Message: fixes |
|
From: FlorinCB <ory...@us...> - 2009-01-24 05:10:21
|
Update of /cvsroot/mxbb/phpbb2mxp In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10554 Modified Files: common.php extension.inc faq.php groupcp.php index.php login.php memberlist.php modcp.php posting.php privmsg.php profile.php search.php viewforum.php viewonline.php viewtopic.php Added Files: config.new Log Message: fixes --- NEW FILE: config.new --- |
Update of /cvsroot/mxbb/phpbb2mxp/admin In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10554/admin Modified Files: admin_board.php admin_db_utilities.php admin_disallow.php admin_forum_prune.php admin_forumauth.php admin_forums.php admin_groups.php admin_mass_email.php admin_post_count_resync.php admin_ranks.php admin_smilies.php admin_styles.php admin_ug_auth.php admin_user_ban.php admin_users.php admin_words.php index.php page_footer_admin.php page_header_admin.php pagestart.php Log Message: fixes Index: index.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/admin/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.php 31 Dec 2008 01:43:47 -0000 1.1 --- index.php 24 Jan 2009 05:09:45 -0000 1.2 *************** *** 235,241 **** $version = $row['mysql_version']; ! if( preg_match("/^(3\.24|4\.|5\.)/", $version) ) { ! $db_name = ( preg_match("/^(3\.24\.[6-9])|(3\.24\.[1-9][1-9])|(4\.)|(5\.)/", $version) ) ? "`$dbname`" : $dbname; $sql = "SHOW TABLE STATUS --- 235,241 ---- $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\.)|(5\.)/", $version) ) ? "`$dbname`" : $dbname; $sql = "SHOW TABLE STATUS *************** *** 600,608 **** $version_info = '<p style="color:green">' . $lang['Version_up_to_date'] . '</p>'; } - else if ($latest_head_revision == 2 && $minor_revision > $latest_minor_revision) - { - $version_info = '<p style="color:green">' . $lang['Version_up_to_date']; - $version_info .= '<br />' . sprintf($lang['Latest_version_info'], $latest_version) . ' ' . sprintf($lang['Current_version_info'], '2' . $board_config['version']) . '</p>'; - } else { --- 600,603 ---- |
Update of /cvsroot/mxbb/phpbb2mxp/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10554/includes Modified Files: auth.php bbcode.php constants.php emailer.php functions.php functions_admin.php functions_post.php functions_search.php functions_selects.php functions_validate.php page_header.php page_header_normal.php page_tail.php prune.php sessions.php smtp.php sql_parse.php topic_review.php usercp_activate.php usercp_avatar.php usercp_confirm.php usercp_email.php usercp_register.php usercp_sendpasswd.php usercp_viewprofile.php Log Message: fixes Index: usercp_register.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/includes/usercp_register.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** usercp_register.php 31 Dec 2008 01:44:11 -0000 1.1 --- usercp_register.php 24 Jan 2009 05:09:46 -0000 1.2 *************** *** 79,87 **** if ( $mode == 'register' && !isset($HTTP_POST_VARS['agreed']) && !isset($HTTP_GET_VARS['agreed']) ) { ! include_once($phpbb_root_path . 'includes/page_header.'.$phpEx); show_coppa(); ! include_once($phpbb_root_path . 'includes/page_tail.'.$phpEx); } --- 79,87 ---- if ( $mode == 'register' && !isset($HTTP_POST_VARS['agreed']) && !isset($HTTP_GET_VARS['agreed']) ) { ! include($phpbb_root_path . 'includes/page_header.'.$phpEx); show_coppa(); ! include($phpbb_root_path . 'includes/page_tail.'.$phpEx); } *************** *** 98,104 **** $mode == 'register' ) { ! include_once($phpbb_root_path . 'includes/functions_validate.'.$phpEx); ! include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); ! include_once($phpbb_root_path . 'includes/functions_post.'.$phpEx); if ( $mode == 'editprofile' ) --- 98,104 ---- $mode == 'register' ) { ! include($phpbb_root_path . 'includes/functions_validate.'.$phpEx); ! include($phpbb_root_path . 'includes/bbcode.'.$phpEx); ! include($phpbb_root_path . 'includes/functions_post.'.$phpEx); if ( $mode == 'editprofile' ) *************** *** 872,876 **** else { ! include_once($phpbb_root_path . 'includes/functions_selects.'.$phpEx); if ( !isset($coppa) ) --- 872,876 ---- else { ! include($phpbb_root_path . 'includes/functions_selects.'.$phpEx); if ( !isset($coppa) ) |
|
From: FlorinCB <ory...@us...> - 2009-01-24 05:10:21
|
Update of /cvsroot/mxbb/phpbb2mxp/docs In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10554/docs Modified Files: codingstandards.htm Log Message: fixes |
|
From: FlorinCB <ory...@us...> - 2009-01-24 05:10:19
|
Update of /cvsroot/mxbb/phpbb2mxp/language/lang_romanian_no_diacritics In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10554/language/lang_romanian_no_diacritics Modified Files: lang_admin.php lang_main.php lang_meta.php Log Message: fixes |
|
From: FlorinCB <ory...@us...> - 2009-01-24 05:10:17
|
Update of /cvsroot/mxbb/phpbb2mxp/language/lang_romanian In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10554/language/lang_romanian Modified Files: lang_admin.php lang_bbcode.php lang_faq.php lang_main.php lang_meta.php Log Message: fixes |
|
From: FlorinCB <ory...@us...> - 2009-01-24 05:10:17
|
Update of /cvsroot/mxbb/phpbb2mxp/language/lang_swedish In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10554/language/lang_swedish Modified Files: lang_admin.php lang_main.php lang_meta.php Log Message: fixes |
|
From: FlorinCB <ory...@us...> - 2009-01-24 05:10:16
|
Update of /cvsroot/mxbb/phpbb2mxp/templates/subSilver In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10554/templates/subSilver Modified Files: subSilver.cfg Log Message: fixes |
|
From: FlorinCB <ory...@us...> - 2009-01-24 05:10:14
|
Update of /cvsroot/mxbb/phpbb2mxp/language/lang_greek In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10554/language/lang_greek Modified Files: lang_admin.php lang_main.php Log Message: fixes |
|
From: FlorinCB <ory...@us...> - 2009-01-23 21:16:35
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25233 Modified Files: functions.php functions_pafiledb.php Log Message: fix Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions.php,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** functions.php 15 Oct 2008 16:41:22 -0000 1.52 --- functions.php 23 Jan 2009 21:16:29 -0000 1.53 *************** *** 708,716 **** if (file_exists(str_replace(PORTAL_URL, "./", $file_url))) { ! $file_size = filesize(str_replace(PORTAL_URL, "./", $file_url)); } elseif (file_exists($mx_root_path . $module_root_path . $file_data['file_dir'] . str_replace(PORTAL_URL, "./", $file_url))) { ! $file_size = filesize($mx_root_path . $module_root_path . $file_data['file_dir'] . str_replace(PORTAL_URL, "./", $file_url)); } else --- 708,716 ---- if (file_exists(str_replace(PORTAL_URL, "./", $file_url))) { ! $file_size = @filesize(str_replace(PORTAL_URL, "./", $file_url)); } elseif (file_exists($mx_root_path . $module_root_path . $file_data['file_dir'] . str_replace(PORTAL_URL, "./", $file_url))) { ! $file_size = @filesize($mx_root_path . $module_root_path . $file_data['file_dir'] . str_replace(PORTAL_URL, "./", $file_url)); } else Index: functions_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions_pafiledb.php,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** functions_pafiledb.php 23 Jan 2009 21:10:59 -0000 1.59 --- functions_pafiledb.php 23 Jan 2009 21:16:29 -0000 1.60 *************** *** 1748,1752 **** $file_local = ( $_FILES['userfile']['tmp_name'] !== 'none' ) ? $_FILES['userfile']['tmp_name'] : ''; $file_realname = ( $_FILES['userfile']['name'] !== 'none' ) ? $_FILES['userfile']['name'] : ''; ! $file_size = ( !empty( $_FILES['userfile']['size'] ) ) ? $_FILES['userfile']['size'] : false; $file_type = ( !empty( $_FILES['userfile']['type'] ) ) ? $_FILES['userfile']['type'] : ''; --- 1748,1752 ---- $file_local = ( $_FILES['userfile']['tmp_name'] !== 'none' ) ? $_FILES['userfile']['tmp_name'] : ''; $file_realname = ( $_FILES['userfile']['name'] !== 'none' ) ? $_FILES['userfile']['name'] : ''; ! $file_size = ( !empty( $_FILES['userfile']['size'] ) ) ? $_FILES['userfile']['size'] : ''; $file_type = ( !empty( $_FILES['userfile']['type'] ) ) ? $_FILES['userfile']['type'] : ''; *************** *** 1855,1858 **** --- 1855,1863 ---- } } + + if ( !$file_size ) + { + $file_size = $lang['Not_available']; + } if ( $file_upload ) |
|
From: FlorinCB <ory...@us...> - 2009-01-23 21:11:12
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24987 Modified Files: functions_pafiledb.php Log Message: fix: file size can't be empty. Index: functions_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions_pafiledb.php,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** functions_pafiledb.php 9 Oct 2008 01:11:11 -0000 1.58 --- functions_pafiledb.php 23 Jan 2009 21:10:59 -0000 1.59 *************** *** 1748,1752 **** $file_local = ( $_FILES['userfile']['tmp_name'] !== 'none' ) ? $_FILES['userfile']['tmp_name'] : ''; $file_realname = ( $_FILES['userfile']['name'] !== 'none' ) ? $_FILES['userfile']['name'] : ''; ! $file_size = ( !empty( $_FILES['userfile']['size'] ) ) ? $_FILES['userfile']['size'] : ''; $file_type = ( !empty( $_FILES['userfile']['type'] ) ) ? $_FILES['userfile']['type'] : ''; --- 1748,1752 ---- $file_local = ( $_FILES['userfile']['tmp_name'] !== 'none' ) ? $_FILES['userfile']['tmp_name'] : ''; $file_realname = ( $_FILES['userfile']['name'] !== 'none' ) ? $_FILES['userfile']['name'] : ''; ! $file_size = ( !empty( $_FILES['userfile']['size'] ) ) ? $_FILES['userfile']['size'] : false; $file_type = ( !empty( $_FILES['userfile']['type'] ) ) ? $_FILES['userfile']['type'] : ''; |
|
From: FlorinCB <ory...@us...> - 2009-01-23 10:27:54
|
Update of /cvsroot/mxbb/core/modules/mx_users/language/lang_english In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24102/modules/mx_users/language/lang_english Modified Files: lang_admin.php Log Message: Beta 3 ready Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/language/lang_english/lang_admin.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_admin.php 23 Dec 2008 06:02:31 -0000 1.4 --- lang_admin.php 23 Jan 2009 10:26:08 -0000 1.5 *************** *** 13,114 **** // adminCP index // ! $lang['phpbb2admin'] = '×ñÞóôåò êáé ÏìÜäåò'; ! $lang['1_phpbb2admin_Userlist'] = '×ñÞóôåò'; ! $lang['2_phpbb2admin_Groups'] = 'ÏìÜäåò'; ! $lang['3_Prune_Inactive_Users'] = 'ÄéáöñáãÞ ìç åíåñãþí ×ñçóôþí'; ! $lang['4_Prune_user_posts'] = 'ÄéáãñáöÞ ìç åíåñãþí Äçìïóéåýóåùí'; // // User Management // ! $lang['User_admin'] = 'Äéá÷åßñéóç ×ñÞóôç'; ! $lang['User_admin_explain'] = 'Åäþ ìðïñåßôå íá áëëÜîåôå ôéò ðëçñïöïñßåò ôùí ÷ñçóôþí óáò êáé ïñéóìÝíåò åðéëïãÝò. Ãéá íá ôñïðïðïéÞóåôå ôéò Üäåéåò ÷ñçóôþí, ðáñáêáëþ ÷ñçóéìïðïéÞóôå ôï äéêáéþìáôá áäåéþí ÷ñçóôþí êáé ïìÜäáò.'; $lang['Look_up_user'] = 'Look up user'; ! $lang['Admin_user_fail'] = 'Äåí ìðïñåßôå íá åíçìåñþóåôå ôéò ðáñáìÝôñïõò ÷ñÞóôç.'; ! $lang['Admin_user_updated'] = 'Ïé ðáñÜìåôñïé ôïõ ÷ñÞóôç åíçìåñþèçêáí åðéôõ÷þò.'; ! $lang['Admin_user_added'] = 'Ï ÷ñÞóôçò Ý÷åé ðñïóôåèåß.'; ! $lang['Click_return_useradmin'] = 'ÐáôÞóôå %sÅäþ%s íá åðéóôñÝøåôå óôçí Äéá÷åßñéóç ×ñÞóôç'; ! $lang['User_delete'] = 'ÄéáãñÜøôå áõôüí ôïí ÷ñÞóôç'; ! $lang['User_delete_explain'] = 'ÐáôÞóôå åäþ ãéá íá äéáãñÜøåôå áõôüí ôïí ÷ñÞóôç, áõôÞ ç åíÝñãåéá äåí ìðïñåß íá áíáóôñáöåß.'; ! $lang['User_deleted'] = 'Ï ÷ñÞóôçò äéáãñÜöçêå åðéôõ÷þò.'; ! $lang['User_status'] = 'Ï ÷ñÞóôçò åßíáé åíåñãüò'; ! $lang['User_allowpm'] = 'Ìðïñåß íá óôÝëíïíôáé éäéùôéêÜ ìçíýìáôá'; ! $lang['User_allowavatar'] = 'Ìðïñåß íá ðñïâÜëïíôáé ôá Üâáôáñ'; ! $lang['Admin_avatar_explain'] = 'Åäþ ìðïñåßôå íá äåßôå êáé íá äéáãñÜøåôå ôï ôñÝ÷ïí Üâáôáñ ôïõ ÷ñÞóôç.'; ! $lang['User_special'] = 'Ðñüóèåôïé Äéá÷.-ìüíï óôïõò ôïìåßò'; ! $lang['User_special_explain'] = 'Áõôïß ïé ôïìåßò äåí ìðïñåß íá ôñïðïðïéçèïýí áðü ôïõò ÷ñÞóôåò. Åäþ ìðïñåßôå íá êáèïñßóåôå ôéò éäéüôçôåò ôïõò êáé Üëëåò åðéëïãÝò ðïõ äåí äßíïíôáé óôïõò ÷ñÞóôåò.'; ! $lang['MX_user_is_admin'] = 'Ï ÷ñÞóôçò åßíáé äéá÷åéñéóôÞò ôçò éóôïóåëßäáò'; // // Group Management // ! $lang['Group_administration'] = 'Äéá÷åßñéóç ÏìÜäáò'; ! $lang['Group_admin_explain'] = 'Óå áõôü ôïí ðßíáêá ìðïñåßôå íá äéá÷åéñéóôåßôå üëåò ôéò ïìÜäåò ÷ñçóôþí. Ìðïñåßôå íá äéáãñÜøåôå, íá äçìéïõñãÞóåôå êáé íá åðåîåñãáäôÞôå ôéò õðÜñ÷ïõóåò ïìÜäåò. Ìðïñåßôå íá åðéëÝîåôå ôïõò óõíôïíéóôÝò, íá åðéëÝîïõí ôçí áíïéêôÞ/êëåéóôÞ éäéüôçôá êáé ôï üíïìá êáé ðåñéãñáöÞ ôçò ïìÜäáò'; ! $lang['Error_updating_groups'] = 'ÕðÞñîå Ýíá ëÜèïò óôçí åíçìÝñùóç ôùí ïìÜäùí'; ! $lang['Updated_group'] = 'Ç ïìÜäá åíçìåñþèçêå åðéôõ÷þò'; ! $lang['Added_new_group'] = 'Ç íÝá ïìÜäá äçìéïõñãÞèçêå åðéôõ÷þò'; ! $lang['Deleted_group'] = 'Ç ïìÜäá äéáãñÜöçêå åðéôõ÷þò'; ! $lang['New_group'] = 'ÄçìéïõñãÞóôå ôç íÝá ïìÜäá'; ! $lang['Edit_group'] = 'ÅðåîåñãáóôÞôå ôçí ïìÜäá'; ! $lang['group_name'] = '¼íïìá ïìÜäáò'; ! $lang['group_description'] = 'ÐåñéãñáöÞ ïìÜäáò'; ! $lang['group_moderator'] = 'ÓõíôïíçóôÞò ïìÜäáò'; ! $lang['group_status'] = 'ÈÝóç ïìÜäáò'; ! $lang['group_open'] = '¢íïéãìá ïìÜäáò'; ! $lang['group_closed'] = 'ÊëåéóôÞ ïìÜäá'; ! $lang['group_hidden'] = 'ÊñõöÞ ïìÜäá'; ! $lang['group_delete'] = 'ÄéáãñÜøôå ôçí ïìÜäá'; ! $lang['group_delete_check'] = 'ÄéáãñÜøôå áõôÞí ôçí ïìÜäá'; ! $lang['submit_group_changes'] = 'ÕðïâÜëôå ôéò áëëáãÝò'; ! $lang['reset_group_changes'] = 'Áêõñþóôå ôéò áëëáãÝò'; ! $lang['No_group_name'] = 'ÐñÝðåé íá ïñßóåôå Ýíá üíïìá ãéá áõôÞí ôçí ïìÜäá'; ! $lang['No_group_moderator'] = 'ÐñÝðåé íá ïñßóåôå Ýíáí óõíôïíçóôÞ ãéá áõôÞí ôçí ïìÜäá'; ! $lang['No_group_mode'] = 'ÐñÝðåé íá ïñßóåôå Ýíáí ôñüðï ãéá áõôÞí ôçí ïìÜäá, áíïéêôÞ Þ êëåéóôÞ'; ! $lang['No_group_action'] = 'Êáìßá åíÝñãåéá äåí ïñßóôçêå'; ! $lang['delete_group_moderator'] = 'ÄéáãñÜøôå ôïí ðáëáéü óõíôïíçóôÞ ïìÜäáò?'; ! $lang['delete_moderator_explain'] = 'ÅÜí áëëÜæåôå ôïí óõíôïíçóôÞ ôçò ïìÜäáò, ôóåêÜñåôå ôï ôåôñáãùíßäéï ãéá íá äéáãñÜøåôå ôïí ðáëáéü óõíôïíçóôÞ ôçò ïìÜäáò. ÄéáöïñåôéêÜ, åáí äåí ôï ôóåêÜñåôå, ï ÷ñÞóôçò èá ãßíåé êáíïíéêü ìÝëïò ôçò ïìÜäáò.'; ! $lang['Click_return_groupsadmin'] = 'ÐáôÞóôå %sÅäþ%s íá åðéóôñÝøåôå óôçí Äéá÷åßñéóç ÏìÜäáò.'; ! $lang['Select_group'] = 'ÅðéëÝîôå ìéá ïìÜäá'; ! $lang['Look_up_group'] = 'Äéá÷åéñéóôåßôå ôçí ïìÜäá'; ! $lang['Look_up_groupcp'] = 'ÌÝëç ïìÜäáò'; // // Admin Userlist // ! $lang['Userlist'] = 'ÊáôÜëïãïò ×ñçóôþí'; ! $lang['Userlist_description'] = 'Äåßôå ôïí ðëÞñç êáôÜëïãï ÷ñçóôþí óáò êáé åêôåëÝóôå äéÜöïñåò åíÝñãåéåò óå áõôïýò'; ! $lang['Add_group'] = 'ÐñïóèÝóôå óå ìéá ïìÜäá'; ! $lang['Add_group_explain'] = 'ÅðéëÝîôå ðïéÝò ïìÜäåò íá ðñïóèÝóïõí óôïõò åðéëåãìÝíïõò ÷ñÞóôåò ãéá'; ! $lang['Open_close'] = 'ÁíïéêôÞ/ÊëåéóôÞ'; ! $lang['Active'] = 'ÅíåñãÞ'; ! $lang['Group'] = 'ÏìÜäá(åò)'; ! $lang['Rank'] = 'ÓåéñÜ'; ! $lang['Last_activity'] = 'Ôåëåõôáßá Äñáóôçñéüôçôá'; ! $lang['Never'] = 'ÐïôÝ'; ! $lang['User_manage'] = 'Äéá÷åéñéóôåßôå'; ! $lang['Find_all_posts'] = 'Âñåßôå üëåò ôéò äçìïóéåýóåéò'; ! $lang['Select_one'] = 'ÅðéëÝîôå Ýíá'; $lang['Ban'] = 'Ban'; ! $lang['Activate_deactivate'] = 'Åíåñãü/Ìç-Åíåñãü'; ! $lang['User_id'] = '×ñÞóôç id'; ! $lang['User_level'] = 'Åðßðåäï ×ñÞóôç'; ! $lang['Ascending'] = 'Áýîïõóá'; ! $lang['Descending'] = 'Öèßíïõóá'; ! $lang['Show'] = 'Äåßôå'; ! $lang['All'] = '¼ëá'; ! $lang['Member'] = 'ÌÝëïò'; ! $lang['Pending'] = 'ÅêêñåìÞ'; $lang['Confirm_user_ban'] = 'Are you sure you want to ban the selected user(s)?'; --- 13,114 ---- // adminCP index // ! $lang['phpbb2admin'] = 'Users and Groups'; ! $lang['1_phpbb2admin_Userlist'] = 'Users'; ! $lang['2_phpbb2admin_Groups'] = 'Groups'; ! $lang['3_Prune_Inactive_Users'] = 'Prune Users'; ! $lang['4_Prune_user_posts'] = 'Prune Posts'; // // User Management // ! $lang['User_admin'] = 'User Administration'; ! $lang['User_admin_explain'] = 'Here you can change your users\' information and certain options. To modify the users\' permissions, please use the user and group permissions system.'; $lang['Look_up_user'] = 'Look up user'; ! $lang['Admin_user_fail'] = 'Couldn\'t update the user\'s profile.'; ! $lang['Admin_user_updated'] = 'The user\'s profile was successfully updated.'; ! $lang['Admin_user_added'] = 'The user has been added.'; ! $lang['Click_return_useradmin'] = 'Click %sHere%s to return to User Administration'; ! $lang['User_delete'] = 'Delete this user'; ! $lang['User_delete_explain'] = 'Click here to delete this user; this cannot be undone.'; ! $lang['User_deleted'] = 'User was successfully deleted.'; ! $lang['User_status'] = 'User is active'; ! $lang['User_allowpm'] = 'Can send Private Messages'; ! $lang['User_allowavatar'] = 'Can display avatar'; ! $lang['Admin_avatar_explain'] = 'Here you can see and delete the user\'s current avatar.'; ! $lang['User_special'] = 'Special admin-only fields'; ! $lang['User_special_explain'] = 'These fields are not able to be modified by the users. Here you can set their status and other options that are not given to users.'; ! $lang['MX_user_is_admin'] = 'User is site admin'; // // Group Management // ! $lang['Group_administration'] = 'Group Administration'; ! $lang['Group_admin_explain'] = 'From this panel you can administer all your usergroups. You can delete, create and edit existing groups. You may choose moderators, toggle open/closed group status and set the group name and description'; ! $lang['Error_updating_groups'] = 'There was an error while updating the groups'; ! $lang['Updated_group'] = 'The group was successfully updated'; ! $lang['Added_new_group'] = 'The new group was successfully created'; ! $lang['Deleted_group'] = 'The group was successfully deleted'; ! $lang['New_group'] = 'Create new group'; ! $lang['Edit_group'] = 'Edit group'; ! $lang['group_name'] = 'Group name'; ! $lang['group_description'] = 'Group description'; ! $lang['group_moderator'] = 'Group moderator'; ! $lang['group_status'] = 'Group status'; ! $lang['group_open'] = 'Open group'; ! $lang['group_closed'] = 'Closed group'; ! $lang['group_hidden'] = 'Hidden group'; ! $lang['group_delete'] = 'Delete group'; ! $lang['group_delete_check'] = 'Delete this group'; ! $lang['submit_group_changes'] = 'Submit Changes'; ! $lang['reset_group_changes'] = 'Reset Changes'; ! $lang['No_group_name'] = 'You must specify a name for this group'; ! $lang['No_group_moderator'] = 'You must specify a moderator for this group'; ! $lang['No_group_mode'] = 'You must specify a mode for this group, open or closed'; ! $lang['No_group_action'] = 'No action was specified'; ! $lang['delete_group_moderator'] = 'Delete the old group moderator?'; ! $lang['delete_moderator_explain'] = 'If you\'re changing the group moderator, check this box to remove the old moderator from the group. Otherwise, do not check it, and the user will become a regular member of the group.'; ! $lang['Click_return_groupsadmin'] = 'Click %sHere%s to return to Group Administration.'; ! $lang['Select_group'] = 'Select a group'; ! $lang['Look_up_group'] = 'Manage group'; ! $lang['Look_up_groupcp'] = 'Group members'; // // Admin Userlist // ! $lang['Userlist'] = 'User list'; ! $lang['Userlist_description'] = 'View a complete list of your users and perform various actions on them'; ! $lang['Add_group'] = 'Add to a Group'; ! $lang['Add_group_explain'] = 'Select which group to add the selected users to'; ! $lang['Open_close'] = 'Open/Close'; ! $lang['Active'] = 'Active'; ! $lang['Group'] = 'Group(s)'; ! $lang['Rank'] = 'Rank'; ! $lang['Last_activity'] = 'Last Activity'; ! $lang['Never'] = 'Never'; ! $lang['User_manage'] = 'Manage'; ! $lang['Find_all_posts'] = 'Find All Posts'; ! $lang['Select_one'] = 'Select One'; $lang['Ban'] = 'Ban'; ! $lang['Activate_deactivate'] = 'Activate/De-activate'; ! $lang['User_id'] = 'User id'; ! $lang['User_level'] = 'User Level'; ! $lang['Ascending'] = 'Ascending'; ! $lang['Descending'] = 'Descending'; ! $lang['Show'] = 'Show'; ! $lang['All'] = 'All'; ! $lang['Member'] = 'Member'; ! $lang['Pending'] = 'Pending'; $lang['Confirm_user_ban'] = 'Are you sure you want to ban the selected user(s)?'; *************** *** 120,124 **** $lang['User_add_group_successfully'] = 'User(s) added to group successfully!'; ! $lang['Click_return_userlist'] = 'ÐáôÞóôå %såäþ%s íá åðéóôñÝøåôå óôïí ÊáôÜëïãï ×ñçóôþí'; // --- 120,124 ---- $lang['User_add_group_successfully'] = 'User(s) added to group successfully!'; ! $lang['Click_return_userlist'] = 'Click %shere%s to return to the User List'; // *************** *** 134,138 **** $lang['Banned_users'] = 'Banned users'; $lang['Banned_users_explain'] = 'Prune posts made by all users that have been banned (as per the banlist)'; ! $lang['Group'] = 'ÏìÜäá'; $lang['Group_explain'] = 'Prune posts made by users in this specific group'; $lang['IP_explain'] = 'Prune posts made by a specific ip address (xxx.xxx.xxx.xxx), wildcard (xxx.xxx.xxx.*) or range (xxx.xxx.xxx.xxx-yyy.yyy.yyy.yyy). Note: the last quad .255 is considered the range of all the IPs in that quad. If you enter 10.0.0.255, it is just like entering 10.0.0.* (No IP is assigned .255 for that matter, it is reserved). Where you may encounter this is in ranges, 10.0.0.5-10.0.0.255 is the same as "10.0.0.*" . You should really enter 10.0.0.5-10.0.0.254 .'; --- 134,138 ---- $lang['Banned_users'] = 'Banned users'; $lang['Banned_users_explain'] = 'Prune posts made by all users that have been banned (as per the banlist)'; ! $lang['Group'] = 'Group'; $lang['Group_explain'] = 'Prune posts made by users in this specific group'; $lang['IP_explain'] = 'Prune posts made by a specific ip address (xxx.xxx.xxx.xxx), wildcard (xxx.xxx.xxx.*) or range (xxx.xxx.xxx.xxx-yyy.yyy.yyy.yyy). Note: the last quad .255 is considered the range of all the IPs in that quad. If you enter 10.0.0.255, it is just like entering 10.0.0.* (No IP is assigned .255 for that matter, it is reserved). Where you may encounter this is in ranges, 10.0.0.5-10.0.0.255 is the same as "10.0.0.*" . You should really enter 10.0.0.5-10.0.0.254 .'; *************** *** 142,148 **** $lang['Guest_posters_explain'] = 'Prune posts made by guest posters only (Users not logged in).'; $lang['Date_criteria'] = 'Date Criteria'; ! $lang['Before'] = 'Ðñéí'; $lang['On'] = 'On'; ! $lang['After'] = 'ÌåôÜ'; $lang['the_last'] = 'the last'; $lang['Seconds'] = 'Seconds'; --- 142,148 ---- $lang['Guest_posters_explain'] = 'Prune posts made by guest posters only (Users not logged in).'; $lang['Date_criteria'] = 'Date Criteria'; ! $lang['Before'] = 'Before'; $lang['On'] = 'On'; ! $lang['After'] = 'After'; $lang['the_last'] = 'the last'; $lang['Seconds'] = 'Seconds'; *************** *** 183,195 **** // Prune Inactive Users by kkroo < pri...@ho... > (Omar Ramadan) http://phpbb-login.sourceforge.net // ! $lang['Click_return_userprune'] = 'ÐáôÞóôå %sÅäþ%s íá åðéóôñÝøåôå Prune Inactive Users'; $lang['Prune_users_page_title'] = 'Prune Inactive Users'; $lang['Prune_users_page_explain'] = 'This is a list of users fetched by the query you created. Select the users that you want to prune below and hit submit. If you would would like to notify the user that his account is inactive, click email on the user\'s row.'; $lang['Prune_users_Confirm_message'] = 'Are you sure you want to delete these users?'; ! $lang['Prune_users_Confirm_last_visit'] = 'Ôåëåõôáßá Åðßóêåøç'; $lang['Prune_users_Confirm_select_all_none'] = 'Select All/None'; ! $lang['Prune_users_selected'] = 'ÅðéëåãìÝíï'; ! $lang['Never'] = 'ÐïôÝ'; ! $lang['All_Time'] = 'ÐÜíôá'; $lang['Seven_days'] = 'Seven days ago'; $lang['Ten_days'] = 'Ten days ago'; --- 183,195 ---- // Prune Inactive Users by kkroo < pri...@ho... > (Omar Ramadan) http://phpbb-login.sourceforge.net // ! $lang['Click_return_userprune'] = 'Click %sHere%s to return to Prune Inactive Users'; $lang['Prune_users_page_title'] = 'Prune Inactive Users'; $lang['Prune_users_page_explain'] = 'This is a list of users fetched by the query you created. Select the users that you want to prune below and hit submit. If you would would like to notify the user that his account is inactive, click email on the user\'s row.'; $lang['Prune_users_Confirm_message'] = 'Are you sure you want to delete these users?'; ! $lang['Prune_users_Confirm_last_visit'] = 'Last Visit'; $lang['Prune_users_Confirm_select_all_none'] = 'Select All/None'; ! $lang['Prune_users_selected'] = 'Selected'; ! $lang['Never'] = 'Never'; ! $lang['All_Time'] = 'All Time'; $lang['Seven_days'] = 'Seven days ago'; $lang['Ten_days'] = 'Ten days ago'; *************** *** 210,213 **** $lang['user_active_explain'] = 'Use this option to mark users that have not activated their accounts, or that have become inactive for some other reason.'; $lang['user_posts_explain'] = 'Set a criteria for marking users based on post count. The most common setting is for "zero post" users.'; ! $lang['Your_account_is_inactive'] = 'Ï ëïãáñéáóìüò óáò åßíáé áíåíåñãüò.'; ?> \ No newline at end of file --- 210,213 ---- $lang['user_active_explain'] = 'Use this option to mark users that have not activated their accounts, or that have become inactive for some other reason.'; $lang['user_posts_explain'] = 'Set a criteria for marking users based on post count. The most common setting is for "zero post" users.'; ! $lang['Your_account_is_inactive'] = 'Your account is inactive.'; ?> \ No newline at end of file |
|
From: FlorinCB <ory...@us...> - 2009-01-23 10:27:39
|
Update of /cvsroot/mxbb/core/language/lang_english In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24102/language/lang_english Modified Files: lang_admin.php Log Message: Beta 3 ready Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.88 retrieving revision 1.89 diff -C2 -d -r1.88 -r1.89 *** lang_admin.php 18 Jun 2008 17:53:05 -0000 1.88 --- lang_admin.php 23 Jan 2009 10:26:08 -0000 1.89 *************** *** 24,27 **** --- 24,28 ---- $lang['mxBB_adminCP'] = 'MX-Publisher Administration'; + $lang['Portal_Desc'] = 'A little text to describe your website.'; // |