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
|
|
From: OryNider <ory...@us...> - 2008-02-20 18:50:08
|
Update of /cvsroot/mxbb/mx_smartor/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18089 Modified Files: _core.cfg Log Message: {LANG} Index: _core.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/_core/_core.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** _core.cfg 5 Feb 2008 04:04:24 -0000 1.1 --- _core.cfg 20 Feb 2008 18:50:03 -0000 1.2 *************** *** 37,41 **** $mx_template_config = true; ! $mx_template_name = 'subSilver'; --- 37,41 ---- $mx_template_config = true; ! $mx_template_name = '_core'; *************** *** 55,73 **** - if ( !file_exists( $current_module_images . '/lang_' . $board_config['default_lang'] ) ) - { - $link_language='lang_english'; - } - else - { - $link_language='lang_' . $board_config['default_lang']; - } - - - if( !defined('LANG')) - { - define('LANG', $link_language); - } - // ------------------------------------------------------------------------- // (Re)Define images --- 55,58 ---- *************** *** 84,98 **** $mx_images['mini_new_pictures'] = "$current_template_phpbb_images/icon_minipost_new.gif"; $mx_images['mini_all_pic_view_mode'] = "$current_module_images/icon_mini_showall.gif"; ! $mx_images['icon_album'] = "$current_module_images/" . LANG . "/icon_album.gif"; ! $mx_images['manage_pic'] = "$current_module_images/" . LANG . "/manage_pic.gif"; ! $mx_images['upload_pic'] = "$current_module_images/" . LANG . "/upload_pic.gif"; ! $mx_images['jupload_pic']= "$current_module_images/" . LANG . "/jupload_pic.gif"; ! $mx_images['download_pic'] = "$current_module_images/" . LANG . "/download.gif"; ! $mx_images['download_all_pic'] = "$current_module_images/" . LANG . "/download_all.gif"; ! $mx_images['all_pic_view_mode'] = "$current_module_images/" . LANG . "/simple_view.gif"; ! $mx_images['normal_pic_view_mode'] = "$current_module_images/" . LANG . "/normal_view.gif"; ! $mx_images['show_all_pics'] = "$current_module_images/" . LANG . "/show_all_pics.gif"; ! $mx_images['show_all_ratings'] = "$current_module_images/" . LANG . "/show_all_ratings.gif"; ! $mx_images['show_all_comments'] = "$current_module_images/" . LANG . "/show_all_comments.gif"; $mx_images['orange_dot'] = "$current_module_images/orange_dot.png"; $mx_images['blue_dot'] = "$current_module_images/blue_dot.png"; --- 69,83 ---- $mx_images['mini_new_pictures'] = "$current_template_phpbb_images/icon_minipost_new.gif"; $mx_images['mini_all_pic_view_mode'] = "$current_module_images/icon_mini_showall.gif"; ! $mx_images['icon_album'] = "$current_module_images/{LANG}/icon_album.gif"; ! $mx_images['manage_pic'] = "$current_module_images/{LANG}/manage_pic.gif"; ! $mx_images['upload_pic'] = "$current_module_images/{LANG}/upload_pic.gif"; ! $mx_images['jupload_pic']= "$current_module_images/{LANG}/jupload_pic.gif"; ! $mx_images['download_pic'] = "$current_module_images/{LANG}/download.gif"; ! $mx_images['download_all_pic'] = "$current_module_images/{LANG}/download_all.gif"; ! $mx_images['all_pic_view_mode'] = "$current_module_images/{LANG}/simple_view.gif"; ! $mx_images['normal_pic_view_mode'] = "$current_module_images/{LANG}/normal_view.gif"; ! $mx_images['show_all_pics'] = "$current_module_images/{LANG}/show_all_pics.gif"; ! $mx_images['show_all_ratings'] = "$current_module_images/{LANG}/show_all_ratings.gif"; ! $mx_images['show_all_comments'] = "$current_module_images/{LANG}/show_all_comments.gif"; $mx_images['orange_dot'] = "$current_module_images/orange_dot.png"; $mx_images['blue_dot'] = "$current_module_images/blue_dot.png"; *************** *** 101,121 **** $mx_images['icon_dot'] = "$current_module_images/icon_dot.gif"; $mx_images['default_avatar'] = "$current_module_images/default_avatar.png"; ! $mx_images['guest_avatar'] = "$current_module_images/" . LANG . "/guest_avatar.png"; // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_template_phpbb_images/" . LANG . "/icon_quote.gif"; ! $mx_images['icon_edit'] = "$current_template_phpbb_images/" . LANG . "/icon_edit.gif"; ! $mx_images['icon_search'] = "$current_template_phpbb_images/" . LANG . "/icon_search.gif"; ! $mx_images['icon_profile'] = "$current_template_phpbb_images/" . LANG . "/icon_profile.gif"; ! $mx_images['icon_pm'] = "$current_template_phpbb_images/" . LANG . "/icon_pm.gif"; ! $mx_images['icon_email'] = "$current_template_phpbb_images/" . LANG . "/icon_email.gif"; $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $mx_images['icon_ip'] = "$current_template_phpbb_images/" . LANG . "/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_template_phpbb_images/" . LANG . "/icon_www.gif"; ! $mx_images['icon_icq'] = "$current_template_phpbb_images/" . LANG . "/icon_icq_add.gif"; ! $mx_images['icon_aim'] = "$current_template_phpbb_images/" . LANG . "/icon_aim.gif"; ! $mx_images['icon_yim'] = "$current_template_phpbb_images/" . LANG . "/icon_yim.gif"; ! $mx_images['icon_msnm'] = "$current_template_phpbb_images/" . LANG . "/icon_msnm.gif"; $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; --- 86,106 ---- $mx_images['icon_dot'] = "$current_module_images/icon_dot.gif"; $mx_images['default_avatar'] = "$current_module_images/default_avatar.png"; ! $mx_images['guest_avatar'] = "$current_module_images/{LANG}/guest_avatar.png"; // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; ! $mx_images['icon_edit'] = "$current_template_phpbb_images/{LANG}/icon_edit.gif"; ! $mx_images['icon_search'] = "$current_template_phpbb_images/{LANG}/icon_search.gif"; ! $mx_images['icon_profile'] = "$current_template_phpbb_images/{LANG}/icon_profile.gif"; ! $mx_images['icon_pm'] = "$current_template_phpbb_images/{LANG}/icon_pm.gif"; ! $mx_images['icon_email'] = "$current_template_phpbb_images/{LANG}/icon_email.gif"; $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $mx_images['icon_ip'] = "$current_template_phpbb_images/{LANG}/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_template_phpbb_images/{LANG}/icon_www.gif"; ! $mx_images['icon_icq'] = "$current_template_phpbb_images/{LANG}/icon_icq_add.gif"; ! $mx_images['icon_aim'] = "$current_template_phpbb_images/{LANG}/icon_aim.gif"; ! $mx_images['icon_yim'] = "$current_template_phpbb_images/{LANG}/icon_yim.gif"; ! $mx_images['icon_msnm'] = "$current_template_phpbb_images/{LANG}/icon_msnm.gif"; $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; |
Update of /cvsroot/mxbb/core/templates/prosilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26764/templates/prosilver/admin Modified Files: mx_pagecp_admin_body.html mx_modulecp_admin_body.html mx_module_admin_body.html mx_blockcp_admin_body.html words_list_body.html Log Message: specific style modifications Index: words_list_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/words_list_body.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** words_list_body.html 8 Jan 2008 18:04:26 -0000 1.1 --- words_list_body.html 20 Feb 2008 12:55:18 -0000 1.2 *************** *** 5,8 **** --- 5,9 ---- <input type="submit" name="add" value="{L_ADD_WORD}" class="button2" /> </p> + <div style="clear:both"></div> <table cellspacing="1" cellpadding="4"> <thead> Index: mx_pagecp_admin_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/mx_pagecp_admin_body.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_pagecp_admin_body.html 8 Jan 2008 18:04:25 -0000 1.1 --- mx_pagecp_admin_body.html 20 Feb 2008 12:55:18 -0000 1.2 *************** *** 295,300 **** <p>{L_EXPLAIN}</p> ! <div style="float:right;"> ! <form method="post" name="jumpbox" action="{S_ACTION}"> <fieldset> <legend>{L_QUICK_NAV}</legend> --- 295,300 ---- <p>{L_EXPLAIN}</p> ! <div id="quick_blocks" style="float:right;"> ! <form method="post" name="jumpbox" action="{S_ACTION}" style="overflow:hidden;display:block;"> <fieldset> <legend>{L_QUICK_NAV}</legend> Index: mx_modulecp_admin_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/mx_modulecp_admin_body.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_modulecp_admin_body.html 11 Feb 2008 11:07:04 -0000 1.3 --- mx_modulecp_admin_body.html 20 Feb 2008 12:55:18 -0000 1.4 *************** *** 248,252 **** <div class="inner"> <form action="{S_ACTION}" method="post" name="jumpbox"> ! <div style="float:left;width:45%;"> <fieldset> <legend>{L_INCLUDE_BLOCK}</legend> --- 248,252 ---- <div class="inner"> <form action="{S_ACTION}" method="post" name="jumpbox"> ! <div id="quick_blocks" style="float:left;width:45%;"> <fieldset> <legend>{L_INCLUDE_BLOCK}</legend> *************** *** 272,276 **** </fieldset> </div> ! <div style="float:right;margin-left:10px;"> <fieldset> <legend>{L_QUICK_NAV}</legend> --- 272,276 ---- </fieldset> </div> ! <div id="quick_blocks" style="float:right;margin-left:10px;"> <fieldset> <legend>{L_QUICK_NAV}</legend> Index: mx_blockcp_admin_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/mx_blockcp_admin_body.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mx_blockcp_admin_body.html 14 Feb 2008 09:39:07 -0000 1.7 --- mx_blockcp_admin_body.html 20 Feb 2008 12:55:18 -0000 1.8 *************** *** 224,229 **** <!-- BEGIN dynamic_select --> <form name="DYNAMIC_LIST" method="post" action="{S_ACTION}"> ! <div> <div style="float:left;width:20%"> <h3>{L_MODULE}</h3> --- 224,230 ---- <!-- BEGIN dynamic_select --> + <form name="DYNAMIC_LIST" method="post" action="{S_ACTION}"> ! <div id="quick_blocks"> <div style="float:left;width:20%"> <h3>{L_MODULE}</h3> Index: mx_module_admin_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/mx_module_admin_body.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_module_admin_body.html 8 Jan 2008 18:01:21 -0000 1.3 --- mx_module_admin_body.html 20 Feb 2008 12:55:18 -0000 1.4 *************** *** 195,199 **** <div style="display:block;"> ! <div style="float:left;display:block;"> <form action="{S_ACTION}" method="post"> <fieldset> --- 195,199 ---- <div style="display:block;"> ! <div id="quick_blocks" style="float:left;display:block;"> <form action="{S_ACTION}" method="post"> <fieldset> *************** *** 207,211 **** </form> </div> ! <div style="float:right;"> <form method="post" name="jumpbox" action="{S_ACTION}"> <fieldset style="white-space:nowrap;"> --- 207,211 ---- </form> </div> ! <div id="quick_blocks" style="float:right;"> <form method="post" name="jumpbox" action="{S_ACTION}"> <fieldset style="white-space:nowrap;"> *************** *** 341,344 **** --- 341,345 ---- <!-- END module --> </div> + <span class="corners-bottom"><span></span></span> </div> <p></p> |
|
From: OryNider <ory...@us...> - 2008-02-20 04:01:40
|
Update of /cvsroot/mxbb/mx_phpCA/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22258 Modified Files: Tag: core28x subSilver.cfg Log Message: |
|
From: OryNider <ory...@us...> - 2008-02-20 04:01:19
|
Update of /cvsroot/mxbb/mx_phpCA/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22229 Modified Files: Tag: core28x lang_admin.php lang_main.php Log Message: Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/language/lang_english/lang_main.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** lang_main.php 6 Jun 2007 22:25:10 -0000 1.1 --- lang_main.php 20 Feb 2008 04:01:15 -0000 1.1.2.1 *************** *** 1,3 **** ! <? // // Miscellaneous --- 1,25 ---- ! <?php ! /** ! * ! * @package MX-Publisher Module - mx_phpCA ! * @version $Id$ ! * @copyright (c) 2002-2008 [OryNider] MX-Publisher Project Team ! * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com ! * ! */ ! // Translated by you ! // Web: yoursite ! // Date: February 20, 2008 ! // MODULE Web Address: http://www.mx-publisher.com/ ! // ! // The format of this file is: ! // ! // ---> $lang["message"] = "text"; ! // ! // Specify your language character encoding... [optional] ! // ! // setlocale(LC_ALL, "en"); ! // // Miscellaneous Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/language/lang_english/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** lang_admin.php 6 Jun 2007 22:25:09 -0000 1.1 --- lang_admin.php 20 Feb 2008 04:01:15 -0000 1.1.2.1 *************** *** 1,3 **** ! <? // // Configuration --- 1,25 ---- ! <?php ! /** ! * ! * @package MX-Publisher Module - mx_phpCA ! * @version $Id$ ! * @copyright (c) 2002-2008 [OryNider] MX-Publisher Project Team ! * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com ! * ! */ ! // Translated by you ! // Web: yoursite ! // Date: February 20, 2008 ! // MODULE Web Address: http://www.mx-publisher.com/ ! // ! // The format of this file is: ! // ! // ---> $lang["message"] = "text"; ! // ! // Specify your language character encoding... [optional] ! // ! // setlocale(LC_ALL, "en"); ! // // Configuration |
|
From: OryNider <ory...@us...> - 2008-02-20 04:00:47
|
Update of /cvsroot/mxbb/mx_phpCA In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21340 Modified Files: Tag: core28x adverts.php db_install.php db_uninstall.php db_upgrade.php readme.txt Log Message: Index: adverts.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/adverts.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** adverts.php 6 Jun 2007 22:24:35 -0000 1.1 --- adverts.php 20 Feb 2008 04:00:14 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /** * --- 1,3 ---- ! <?php /** * |
|
From: OryNider <ory...@us...> - 2008-02-20 04:00:47
|
Update of /cvsroot/mxbb/mx_phpCA/ads_mod In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21340/ads_mod Modified Files: Tag: core28x ads_common.php ads_constants.php ads_functions.php ads_integration.php ads_renewal_mailer.php Log Message: Index: ads_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/ads_mod/ads_common.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_common.php 6 Jun 2007 22:24:31 -0000 1.1 --- ads_common.php 20 Feb 2008 04:00:13 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_common.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_common.php Index: ads_renewal_mailer.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/ads_mod/ads_renewal_mailer.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_renewal_mailer.php 6 Jun 2007 22:24:34 -0000 1.1 --- ads_renewal_mailer.php 20 Feb 2008 04:00:14 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_renewal_mailer.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_renewal_mailer.php Index: ads_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/ads_mod/ads_constants.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_constants.php 6 Jun 2007 22:24:31 -0000 1.1 --- ads_constants.php 20 Feb 2008 04:00:13 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_constants.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_constants.php *************** *** 26,54 **** // User Levels for Ads system <- do NOT change these values ! define('ADS_ANONYMOUS', -1); ! define('ADS_GUEST', -1); ! define('ADS_USER', 0); ! define('ADS_ADMIN', 1); ! define('ADS_MOD', 2); ! define('ADS_PRIVATE', 3); // Path (trailing slash required) ! define('ADS_IMAGES_PATH', $module_root_path . 'upload/images/'); // define('ADS_CHASERS_PATH', $module_root_path . 'upload/chasers/'); ! define('ADS_CHASERS_PATH', $module_root_path . 'upload/chasers/'); ! define('ADS_PAYMENTS_PATH', $module_root_path . 'upload/payments/'); // Table names ! !defined('ADS_ADVERTS_TABLE') ? define('ADS_ADVERTS_TABLE', $mx_table_prefix.'ads_adverts') : false; ! !defined('ADS_CATEGORIES_TABLE') ? define('ADS_CATEGORIES_TABLE', $mx_table_prefix.'ads_categories') : false; ! !defined('ADS_CHASERS_TABLE') ? define('ADS_CHASERS_TABLE', $mx_table_prefix.'ads_chasers') : false; ! !defined('ADS_COMMENTS_TABLE') ? define('ADS_COMMENTS_TABLE', $mx_table_prefix.'ads_comments') : false; ! !defined('ADS_CONFIG_TABLE') ? define('ADS_CONFIG_TABLE', $mx_table_prefix.'ads_config') : false; ! !defined('ADS_DETAILS_TABLE') ? define('ADS_DETAILS_TABLE', $mx_table_prefix.'ads_details') : false; ! !defined('ADS_IMAGES_TABLE') ? define('ADS_IMAGES_TABLE', $mx_table_prefix.'ads_images') : false; ! !defined('ADS_PAID_ADS_CONFIG_TABLE') ? define('ADS_PAID_ADS_CONFIG_TABLE', $mx_table_prefix.'ads_paid_ads_config') : false; ! !defined('ADS_PAYPAL_PAYMENTS') ? define('ADS_PAYPAL_PAYMENTS', $mx_table_prefix.'ads_paypal_payments') : false; ! !defined('ADS_RATE_TABLE') ? define('ADS_RATE_TABLE', $mx_table_prefix.'ads_rate') : false; ! !defined('ADS_USERS_TABLE') ? define('ADS_USERS_TABLE', $mx_table_prefix.'ads_users') : false; ?> \ No newline at end of file --- 26,54 ---- // User Levels for Ads system <- do NOT change these values ! @define('ADS_ANONYMOUS', -1); ! @define('ADS_GUEST', -1); ! @define('ADS_USER', 0); ! @define('ADS_ADMIN', 1); ! @define('ADS_MOD', 2); ! @define('ADS_PRIVATE', 3); // Path (trailing slash required) ! @define('ADS_IMAGES_PATH', $module_root_path . 'upload/images/'); // define('ADS_CHASERS_PATH', $module_root_path . 'upload/chasers/'); ! @define('ADS_CHASERS_PATH', $module_root_path . 'upload/chasers/'); ! @define('ADS_PAYMENTS_PATH', $module_root_path . 'upload/payments/'); // Table names ! @define('ADS_ADVERTS_TABLE', $mx_table_prefix.'ads_adverts'); ! @define('ADS_CATEGORIES_TABLE', $mx_table_prefix.'ads_categories'); ! @define('ADS_CHASERS_TABLE', $mx_table_prefix.'ads_chasers'); ! @define('ADS_COMMENTS_TABLE', $mx_table_prefix.'ads_comments'); ! @define('ADS_CONFIG_TABLE', $mx_table_prefix.'ads_config'); ! @define('ADS_DETAILS_TABLE', $mx_table_prefix.'ads_details'); ! @define('ADS_IMAGES_TABLE', $mx_table_prefix.'ads_images'); ! @define('ADS_PAID_ADS_CONFIG_TABLE', $mx_table_prefix.'ads_paid_ads_config'); ! @define('ADS_PAYPAL_PAYMENTS', $mx_table_prefix.'ads_paypal_payments'); ! @define('ADS_RATE_TABLE', $mx_table_prefix.'ads_rate'); ! @define('ADS_USERS_TABLE', $mx_table_prefix.'ads_users'); ?> \ No newline at end of file Index: ads_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/ads_mod/ads_functions.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_functions.php 6 Jun 2007 22:24:33 -0000 1.1 --- ads_functions.php 20 Feb 2008 04:00:13 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_functions.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_functions.php |
|
From: OryNider <ory...@us...> - 2008-02-20 04:00:47
|
Update of /cvsroot/mxbb/mx_phpCA/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21340/admin Modified Files: Tag: core28x admin_ads_categ.php admin_ads_cfg.php admin_ads_ext.php Log Message: Index: admin_ads_categ.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/admin/admin_ads_categ.php,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** admin_ads_categ.php 12 Sep 2007 23:50:29 -0000 1.1.2.1 --- admin_ads_categ.php 20 Feb 2008 04:00:11 -0000 1.1.2.2 *************** *** 1,3 **** ! <? /** * --- 1,3 ---- ! <?php /** * Index: admin_ads_cfg.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/admin/admin_ads_cfg.php,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** admin_ads_cfg.php 12 Sep 2007 23:50:29 -0000 1.1.2.1 --- admin_ads_cfg.php 20 Feb 2008 04:00:11 -0000 1.1.2.2 *************** *** 1,3 **** ! <? /** * --- 1,3 ---- ! <?php /** * |
Update of /cvsroot/mxbb/mx_phpCA/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21340/includes Modified Files: Tag: core28x ads_comment.php ads_comment_delete.php ads_comment_edit.php ads_comment_temp.php ads_create.php ads_images.php ads_item.php ads_item_block.php ads_item_delete.php ads_item_edit.php ads_item_renewal.php ads_item_status.php ads_popup.php ads_prices.php ads_rss2.php ads_search.php Log Message: Index: ads_comment_edit.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_comment_edit.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_comment_edit.php 6 Jun 2007 22:24:41 -0000 1.1 --- ads_comment_edit.php 20 Feb 2008 04:00:15 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_comment_edit.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_comment_edit.php Index: ads_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_comment.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_comment.php 6 Jun 2007 22:24:39 -0000 1.1 --- ads_comment.php 20 Feb 2008 04:00:14 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_comment.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_comment.php Index: ads_item_block.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_item_block.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_item_block.php 6 Jun 2007 22:24:43 -0000 1.1 --- ads_item_block.php 20 Feb 2008 04:00:16 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /** * --- 1,3 ---- ! <?php /** * Index: ads_popup.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_popup.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_popup.php 6 Jun 2007 22:24:47 -0000 1.1 --- ads_popup.php 20 Feb 2008 04:00:17 -0000 1.1.2.1 *************** *** 1,2 **** --- 1,5 ---- + <?php + // Do Nothing just here for easyphp :P + ?> <html> <head> Index: ads_comment_temp.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_comment_temp.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_comment_temp.php 6 Jun 2007 22:24:41 -0000 1.1 --- ads_comment_temp.php 20 Feb 2008 04:00:16 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_comment.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_comment.php Index: ads_prices.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_prices.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_prices.php 6 Jun 2007 22:24:47 -0000 1.1 --- ads_prices.php 20 Feb 2008 04:00:17 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_prices.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_prices.php Index: ads_create.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_create.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_create.php 6 Jun 2007 22:24:42 -0000 1.1 --- ads_create.php 20 Feb 2008 04:00:16 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_create.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_create.php Index: ads_rss2.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_rss2.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_rss2.php 6 Jun 2007 22:24:47 -0000 1.1 --- ads_rss2.php 20 Feb 2008 04:00:17 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_rss2.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_rss2.php Index: ads_item_delete.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_item_delete.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_item_delete.php 6 Jun 2007 22:24:44 -0000 1.1 --- ads_item_delete.php 20 Feb 2008 04:00:16 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** ads_item_delete.php --- 1,3 ---- ! <?php /*************************************************************************** ads_item_delete.php Index: ads_item_renewal.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_item_renewal.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_item_renewal.php 6 Jun 2007 22:24:45 -0000 1.1 --- ads_item_renewal.php 20 Feb 2008 04:00:16 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_item_renewal.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_item_renewal.php Index: ads_item_edit.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_item_edit.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_item_edit.php 6 Jun 2007 22:24:45 -0000 1.1 --- ads_item_edit.php 20 Feb 2008 04:00:16 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** ads_item_edit.php --- 1,3 ---- ! <?php /*************************************************************************** ads_item_edit.php Index: ads_search.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_search.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_search.php 6 Jun 2007 22:24:48 -0000 1.1 --- ads_search.php 20 Feb 2008 04:00:17 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_search.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_search.php Index: ads_images.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_images.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_images.php 6 Jun 2007 22:24:42 -0000 1.1 --- ads_images.php 20 Feb 2008 04:00:16 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_images.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_images.php Index: ads_item_status.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_item_status.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_item_status.php 6 Jun 2007 22:24:46 -0000 1.1 --- ads_item_status.php 20 Feb 2008 04:00:17 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_status.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_status.php Index: ads_comment_delete.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_comment_delete.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_comment_delete.php 6 Jun 2007 22:24:40 -0000 1.1 --- ads_comment_delete.php 20 Feb 2008 04:00:15 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_comment_delete.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_comment_delete.php Index: ads_item.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpCA/includes/ads_item.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ads_item.php 6 Jun 2007 22:24:43 -0000 1.1 --- ads_item.php 20 Feb 2008 04:00:16 -0000 1.1.2.1 *************** *** 1,3 **** ! <? /*************************************************************************** * ads_item.php --- 1,3 ---- ! <?php /*************************************************************************** * ads_item.php |
|
From: Jon O. <jon...@us...> - 2008-02-19 22:09:37
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv562 Modified Files: forum_hack.php Log Message: Fix for registering. Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** forum_hack.php 19 Feb 2008 21:39:46 -0000 1.41 --- forum_hack.php 19 Feb 2008 22:09:32 -0000 1.42 *************** *** 52,55 **** --- 52,62 ---- } + // This is a temp fix, since this include should work regardless. I guess our subcall regex cannot handle non-standard in function includes. + // Nevermind, this file is small and only loaded from usercp_register.php and functions_post.php. + if(!function_exists(validate_username)) + { + include_once($phpbb_root_path . 'includes/functions_validate.' . $phpEx); + } + /* // Cannot be loaded here, since its functions load other includes *************** *** 1758,1761 **** --- 1765,1769 ---- $code = preg_replace ("/include(.*)functions_select/", "//", $code); //$code = preg_replace ("/include(.*)functions_search/", "//", $code); + $code = preg_replace ("/include(.*)functions_validate/", "//", $code); $code = preg_replace ("/include(.*)functions_post/", "//", $code); $code = preg_replace ("/include(.*)bbcode/", "//", $code); |
|
From: OryNider <ory...@us...> - 2008-02-19 22:04:42
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30514 Modified Files: Tag: core28x index.php Log Message: update check ;) Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.32.2.2 retrieving revision 1.32.2.3 diff -C2 -d -r1.32.2.2 -r1.32.2.3 *** index.php 3 Feb 2008 19:22:06 -0000 1.32.2.2 --- index.php 19 Feb 2008 22:04:35 -0000 1.32.2.3 *************** *** 861,868 **** $errstr = $mxbb_version_info = ''; ! if ($fsock = @fsockopen('www.mx-system.com', 80, $errno, $errstr)) { @fputs($fsock, "GET /updatecheck/28x.txt HTTP/1.1\r\n"); ! @fputs($fsock, "HOST: www.mx-system.com\r\n"); @fputs($fsock, "Connection: close\r\n\r\n"); --- 861,868 ---- $errstr = $mxbb_version_info = ''; ! if ($fsock = @fsockopen('www.mx-publisher.com', 80, $errno, $errstr)) { @fputs($fsock, "GET /updatecheck/28x.txt HTTP/1.1\r\n"); ! @fputs($fsock, "HOST: www.mx-publisher.com\r\n"); @fputs($fsock, "Connection: close\r\n\r\n"); |
|
From: Jon O. <jon...@us...> - 2008-02-19 21:39:51
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19708/includes Modified Files: forum_hack.php Log Message: Reviewed, according to team discussion. Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** forum_hack.php 19 Feb 2008 00:28:45 -0000 1.40 --- forum_hack.php 19 Feb 2008 21:39:46 -0000 1.41 *************** *** 14,17 **** --- 14,20 ---- } + // + // Subcalls + // if ($_GET['mode'] == 'topicreview' || $_GET['mode'] == 'smilies' || $_GET['mode'] == 'newpm') { *************** *** 21,36 **** define( 'MX_FORUM_DEBUG', 1 ); include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx); if(!function_exists(style_select)) { ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions_selects.' . $phpEx); } if(!function_exists(generate_smilies)) { ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions_post.' . $phpEx); } //Check for mx_smartor fap version // We need to check the DB too, since we can have the files there but not installed !! --- 24,69 ---- define( 'MX_FORUM_DEBUG', 1 ); + // + // Include mxp functions + // include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx); + // + // Include phpbb functions (in 2.9.x, since they are not already loaded) + // + if(!function_exists(auth_check_user)) + { + // Do we really need this one? + include_once($phpbb_root_path . 'includes/auth.' . $phpEx); + } + if(!function_exists(get_db_stat)) + { + include_once($phpbb_root_path . 'includes/functions.' . $phpEx); + } + if(!function_exists(style_select)) { ! include_once($phpbb_root_path . 'includes/functions_selects.' . $phpEx); } if(!function_exists(generate_smilies)) { ! include_once($phpbb_root_path . 'includes/functions_post.' . $phpEx); } + /* + // Cannot be loaded here, since its functions load other includes + if(!function_exists(clean_words)) + { + include_once($phpbb_root_path . 'includes/functions_search.' . $phpEx); + } + */ + + if(!function_exists(smilies_pass)) + { + include_once($phpbb_root_path . 'includes/bbcode.' . $phpEx); + } + + /* //Check for mx_smartor fap version // We need to check the DB too, since we can have the files there but not installed !! *************** *** 44,60 **** $db->sql_freeresult($result); } ! if(!function_exists(smilies_pass)) ! { ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/bbcode.' . $phpEx); ! } ! ! if(!function_exists(auth_check_user)) ! { ! // Do we really need this one? ! include_once($phpbb_root_path . 'includes/auth.' . $phpEx); ! } ! //Check for cash mod if (file_exists($phpbb_root_path . 'includes/functions_cash.'.$phpEx)) { --- 77,86 ---- $db->sql_freeresult($result); } + */ ! // //Check for cash mod + // + /* if (file_exists($phpbb_root_path . 'includes/functions_cash.'.$phpEx)) { *************** *** 70,73 **** --- 96,100 ---- } } + */ // -------------------------------------------------------------------------------- *************** *** 388,392 **** 'login' => $this->phpbb_config['login'], 'memberlist' => $this->phpbb_config['memberlist'], - //'modcp' => $this->phpbb_config['index'], 'modcp' => $this->phpbb_config['index'], //'standalone' ??? 'posting' => $this->phpbb_config['index'], --- 415,418 ---- *************** *** 395,401 **** 'search' => $this->phpbb_config['search'], 'viewonline' => $this->phpbb_config['viewonline'], 'cash' => $this->phpbb_config['other'], 'bin' => $this->phpbb_config['other'], ! 'other' => $this->phpbb_config['other'], ); --- 421,430 ---- 'search' => $this->phpbb_config['search'], 'viewonline' => $this->phpbb_config['viewonline'], + 'other' => $this->phpbb_config['other'], + + // Cash 'cash' => $this->phpbb_config['other'], 'bin' => $this->phpbb_config['other'], ! ); *************** *** 409,413 **** // Something is weird, do not redirect phpbb pages :( // ! $this->forum_pages = array( 'faq' => 0, 'groupcp' => 0, 'index' => 0, --- 438,443 ---- // Something is weird, do not redirect phpbb pages :( // ! $this->forum_pages = array( ! 'faq' => 0, 'groupcp' => 0, 'index' => 0, *************** *** 422,425 **** --- 452,457 ---- 'viewonline' => 0, 'viewtopic' => 0, + + // Cash 'cash' => 0, 'bin' => 0 *************** *** 711,714 **** --- 743,747 ---- // // Show online block + // At some point we need to remove the online block. We already have a mxp online block, and should have the option to remove this phpbb block. // $this->show_online(); *************** *** 840,853 **** // Replaces same function in function.php // ! //$this->make_jumpbox_ref($this->phpbb_url . $action, $match_forum_id); phpBB2::make_jumpbox($this->phpbb_url . $action, $match_forum_id); } function make_jumpbox_ref($action, $match_forum_id, &$forums_list) { global $template, $userdata, $lang, $db, $nav_links, $phpEx, $SID; - // $is_auth = auth(AUTH_VIEW, AUTH_LIST_ALL, $userdata); - $sql = "SELECT c.cat_id, c.cat_title, c.cat_order FROM " . CATEGORIES_TABLE . " c, " . FORUMS_TABLE . " f --- 873,888 ---- // Replaces same function in function.php // ! //make_jumpbox( $this->phpbb_url . $action, $match_forum_id ); ! phpBB2::make_jumpbox($this->phpbb_url . $action, $match_forum_id); } + // + // Redeclared, for Simple Subforums MOD + // function make_jumpbox_ref($action, $match_forum_id, &$forums_list) { global $template, $userdata, $lang, $db, $nav_links, $phpEx, $SID; $sql = "SELECT c.cat_id, c.cat_title, c.cat_order FROM " . CATEGORIES_TABLE . " c, " . FORUMS_TABLE . " f *************** *** 975,979 **** 'S_JUMPBOX_SELECT' => $boxstring, ! 'S_JUMPBOX_ACTION' => append_sid($action)) ); $template->assign_var_from_handle('JUMPBOX', 'jumpbox'); --- 1010,1014 ---- 'S_JUMPBOX_SELECT' => $boxstring, ! 'S_JUMPBOX_ACTION' => mx_append_sid($action)) ); $template->assign_var_from_handle('JUMPBOX', 'jumpbox'); *************** *** 982,986 **** } - // -------------------------------------------------------------------------------- // Replaces same function in function.php --- 1017,1020 ---- *************** *** 1026,1029 **** --- 1060,1066 ---- } + // + // [Remove?] + // function username_search($search_match) { *************** *** 1064,1067 **** --- 1101,1105 ---- $page_title = $lang['Search']; + //include($mx_root_path . 'includes/page_header.'.$phpEx); *************** *** 1354,1357 **** --- 1392,1398 ---- } + // + // [Remove?] + // function show_online() { *************** *** 1568,1571 **** --- 1609,1615 ---- } + // + // Main method + // function read_file( $phpbb_file, $sub_call = false ) { *************** *** 1575,1579 **** --- 1619,1625 ---- global $server_url; // used globally by usercp_register.php + // //Check for cash mod + // if (defined('IN_CASHMOD')) { *************** *** 1599,1602 **** --- 1645,1653 ---- break; } + /* + // + // [Remove?] + // This code is already present below for subcalls of includes. + // $cashcode=file_get_contents($phpbb_root_path . 'includes/functions_cash.'.$phpEx); *************** *** 1642,1645 **** --- 1693,1697 ---- $template = new mx_Template( $phpbb_root_path . 'templates/'. $theme['template_name'] ); eval($cashcode); + */ } *************** *** 1685,1689 **** // Replace common phpBB functions with mxBB alternatives // - //$code = str_replace('append_sid(', 'mx_append_sid(', $code); $code = str_replace('append_sid(', '$mx_forum->append_sid(', $code); //$code = str_replace('@phpbb_realpath(', '$mx_forum->phpbb_realpath(', $code); --- 1737,1740 ---- *************** *** 1692,1696 **** //$code = str_replace('is_link(', '$mx_forum->is_link(', $code); $code = str_replace('redirect(', '$mx_forum->redirect(', $code); - //$code = str_replace('redirect(', 'mx_redirect(', $code); $code = str_replace('make_jumpbox(', '$mx_forum->make_jumpbox(', $code); $code = str_replace('make_jumpbox_ref(', '$mx_forum->make_jumpbox_ref(', $code); --- 1743,1746 ---- *************** *** 1705,1710 **** // Remove some includes already included by mxBB // $code = preg_replace ("/include(.*)functions_select/", "//", $code); ! $code = preg_replace ("/include(.*)functions_search/", "//", $code); $code = preg_replace ("/include(.*)functions_post/", "//", $code); $code = preg_replace ("/include(.*)bbcode/", "//", $code); --- 1755,1761 ---- // Remove some includes already included by mxBB // + $code = preg_replace ("/include(.*)functions/", "//", $code); $code = preg_replace ("/include(.*)functions_select/", "//", $code); ! //$code = preg_replace ("/include(.*)functions_search/", "//", $code); $code = preg_replace ("/include(.*)functions_post/", "//", $code); $code = preg_replace ("/include(.*)bbcode/", "//", $code); *************** *** 1731,1747 **** // Hack for XS/Simple SubForum $code = str_replace('$images = unserialize($item[\'FORUM_FOLDERS\'])', '$mx_forum->images = unserialize($item[\'FORUM_FOLDERS\'])', $code); - break; case 'viewforum': $code = str_replace('<a href=\"modcp', '<a href=\"'.$phpbb_root_path.'modcp', $code); - $code = str_replace('obtain_word_list(', 'phpBB2::obtain_word_list(', $code); - break; case 'viewtopic': - // // For narrow columns - // //$code = str_replace('$message = str_replace("\n"', '$message = $mx_forum->mxbb_magic( $message );' . "\n" . '$message = str_replace("\n"', $code); - $code = str_replace('<a href=\"modcp', '<a href=\"'.$phpbb_root_path.'modcp', $code); $code = str_replace('<a href=\"viewtopic', '<a href=\"'.$phpbb_root_path.'viewtopic', $code); --- 1782,1794 ---- // Hack for XS/Simple SubForum $code = str_replace('$images = unserialize($item[\'FORUM_FOLDERS\'])', '$mx_forum->images = unserialize($item[\'FORUM_FOLDERS\'])', $code); break; + case 'viewforum': $code = str_replace('<a href=\"modcp', '<a href=\"'.$phpbb_root_path.'modcp', $code); break; + case 'viewtopic': // For narrow columns //$code = str_replace('$message = str_replace("\n"', '$message = $mx_forum->mxbb_magic( $message );' . "\n" . '$message = str_replace("\n"', $code); $code = str_replace('<a href=\"modcp', '<a href=\"'.$phpbb_root_path.'modcp', $code); $code = str_replace('<a href=\"viewtopic', '<a href=\"'.$phpbb_root_path.'viewtopic', $code); *************** *** 1749,1762 **** $code = str_replace('$temp_url = "posting.', '$temp_url = "' . $phpbb_root_path . 'posting.', $code); $code = str_replace('$temp_url = "bin.', '$temp_url = "' . $phpbb_root_path . 'bin.', $code); - $code = str_replace('obtain_word_list(', 'phpBB2::obtain_word_list(', $code); - // // Avatars and ranks - // $code = str_replace('<img src="\' . $board_config[\'avatar_path\']', '<img src="\' . $phpbb_root_path . $board_config[\'avatar_path\']', $code); $code = str_replace('<img src="\' . $board_config[\'avatar_gallery_path\']', '<img src="\' . $phpbb_root_path . $board_config[\'avatar_gallery_path\']', $code); $code = str_replace('<img src="\' . $ranksrow[$j][\'rank_image\']', '<img src="\' . $phpbb_root_path . $ranksrow[$j][\'rank_image\']', $code); - break; case 'faq': $code = str_replace('\'U_FAQ_LINK\' => \'#' . $faq_block[$i][$j]['id'], '\'U_FAQ_LINK\' => \''.$phpbb_root_path.'faq.php#' . $faq_block[$i][$j]['id'], $code); --- 1796,1806 ---- $code = str_replace('$temp_url = "posting.', '$temp_url = "' . $phpbb_root_path . 'posting.', $code); $code = str_replace('$temp_url = "bin.', '$temp_url = "' . $phpbb_root_path . 'bin.', $code); // Avatars and ranks $code = str_replace('<img src="\' . $board_config[\'avatar_path\']', '<img src="\' . $phpbb_root_path . $board_config[\'avatar_path\']', $code); $code = str_replace('<img src="\' . $board_config[\'avatar_gallery_path\']', '<img src="\' . $phpbb_root_path . $board_config[\'avatar_gallery_path\']', $code); $code = str_replace('<img src="\' . $ranksrow[$j][\'rank_image\']', '<img src="\' . $phpbb_root_path . $ranksrow[$j][\'rank_image\']', $code); break; + case 'faq': $code = str_replace('\'U_FAQ_LINK\' => \'#' . $faq_block[$i][$j]['id'], '\'U_FAQ_LINK\' => \''.$phpbb_root_path.'faq.php#' . $faq_block[$i][$j]['id'], $code); *************** *** 1765,1802 **** case 'profile': - // // Sub Calls Fix - // $code = str_replace('exit;', 'return;', $code); break; case 'search': ! $code = str_replace('username_search(', '$mx_forum->username_search(', $code); ! $code = str_replace('obtain_word_list(', 'phpBB2::obtain_word_list(', $code); break; case 'modcp': $code = str_replace('$u_view_topic = "modcp.$phpEx', '$u_view_topic = $phpbb_root_path."modcp.$phpEx', $code); - $code = str_replace('obtain_word_list(', 'phpBB2::obtain_word_list(', $code); break; case 'posting': - $code = str_replace('obtain_word_list(', 'phpBB2::obtain_word_list(', $code); break; case 'privmsg': - $code = str_replace('obtain_word_list(', 'phpBB2::obtain_word_list(', $code); - break; - /* - case 'groupcp': - $code = str_replace('phpbb_clean_username(', 'phpBB2::phpbb_clean_username(', $code); - break; - */ case 'includes/usercp_register': - // // Avatars and ranks - // $code = str_replace('\'./\' . $board_config[\'avatar_gallery_path\']', '$board_config[\'avatar_gallery_path\']', $code); $code = str_replace('\'./\' . $board_config[\'avatar_path\']', '$board_config[\'avatar_path\']', $code); --- 1809,1832 ---- case 'profile': // Sub Calls Fix $code = str_replace('exit;', 'return;', $code); break; case 'search': ! //$code = str_replace('username_search(', '$mx_forum->username_search(', $code); break; case 'modcp': $code = str_replace('$u_view_topic = "modcp.$phpEx', '$u_view_topic = $phpbb_root_path."modcp.$phpEx', $code); break; case 'posting': break; case 'privmsg': break; case 'includes/usercp_register': // Avatars and ranks $code = str_replace('\'./\' . $board_config[\'avatar_gallery_path\']', '$board_config[\'avatar_gallery_path\']', $code); $code = str_replace('\'./\' . $board_config[\'avatar_path\']', '$board_config[\'avatar_path\']', $code); *************** *** 1807,1813 **** case 'includes/usercp_avatar': - // // Avatars and ranks - // $code = str_replace( '\'./\' . $board_config[\'avatar_gallery_path\']', '$board_config[\'avatar_gallery_path\']', $code ); $code = str_replace( '\'./\' . $board_config[\'avatar_path\']', '$board_config[\'avatar_path\']', $code ); --- 1837,1841 ---- *************** *** 1822,1828 **** case 'includes/usercp_viewprofile': - // // Avatars and ranks - // $code = str_replace('\'./\' . $board_config[\'avatar_gallery_path\']', '$board_config[\'avatar_gallery_path\']', $code); $code = str_replace('\'./\' . $board_config[\'avatar_path\']', '$board_config[\'avatar_path\']', $code); --- 1850,1854 ---- *************** *** 1833,1842 **** case 'includes/topic_review': ! $code = str_replace('obtain_word_list(', 'phpBB2::obtain_word_list(', $code); break; ! case 'cash': $code = str_replace('exit;', 'return;', $code); break; --- 1859,1872 ---- case 'includes/topic_review': + break; ! case 'includes/functions_search': break; ! case 'includes/functions_cash': ! // Tweaks to this file should go here!!! Please, do not break the module logic. ! break; + case 'cash': $code = str_replace('exit;', 'return;', $code); break; *************** *** 1844,1860 **** // ! //this funtions are now in funtion container ! // ! $code = str_replace('get_db_stat(', 'phpBB2::get_db_stat(', $code); ! $code = str_replace('create_date(', 'phpBB2::create_date(', $code); ! $code = str_replace('phpbb_clean_username(', 'phpBB2::phpbb_clean_username(', $code); ! $code = str_replace('phpbb_realpath(', 'phpBB2::phpbb_realpath(', $code); ! $code = str_replace('get_userdata(', 'mx_get_userdata(', $code); ! $code = str_replace('dss_rand(', 'mx_dss_rand(', $code); ! ! // ! // Now do a recursive study of sub includes/requires ;) // - //$code = preg_replace('#^(.?).*(include)(.*?)(includes\/usercp_)(.*?)(\.).*(\r\n?|\n)#m', "\n " . '$mx_forum->read_file( \'includes/usercp_\\5\', true );' . "\n", $code); $code = preg_replace('#^(.?).*(include)(.*?)(includes\/)(.*?)(\.).*(\r\n?|\n)#m', "\n " . '$mx_forum->read_file( \'includes/\\5\', true );' . "\n", $code); $code = preg_replace('#^(.?).*(require)(.*?)(includes\/)(.*?)(\.).*(\r\n?|\n)#m', "\n " . '$mx_forum->read_file( \'includes/\\5\', true );' . "\n", $code); --- 1874,1879 ---- // ! // Now do a recursive study of includes/requires ;) // $code = preg_replace('#^(.?).*(include)(.*?)(includes\/)(.*?)(\.).*(\r\n?|\n)#m', "\n " . '$mx_forum->read_file( \'includes/\\5\', true );' . "\n", $code); $code = preg_replace('#^(.?).*(require)(.*?)(includes\/)(.*?)(\.).*(\r\n?|\n)#m', "\n " . '$mx_forum->read_file( \'includes/\\5\', true );' . "\n", $code); *************** *** 1864,1867 **** --- 1883,1887 ---- if ($sub_call) { + // Debug subcalls //die(str_replace("\n", '<br>', htmlspecialchars($code))); eval($code); *************** *** 1869,1873 **** else { ! //die(str_replace("\n", '<br>', htmlspecialchars($code))); eval($code); --- 1889,1893 ---- else { ! // Debug main phpBB code //die(str_replace("\n", '<br>', htmlspecialchars($code))); eval($code); |
|
From: Jon O. <jon...@us...> - 2008-02-19 21:39:51
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19708 Modified Files: mx_phpbb.php Log Message: Reviewed, according to team discussion. Index: mx_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/mx_phpbb.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** mx_phpbb.php 18 Feb 2008 18:37:13 -0000 1.15 --- mx_phpbb.php 19 Feb 2008 21:39:46 -0000 1.16 *************** *** 14,17 **** --- 14,22 ---- } + if ( PORTAL_BACKEND != 'phpbb2' ) + { + mx_message_die(GENERAL_MESSAGE, 'There are blocks on this page designed for Mx-Publisher with phpBB2 backend, thus not compatible with current setup.'); + } + // // View Permissions *************** *** 69,81 **** include_once($mx_root_path . "modules/mx_phpbb/includes/phpbb_constants.$phpEx"); ! /* ! if ((@include $mx_root_path . "includes/shared/phpbb2/language/lang_" . $default_lang . "/lang_main.$phpEx") === false) { ! if ((@include $mx_root_path . "includes/shared/phpbb2/language/lang_english/lang_main.$phpEx") === false) ! { ! die('Language file ' . $mx_root_path . "includes/shared/phpbb2/language/lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); ! } } - */ // --- 74,92 ---- include_once($mx_root_path . "modules/mx_phpbb/includes/phpbb_constants.$phpEx"); ! // ! // For core 2.9.x+ ! // ! if (file_exists( $mx_root_path . "includes/shared/phpbb2/language/lang_" . $default_lang . "/lang_main.$phpEx")) { ! @include($mx_root_path . "includes/shared/phpbb2/language/lang_english/lang_main.$phpEx"); ! } ! else if (file_exists( $mx_root_path . "includes/shared/phpbb2/language/lang_english/lang_main.$phpEx")) ! { ! @include($mx_root_path . "includes/shared/phpbb2/language/lang_english/lang_main.$phpEx"); ! } ! else ! { ! // Do nothing, since langs have alrady been loaded ;) } // *************** *** 126,130 **** --- 137,145 ---- $phpbb_output = str_replace('"templates/'.$theme['template_name'], '"' . $phpbb_root_path . 'templates/'.$theme['template_name'], $phpbb_output); + // + // Debug output of html, before sending to mxp block + // //die(str_replace("\n", '<br>', htmlspecialchars($phpbb_output))); + echo($phpbb_output); unset($phpbb_output); |
|
From: Culprit <cul...@us...> - 2008-02-19 21:04:37
|
Update of /cvsroot/mxbb/core/templates/prosilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4433/core/templates/prosilver/admin Modified Files: admin_mx_portal.html Log Message: Index: admin_mx_portal.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/admin_mx_portal.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_mx_portal.html 10 Feb 2008 21:24:33 -0000 1.4 --- admin_mx_portal.html 19 Feb 2008 21:04:13 -0000 1.5 *************** *** 3,9 **** <p>{L_CONFIGURATION_EXPLAIN}</p> <form action="{S_CONFIG_ACTION}" method="post"> ! <fieldset> ! <legend>{L_GENERAL_SETTINGS}</legend> <dl> <dt><label for="portal_name">{L_PORTAL_NAME}</label></dt> --- 3,22 ---- <p>{L_CONFIGURATION_EXPLAIN}</p> + <form action="{S_CONFIG_ACTION}" method="post"> ! <div id="tabs"> ! <ul> ! <li id="gen_sett_tab"><a href="javascript:selectPart('gen_sett')"><span>{L_GENERAL_SETTINGS}</span></a></li> ! <li id="portal_back_tab"><a href="javascript:selectPart('portal_back')"><span>{L_PORTAL_BACKEND}</span></a></li> ! <li id="cookie_sett_tab"><a href="javascript:selectPart('cookie_sett')"><span>{L_COOKIE_SETTINGS}</span></a></li> ! <li id="style_sett_tab"><a href="javascript:selectPart('style_sett')"><span>{L_STYLE_SETTINGS}</span></a></li> ! <li id="email_sett_tab"><a href="javascript:selectPart('email_sett')"><span>{L_EMAIL_SETTINGS}</span></a></li> ! <li id="config_info_tab"><a href="javascript:selectPart('config_info')"><span>INFO</span></a></li> ! </ul> ! </div> ! <div class="panel bg3"> ! <span class="corners-top"><span></span></span> ! <div class="inner" style="padding-left:5px;padding-right:5px;"> ! <fieldset id="gen_sett"> <dl> <dt><label for="portal_name">{L_PORTAL_NAME}</label></dt> *************** *** 59,64 **** </dl> </fieldset> ! <fieldset> ! <legend>{L_PORTAL_BACKEND}</legend> <dl> <dt><label for="portal_backend">{L_PORTAL_BACKEND}</label><br /><span class="explain">{L_PORTAL_BACKEND_EXPLAIN}</span></dt> --- 72,76 ---- </dl> </fieldset> ! <fieldset id="portal_back"> <dl> <dt><label for="portal_backend">{L_PORTAL_BACKEND}</label><br /><span class="explain">{L_PORTAL_BACKEND_EXPLAIN}</span></dt> *************** *** 77,82 **** </p> </fieldset> ! <fieldset> ! <legend>{L_COOKIE_SETTINGS}</legend> <div class="explain">{L_COOKIE_SETTINGS_EXPLAIN}<br /><b>{L_COOKIE_SETTINGS_EXPLAIN_MXP}</b></div> <dl> --- 89,94 ---- </p> </fieldset> ! <fieldset id="cookie_sett"> ! <legend></legend> <div class="explain">{L_COOKIE_SETTINGS_EXPLAIN}<br /><b>{L_COOKIE_SETTINGS_EXPLAIN_MXP}</b></div> <dl> *************** *** 119,124 **** </dl> </fieldset> ! <fieldset> ! <legend>{L_STYLE_SETTINGS}</legend> <dl> <dt><label for="default_lang">{L_DEFAULT_LANG}</label></dt> --- 131,135 ---- </dl> </fieldset> ! <fieldset id="style_sett"> <dl> <dt><label for="default_lang">{L_DEFAULT_LANG}</label></dt> *************** *** 183,188 **** </dl> </fieldset> ! <fieldset> ! <legend>{L_EMAIL_SETTINGS}</legend> <dl> <dt><label for="board_email">{L_ADMIN_EMAIL}</label></dt> --- 194,198 ---- </dl> </fieldset> ! <fieldset id="email_sett"> <dl> <dt><label for="board_email">{L_ADMIN_EMAIL}</label></dt> *************** *** 210,219 **** <dd><input type="password" name="smtp_password" id="smtp_password" value="{SMTP_PASSWORD}" size="25" maxlength="255" /></dd> </dl> - <p align="center"> - {S_HIDDEN_FIELDS} - <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> - <input type="reset" value="{L_RESET}" class="button2" /> - </p> </fieldset> <fieldset> <legend>{L_GENERAL_CONFIG_INFO}</legend> --- 220,225 ---- <dd><input type="password" name="smtp_password" id="smtp_password" value="{SMTP_PASSWORD}" size="25" maxlength="255" /></dd> </dl> </fieldset> + <div id="config_info"> <fieldset> <legend>{L_GENERAL_CONFIG_INFO}</legend> *************** *** 242,245 **** --- 248,291 ---- </dl> </fieldset> + </div> + <p align="right"> + {S_HIDDEN_FIELDS} + <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> + <input type="reset" value="{L_RESET}" class="button2" /> + </p> + </form> + </div> + <span class="corners-bottom"><span></span></span> + </div> + <script type="text/javascript"> + + <!-- + function getObj(obj) + { + return ( document.getElementById ? document.getElementById(obj) : ( document.all ? document.all[obj] : null ) ); + } + + function setNone( part) + { + getObj( part+'_tab').className=''; + getObj( part).style.display='none'; + + } + + function selectPart( part) + { + setNone( 'gen_sett'); + setNone( 'portal_back'); + setNone( 'cookie_sett'); + setNone( 'style_sett'); + setNone( 'email_sett'); + setNone( 'config_info'); + getObj( part+'_tab').className='activetab'; + getObj( part).style.display='block'; + } + selectPart( 'gen_sett'); + // --> + </script> + <br clear="all" /> \ No newline at end of file |
|
From: OryNider <ory...@us...> - 2008-02-19 18:37:19
|
Update of /cvsroot/mxbb/mx_online_adv In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3588 Modified Files: mx_online_adv.php Log Message: fix Index: mx_online_adv.php =================================================================== RCS file: /cvsroot/mxbb/mx_online_adv/mx_online_adv.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mx_online_adv.php 9 Feb 2008 09:21:22 -0000 1.9 --- mx_online_adv.php 19 Feb 2008 18:37:10 -0000 1.10 *************** *** 61,65 **** $uot_this_timestamp_array = getdate(); $uot_when_from = mktime(0, 0, 0, $uot_this_timestamp_array[mon], $uot_this_timestamp_array[mday], $uot_this_timestamp_array[year]); ! $uot_hidden_count = 0; // ================================================================================ --- 61,66 ---- $uot_this_timestamp_array = getdate(); $uot_when_from = mktime(0, 0, 0, $uot_this_timestamp_array[mon], $uot_this_timestamp_array[mday], $uot_this_timestamp_array[year]); ! $uot_hidden_count = 0; ! $users_online_today = array(); // ================================================================================ *************** *** 105,110 **** } - $users_online_today = array(); - while ($row = $db->sql_fetchrow($uot_result)) { --- 106,109 ---- *************** *** 486,490 **** 'UOT_TITLE' => sprintf($lang['UOT_title'], $uot_count), 'UOT_COUNT' => $uot_count, ! 'UOT_LIST' => implode(", ",$users_online_today) )); --- 485,489 ---- 'UOT_TITLE' => sprintf($lang['UOT_title'], $uot_count), 'UOT_COUNT' => $uot_count, ! 'UOT_LIST' => @implode(",", $users_online_today) )); |
|
From: OryNider <ory...@us...> - 2008-02-19 00:28:53
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22880 Modified Files: forum_hack.php Log Message: http://www.mx-system.com/forum/viewtopic.php?lmsg_start=0&t=10611#62075 Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** forum_hack.php 18 Feb 2008 19:47:37 -0000 1.39 --- forum_hack.php 19 Feb 2008 00:28:45 -0000 1.40 *************** *** 25,34 **** if(!function_exists(style_select)) { ! include_once($phpbb_root_path . 'includes/functions_selects.' . $phpEx); } if(!function_exists(generate_smilies)) { ! include_once($phpbb_root_path . 'includes/functions_post.' . $phpEx); } --- 25,34 ---- if(!function_exists(style_select)) { ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions_selects.' . $phpEx); } if(!function_exists(generate_smilies)) { ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions_post.' . $phpEx); } *************** *** 47,51 **** if(!function_exists(smilies_pass)) { ! include_once($phpbb_root_path . 'includes/bbcode.' . $phpEx); } --- 47,51 ---- if(!function_exists(smilies_pass)) { ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/bbcode.' . $phpEx); } |
|
From: Jon O. <jon...@us...> - 2008-02-18 21:16:41
|
Update of /cvsroot/mxbb/mx_linkdb/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7251 Modified Files: link_main_body.tpl Log Message: ugliness Index: link_main_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/templates/_core/link_main_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** link_main_body.tpl 9 Sep 2007 20:09:51 -0000 1.1 --- link_main_body.tpl 18 Feb 2008 21:16:37 -0000 1.2 *************** *** 78,86 **** </tr> <tr> ! <td class="row1" width="80%"> <span class="gensmall">{L_LINK_US_EXPLAIN}</span><br /> <table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" style="table-layout:fixed;" class="bodyline"> <tr> ! <td style="left:0px;width:100%;word-wrap:break-word;font-size=9px;" class="gensmall">{LINK_US_SYNTAX}</td> </tr> </table> --- 78,86 ---- </tr> <tr> ! <td class="row1"> <span class="gensmall">{L_LINK_US_EXPLAIN}</span><br /> <table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" style="table-layout:fixed;" class="bodyline"> <tr> ! <td class="gensmall"><div style="overflow: auto; height:30px;">{LINK_US_SYNTAX}</div></td> </tr> </table> |
|
From: Jon O. <jon...@us...> - 2008-02-18 21:03:01
|
Update of /cvsroot/mxbb/mx_kb/kb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1108/kb/includes Modified Files: kb_constants.php Log Message: Print mode Index: kb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/kb_constants.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** kb_constants.php 17 Feb 2008 20:25:21 -0000 1.11 --- kb_constants.php 18 Feb 2008 21:02:57 -0000 1.12 *************** *** 67,71 **** else { ! $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x if (is_object($mx_page)) { --- 67,75 ---- else { ! if (!$_GET['print']) // Do not "fix" with reuest wrapper!! ! { ! $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x ! } ! if (is_object($mx_page)) { |
|
From: Jon O. <jon...@us...> - 2008-02-18 21:03:01
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1108 Modified Files: kb.php kb_app.php kb_article_reader.php Log Message: Print mode Index: kb.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb.php,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** kb.php 15 Feb 2008 22:43:27 -0000 1.45 --- kb.php 18 Feb 2008 21:02:57 -0000 1.46 *************** *** 216,220 **** // =================================================== $mode = $mx_request_vars->request('mode', MX_TYPE_NO_TAGS, 'main'); ! $print_version = $mx_request_vars->is_request('print', MX_TYPE_NO_TAGS, ''); $kb_config['reader_mode'] = false; --- 216,220 ---- // =================================================== $mode = $mx_request_vars->request('mode', MX_TYPE_NO_TAGS, 'main'); ! $print_version = $mx_request_vars->is_request('print'); $kb_config['reader_mode'] = false; Index: kb_article_reader.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb_article_reader.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** kb_article_reader.php 15 Feb 2008 22:43:27 -0000 1.23 --- kb_article_reader.php 18 Feb 2008 21:02:57 -0000 1.24 *************** *** 140,144 **** // =================================================== $mode = $mx_request_vars->request('mode', MX_TYPE_NO_TAGS, 'article'); ! $print_version = $mx_request_vars->request('print', MX_TYPE_NO_TAGS, ''); $kb_config['reader_mode'] = true; --- 140,144 ---- // =================================================== $mode = $mx_request_vars->request('mode', MX_TYPE_NO_TAGS, 'article'); ! $print_version = $mx_request_vars->is_request('print'); $kb_config['reader_mode'] = true; Index: kb_app.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb_app.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** kb_app.php 15 Feb 2008 22:43:27 -0000 1.3 --- kb_app.php 18 Feb 2008 21:02:57 -0000 1.4 *************** *** 142,146 **** // =================================================== $mode = $mx_request_vars->request('mode', MX_TYPE_NO_TAGS, 'app'); ! $print_version = $mx_request_vars->is_request('print', MX_TYPE_NO_TAGS, ''); $kb_config['reader_mode'] = false; --- 142,146 ---- // =================================================== $mode = $mx_request_vars->request('mode', MX_TYPE_NO_TAGS, 'app'); ! $print_version = $mx_request_vars->is_request('print'); $kb_config['reader_mode'] = false; |
|
From: Jon O. <jon...@us...> - 2008-02-18 20:21:49
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14533 Modified Files: pa_user_upload.php Log Message: Autogenerated comments Index: pa_user_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_user_upload.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** pa_user_upload.php 17 Feb 2008 20:26:22 -0000 1.27 --- pa_user_upload.php 18 Feb 2008 20:21:45 -0000 1.28 *************** *** 241,245 **** // Generate comment // ! $this->update_add_comment('', $file_id, 0, addslashes(trim($mx_pa_notification->topic_title)), addslashes(trim($mx_pa_notification->message))); } --- 241,245 ---- // Generate comment // ! $this->update_add_comment('', $file_id, 0, addslashes(trim($mx_pa_notification->topic_title)), addslashes(trim($mx_pa_notification->message)),true,false,false,true); } |
|
From: Jon O. <jon...@us...> - 2008-02-18 20:21:34
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14489 Modified Files: link_user_upload.php Log Message: Autogenerated comments Index: link_user_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_user_upload.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** link_user_upload.php 17 Feb 2008 20:25:57 -0000 1.15 --- link_user_upload.php 18 Feb 2008 20:21:27 -0000 1.16 *************** *** 230,234 **** // Generate comment // ! $this->update_add_comment('', $link_id, 0, addslashes(trim($mx_linkdb_notification->topic_title)), addslashes(trim($mx_linkdb_notification->message))); } --- 230,234 ---- // Generate comment // ! $this->update_add_comment('', $link_id, 0, addslashes(trim($mx_linkdb_notification->topic_title)), addslashes(trim($mx_linkdb_notification->message)),true,false,false,true); } |
|
From: Jon O. <jon...@us...> - 2008-02-18 20:21:16
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14454 Modified Files: kb_post.php Log Message: Autogenerated comments Index: kb_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_post.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** kb_post.php 17 Feb 2008 20:25:21 -0000 1.16 --- kb_post.php 18 Feb 2008 20:21:11 -0000 1.17 *************** *** 358,362 **** // Generate comment // ! $this->update_add_comment('', $article_id, 0, addslashes(trim($mx_kb_notification->topic_title)), addslashes(trim($mx_kb_notification->message)) ); } --- 358,362 ---- // Generate comment // ! $this->update_add_comment('', $article_id, 0, addslashes(trim($mx_kb_notification->topic_title)), addslashes(trim($mx_kb_notification->message)),true,false,false,true ); } |
|
From: Jon O. <jon...@us...> - 2008-02-18 20:20:56
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14058 Modified Files: bugsbt_post.php Log Message: Autogenerated comments Index: bugsbt_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_post.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** bugsbt_post.php 15 Feb 2008 22:21:54 -0000 1.7 --- bugsbt_post.php 18 Feb 2008 20:20:50 -0000 1.8 *************** *** 350,354 **** // Generate comment // ! $this->update_add_comment('', $article_id, 0, addslashes(trim($mx_bugsbt_notification->topic_title)), addslashes(trim($mx_bugsbt_notification->message)) ); } --- 350,354 ---- // Generate comment // ! $this->update_add_comment('', $article_id, 0, addslashes(trim($mx_bugsbt_notification->topic_title)), addslashes(trim($mx_bugsbt_notification->message)),true,false,false,true ); } |
|
From: Jon O. <jon...@us...> - 2008-02-18 20:20:17
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13564 Modified Files: Tag: core28x mx_functions_tools.php Log Message: Autogenerated comments Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.15.2.5 retrieving revision 1.15.2.6 diff -C2 -d -r1.15.2.5 -r1.15.2.6 *** mx_functions_tools.php 14 Feb 2008 21:22:35 -0000 1.15.2.5 --- mx_functions_tools.php 18 Feb 2008 20:20:08 -0000 1.15.2.6 *************** *** 2033,2043 **** //$this->temp_url = PORTAL_URL . this_kb_mxurl("mode=" . "article&k=" . $this->data['item_id'], false, true); ! $this->auto_message = "[b]" . $this->langs['item_title'] . ":[/b] " . $this->data['item_title'] . "\n"; ! $this->auto_message .= "[b]" . $this->langs['author'] . ":[/b] " . $this->data['item_author'] . "\n"; ! $this->auto_message .= "[b]" . $this->langs['item_description'] . ":[/b] [i]" . $this->data['item_desc'] . "[/i]\n\n"; if ($action != MX_DELETED_NOTIFICATION) { ! $this->auto_message .= "\n\n[b][url=" . $this->temp_url . "]" . $this->langs['read_full_item'] . "[/url][/b]"; } --- 2033,2043 ---- //$this->temp_url = PORTAL_URL . this_kb_mxurl("mode=" . "article&k=" . $this->data['item_id'], false, true); ! $this->auto_message = "<br /><b>" . $this->langs['item_title'] . ":</b> " . $this->data['item_title'] . "<br />"; ! $this->auto_message .= "<b>" . $this->langs['author'] . ":</b> " . $this->data['item_author'] . "<br />"; ! $this->auto_message .= "<b>" . $this->langs['item_description'] . ":</b> <i>" . $this->data['item_desc'] . "</i><br />"; if ($action != MX_DELETED_NOTIFICATION) { ! $this->auto_message .= "<br /><b><a href=\"" . $this->temp_url . "\">" . $this->langs['read_full_item'] . "</a></b>"; } *************** *** 2045,2049 **** // Update message // ! $this->auto_message_update = "[i]" . $this->langs['edited_item_info'] . $this->data['item_editor'] . "[/i]" . "\n\n"; // --- 2045,2049 ---- // Update message // ! $this->auto_message_update = "<br /><i>" . $this->langs['edited_item_info'] . $this->data['item_editor'] . "</i>" . "<br />"; // |
|
From: Jon O. <jon...@us...> - 2008-02-18 20:19:38
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13537 Modified Files: mx_functions_tools.php Log Message: Autogenerated comments Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** mx_functions_tools.php 11 Feb 2008 14:03:06 -0000 1.21 --- mx_functions_tools.php 18 Feb 2008 20:19:32 -0000 1.22 *************** *** 2042,2052 **** //$this->temp_url = PORTAL_URL . this_kb_mxurl("mode=" . "article&k=" . $this->data['item_id'], false, true); ! $this->auto_message = "[b]" . $this->langs['item_title'] . ":[/b] " . $this->data['item_title'] . "\n"; ! $this->auto_message .= "[b]" . $this->langs['author'] . ":[/b] " . $this->data['item_author'] . "\n"; ! $this->auto_message .= "[b]" . $this->langs['item_description'] . ":[/b] [i]" . $this->data['item_desc'] . "[/i]\n\n"; if ($action != MX_DELETED_NOTIFICATION) { ! $this->auto_message .= "\n\n[b][url=" . $this->temp_url . "]" . $this->langs['read_full_item'] . "[/url][/b]"; } --- 2042,2052 ---- //$this->temp_url = PORTAL_URL . this_kb_mxurl("mode=" . "article&k=" . $this->data['item_id'], false, true); ! $this->auto_message = "<br /><b>" . $this->langs['item_title'] . ":</b> " . $this->data['item_title'] . "<br />"; ! $this->auto_message .= "<b>" . $this->langs['author'] . ":</b> " . $this->data['item_author'] . "<br />"; ! $this->auto_message .= "<b>" . $this->langs['item_description'] . ":</b> <i>" . $this->data['item_desc'] . "</i><br />"; if ($action != MX_DELETED_NOTIFICATION) { ! $this->auto_message .= "<br /><b><a href=\"" . $this->temp_url . "\">" . $this->langs['read_full_item'] . "</a></b>"; } *************** *** 2054,2058 **** // Update message // ! $this->auto_message_update = "[i]" . $this->langs['edited_item_info'] . $this->data['item_editor'] . "[/i]" . "\n\n"; // --- 2054,2058 ---- // Update message // ! $this->auto_message_update = "<br /><i>" . $this->langs['edited_item_info'] . $this->data['item_editor'] . "</i>" . "<br />"; // *************** *** 4363,4368 **** { $var = func_get_args(); ! } ! echo '<pre>'; $trace = array_shift((debug_backtrace())); --- 4363,4368 ---- { $var = func_get_args(); ! } ! echo '<pre>'; $trace = array_shift((debug_backtrace())); |
|
From: Jon O. <jon...@us...> - 2008-02-18 19:48:43
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32314/templates/subSilver/admin Modified Files: page_footer.tpl Log Message: Minor fixes Index: page_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/page_footer.tpl,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** page_footer.tpl 16 Feb 2008 22:06:32 -0000 1.15 --- page_footer.tpl 18 Feb 2008 19:48:38 -0000 1.16 *************** *** 18,22 **** <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2008 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group</span></div> <!-- This displays generation info at the bottom of the page --> ! {EXECUTION_STATS} </body> </html> \ No newline at end of file --- 18,22 ---- <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2008 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group</span></div> <!-- This displays generation info at the bottom of the page --> ! <div align="center"><span class="copyright">{EXECUTION_STATS}</span></div> </body> </html> \ No newline at end of file |