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/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11633 Modified Files: admin_mx_block_cp.php admin_mx_chkobjs.php admin_mx_gen_cache.php admin_mx_meta.php admin_mx_module.php admin_mx_module_cp.php admin_mx_page_cp.php admin_mx_phpinfo.php admin_mx_portal.php admin_mx_preview.php admin_mx_smilies.php admin_mx_styles.php admin_mx_words.php index.php index_jon.php index_new.php index_ory.php index_test.php page_header_admin.php pagestart.php Log Message: Index: admin_mx_phpinfo.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_phpinfo.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** admin_mx_phpinfo.php 11 Feb 2008 11:45:44 -0000 1.14 --- admin_mx_phpinfo.php 17 Jun 2013 02:53:26 -0000 1.15 *************** *** 19,23 **** // Security and Page header // ! define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 19,23 ---- // Security and Page header // ! @define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); Index: admin_mx_chkobjs.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_chkobjs.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** admin_mx_chkobjs.php 11 Feb 2008 11:27:26 -0000 1.28 --- admin_mx_chkobjs.php 17 Jun 2013 02:53:26 -0000 1.29 *************** *** 22,26 **** // Security and Page header // ! define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 22,26 ---- // Security and Page header // ! @define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); Index: index_test.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index_test.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index_test.php 17 Jun 2013 00:32:11 -0000 1.2 --- index_test.php 17 Jun 2013 02:53:26 -0000 1.3 *************** *** 18,22 **** // Security and Page header // ! define('IN_PORTAL', 1); define('ADMIN_START', true); define('NEED_SID', true); --- 18,22 ---- // Security and Page header // ! @define('IN_PORTAL', 1); define('ADMIN_START', true); define('NEED_SID', true); Index: admin_mx_page_cp.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_page_cp.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** admin_mx_page_cp.php 29 Dec 2011 05:51:52 -0000 1.37 --- admin_mx_page_cp.php 17 Jun 2013 02:53:26 -0000 1.38 *************** *** 20,24 **** // Security and Page header // ! define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 20,24 ---- // Security and Page header // ! @define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); Index: admin_mx_module_cp.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_module_cp.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** admin_mx_module_cp.php 31 Oct 2008 19:02:20 -0000 1.26 --- admin_mx_module_cp.php 17 Jun 2013 02:53:26 -0000 1.27 *************** *** 19,23 **** // Security and Page header // ! define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 19,23 ---- // Security and Page header // ! @define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** index.php 17 Jun 2013 00:32:11 -0000 1.62 --- index.php 17 Jun 2013 02:53:26 -0000 1.63 *************** *** 18,22 **** // Security and Page header // ! define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 18,22 ---- // Security and Page header // ! @define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); *************** *** 287,292 **** 'TEMPLATE_ROOT_PATH' => TEMPLATE_ROOT_PATH, // END ! "L_WELCOME" => $lang['Welcome_mxBB'], ! "L_ADMIN_INTRO" => $lang['Admin_intro_mxBB'], "L_FORUM_STATS" => $lang['Forum_stats'], "L_WHO_IS_ONLINE" => $lang['Who_is_Online'], --- 287,292 ---- 'TEMPLATE_ROOT_PATH' => TEMPLATE_ROOT_PATH, // END ! "L_WELCOME" => $lang['Welcome_Mx-Publisher'], ! "L_ADMIN_INTRO" => $lang['Admin_intro_Mx-Publisher'], "L_FORUM_STATS" => $lang['Forum_stats'], "L_WHO_IS_ONLINE" => $lang['Who_is_Online'], Index: page_header_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/page_header_admin.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** page_header_admin.php 17 Jun 2013 00:32:11 -0000 1.31 --- page_header_admin.php 17 Jun 2013 02:53:26 -0000 1.32 *************** *** 60,66 **** $template->set_filenames(array('header' => 'admin/page_header.tpl')); - // // Format Timezone. We are unable to use array_pop here, because of PHP3 compatibility - // $l_timezone = explode('.', $board_config['board_timezone']); $l_timezone = (count($l_timezone) > 1 && $l_timezone[count($l_timezone)-1] != 0) ? $lang[sprintf('%.1f', $board_config['board_timezone'])] : $lang[number_format($board_config['board_timezone'])]; --- 60,64 ---- *************** *** 88,131 **** // These theme variables are not used for MX-Publisher, since MX-Publisher require a theme.css file ! /* ! 'T_HEAD_STYLESHEET' => $theme['head_stylesheet'], ! 'T_BODY_BACKGROUND' => $theme['body_background'], ! 'T_BODY_BGCOLOR' => '#'.$theme['body_bgcolor'], ! 'T_BODY_TEXT' => '#'.$theme['body_text'], ! 'T_BODY_LINK' => '#'.$theme['body_link'], ! 'T_BODY_VLINK' => '#'.$theme['body_vlink'], ! 'T_BODY_ALINK' => '#'.$theme['body_alink'], ! 'T_BODY_HLINK' => '#'.$theme['body_hlink'], ! 'T_TR_COLOR1' => '#'.$theme['tr_color1'], ! 'T_TR_COLOR2' => '#'.$theme['tr_color2'], ! 'T_TR_COLOR3' => '#'.$theme['tr_color3'], ! 'T_TR_CLASS1' => $theme['tr_class1'], ! 'T_TR_CLASS2' => $theme['tr_class2'], ! 'T_TR_CLASS3' => $theme['tr_class3'], ! 'T_TH_COLOR1' => '#'.$theme['th_color1'], ! 'T_TH_COLOR2' => '#'.$theme['th_color2'], ! 'T_TH_COLOR3' => '#'.$theme['th_color3'], ! 'T_TH_CLASS1' => $theme['th_class1'], ! 'T_TH_CLASS2' => $theme['th_class2'], ! 'T_TH_CLASS3' => $theme['th_class3'], ! 'T_TD_COLOR1' => '#'.$theme['td_color1'], ! 'T_TD_COLOR2' => '#'.$theme['td_color2'], ! 'T_TD_COLOR3' => '#'.$theme['td_color3'], ! 'T_TD_CLASS1' => $theme['td_class1'], ! 'T_TD_CLASS2' => $theme['td_class2'], ! 'T_TD_CLASS3' => $theme['td_class3'], ! 'T_FONTFACE1' => $theme['fontface1'], ! 'T_FONTFACE2' => $theme['fontface2'], ! 'T_FONTFACE3' => $theme['fontface3'], ! 'T_FONTSIZE1' => $theme['fontsize1'], ! 'T_FONTSIZE2' => $theme['fontsize2'], ! 'T_FONTSIZE3' => $theme['fontsize3'], ! 'T_FONTCOLOR1' => '#'.$theme['fontcolor1'], ! 'T_FONTCOLOR2' => '#'.$theme['fontcolor2'], ! 'T_FONTCOLOR3' => '#'.$theme['fontcolor3'], ! 'T_SPAN_CLASS1' => $theme['span_class1'], ! 'T_SPAN_CLASS2' => $theme['span_class2'], ! 'T_SPAN_CLASS3' => $theme['span_class3'], ! */ //+ MX-Publisher --- 86,127 ---- // These theme variables are not used for MX-Publisher, since MX-Publisher require a theme.css file ! 'T_HEAD_STYLESHEET' => $mx_user->theme['head_stylesheet'], ! //'T_BODY_BACKGROUND' => $mx_user->theme['body_background'], ! 'T_BODY_BGCOLOR' => '#'.$mx_user->theme['body_bgcolor'], ! 'T_BODY_TEXT' => '#'.$mx_user->theme['body_text'], ! 'T_BODY_LINK' => '#'.$mx_user->theme['body_link'], ! 'T_BODY_VLINK' => '#'.$mx_user->theme['body_vlink'], ! 'T_BODY_ALINK' => '#'.$mx_user->theme['body_alink'], ! 'T_BODY_HLINK' => '#'.$mx_user->theme['body_hlink'], ! 'T_TR_COLOR1' => '#'.$mx_user->theme['tr_color1'], ! 'T_TR_COLOR2' => '#'.$mx_user->theme['tr_color2'], ! 'T_TR_COLOR3' => '#'.$mx_user->theme['tr_color3'], ! //'T_TR_CLASS1' => $mx_user->theme['tr_class1'], ! //'T_TR_CLASS2' => $mx_user->theme['tr_class2'], ! //'T_TR_CLASS3' => $mx_user->theme['tr_class3'], ! 'T_TH_COLOR1' => '#'.$mx_user->theme['th_color1'], ! 'T_TH_COLOR2' => '#'.$mx_user->theme['th_color2'], ! 'T_TH_COLOR3' => '#'.$mx_user->theme['th_color3'], ! //'T_TH_CLASS1' => $mx_user->theme['th_class1'], ! //'T_TH_CLASS2' => $mx_user->theme['th_class2'], ! //'T_TH_CLASS3' => $mx_user->theme['th_class3'], ! 'T_TD_COLOR1' => '#'.$mx_user->theme['td_color1'], ! 'T_TD_COLOR2' => '#'.$mx_user->theme['td_color2'], ! //'T_TD_COLOR3' => '#'.$mx_user->theme['td_color3'], ! //'T_TD_CLASS1' => $mx_user->theme['td_class1'], ! //'T_TD_CLASS2' => $mx_user->theme['td_class2'], ! //'T_TD_CLASS3' => $mx_user->theme['td_class3'], ! //'T_FONTFACE1' => $mx_user->theme['fontface1'], ! //'T_FONTFACE2' => $mx_user->theme['fontface2'], ! //'T_FONTFACE3' => $mx_user->theme['fontface3'], ! //'T_FONTSIZE1' => $mx_user->theme['fontsize1'], ! //'T_FONTSIZE2' => $mx_user->theme['fontsize2'], ! //'T_FONTSIZE3' => $mx_user->theme['fontsize3'], ! 'T_FONTCOLOR1' => '#'.$mx_user->theme['fontcolor1'], ! 'T_FONTCOLOR2' => '#'.$mx_user->theme['fontcolor2'], ! //'T_FONTCOLOR3' => '#'.$mx_user->theme['fontcolor3'], ! //'T_SPAN_CLASS1' => $mx_user->theme['span_class1'], ! //'T_SPAN_CLASS2' => $mx_user->theme['span_class2'], ! //'T_SPAN_CLASS3' => $mx_user->theme['span_class3'], //+ MX-Publisher *************** *** 135,140 **** 'TEMPLATE_ROOT_PATH' => TEMPLATE_ROOT_PATH, ! 'T_PHPBB_STYLESHEET' => $theme['head_stylesheet'], ! 'T_MXBB_STYLESHEET' => $theme['head_stylesheet'], 'T_GECKO_STYLESHEET' => 'gecko.css', --- 131,136 ---- 'TEMPLATE_ROOT_PATH' => TEMPLATE_ROOT_PATH, ! 'T_PHPBB_STYLESHEET' => $mx_user->theme['head_stylesheet'], ! 'T_MXBB_STYLESHEET' => $mx_user->theme['head_stylesheet'], 'T_GECKO_STYLESHEET' => 'gecko.css', Index: admin_mx_smilies.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_smilies.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** admin_mx_smilies.php 20 Mar 2011 18:25:40 -0000 1.23 --- admin_mx_smilies.php 17 Jun 2013 02:53:26 -0000 1.24 *************** *** 24,32 **** **************************************************************************/ ! define('IN_PHPBB', 1); - // // First we do the setmodules stuff for the admin cp. - // if( !empty($setmodules) ) { --- 24,36 ---- **************************************************************************/ ! /* ! * Security and Page header ! */ ! @define('IN_PORTAL', 1); ! $mx_root_path = './../'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); ! include_once($mx_root_path . 'common.' . $phpEx); // First we do the setmodules stuff for the admin cp. if( !empty($setmodules) ) { *************** *** 37,51 **** } ! // ! // Security and Page header ! // ! define('IN_PORTAL', 1); ! $mx_root_path = './../'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); ! include_once($mx_root_path . 'common.' . $phpEx); ! ! // ! // Load default header ! // if ($mx_request_vars->is_get('export_pack')) { --- 41,47 ---- } ! /* ! * Load default header ! */ if ($mx_request_vars->is_get('export_pack')) { Index: admin_mx_preview.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_preview.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_mx_preview.php 9 Feb 2008 12:44:32 -0000 1.3 --- admin_mx_preview.php 17 Jun 2013 02:53:26 -0000 1.4 *************** *** 23,27 **** // Security and Page header // ! define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 23,27 ---- // Security and Page header // ! @define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); Index: index_new.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index_new.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** index_new.php 17 Jun 2013 00:32:11 -0000 1.18 --- index_new.php 17 Jun 2013 02:53:26 -0000 1.19 *************** *** 10,14 **** */ // Security and Page header ! define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 10,14 ---- */ // Security and Page header ! @define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); Index: admin_mx_words.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_words.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_mx_words.php 11 Feb 2008 11:13:16 -0000 1.3 --- admin_mx_words.php 17 Jun 2013 02:53:26 -0000 1.4 *************** *** 27,37 **** return; } - - define('IN_PHPBB', 1); - // // Security and Page header // ! define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 27,34 ---- return; } // // Security and Page header // ! @define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); Index: admin_mx_styles.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_styles.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** admin_mx_styles.php 31 Oct 2008 19:02:20 -0000 1.9 --- admin_mx_styles.php 17 Jun 2013 02:53:26 -0000 1.10 *************** *** 35,39 **** // Security and Page header // ! define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 35,39 ---- // Security and Page header // ! @define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); Index: index_ory.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index_ory.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index_ory.php 17 Jun 2013 00:32:11 -0000 1.2 --- index_ory.php 17 Jun 2013 02:53:26 -0000 1.3 *************** *** 18,22 **** // Security and Page header // ! define('IN_PORTAL', 1); define('ADMIN_START', true); define('NEED_SID', true); --- 18,22 ---- // Security and Page header // ! @define('IN_PORTAL', 1); define('ADMIN_START', true); define('NEED_SID', true); Index: admin_mx_gen_cache.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_gen_cache.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** admin_mx_gen_cache.php 12 Feb 2008 21:24:18 -0000 1.29 --- admin_mx_gen_cache.php 17 Jun 2013 02:53:26 -0000 1.30 *************** *** 19,23 **** // Security and Page header // ! define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 19,23 ---- // Security and Page header // ! @define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); Index: admin_mx_meta.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_meta.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** admin_mx_meta.php 23 Oct 2009 07:46:32 -0000 1.20 --- admin_mx_meta.php 17 Jun 2013 02:53:26 -0000 1.21 *************** *** 19,23 **** // Security and Page header // ! define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 19,23 ---- // Security and Page header // ! @define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); Index: pagestart.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/pagestart.php,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** pagestart.php 31 Oct 2008 19:02:20 -0000 1.40 --- pagestart.php 17 Jun 2013 02:53:26 -0000 1.41 *************** *** 33,40 **** } ! // ! // Start session, user and style (template + theme) management ! // - populate $userdata, $lang, $theme, $images and initiate $template. ! // $mx_user->init($user_ip, PAGE_INDEX); --- 33,40 ---- } ! /* ! * Start session, user and style (template + theme) management ! * - populate $userdata, $lang, $theme, $images and initiate $template. ! */ $mx_user->init($user_ip, PAGE_INDEX); Index: admin_mx_module.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_module.php,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** admin_mx_module.php 11 Feb 2008 11:13:16 -0000 1.51 --- admin_mx_module.php 17 Jun 2013 02:53:26 -0000 1.52 *************** *** 19,23 **** // Security and Page header // ! define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 19,23 ---- // Security and Page header // ! @define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); Index: index_jon.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index_jon.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index_jon.php 17 Jun 2013 00:32:11 -0000 1.5 --- index_jon.php 17 Jun 2013 02:53:26 -0000 1.6 *************** *** 18,22 **** // Security and Page header // ! define('IN_PORTAL', 1); define('ADMIN_START', true); define('NEED_SID', true); --- 18,22 ---- // Security and Page header // ! @define('IN_PORTAL', 1); define('ADMIN_START', true); define('NEED_SID', true); Index: admin_mx_portal.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_portal.php,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** admin_mx_portal.php 18 Oct 2009 04:15:18 -0000 1.50 --- admin_mx_portal.php 17 Jun 2013 02:53:26 -0000 1.51 *************** *** 19,23 **** // Security and Page header // ! define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 19,23 ---- // Security and Page header // ! @define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); Index: admin_mx_block_cp.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_block_cp.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** admin_mx_block_cp.php 18 Jun 2009 21:38:58 -0000 1.26 --- admin_mx_block_cp.php 17 Jun 2013 02:53:26 -0000 1.27 *************** *** 20,24 **** // Security and Page header // ! define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 20,24 ---- // Security and Page header // ! @define('IN_PORTAL', 1); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); |
|
From: Florin C B. <ory...@us...> - 2013-06-17 02:51:58
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11022/sessions/phpbb3 Modified Files: session.php Log Message: Index: session.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/session.php,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** session.php 16 Jun 2013 02:14:54 -0000 1.52 --- session.php 17 Jun 2013 02:51:56 -0000 1.53 *************** *** 1730,1734 **** } } ! $this->theme = $row; $db->sql_freeresult($result); --- 1730,1734 ---- } } ! $this->theme = &$row; $db->sql_freeresult($result); *************** *** 1750,1754 **** AND i.imageset_id = s.imageset_id"; $result = $db->sql_query($sql, 3600); ! $this->theme = $db->sql_fetchrow($result); $db->sql_freeresult($result); $style = $this->theme['style_id']; --- 1750,1754 ---- AND i.imageset_id = s.imageset_id"; $result = $db->sql_query($sql, 3600); ! $this->theme = &$db->sql_fetchrow($result); $db->sql_freeresult($result); $style = $this->theme['style_id']; |
|
From: Florin C B. <ory...@us...> - 2013-06-17 00:40:20
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6887 Modified Files: prosilver.cfg Log Message: Index: prosilver.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.cfg,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** prosilver.cfg 1 Apr 2011 01:14:08 -0000 1.13 --- prosilver.cfg 17 Jun 2013 00:40:18 -0000 1.14 *************** *** 83,105 **** $current_template_style_images = PORTAL_URL . $mx_images['mx_graphics']['theme_icons']; - // - // Define the icon css style /* $mx_images['mx_graphics']['icon_style'] = '<style type="text/css"> .mx_icon { vertical-align: middle; - background-color:; - background-image: url(\''.$current_template_menu_images.'/icon_bg.gif\'); - background-repeat: no-repeat; } .mx_icon_hot { vertical-align: middle; - background-color:; - background-image: url(\''.$current_template_menu_images.'/icon_bg.gif\'); - background-repeat: no-repeat; } </style>'; ! */ /********************************************************************************\ --- 83,99 ---- $current_template_style_images = PORTAL_URL . $mx_images['mx_graphics']['theme_icons']; /* + * Define the icon css style + */ $mx_images['mx_graphics']['icon_style'] = '<style type="text/css"> .mx_icon { vertical-align: middle; } .mx_icon_hot { vertical-align: middle; } </style>'; ! /********************************************************************************\ *************** *** 259,270 **** | CORE Images \********************************************************************************/ ! // // SiteLog - // $mx_images['mx_dot'] = $images['folder']; - - // // Online Block - // $mx_images['mx_who_is_online'] = "$current_template_style_images/whosonline.gif"; ?> --- 253,261 ---- | CORE Images \********************************************************************************/ ! // Logo ! $mx_images['mx_logo'] = "$current_template_theme_images/logo.gif"; // SiteLog $mx_images['mx_dot'] = $images['folder']; // Online Block $mx_images['mx_who_is_online'] = "$current_template_style_images/whosonline.gif"; ?> |
|
From: Florin C B. <ory...@us...> - 2013-06-17 00:33:33
|
Update of /cvsroot/mxbb/core/language/lang_romanian_ansi In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6478/lang_romanian_ansi Modified Files: lang_admin.php Log Message: Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_romanian_ansi/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin.php 23 Oct 2009 07:46:40 -0000 1.2 --- lang_admin.php 17 Jun 2013 00:33:31 -0000 1.3 *************** *** 29,34 **** $lang['DATE_FORMAT'] = 'd/M/Y'; // This should be changed to the default date format for your language, php date() format ! $lang['MXP_adminCP'] = 'Mx-Publisher Administraþie'; ! $lang['Portal_Desc'] = 'A little text to describe your website.'; // --- 29,34 ---- $lang['DATE_FORMAT'] = 'd/M/Y'; // This should be changed to the default date format for your language, php date() format ! $lang['Mx-Publisher_adminCP'] = 'Mx-Publisher Administraþie'; ! $lang['Portal_Desc'] = 'A little text to describe your website.'; // |
|
From: Florin C B. <ory...@us...> - 2013-06-17 00:33:32
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6478/lang_english Modified Files: lang_admin.php Log Message: Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -d -r1.90 -r1.91 *** lang_admin.php 23 Oct 2009 07:46:36 -0000 1.90 --- lang_admin.php 17 Jun 2013 00:33:30 -0000 1.91 *************** *** 23,28 **** // setlocale(LC_ALL, 'en'); ! $lang['Mx-Publisher_adminCP'] = 'MX-Publisher Administration'; ! $lang['Portal_Desc'] = 'A little text to describe your website.'; // --- 23,28 ---- // setlocale(LC_ALL, 'en'); ! $lang['Mx-Publisher_adminCP'] = 'MX-Publisher Administration'; ! $lang['Portal_Desc'] = 'A little text to describe your website.'; // |
|
From: Florin C B. <ory...@us...> - 2013-06-17 00:32:14
|
Update of /cvsroot/mxbb/core/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6276 Modified Files: index.php index_jon.php index_new.php index_ory.php index_test.php page_header_admin.php Log Message: Index: index_test.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index_test.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index_test.php 21 Oct 2012 00:03:28 -0000 1.1 --- index_test.php 17 Jun 2013 00:32:11 -0000 1.2 *************** *** 753,757 **** 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['mxBB_adminCP'], 'USERNAME' => $mx_user->data['username'], --- 753,757 ---- 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['Mx-Publisher_adminCP'], 'USERNAME' => $mx_user->data['username'], Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** index.php 30 Dec 2011 04:29:26 -0000 1.61 --- index.php 17 Jun 2013 00:32:11 -0000 1.62 *************** *** 597,601 **** $template->assign_vars(array( ! 'ADMIN_TITLE' => $lang['mxBB_adminCP'], "S_FRAME_NAV" => mx_append_sid("index.$phpEx?pane=left"), "S_FRAME_MAIN" => mx_append_sid("index.$phpEx?pane=right")) --- 597,601 ---- $template->assign_vars(array( ! 'ADMIN_TITLE' => $lang['Mx-Publisher_adminCP'], "S_FRAME_NAV" => mx_append_sid("index.$phpEx?pane=left"), "S_FRAME_MAIN" => mx_append_sid("index.$phpEx?pane=right")) Index: page_header_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/page_header_admin.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** page_header_admin.php 31 Oct 2008 19:02:20 -0000 1.30 --- page_header_admin.php 17 Jun 2013 00:32:11 -0000 1.31 *************** *** 58,62 **** **********/ ! $template->set_filenames(array( 'header' => 'admin/page_header.tpl') ); // --- 58,62 ---- **********/ ! $template->set_filenames(array('header' => 'admin/page_header.tpl')); // *************** *** 70,74 **** $template->assign_vars(array( 'SITENAME' => $board_config['sitename'], ! // 'PAGE_TITLE' => $page_title, 'L_ADMIN' => $lang['Admin'], --- 70,74 ---- $template->assign_vars(array( 'SITENAME' => $board_config['sitename'], ! //'PAGE_TITLE' => $page_title, 'L_ADMIN' => $lang['Admin'], *************** *** 86,92 **** 'S_CONTENT_DIR_RIGHT' => $lang['RIGHT'], 'S_USER_LANG' => $mx_user->lang['default_lang'], ! // // These theme variables are not used for MX-Publisher, since MX-Publisher require a theme.css file - // /* 'T_HEAD_STYLESHEET' => $theme['head_stylesheet'], --- 86,91 ---- 'S_CONTENT_DIR_RIGHT' => $lang['RIGHT'], 'S_USER_LANG' => $mx_user->lang['default_lang'], ! // These theme variables are not used for MX-Publisher, since MX-Publisher require a theme.css file /* 'T_HEAD_STYLESHEET' => $theme['head_stylesheet'], *************** *** 131,135 **** //+ MX-Publisher ! 'L_MX_ADMIN' => $lang['mxBB_adminCP'], 'U_PHPBB_ROOT_PATH' => PHPBB_URL, 'U_PORTAL_ROOT_PATH' => PORTAL_URL, --- 130,134 ---- //+ MX-Publisher ! 'L_MX_ADMIN' => $lang['Mx-Publisher_adminCP'], 'U_PHPBB_ROOT_PATH' => PHPBB_URL, 'U_PORTAL_ROOT_PATH' => PORTAL_URL, Index: index_new.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index_new.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** index_new.php 20 Mar 2011 18:25:41 -0000 1.17 --- index_new.php 17 Jun 2013 00:32:11 -0000 1.18 *************** *** 778,782 **** 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['mxBB_adminCP'], 'USERNAME' => $mx_user->data['username'], --- 778,782 ---- 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['Mx-Publisher_adminCP'], 'USERNAME' => $mx_user->data['username'], Index: index_ory.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index_ory.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index_ory.php 27 Jul 2011 19:44:58 -0000 1.1 --- index_ory.php 17 Jun 2013 00:32:11 -0000 1.2 *************** *** 764,768 **** 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['mxBB_adminCP'], 'USERNAME' => $mx_user->data['username'], --- 764,768 ---- 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['Mx-Publisher_adminCP'], 'USERNAME' => $mx_user->data['username'], Index: index_jon.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index_jon.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index_jon.php 20 Mar 2011 18:25:40 -0000 1.4 --- index_jon.php 17 Jun 2013 00:32:11 -0000 1.5 *************** *** 753,757 **** 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['mxBB_adminCP'], 'USERNAME' => $mx_user->data['username'], --- 753,757 ---- 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['Mx-Publisher_adminCP'], 'USERNAME' => $mx_user->data['username'], |
|
From: Florin C B. <ory...@us...> - 2013-06-17 00:31:41
|
Update of /cvsroot/mxbb/core/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6173 Modified Files: mx_functions_style.php Log Message: Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.129 retrieving revision 1.130 diff -C2 -d -r1.129 -r1.130 *** mx_functions_style.php 16 Jun 2013 01:10:13 -0000 1.129 --- mx_functions_style.php 17 Jun 2013 00:31:39 -0000 1.130 *************** *** 748,752 **** // Shared phpBB keys ! if ((@include $shared_lang_path . "lang_" . $this->lang['default_lang'] . "/lang_admin.$phpEx") === false) { if ((@include $shared_lang_path . "lang_english/lang_admin.$phpEx") === false) --- 748,752 ---- // Shared phpBB keys ! if ((include $shared_lang_path . "lang_" . $this->lang['default_lang'] . "/lang_admin.$phpEx") === false) { if ((@include $shared_lang_path . "lang_english/lang_admin.$phpEx") === false) *************** *** 1851,1855 **** if ((@include $module_lang_path . "language/lang_english/lang_admin.$phpEx") === false) { ! mx_message_die(CRITICAL_ERROR, 'Modiule admin language file ' . $mx_root_path . $module_lang_path . "language/lang_" . $default_lang . "/lang_admin.$phpEx" . ' couldn\'t be opened.'); } } --- 1851,1855 ---- if ((@include $module_lang_path . "language/lang_english/lang_admin.$phpEx") === false) { ! mx_message_die(CRITICAL_ERROR, 'Modiule admin language file ' . $mx_root_path . $module_lang_path . "language/lang_" . $default_lang . "/lang_admin.$phpEx" . ' couldn\'t be opened.'); } } *************** *** 1905,1909 **** * @param unknown_type $page_id */ ! function init( $user_ip, $page_id, $init_style = true ) { // --- 1905,1909 ---- * @param unknown_type $page_id */ ! function init($user_ip, $page_id, $init_style = true) { // *************** *** 1922,1926 **** // Inititate User style // ! if ( $init_style ) { $this->_init_style(); --- 1922,1926 ---- // Inititate User style // ! if ($init_style) { $this->_init_style(); |
|
From: Florin C B. <ory...@us...> - 2013-06-16 23:36:58
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4001 Modified Files: mx_announce.php Log Message: Index: mx_announce.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/mx_announce.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mx_announce.php 26 Apr 2013 14:14:33 -0000 1.8 --- mx_announce.php 16 Jun 2013 23:36:55 -0000 1.9 *************** *** 255,263 **** $result = $db->sql_query($sql, $block_cache_time); ! while($row = $db->sql_fetchrow($result)) { $attachments[$row['post_msg_id']][] = $row; } $db->sql_freeresult($result); } else --- 255,264 ---- $result = $db->sql_query($sql, $block_cache_time); ! while($row = $db->sql_fetchfield($result)) { $attachments[$row['post_msg_id']][] = $row; } $db->sql_freeresult($result); + } else *************** *** 281,285 **** //Do do: Do we use row insted of postrow[] to simplify the code ? ! $row =& $rowset[$post_list[$i]]; //Prepare variables $poster_id = $postrow[$i]['user_id']; --- 282,286 ---- //Do do: Do we use row insted of postrow[] to simplify the code ? ! $row = $rowset[$post_list[$i]]; //Prepare variables $poster_id = $postrow[$i]['user_id']; *************** *** 574,578 **** } unset($rowset[$post_list[$i]]); ! unset($attachments[$row['post_id']]) } unset($rowset, $postrow); --- 575,579 ---- } unset($rowset[$post_list[$i]]); ! unset($attachments[$row['post_id']]); } unset($rowset, $postrow); |
|
From: Florin C B. <ory...@us...> - 2013-06-16 23:36:11
|
Update of /cvsroot/mxbb/core/includes/db In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3978/db Modified Files: mysqli.php Log Message: Index: mysqli.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/mysqli.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** mysqli.php 16 Jun 2013 01:38:28 -0000 1.25 --- mysqli.php 16 Jun 2013 23:36:08 -0000 1.26 *************** *** 249,253 **** } ! return ($query_id) ? @mysqli_fetch_assoc($query_id) : false; } --- 249,253 ---- } ! return ($query_id) ? mysqli_fetch_assoc($query_id) : false; } |
|
From: Florin C B. <ory...@us...> - 2013-06-16 16:45:57
|
Update of /cvsroot/mxbb/core/includes/db In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20603 Modified Files: dbal.php Log Message: Index: dbal.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/dbal.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** dbal.php 16 Jun 2013 01:38:28 -0000 1.15 --- dbal.php 16 Jun 2013 16:45:55 -0000 1.16 *************** *** 467,474 **** $msg_long_text = $message; ! trigger_error(false, E_USER_ERROR); } //trigger_error($message, E_USER_ERROR); } --- 467,476 ---- $msg_long_text = $message; ! //trigger_error(false, E_USER_ERROR); ! return $this->sql_error_returned; } //trigger_error($message, E_USER_ERROR); + return $this->sql_error_returned; } |
|
From: Florin C B. <ory...@us...> - 2013-06-16 16:16:02
|
Update of /cvsroot/mxbb/core In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19266 Modified Files: config.php Log Message: Index: config.php =================================================================== RCS file: /cvsroot/mxbb/core/config.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** config.php 16 Jun 2013 12:28:36 -0000 1.14 --- config.php 16 Jun 2013 16:15:59 -0000 1.15 *************** *** 6,21 **** // This file must be put into the MX-Publisher Modular System directory, not into the phpBB directory. - $dbms = 'mysqli'; - - $dbhost = 'db2.xhost.ro'; - $dbname = 'caleacrestina_uv_ro01'; - $dbuser = 'caleacrestina_01'; - $dbpasswd = 'tZDvL7A2'; - $dbhost = 'localhost'; - $mx_table_prefix = 'ms_'; - - define('UTF_STATUS', 'phpbb3'); - - define('MX_INSTALLED', true); ?> \ No newline at end of file --- 6,9 ---- |
|
From: Florin C B. <ory...@us...> - 2013-06-16 12:32:59
|
Update of /cvsroot/mxbb/core/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12159 Modified Files: mx_functions_core.php Log Message: Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.128 retrieving revision 1.129 diff -C2 -d -r1.128 -r1.129 *** mx_functions_core.php 16 Jun 2013 12:28:37 -0000 1.128 --- mx_functions_core.php 16 Jun 2013 12:32:57 -0000 1.129 *************** *** 3061,3069 **** //display an error debuging message only if the portal is installed/upgraded ! if(!@$db->sql_query($sql) && @!file_exists('install')) { mx_message_die(GENERAL_ERROR, 'Couldnt Query pages info', '', __LINE__, __FILE__, $sql); } ! elseif(!@$db->sql_query($sql) && @file_exists('install')) { mx_message_die(GENERAL_ERROR, "Couldnt Query pages info"."<br />Please finish installin/upgrading the database. <br />".$lang['Please_remove_install_contrib'], "",__LINE__, __FILE__, $sql); --- 3061,3069 ---- //display an error debuging message only if the portal is installed/upgraded ! if((!$result = @$db->sql_query($sql)) && @!file_exists('install')) { mx_message_die(GENERAL_ERROR, 'Couldnt Query pages info', '', __LINE__, __FILE__, $sql); } ! elseif((!$result = @$db->sql_query($sql)) && @file_exists('install')) { mx_message_die(GENERAL_ERROR, "Couldnt Query pages info"."<br />Please finish installin/upgrading the database. <br />".$lang['Please_remove_install_contrib'], "",__LINE__, __FILE__, $sql); |
|
From: Florin C B. <ory...@us...> - 2013-06-16 12:28:39
|
Update of /cvsroot/mxbb/core In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11658 Modified Files: config.php Log Message: Index: config.php =================================================================== RCS file: /cvsroot/mxbb/core/config.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** config.php 5 Feb 2008 14:51:28 -0000 1.13 --- config.php 16 Jun 2013 12:28:36 -0000 1.14 *************** *** 6,9 **** --- 6,21 ---- // This file must be put into the MX-Publisher Modular System directory, not into the phpBB directory. + $dbms = 'mysqli'; + + $dbhost = 'db2.xhost.ro'; + $dbname = 'caleacrestina_uv_ro01'; + $dbuser = 'caleacrestina_01'; + $dbpasswd = 'tZDvL7A2'; + $dbhost = 'localhost'; + $mx_table_prefix = 'ms_'; + + define('UTF_STATUS', 'phpbb3'); + + define('MX_INSTALLED', true); ?> \ No newline at end of file |
|
From: Florin C B. <ory...@us...> - 2013-06-16 02:14:56
|
Update of /cvsroot/mxbb/core/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv814 Modified Files: mx_functions_core.php Log Message: Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.126 retrieving revision 1.127 diff -C2 -d -r1.126 -r1.127 *** mx_functions_core.php 16 Jun 2013 01:10:13 -0000 1.126 --- mx_functions_core.php 16 Jun 2013 02:14:54 -0000 1.127 *************** *** 553,562 **** while ($row = $db->sql_fetchrow($result)) { ! $page_id = $row['page_id']; ! $column_id = $row['column_id']; $next_page = ($page_id != $row['page_id']) ? true : false; $next_column = ($column_id != $row['column_id']) ? true : false; $page_row = array( "page_id" => $row['page_id'], --- 553,565 ---- while ($row = $db->sql_fetchrow($result)) { ! $page_id = isset($page_id) ? $page_id : $row['page_id']; ! $column_id = isset($column_id) ? $column_id : $row['column_id']; $next_page = ($page_id != $row['page_id']) ? true : false; $next_column = ($column_id != $row['column_id']) ? true : false; + $page_id = $row['page_id']; + $column_id = $row['column_id']; + $page_row = array( "page_id" => $row['page_id'], *************** *** 3188,3196 **** global $mx_block, $tplEx, $_GET; ! $this->info = $this->page_config[$this->page_id]['page_info']; ! // ! // IP filter ! // $mx_ip = new mx_ip; --- 3191,3199 ---- global $mx_block, $tplEx, $_GET; ! $this->info = $this->page_config[$this->page_id]['page_id']; ! /* ! * IP filter ! */ $mx_ip = new mx_ip; |
|
From: Florin C B. <ory...@us...> - 2013-06-16 01:44:41
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31220 Modified Files: constants.php Log Message: Index: constants.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/constants.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** constants.php 5 Jun 2013 14:05:59 -0000 1.7 --- constants.php 16 Jun 2013 01:44:39 -0000 1.8 *************** *** 166,169 **** --- 166,187 ---- @define('FIELD_DATE', 6); + // referer validation + define('REFERER_VALIDATE_NONE', 0); + define('REFERER_VALIDATE_HOST', 1); + define('REFERER_VALIDATE_PATH', 2); + + // phpbb_chmod() permissions + @define('CHMOD_ALL', 7); + @define('CHMOD_READ', 4); + @define('CHMOD_WRITE', 2); + @define('CHMOD_EXECUTE', 1); + + // Captcha code length + define('CAPTCHA_MIN_CHARS', 4); + define('CAPTCHA_MAX_CHARS', 7); + + // Additional constants + define('VOTE_CONVERTED', 127); + // Additional constants @define('RANKS_PATH', 'images/ranks/'); |
|
From: Florin C B. <ory...@us...> - 2013-06-16 01:38:30
|
Update of /cvsroot/mxbb/core/includes/db In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30681 Modified Files: dbal.php mysqli.php Log Message: Index: dbal.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/dbal.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** dbal.php 16 Jun 2013 01:22:30 -0000 1.14 --- dbal.php 16 Jun 2013 01:38:28 -0000 1.15 *************** *** 439,443 **** // If error occurs in initiating the session we need to use a pre-defined language string // This could happen if the connection could not be established for example (then we are not able to grab the default language) ! if (!isset($user->lang['SQL_ERROR_OCCURRED'])) { $message .= '<br /><br />An sql error occurred while fetching this page. Please contact an administrator if this problem persists.'; --- 439,443 ---- // If error occurs in initiating the session we need to use a pre-defined language string // This could happen if the connection could not be established for example (then we are not able to grab the default language) ! if (!isset($lang['SQL_ERROR_OCCURRED'])) { $message .= '<br /><br />An sql error occurred while fetching this page. Please contact an administrator if this problem persists.'; *************** *** 447,455 **** if (!empty($config['board_contact'])) { ! $message .= '<br /><br />' . sprintf($user->lang['SQL_ERROR_OCCURRED'], '<a href="mailto:' . htmlspecialchars($config['board_contact']) . '">', '</a>'); } else { ! $message .= '<br /><br />' . sprintf($user->lang['SQL_ERROR_OCCURRED'], '', ''); } } --- 447,455 ---- if (!empty($config['board_contact'])) { ! $message .= '<br /><br />' . sprintf($lang['SQL_ERROR_OCCURRED'], '<a href="mailto:' . htmlspecialchars($board_config['board_contact']) . '">', '</a>'); } else { ! $message .= '<br /><br />' . sprintf($lang['SQL_ERROR_OCCURRED'], '', ''); } } |
|
From: Florin C B. <ory...@us...> - 2013-06-16 01:22:33
|
Update of /cvsroot/mxbb/core/includes/db In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29751/includes/db Modified Files: dbal.php mysqli.php Log Message: Index: mysqli.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/mysqli.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** mysqli.php 18 Oct 2009 04:15:32 -0000 1.23 --- mysqli.php 16 Jun 2013 01:22:30 -0000 1.24 *************** *** 58,68 **** if (defined('UTF_STATUS') && (UTF_STATUS === 'phpbb3')) { ! @mysqli_query($this->db_connect_id, "SET NAMES 'utf8'"); // enforce strict mode on databases that support it } if (mysqli_get_server_version($this->db_connect_id) >= 50002) { ! $result = @mysqli_query($this->db_connect_id, 'SELECT @@session.sql_mode AS sql_mode'); ! $row = @mysqli_fetch_assoc($result); ! @mysqli_free_result($result); $modes = array_map('trim', explode(',', $row['sql_mode'])); --- 58,68 ---- if (defined('UTF_STATUS') && (UTF_STATUS === 'phpbb3')) { ! mysqli_query($this->db_connect_id, "SET NAMES 'utf8'"); // enforce strict mode on databases that support it } if (mysqli_get_server_version($this->db_connect_id) >= 50002) { ! $result = mysqli_query($this->db_connect_id, 'SELECT @@session.sql_mode AS sql_mode'); ! $row = mysqli_fetch_assoc($result); ! mysqli_free_result($result); $modes = array_map('trim', explode(',', $row['sql_mode'])); Index: dbal.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/dbal.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** dbal.php 4 Oct 2008 17:30:23 -0000 1.13 --- dbal.php 16 Jun 2013 01:22:30 -0000 1.14 *************** *** 415,435 **** function sql_error($sql = '') { ! global $mx_user; ! $error = $this->_sql_error(); if (!$this->return_on_error) { ! $message = '<u>SQL ERROR</u> [ ' . SQL_LAYER . ' ]<br /><br />' . $error['message'] . ' [' . $error['code'] . ']'; // Show complete SQL error and path to administrators only ! if ($mx_user->is_admin) { ! // Print out a nice backtrace... ! //$backtrace = get_backtrace(); ! ! $message .= ($sql) ? '<br /><br /><u>SQL</u><br /><br />' . $sql : ''; ! //$message .= ($backtrace) ? '<br /><br /><u>BACKTRACE</u><br />' . $backtrace : ''; ! $message .= '<br />'; } else --- 415,437 ---- function sql_error($sql = '') { ! global $mx_user, $mx_root_path, $phpEx, $lang, $board_config; ! ! // Set var to retrieve errored status ! $this->sql_error_triggered = true; ! $this->sql_error_sql = $sql; ! ! $this->sql_error_returned = $this->_sql_error(); if (!$this->return_on_error) { ! $message = 'SQL ERROR [ ' . $this->sql_layer . ' ]<br /><br />' . $this->sql_error_returned['message'] . ' [' . $this->sql_error_returned['code'] . ']'; // Show complete SQL error and path to administrators only ! // Additionally show complete error on installation or if extended debug mode is enabled ! // The DEBUG_EXTRA constant is for development only! ! if ((isset($phpbb_auth) && $phpbb_auth->acl_get('a_')) || defined('IN_INSTALL') || defined('DEBUG_EXTRA')) { ! $message .= ($sql) ? '<br /><br />SQL<br /><br />' . htmlspecialchars($sql) : ''; } else *************** *** 437,447 **** // If error occurs in initiating the session we need to use a pre-defined language string // This could happen if the connection could not be established for example (then we are not able to grab the default language) ! if (!isset($mx_user->_lang['An_error_occured'])) { ! $message .= '<br /><br />An sql error occurred while fetching this page. Please contact an administrator if this problem persist.'; } else { ! $message .= '<br /><br />' . $mx_user->_lang['An_error_occured']; } } --- 439,456 ---- // If error occurs in initiating the session we need to use a pre-defined language string // This could happen if the connection could not be established for example (then we are not able to grab the default language) ! if (!isset($user->lang['SQL_ERROR_OCCURRED'])) { ! $message .= '<br /><br />An sql error occurred while fetching this page. Please contact an administrator if this problem persists.'; } else { ! if (!empty($config['board_contact'])) ! { ! $message .= '<br /><br />' . sprintf($user->lang['SQL_ERROR_OCCURRED'], '<a href="mailto:' . htmlspecialchars($config['board_contact']) . '">', '</a>'); ! } ! else ! { ! $message .= '<br /><br />' . sprintf($user->lang['SQL_ERROR_OCCURRED'], '', ''); ! } } } *************** *** 452,458 **** } } ! return $error; } --- 461,482 ---- } + if (strlen($message) > 1024) + { + // We need to define $msg_long_text here to circumvent text stripping. + global $msg_long_text; + $msg_long_text = $message; + + trigger_error(false, E_USER_ERROR); + } + + //trigger_error($message, E_USER_ERROR); } ! if ($this->transaction) ! { ! $this->sql_transaction('rollback'); ! } ! ! return $this->sql_error_returned; } |
|
From: Florin C B. <ory...@us...> - 2013-06-16 01:22:32
|
Update of /cvsroot/mxbb/core In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29751 Modified Files: common.php Log Message: Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.116 retrieving revision 1.117 diff -C2 -d -r1.116 -r1.117 *** common.php 5 Jun 2013 14:05:57 -0000 1.116 --- common.php 16 Jun 2013 01:22:30 -0000 1.117 *************** *** 15,43 **** } ! // ! // To be able to include phpBB functions/methods ! // @define('IN_PHPBB', 1); @define('PHPBB_INSTALLED', true); - - // // Reset stats - // $mx_starttime = explode(' ', microtime()); $mx_starttime = $mx_starttime[1] + $mx_starttime[0]; ! // ! // DEBUG AND ERROR HANDLING ! // define('DEBUG', true); // [Admin Option] Show Footer debug stats - Actually set in phpBB/includes/constants.php define('DEBUG_EXTRA', true); // [Admin Option] Show memory usage. Show link to full SQL debug report in footer. Beware, this makes the page slow to load. For debugging only. define('INCLUDES', 'includes/'); //Main Includes folder ! @ini_set( 'display_errors', '1' ); //@error_reporting(E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables ! @error_reporting(E_ALL & ~E_NOTICE); //Default error reporting in PHP 5.2+ //@session_cache_expire (1440); //@set_time_limit (0); ! include($mx_root_path . 'modules/mx_shared/ErrorHandler/prepend.' . $phpEx); // For nice error output // ================================================================================ --- 15,40 ---- } ! /* ! * To be able to include phpBB functions/methods ! */ @define('IN_PHPBB', 1); @define('PHPBB_INSTALLED', true); // Reset stats $mx_starttime = explode(' ', microtime()); $mx_starttime = $mx_starttime[1] + $mx_starttime[0]; ! /* ! * DEBUG AND ERROR HANDLING ! */ define('DEBUG', true); // [Admin Option] Show Footer debug stats - Actually set in phpBB/includes/constants.php define('DEBUG_EXTRA', true); // [Admin Option] Show memory usage. Show link to full SQL debug report in footer. Beware, this makes the page slow to load. For debugging only. define('INCLUDES', 'includes/'); //Main Includes folder ! @ini_set('display_errors', '1'); //@error_reporting(E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables ! //@error_reporting(E_ALL & ~E_NOTICE); //Default error reporting in PHP 5.2+ //@session_cache_expire (1440); //@set_time_limit (0); ! //include($mx_root_path . 'modules/mx_shared/ErrorHandler/prepend.' . $phpEx); // For nice error output // ================================================================================ *************** *** 301,305 **** // Show 'Board is disabled' message if needed. // ! if($portal_config['board_disable'] && !defined("IN_ADMIN") && !defined("IN_LOGIN")) { mx_message_die(GENERAL_MESSAGE, 'Board_disable', 'Information'); --- 298,302 ---- // Show 'Board is disabled' message if needed. // ! if(!empty($portal_config['board_disable']) && !defined("IN_ADMIN") && !defined("IN_LOGIN")) { mx_message_die(GENERAL_MESSAGE, 'Board_disable', 'Information'); |
|
From: Florin C B. <ory...@us...> - 2013-06-16 01:10:17
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29054/shared/phpbb2/includes Modified Files: functions.php Log Message: Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/shared/phpbb2/includes/functions.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** functions.php 31 Oct 2008 18:54:43 -0000 1.6 --- functions.php 16 Jun 2013 01:10:14 -0000 1.7 *************** *** 538,560 **** return hexdec($hexipbang[0]). '.' . hexdec($hexipbang[1]) . '.' . hexdec($hexipbang[2]) . '.' . hexdec($hexipbang[3]); } ! // ! // Create date/time from format and timezone ! // ! public static function create_date($format, $gmepoch, $tz) { ! global $board_config, $lang; static $translate; ! if ( empty($translate) && $board_config['default_lang'] != 'english' ) { @reset($lang['datetime']); ! while ( list($match, $replace) = @each($lang['datetime']) ) { ! $translate[$match] = $replace; } } ! ! return ( !empty($translate) ) ? strtr(@gmdate($format, $gmepoch + (3600 * $tz)), $translate) : @gmdate($format, $gmepoch + (3600 * $tz)); } --- 538,605 ---- return hexdec($hexipbang[0]). '.' . hexdec($hexipbang[1]) . '.' . hexdec($hexipbang[2]) . '.' . hexdec($hexipbang[3]); } + + /* + * Get DST + */ + public function get_dst($gmepoch, $tz = 0, $time_mode = 0) + { + global $board_config, $mx_user; ! $tz = empty($tz) ? $board_config['board_timezone'] : $tz; ! $dst_time_lag = isset($mx_user->data['user_dst']) ? $mx_user->data['user_dst'] : $tz; ! ! switch ($time_mode) ! { ! case 2: ! //MANUAL_DST ! $dst_sec = $dst_time_lag * 60; ! break; ! case 1: ! //SERVER_SWITCH ! $dst_sec = gmdate('I', $gmepoch + (3600 * $tz)) * $dst_time_lag * 60; ! //$dst_sec = @date('I', $gmepoch) * $dst_time_lag * 60; ! break; ! default: ! $dst_sec = (isset($mx_user->timezone) && isset($mx_user->dst)) ? (int) $mx_user->timezone + (int) $mx_user->dst : 0; ! break; ! } ! return $dst_sec; ! } ! ! /* ! * Create date/time using the specified format and timezone ! */ ! public static function create_date($format, $gmepoch, $tz = 0) { ! global $board_config, $mx_user, $lang; static $translate; ! $tz = empty($tz) ? $board_config['board_timezone'] : $tz; ! // We need to force this ==> isset($lang['datetime']) <== otherwise we may have $lang initialized and we don't want that... ! if (empty($translate) && ($board_config['default_lang'] != 'english') && isset($lang['datetime'])) { + $use_short_names = false; + if (((strpos($format, '\M') === false) && (strpos($format, 'M') !== false)) || ((strpos($format, '\r') === false) && (strpos($format, 'r') !== false))) + { + $use_short_names = true; + } @reset($lang['datetime']); ! while (list($match, $replace) = @each($lang['datetime'])) { ! $var_name = $match; ! if ((strpos($match, '_short') !== false) && $use_short_names) ! { ! $var_name = str_replace('_short', '', $match); ! } ! $translate[$var_name] = $replace; } } ! $tz = empty($tz) ? $board_config['board_timezone'] : $tz; ! $dst_time_lag = isset($mx_user->data['user_dst']) ? $mx_user->data['user_dst'] : $tz; ! $dst_sec = (isset($mx_user->timezone) && isset($mx_user->dst)) ? (int) $mx_user->timezone + (int) $mx_user->dst : $dst_time_lag * 60; ! //$dst_sec = self::get_dst($gmepoch, $tz); ! $date = @gmdate($format, $gmepoch + (3600 * $tz) + $dst_sec); ! $date = (is_array($translate) ? @strtr($date, $translate) : $date); ! return $date; } |
|
From: Florin C B. <ory...@us...> - 2013-06-16 01:10:16
|
Update of /cvsroot/mxbb/core/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29054 Modified Files: mx_functions_core.php mx_functions_style.php page_tail.php template.php Log Message: Index: template.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/template.php,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** template.php 23 Apr 2010 19:39:53 -0000 1.39 --- template.php 16 Jun 2013 01:10:13 -0000 1.40 *************** *** 920,926 **** * includes file or executes code */ ! function execute($filename, $code, $handle) { ! global $lang, $theme, $board_config; global $admin_script; --- 920,926 ---- * includes file or executes code */ ! function execute($filename, $code, $handle, $include_once = false) { ! global $lang, $theme, $board_config, $mx_user; global $admin_script; *************** *** 941,952 **** echo '<!-- template ', $this->files[$handle], ' start -->'; } ! if ($filename) { ! ($include_once) ? @include_once($filename) : @include($filename); } elseif ($admin_script) { ! ($include_once) ? @include_once($admin_script) : @include($admin_script); // See note above } else --- 941,952 ---- echo '<!-- template ', $this->files[$handle], ' start -->'; } ! //inlcude_once() only includes one block per module if ($filename) { ! ($include_once) ? @include_once($filename) : @require($filename); } elseif ($admin_script) { ! ($include_once) ? @include_once($admin_script) : @require($admin_script); // See note above } else Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.125 retrieving revision 1.126 diff -C2 -d -r1.125 -r1.126 *** mx_functions_core.php 5 Apr 2013 06:21:58 -0000 1.125 --- mx_functions_core.php 16 Jun 2013 01:10:13 -0000 1.126 *************** *** 287,291 **** * @return unknown */ ! function _read_config( $id, $sub_id = 0, $type, $force_query = false ) { global $portal_config, $mx_root_path; --- 287,291 ---- * @return unknown */ ! function _read_config($id = 1, $sub_id = 0, $type, $force_query = false) { global $portal_config, $mx_root_path; *************** *** 345,349 **** * @return unknown */ ! function _get_block_config( $id = '', $sub_id = 0 ) { global $db; --- 345,349 ---- * @return unknown */ ! function _get_block_config($id = '', $sub_id = 0) { global $db; *************** *** 498,513 **** * @return unknown */ ! function _get_page_config( $id = '' ) { global $db; $this->pages_config = array(); ! $sql_page = !empty($id) ? " AND col.page_id = '" . $id . "'" : ""; ! ! // // Get page_blocks data - // $sql = "SELECT col.page_id, pag.page_name, pag.page_desc, --- 498,514 ---- * @return unknown */ ! function _get_page_config($id = '') { global $db; $this->pages_config = array(); ! $temp_row = $page_row = $column_row = $block_row = array(); $sql_page = !empty($id) ? " AND col.page_id = '" . $id . "'" : ""; ! // Get page_blocks data $sql = "SELECT col.page_id, + col.column_title, + col.column_order, + col.column_size, pag.page_name, pag.page_desc, *************** *** 528,534 **** pag.phpbb_stats, bct.column_id, - col.column_title, - col.column_order, - col.column_size, blk.block_id, fnc.function_file --- 529,532 ---- *************** *** 547,563 **** $sql .= " ORDER BY col.page_id, column_order, block_order"; ! if ( !$result = $db->sql_query( $sql ) ) { ! mx_message_die( GENERAL_ERROR, "Could not query page information", "", __LINE__, __FILE__, $sql ); } - $page_id = 0; ! while ( $row = $db->sql_fetchrow( $result ) ) { - $next_page = ( $page_id != $row['page_id'] ) ? true : false; - $next_column = ( $column_id != $row['column_id'] ) ? true : false; $page_id = $row['page_id']; $column_id = $row['column_id']; ! $page_row = array( "page_id" => $row['page_id'], --- 545,562 ---- $sql .= " ORDER BY col.page_id, column_order, block_order"; ! if (!$result = $db->sql_query($sql)) { ! mx_message_die(GENERAL_ERROR, "Could not query page information", "", __LINE__, __FILE__, $sql); } $page_id = 0; ! ! while ($row = $db->sql_fetchrow($result)) { $page_id = $row['page_id']; $column_id = $row['column_id']; ! ! $next_page = ($page_id != $row['page_id']) ? true : false; ! $next_column = ($column_id != $row['column_id']) ? true : false; ! $page_row = array( "page_id" => $row['page_id'], *************** *** 591,606 **** "block_id" => $row['block_id'], "column_id" => $row['column_id'], ! //"module_path" => $row['module_path'], ! //"function_file" => $row['function_file'], ! //"function_admin" => $row['function_admin'] ); ! if ( $next_page ) { ! $temp_row = array(); ! $temp_row = array( 'page_info' => $page_row ); } ! if ( $next_column ) { $temp_row['columns'][] = $column_row; --- 590,604 ---- "block_id" => $row['block_id'], "column_id" => $row['column_id'], ! "module_path" => $row['module_path'], ! "function_file" => $row['function_file'], ! "function_admin" => $row['function_admin'] ); ! if ($next_page) { ! $temp_row = array('page_info' => $page_row); } ! if ($next_column) { $temp_row['columns'][] = $column_row; *************** *** 3059,3063 **** { global $db, $userdata, $debug, $portal_config, $mx_cache, $lang; ! unset($this->page_rowset); unset($this->subpage_rowset); --- 3057,3061 ---- { global $db, $userdata, $debug, $portal_config, $mx_cache, $lang; ! static $result; unset($this->page_rowset); unset($this->subpage_rowset); *************** *** 3068,3076 **** //display an error debuging message only if the portal is installed/upgraded ! if(!@$db->sql_query($sql) && @!file_exists('install')) { mx_message_die(GENERAL_ERROR, 'Couldnt Query pages info', '', __LINE__, __FILE__, $sql); } ! elseif(!@$db->sql_query($sql) && @file_exists('install')) { mx_message_die(GENERAL_ERROR, "Couldnt Query pages info"."<br />Please finish installin/upgrading the database. <br />".$lang['Please_remove_install_contrib'], "",__LINE__, __FILE__, $sql); --- 3066,3074 ---- //display an error debuging message only if the portal is installed/upgraded ! if((!$result = @$db->sql_query($sql)) && @!file_exists('install')) { mx_message_die(GENERAL_ERROR, 'Couldnt Query pages info', '', __LINE__, __FILE__, $sql); } ! elseif((!$result = @$db->sql_query($sql)) && @file_exists('install')) { mx_message_die(GENERAL_ERROR, "Couldnt Query pages info"."<br />Please finish installin/upgrading the database. <br />".$lang['Please_remove_install_contrib'], "",__LINE__, __FILE__, $sql); *************** *** 3088,3094 **** } - // // Load page data - // $this->page_id = $page_id; $this->page_config = $mx_cache->read( $this->page_id, MX_CACHE_PAGE_TYPE, $force_query ); --- 3086,3090 ---- Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.128 retrieving revision 1.129 diff -C2 -d -r1.128 -r1.129 *** mx_functions_style.php 5 Jun 2013 14:05:58 -0000 1.128 --- mx_functions_style.php 16 Jun 2013 01:10:13 -0000 1.129 *************** *** 1217,1221 **** function _load_phpbb_images() { ! global $images, $board_config, $template, $phpbb_root_path, $mx_root_path; unset($GLOBALS['TEMPLATE_CONFIG']); --- 1217,1221 ---- function _load_phpbb_images() { ! global $images, $board_config, $template, $phpbb_root_path, $mx_root_path, $phpEx; unset($GLOBALS['TEMPLATE_CONFIG']); *************** *** 1339,1343 **** $current_template_phpbb_images = @file_exists($phpbb_root_path . $current_style_phpbb_path . "/imageset") ? $current_style_phpbb_path. "/imageset" : (@file_exists($phpbb_root_path . $this->default_style2_name . "/imageset") ? $phpbb_root_path . $this->default_style2_name . "/imageset" : $phpbb_root_path . $this->default_template_name . "/imageset"); //@include($phpbb_root_path . $current_template_phpbb_images . '/imageset.cfg'); ! define('TEMPLATE_CONFIG', true); } // --- 1339,1343 ---- $current_template_phpbb_images = @file_exists($phpbb_root_path . $current_style_phpbb_path . "/imageset") ? $current_style_phpbb_path. "/imageset" : (@file_exists($phpbb_root_path . $this->default_style2_name . "/imageset") ? $phpbb_root_path . $this->default_style2_name . "/imageset" : $phpbb_root_path . $this->default_template_name . "/imageset"); //@include($phpbb_root_path . $current_template_phpbb_images . '/imageset.cfg'); ! @define('TEMPLATE_CONFIG', true); } // *************** *** 1477,1481 **** { global $images, $board_config, $template, $phpbb_root_path, $mx_root_path, $theme, $current_module_images; ! global $mx_block, $mx_user; //This will keep loaded images --- 1477,1481 ---- { global $images, $board_config, $template, $phpbb_root_path, $mx_root_path, $theme, $current_module_images; ! global $mx_block, $mx_user, $phpEx; //This will keep loaded images Index: page_tail.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/page_tail.php,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** page_tail.php 6 Nov 2008 00:57:21 -0000 1.44 --- page_tail.php 16 Jun 2013 01:10:13 -0000 1.45 *************** *** 60,70 **** $mxbb_footer_text_url = PORTAL_URL . 'index.' . $phpEx . '?sid=' . $userdata['session_id'] . '&mx_copy=true'; - // // Generate debug stats // - from Olympus if (defined('DEBUG') && $userdata['user_level'] == ADMIN) { - $debug_output = '<div align="center"><span class="copyright">'; - $mtime = explode(' ', microtime()); $totaltime = $mtime[0] + $mtime[1] - $mx_starttime; --- 60,68 ---- $mxbb_footer_text_url = PORTAL_URL . 'index.' . $phpEx . '?sid=' . $userdata['session_id'] . '&mx_copy=true'; // Generate debug stats // - from Olympus + $debug_output = '<div align="center"><span class="copyright">'; if (defined('DEBUG') && $userdata['user_level'] == ADMIN) { $mtime = explode(' ', microtime()); $totaltime = $mtime[0] + $mtime[1] - $mx_starttime; *************** *** 89,98 **** } } - $debug_output .= ' | <a href="' . (($_SERVER['REQUEST_URI']) ? htmlspecialchars($_SERVER['REQUEST_URI']) : "index.$phpEx$SID") . ((strpos($_SERVER['REQUEST_URI'], '?') !== false) ? '&' : '?') . 'explain=1">Explain</a>'; } - $debug_output .= '</span></div>'; } ! // // Generate additional footer code (defined by modules) --- 87,94 ---- } } $debug_output .= ' | <a href="' . (($_SERVER['REQUEST_URI']) ? htmlspecialchars($_SERVER['REQUEST_URI']) : "index.$phpEx$SID") . ((strpos($_SERVER['REQUEST_URI'], '?') !== false) ? '&' : '?') . 'explain=1">Explain</a>'; } } ! $debug_output .= '</span></div>'; // // Generate additional footer code (defined by modules) |
|
From: Florin C B. <ory...@us...> - 2013-06-07 18:40:10
|
Update of /cvsroot/mxbb/mx_weather/templates/_core/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17337/admin Log Message: Directory /cvsroot/mxbb/mx_weather/templates/_core/admin added to the repository |
|
From: Florin C B. <ory...@us...> - 2013-06-07 18:39:46
|
Update of /cvsroot/mxbb/mx_weather/templates/_core In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17291/_core Log Message: Directory /cvsroot/mxbb/mx_weather/templates/_core added to the repository |
|
From: Florin C B. <ory...@us...> - 2013-06-07 18:39:15
|
Update of /cvsroot/mxbb/mx_weather/language/lang_romanian In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17260/lang_romanian Log Message: Directory /cvsroot/mxbb/mx_weather/language/lang_romanian added to the repository |
|
From: Florin C B. <ory...@us...> - 2013-06-07 18:38:48
|
Update of /cvsroot/mxbb/mx_weather/images/lang_romanian In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17218/lang_romanian Log Message: Directory /cvsroot/mxbb/mx_weather/images/lang_romanian added to the repository |
|
From: Florin C B. <ory...@us...> - 2013-06-07 18:38:09
|
Update of /cvsroot/mxbb/mx_weather/templates In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17169/templates Log Message: Directory /cvsroot/mxbb/mx_weather/templates added to the repository |