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: Jon O. <jon...@us...> - 2006-08-30 19:15:52
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20357/admin Modified Files: admin_mx_block_cp.php admin_mx_chkobjs.php index.php pagestart.php Log Message: Cosmetics... Index: pagestart.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/pagestart.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** pagestart.php 27 Jun 2006 07:52:03 -0000 1.21 --- pagestart.php 30 Aug 2006 19:15:43 -0000 1.22 *************** *** 9,17 **** */ - /** - * mxBB Notes: - * The BLOCK_EDIT switch makes this file accessible when editing blocks in portal mode. - */ - if( !defined('IN_PORTAL') ) { --- 9,12 ---- Index: admin_mx_chkobjs.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_chkobjs.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** admin_mx_chkobjs.php 27 Jun 2006 07:52:02 -0000 1.20 --- admin_mx_chkobjs.php 30 Aug 2006 19:15:43 -0000 1.21 *************** *** 12,16 **** // [ ADMINCP COMMON INITIALIZATION ] // ====================================================== - if( !empty($setmodules) ) { --- 12,15 ---- Index: admin_mx_block_cp.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_block_cp.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** admin_mx_block_cp.php 24 Aug 2006 21:12:51 -0000 1.14 --- admin_mx_block_cp.php 30 Aug 2006 19:15:42 -0000 1.15 *************** *** 190,212 **** // - // Setup config parameters - // - //$block_config = $mode == 'editblog' ? read_block_config($block_id, false, $sub_id) : read_block_config($block_id, false); - - // - // Blog mode: - // - //$blog_validate = ( $blog_mode == 'group' ) ? mx_auth_group($sub_id, true) : $sub_id == $userdata['user_id']; - - /* - if( !($blog_validate || $is_auth_ary['auth_edit']) ) - { - $header_location = ( @preg_match('/Microsoft|WebSTAR|Xitami/', getenv('SERVER_SOFTWARE')) ) ? 'Refresh: 0; URL=' : 'Location: '; - header($header_location . append_sid(PORTAL_URL . "index.$phpEx", true)); - exit; - } - */ - - // // Start output // --- 190,193 ---- Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** index.php 18 Aug 2006 08:01:57 -0000 1.27 --- index.php 30 Aug 2006 19:15:43 -0000 1.28 *************** *** 23,27 **** require('./pagestart.' . $phpEx); - // ------------------------------ // DEBUG ONLY ;-) --- 23,26 ---- *************** *** 30,34 **** // ------------------------------ - // --------------- // Begin functions --- 29,32 ---- *************** *** 390,394 **** $avatar_dir_size = $avatar_dir_size . " Bytes"; } - } else --- 388,391 ---- *************** *** 669,673 **** } } - } else --- 666,669 ---- *************** *** 767,771 **** ); } - } else --- 763,766 ---- *************** *** 837,841 **** /* End phpBB version check code block */ - /* Begin mxBB version check code block */ $current_mxbb_version = explode('.', $portal_config['portal_version']); --- 832,835 ---- *************** *** 899,903 **** /* End mxBB version check code block */ - $template->assign_vars(array( 'MXBB_VERSION_INFO' => $mxbb_version_info, --- 893,896 ---- *************** *** 910,914 **** include('./page_footer_admin.'.$phpEx); - } else --- 903,906 ---- *************** *** 933,937 **** $db->sql_close(); exit; - } ?> \ No newline at end of file --- 925,928 ---- |
|
From: Jon O. <jon...@us...> - 2006-08-30 19:15:51
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20357/modules/mx_coreblocks/templates/subSilver Modified Files: mx_includex.tpl mx_login.tpl mx_online.tpl Log Message: Cosmetics... Index: mx_includex.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver/mx_includex.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_includex.tpl 5 Apr 2006 20:54:24 -0000 1.5 --- mx_includex.tpl 30 Aug 2006 19:15:43 -0000 1.6 *************** *** 34,38 **** <!-- BEGIN pic_mode --> <tr> ! <td class="row1" align="left" >{FILE_CONTENTS}</td> </tr> <!-- END pic_mode --> --- 34,38 ---- <!-- BEGIN pic_mode --> <tr> ! <td class="row1" align="left" >{pic_mode.FILE_CONTENTS}</td> </tr> <!-- END pic_mode --> Index: mx_login.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver/mx_login.tpl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_login.tpl 5 Apr 2006 20:54:25 -0000 1.11 --- mx_login.tpl 30 Aug 2006 19:15:43 -0000 1.12 *************** *** 1,5 **** <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> ! <td class="row1" valign="middle" height="28"><span class="gensmall"> <form action="{S_LOGIN_ACTION}" method="post"> {L_USERNAME}:<br /><input class="post" type="text" name="username" size="10" /><br /> --- 1,6 ---- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> ! <td class="row1" valign="middle" height="28"> ! <span class="gensmall"> <form action="{S_LOGIN_ACTION}" method="post"> {L_USERNAME}:<br /><input class="post" type="text" name="username" size="10" /><br /> *************** *** 9,14 **** <!-- END switch_allow_autologin --> <!--<input type="checkbox" class="post" name="autologin" value="ON" /> {L_AUTO_LOGIN}<br />--> ! <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /></span> </form> </td> </tr> --- 10,16 ---- <!-- END switch_allow_autologin --> <!--<input type="checkbox" class="post" name="autologin" value="ON" /> {L_AUTO_LOGIN}<br />--> ! <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /> </form> + </span> </td> </tr> Index: mx_online.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver/mx_online.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mx_online.tpl 5 Apr 2006 20:54:25 -0000 1.7 --- mx_online.tpl 30 Aug 2006 19:15:43 -0000 1.8 *************** *** 1,9 **** <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> ! <td class="row1" align="center" valign="middle" rowspan="2"><a href="{U_VIEWONLINE}" class="cattitle"><img src="{ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" border="0" /></a></td> ! <td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span></td> </tr> <tr> ! <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td> </tr> </table> \ No newline at end of file --- 1,15 ---- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> ! <td class="row1" align="center" valign="middle" rowspan="2"> ! <a href="{U_VIEWONLINE}" class="cattitle"><img src="{ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" border="0" /></a> ! </td> ! <td class="row1" align="left" width="100%"> ! <span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span> ! </td> </tr> <tr> ! <td class="row1" align="left"> ! <span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span> ! </td> </tr> </table> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2006-08-30 19:15:51
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/templates/subSilver/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20357/modules/mx_rebuild_search_tables/templates/subSilver/admin Modified Files: rebuild_search.tpl rebuild_search_progress.tpl Log Message: Cosmetics... Index: rebuild_search.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/templates/subSilver/admin/rebuild_search.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rebuild_search.tpl 5 Apr 2006 21:00:17 -0000 1.2 --- rebuild_search.tpl 30 Aug 2006 19:15:44 -0000 1.3 *************** *** 1,3 **** - <h1>{L_REBUILD_SEARCH}</h1> --- 1,2 ---- *************** *** 25,27 **** </tr> </table> ! </form> --- 24,26 ---- </tr> </table> ! </form> \ No newline at end of file Index: rebuild_search_progress.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/templates/subSilver/admin/rebuild_search_progress.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rebuild_search_progress.tpl 20 Aug 2005 18:27:33 -0000 1.1 --- rebuild_search_progress.tpl 30 Aug 2006 19:15:44 -0000 1.2 *************** *** 1,3 **** - <h1 style="text-align: center;">{PERCENT} %</h1> --- 1,2 ---- *************** *** 6,8 **** <input type="hidden" name="total_num_rows" value="{TOTAL_NUM_ROWS}"> <div style="text-align: center;"><input class="mainoption" type="submit" name="submit" value="{L_NEXT}" /></div> ! </form> --- 5,7 ---- <input type="hidden" name="total_num_rows" value="{TOTAL_NUM_ROWS}"> <div style="text-align: center;"><input class="mainoption" type="submit" name="submit" value="{L_NEXT}" /></div> ! </form> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2006-08-30 19:15:51
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20357/modules/mx_coreblocks Modified Files: mx_google.php mx_includex.php mx_language.php mx_login.php mx_online.php mx_search.php mx_site_log.php mx_theme.php Log Message: Cosmetics... Index: mx_online.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_online.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** mx_online.php 28 Apr 2006 14:29:37 -0000 1.15 --- mx_online.php 30 Aug 2006 19:15:43 -0000 1.16 *************** *** 264,267 **** $template->pparse('body_online'); - ?> \ No newline at end of file --- 264,266 ---- Index: mx_login.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_login.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_login.php 5 Apr 2006 20:54:24 -0000 1.11 --- mx_login.php 30 Aug 2006 19:15:43 -0000 1.12 *************** *** 36,40 **** { $template->assign_block_vars('switch_user_logged_out', array()); ! // // Allow autologin? --- 36,40 ---- { $template->assign_block_vars('switch_user_logged_out', array()); ! // // Allow autologin? *************** *** 51,54 **** $template->pparse('body_login'); - ?> \ No newline at end of file --- 51,53 ---- Index: mx_language.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_language.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** mx_language.php 1 Aug 2006 21:06:13 -0000 1.16 --- mx_language.php 30 Aug 2006 19:15:43 -0000 1.17 *************** *** 86,89 **** $mx_block->show_block = false; } - ?> \ No newline at end of file --- 86,88 ---- Index: mx_google.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_google.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mx_google.php 5 Apr 2006 20:54:24 -0000 1.9 --- mx_google.php 30 Aug 2006 19:15:43 -0000 1.10 *************** *** 8,12 **** * */ ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { --- 8,12 ---- * */ ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { *************** *** 25,28 **** $template->pparse('body_google'); - ?> \ No newline at end of file --- 25,27 ---- Index: mx_site_log.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_site_log.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_site_log.php 2 May 2006 23:22:17 -0000 1.10 --- mx_site_log.php 30 Aug 2006 19:15:43 -0000 1.11 *************** *** 34,39 **** // Read block Configuration // ! //$log_numberOfEvents = $mx_block->get_parameters( 'numOfEvents' ) > 0 ? intval( $mx_block->get_parameters( 'numOfEvents' ) ) : '5'; ! $log_numberOfEvents = 2; $log_filter_time = $mx_block->get_parameters( 'log_filter_date' ); // no limit, last day, 2 days, 3 days, week, 2 weeks, 3 weeks, month, 2 months, 3 months, 6 months, i year, --- 34,38 ---- // Read block Configuration // ! $log_numberOfEvents = $mx_block->get_parameters( 'numOfEvents' ) > 0 ? intval( $mx_block->get_parameters( 'numOfEvents' ) ) : '5'; $log_filter_time = $mx_block->get_parameters( 'log_filter_date' ); // no limit, last day, 2 days, 3 days, week, 2 weeks, 3 weeks, month, 2 months, 3 months, 6 months, i year, *************** *** 266,269 **** $template->pparse( "sitelog" ); - ?> \ No newline at end of file --- 265,267 ---- Index: mx_includex.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_includex.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_includex.php 28 Aug 2006 21:10:53 -0000 1.10 --- mx_includex.php 30 Aug 2006 19:15:43 -0000 1.11 *************** *** 95,98 **** $template->pparse('includex_block'); - ?> \ No newline at end of file --- 95,97 ---- Index: mx_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_search.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** mx_search.php 26 Jun 2006 21:32:23 -0000 1.16 --- mx_search.php 30 Aug 2006 19:15:43 -0000 1.17 *************** *** 500,503 **** $template->pparse( 'body' ); - ?> \ No newline at end of file --- 500,502 ---- Index: mx_theme.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_theme.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** mx_theme.php 1 Aug 2006 21:06:13 -0000 1.16 --- mx_theme.php 30 Aug 2006 19:15:43 -0000 1.17 *************** *** 85,88 **** $mx_block->show_block = false; } - ?> \ No newline at end of file --- 85,87 ---- |
|
From: Jon O. <jon...@us...> - 2006-08-30 19:15:51
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20357/modules/mx_navmenu/includes Modified Files: navmenu_functions.php Log Message: Cosmetics... Index: navmenu_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/includes/navmenu_functions.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** navmenu_functions.php 20 Aug 2006 14:21:11 -0000 1.4 --- navmenu_functions.php 30 Aug 2006 19:15:44 -0000 1.5 *************** *** 2,6 **** /** * ! * @package mxBB_Portal * @version $Id$ * @copyright (c) 2002-2006 mxBB Project Team --- 2,6 ---- /** * ! * @package mxBB Portal Module - mx_navmenu * @version $Id$ * @copyright (c) 2002-2006 mxBB Project Team |
|
From: Jon O. <jon...@us...> - 2006-08-30 19:15:51
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20357/modules/mx_textblocks Modified Files: mx_textblock_bbcode.php mx_textblock_blog.php mx_textblock_html.php mx_textblock_multi.php Log Message: Cosmetics... Index: mx_textblock_html.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/mx_textblock_html.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** mx_textblock_html.php 25 Jun 2006 21:52:42 -0000 1.13 --- mx_textblock_html.php 30 Aug 2006 19:15:44 -0000 1.14 *************** *** 50,53 **** $template->pparse('body_block'); - ?> \ No newline at end of file --- 50,52 ---- Index: mx_textblock_multi.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/mx_textblock_multi.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** mx_textblock_multi.php 27 Jun 2006 18:12:22 -0000 1.18 --- mx_textblock_multi.php 30 Aug 2006 19:15:45 -0000 1.19 *************** *** 46,60 **** // Block Pages/toc // - /* - if( isset($HTTP_POST_VARS['page_num']) || isset($HTTP_GET_VARS['page_num']) ) - { - $page_num = ( isset($HTTP_POST_VARS['page_num']) ) ? $HTTP_POST_VARS['page_num'] : $HTTP_GET_VARS['page_num']; - $page_num = $page_num - 1; - } - else - { - $page_num = 0; - } - */ $page_num = $mx_request_vars->request('page_num', MX_TYPE_INT, 1) - 1; --- 46,49 ---- Index: mx_textblock_blog.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/mx_textblock_blog.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** mx_textblock_blog.php 17 Jun 2006 20:45:22 -0000 1.13 --- mx_textblock_blog.php 30 Aug 2006 19:15:44 -0000 1.14 *************** *** 9,14 **** */ // NOTE: This script is NOT updated for mxBB 2.8 ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { --- 9,15 ---- */ + // // NOTE: This script is NOT updated for mxBB 2.8 ! // if( !defined('IN_PORTAL') || !is_object($mx_block)) { *************** *** 257,260 **** $template->pparse('body_block'); - ?> \ No newline at end of file --- 258,260 ---- Index: mx_textblock_bbcode.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/mx_textblock_bbcode.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** mx_textblock_bbcode.php 25 Jun 2006 21:52:42 -0000 1.14 --- mx_textblock_bbcode.php 30 Aug 2006 19:15:44 -0000 1.15 *************** *** 37,53 **** $message = $mx_text->display($message, $mx_block->get_parameters( 'Text', MX_GET_PAR_OPTIONS )); - /* - if( !$html_on ) - { - $message = preg_replace('#(<)([\/]?.*?)(>)#is', "<\\2>", $message); - } - - if( $bbcode_on ) - { - $bbcode_uid = $mx_block->get_parameters( 'Text', MX_GET_PAR_OPTIONS ); - $message = mx_decode($message, $bbcode_uid, $smilies_on, $bbcode_on); - } - */ - // // Start output of page --- 37,40 ---- *************** *** 66,69 **** $template->pparse('body_block'); - ?> \ No newline at end of file --- 53,55 ---- |
|
From: Jon O. <jon...@us...> - 2006-08-30 19:15:51
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20357/modules/mx_rebuild_search_tables/admin Modified Files: admin_rebuild_mx_search.php admin_rebuild_search.php Log Message: Cosmetics... Index: admin_rebuild_mx_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/admin/admin_rebuild_mx_search.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_rebuild_mx_search.php 15 Aug 2006 09:11:34 -0000 1.6 --- admin_rebuild_mx_search.php 30 Aug 2006 19:15:44 -0000 1.7 *************** *** 195,198 **** // include( $mx_root_path . 'admin/page_footer_admin.' . $phpEx ); - ?> \ No newline at end of file --- 195,197 ---- Index: admin_rebuild_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/admin/admin_rebuild_search.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_rebuild_search.php 2 May 2006 23:22:17 -0000 1.6 --- admin_rebuild_search.php 30 Aug 2006 19:15:44 -0000 1.7 *************** *** 162,165 **** // include( $mx_root_path . 'admin/page_footer_admin.' . $phpEx ); - ?> \ No newline at end of file --- 162,164 ---- |
|
From: Jon O. <jon...@us...> - 2006-08-28 21:10:58
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4741/includes Modified Files: mx_functions_phpbb.php page_tail.php Log Message: updated mod_rewrite mx_append_sid function bug in page_tail, for debug div bugs in includeX block minor template bugs Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** mx_functions_phpbb.php 16 Aug 2006 20:00:33 -0000 1.26 --- mx_functions_phpbb.php 28 Aug 2006 21:10:52 -0000 1.27 *************** *** 358,362 **** * @return string */ ! function mx_append_sid( $url, $non_html_amp = false ) { global $portal_config, $mx_mod_rewrite; --- 358,362 ---- * @return string */ ! function mx_append_sid( $url, $non_html_amp = false, $mod_rewrite_only = false ) { global $portal_config, $mx_mod_rewrite; *************** *** 373,377 **** // Replaces same function in sessions.php // ! return append_sid( $url, $non_html_amp ); } --- 373,384 ---- // Replaces same function in sessions.php // ! if ($mod_rewrite_only) ! { ! return $url; ! } ! else ! { ! return append_sid( $url, $non_html_amp ); ! } } Index: page_tail.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/page_tail.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** page_tail.php 27 Jun 2006 18:12:22 -0000 1.26 --- page_tail.php 28 Aug 2006 21:10:52 -0000 1.27 *************** *** 73,78 **** $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>'; } } --- 73,78 ---- $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>'; } |
|
From: Jon O. <jon...@us...> - 2006-08-28 21:10:58
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4741 Modified Files: index.php Log Message: updated mod_rewrite mx_append_sid function bug in page_tail, for debug div bugs in includeX block minor template bugs Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/index.php,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** index.php 22 Aug 2006 20:21:49 -0000 1.60 --- index.php 28 Aug 2006 21:10:53 -0000 1.61 *************** *** 263,267 **** // Switch: show title -------------------------------------------------------------------------- // ! if ( $mx_block->auth_view && $mx_block->show_block && $mx_block->show_title || $mx_block->auth_mod ) { $mx_block->output_title(); --- 263,267 ---- // Switch: show title -------------------------------------------------------------------------- // ! if ( $mx_block->auth_view && $mx_block->show_block && $mx_block->show_title && $mx_block->module_root_path != 'modules/mx_phpbb/' || $mx_block->auth_mod ) { $mx_block->output_title(); |
|
From: Jon O. <jon...@us...> - 2006-08-28 21:10:58
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4741/modules/mx_coreblocks Modified Files: mx_includex.php Log Message: updated mod_rewrite mx_append_sid function bug in page_tail, for debug div bugs in includeX block minor template bugs Index: mx_includex.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_includex.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mx_includex.php 5 Apr 2006 20:54:24 -0000 1.9 --- mx_includex.php 28 Aug 2006 21:10:53 -0000 1.10 *************** *** 8,12 **** * */ ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { --- 8,12 ---- * */ ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { *************** *** 38,42 **** 'L_TITLE' => ( !empty($lang[$title]) ? $lang[$title] : $title ) )); ! switch( $x_mode ) { --- 38,42 ---- 'L_TITLE' => ( !empty($lang[$title]) ? $lang[$title] : $title ) )); ! switch( $x_mode ) { *************** *** 59,62 **** --- 59,63 ---- case 'x_textfile': // Textfile + $file = $x_1; ob_start(); @readfile($mx_root_path . $file); |
|
From: Jon O. <jon...@us...> - 2006-08-27 18:13:45
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc/cache In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14715/modules/mx_simpledoc/simpledoc/cache Added Files: .htaccess Log Message: --- NEW FILE: .htaccess --- deny from all |
|
From: Jon O. <jon...@us...> - 2006-08-27 18:13:43
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc/data In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14715/modules/mx_simpledoc/simpledoc/data Added Files: .htaccess Log Message: --- NEW FILE: .htaccess --- deny from all |
|
From: Jon O. <jon...@us...> - 2006-08-27 18:13:43
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14715/modules/mx_simpledoc/simpledoc Modified Files: simpledoc_common.php Log Message: Index: simpledoc_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/simpledoc_common.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** simpledoc_common.php 30 Jun 2006 12:24:39 -0000 1.3 --- simpledoc_common.php 27 Aug 2006 18:13:39 -0000 1.4 *************** *** 53,57 **** include_once( $module_root_path . 'simpledoc/includes/functions_io.' . $phpEx ); include_once( $module_root_path . 'simpledoc/includes/functions_node.' . $phpEx ); ! include_once( $module_root_path . 'config.' . $phpEx ); ini_set('display_errors', 1); --- 53,57 ---- include_once( $module_root_path . 'simpledoc/includes/functions_io.' . $phpEx ); include_once( $module_root_path . 'simpledoc/includes/functions_node.' . $phpEx ); ! //include_once( $module_root_path . 'config.' . $phpEx ); ini_set('display_errors', 1); |
|
From: Jon O. <jon...@us...> - 2006-08-27 18:13:43
|
Update of /cvsroot/mxbb/mx_simpledoc In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14715/modules/mx_simpledoc Added Files: .htaccess Log Message: --- NEW FILE: .htaccess --- php_flag allow_call_time_pass_reference Off php_value error_reporting 2047 php_flag magic_quotes_gpc Off php_flag register_globals Off php_flag short_open_tag Off php_flag zend.ze1_compatibility_mode On |
|
From: Jon O. <jon...@us...> - 2006-08-26 20:36:50
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26346/modules/mx_phpbb/includes Modified Files: forum_hack.php Log Message: A couple of fixes when phpBB is ran with a subselection of forums. Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** forum_hack.php 16 Aug 2006 20:01:43 -0000 1.14 --- forum_hack.php 26 Aug 2006 20:36:45 -0000 1.15 *************** *** 14,17 **** --- 14,22 ---- } + if ($_GET['mode'] == 'topicreview') + { + return; + } + define( 'MX_FORUM_DEBUG', 1 ); *************** *** 1292,1296 **** // NOTE: This regex will only work if "global" is stated on a new line... // ! $code = preg_replace('#^(.?).*(global)(.*?)($)(.*?)(\r\n?|\n)#m', '// mxBB rewrite of global, to instance $this in this function' . "\n " . 'global $mx_forum, \\3', $code); // --- 1297,1301 ---- // NOTE: This regex will only work if "global" is stated on a new line... // ! $code = preg_replace('#^(.?).*(global)(.*?)($)(.*?)(\r\n?|\n)#m', '// mxBB rewrite of global, to instance $this in this function' . "\n " . 'global $mx_forum, \\3', $code); // *************** *** 1302,1306 **** { case 'index': ! $code = str_replace('$display_forums = true;', '$display_forums = $mx_forum->phpbb2_auth_cat($forum_data[$j][\'forum_id\']);', $code); break; --- 1307,1313 ---- { case 'index': ! //$code = str_replace('$display_forums = true;', '$display_forums = $mx_forum->phpbb2_auth_cat($forum_data[$j][\'forum_id\']);', $code); // For old phpBB versions ! $code = str_replace('$is_auth_ary[$forum_data[$i][\'forum_id\']][\'auth_view\']', '$is_auth_ary[$forum_data[$i][\'forum_id\']][\'auth_view\'] && $mx_forum->phpbb2_auth_cat($forum_data[$i][\'forum_id\'])', $code); // For phpBB 2.0.21 and later ! $code = str_replace('$is_auth_ary[$forum_id][\'auth_view\']', '$is_auth_ary[$forum_id][\'auth_view\'] && $mx_forum->phpbb2_auth_cat($forum_data[$i][\'forum_id\'])', $code); // For phpBB 2.0.21 and later break; |
|
From: Jon O. <jon...@us...> - 2006-08-25 14:18:56
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv10269/modules/mx_pafiledb/pafiledb/includes Modified Files: functions.php Log Message: force attachement type downloads Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** functions.php 24 Aug 2006 21:13:31 -0000 1.31 --- functions.php 25 Aug 2006 14:18:48 -0000 1.32 *************** *** 1875,1886 **** header('Pragma: public'); // Send out the Headers ! if ( isset($_GET['save_as']) ) { // // Force the "save file as" dialog // ! //$mimetype = 'application/x-download'; // Fix for avoiding browser doing an 'inline' for known mimetype anyway header('Content-Type: ' . $mimetype . '; name="' . $real_filename . '"'); header('Content-Disposition: attachment; filename="' . $real_filename . '"'); --- 1875,1887 ---- header('Pragma: public'); + header('Cache-control: private, must-revalidate'); // Send out the Headers ! if ( isset($_GET['save_as']) || true) { // // Force the "save file as" dialog // ! $mimetype = 'application/x-download'; // Fix for avoiding browser doing an 'inline' for known mimetype anyway header('Content-Type: ' . $mimetype . '; name="' . $real_filename . '"'); header('Content-Disposition: attachment; filename="' . $real_filename . '"'); |
|
From: Jon O. <jon...@us...> - 2006-08-24 21:20:07
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28229/modules/mx_coreblocks Modified Files: mx_blockcp.php Log Message: little thing Index: mx_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_blockcp.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** mx_blockcp.php 24 Aug 2006 21:12:52 -0000 1.14 --- mx_blockcp.php 24 Aug 2006 21:19:59 -0000 1.15 *************** *** 135,139 **** if ( !($mx_blockcp->auth_edit || $mx_blockcp->auth_mod || $is_admin) || $sid != $userdata['session_id'] ) { ! die('You are not authorized to edit this block :('); } --- 135,139 ---- if ( !($mx_blockcp->auth_edit || $mx_blockcp->auth_mod || $is_admin) || $sid != $userdata['session_id'] ) { ! mx_message_die(GENERAL_MESSAGE, 'You are not authorized to edit this block :('); } |
|
From: Jon O. <jon...@us...> - 2006-08-24 21:13:35
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24435/modules/mx_pafiledb/pafiledb/includes Modified Files: functions.php functions_pafiledb.php Log Message: mimetypes... Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** functions.php 13 Aug 2006 18:53:09 -0000 1.30 --- functions.php 24 Aug 2006 21:13:31 -0000 1.31 *************** *** 1695,1699 **** // this function Borrowed from Acyd Burn attachment mod, (thanks Acyd for this great mod) // ========================================================================= ! function send_file_to_browser( $real_filename, $mimetype, $physical_filename, $upload_dir ) { global $_SERVER, $HTTP_USER_AGENT, $HTTP_SERVER_VARS, $lang, $db, $pafiledb_functions; --- 1695,1699 ---- // this function Borrowed from Acyd Burn attachment mod, (thanks Acyd for this great mod) // ========================================================================= ! function send_file_to_browser( $real_filename, $physical_filename, $upload_dir ) { global $_SERVER, $HTTP_USER_AGENT, $HTTP_SERVER_VARS, $lang, $db, $pafiledb_functions; *************** *** 1725,1758 **** // Determine the Browser the User is using, because of some nasty incompatibilities. ! // Most of the methods used in this function are from phpMyAdmin. :) ! ! $user_agent = ( !empty( $_SERVER['HTTP_USER_AGENT'] ) ) ? $_SERVER['HTTP_USER_AGENT'] : ( ( !empty( $HTTP_SERVER_VARS['HTTP_USER_AGENT'] ) ) ? $HTTP_SERVER_VARS['HTTP_USER_AGENT'] : '' ); ! if ( ereg( 'Opera(/| )([0-9].[0-9]{1,2})', $user_agent, $log_version ) ) { $browser_version = $log_version[2]; $browser_agent = 'opera'; } ! else if ( ereg( 'MSIE ([0-9].[0-9]{1,2})', $user_agent, $log_version ) ) { $browser_version = $log_version[1]; $browser_agent = 'ie'; } ! else if ( ereg( 'OmniWeb/([0-9].[0-9]{1,2})', $user_agent, $log_version ) ) { $browser_version = $log_version[1]; $browser_agent = 'omniweb'; } ! else if ( ereg( '(Konqueror/)(.*)(;)', $user_agent, $log_version ) ) { $browser_version = $log_version[2]; $browser_agent = 'konqueror'; } ! else if ( ereg( 'Mozilla/([0-9].[0-9]{1,2})', $user_agent, $log_version ) && ereg( 'Safari/([0-9]*)', $user_agent, $log_version2 ) ) { $browser_version = $log_version[1] . '.' . $log_version2[1]; $browser_agent = 'safari'; } ! else if ( ereg( 'Mozilla/([0-9].[0-9]{1,2})', $user_agent, $log_version ) ) { $browser_version = $log_version[1]; --- 1725,1757 ---- // Determine the Browser the User is using, because of some nasty incompatibilities. ! // borrowed from phpMyAdmin. :) ! $user_agent = (!empty($_SERVER['HTTP_USER_AGENT'])) ? $_SERVER['HTTP_USER_AGENT'] : ''; ! if (ereg('Opera(/| )([0-9].[0-9]{1,2})', $user_agent, $log_version)) { $browser_version = $log_version[2]; $browser_agent = 'opera'; } ! else if (ereg('MSIE ([0-9].[0-9]{1,2})', $user_agent, $log_version)) { $browser_version = $log_version[1]; $browser_agent = 'ie'; } ! else if (ereg('OmniWeb/([0-9].[0-9]{1,2})', $user_agent, $log_version)) { $browser_version = $log_version[1]; $browser_agent = 'omniweb'; } ! else if (ereg('(Konqueror/)(.*)(;)', $user_agent, $log_version)) { $browser_version = $log_version[2]; $browser_agent = 'konqueror'; } ! else if (ereg('Mozilla/([0-9].[0-9]{1,2})', $user_agent, $log_version) && ereg('Safari/([0-9]*)', $user_agent, $log_version2)) { $browser_version = $log_version[1] . '.' . $log_version2[1]; $browser_agent = 'safari'; } ! else if (ereg('Mozilla/([0-9].[0-9]{1,2})', $user_agent, $log_version)) { $browser_version = $log_version[1]; *************** *** 1765,1823 **** } ! // Correct the Mime Type, if it's an octetstream if ( ( $mimetype == 'application/octet-stream' ) || ( $mimetype == 'application/octetstream' ) ) { ! if ( ( $browser_agent == 'ie' ) || ( $browser_agent == 'opera' ) ) ! { ! $mimetype = 'application/octetstream'; ! } ! else ! { ! $mimetype = 'application/octet-stream'; ! } } ! @ob_end_clean(); @ini_set( 'zlib.output_compression', 'Off' ); - header( 'Pragma: public' ); - header( 'Content-Transfer-Encoding: none' ); ! // Send out the Headers ! if ( $browser_agent == 'ie' ) { ! header( 'Content-Type: ' . $mimetype . '; name="' . $real_filename . '"' ); ! header( 'Content-Disposition: inline; filename="' . $real_filename . '"' ); } else { ! header( 'Content-Type: ' . $mimetype . '; name="' . $real_filename . '"' ); ! header( 'Content-Disposition: attachment; filename=' . $real_filename ); } // Now send the File Contents to the Browser ! if ( $gotit ) { ! if ( $size ) { ! header( "Content-length: $size" ); } ! $result = @readfile( $filename ); ! ! if ( !$result ) ! { ! return true; ! } ! } ! else ! { ! return false; } ! @flush(); ! exit(); } --- 1764,1916 ---- } ! // ! // Get mimetype ! // ! switch ($pafiledb_functions->get_extension($physical_filename)) ! { ! case 'pdf': ! $mimetype = 'application/pdf'; ! break; ! ! case 'zip': ! $mimetype = 'application/zip'; ! break; ! ! case 'gzip': ! $mimetype = 'application/x-gzip'; ! break; ! ! case 'tar': ! $mimetype = 'application/x-tar'; ! break; ! ! case 'tar.gz': ! $mimetype = 'application/x-gzip'; ! break; ! ! case 'tar.bz2': ! $mimetype = 'application/x-bzip2'; ! break; ! ! case 'doc': ! $mimetype = 'application/msword'; ! break; ! ! // Windows Media Player ! case 'mpg': ! $mimetype = 'application/x-mplayer2'; ! break; ! ! case 'mp3': ! $mimetype = 'audio/mp3'; ! break; ! ! /* ! case 'asx': ! $mimetype = 'video/x-ms-asf'; ! break; ! ! case 'wma': ! $mimetype = 'audio/x-ms-wma'; ! break; ! ! case 'wax': ! $mimetype = 'audio/x-ms-wax'; ! break; ! ! case 'wmv': ! $mimetype = 'video/x-ms-wmv'; ! break; ! ! case 'wvx': ! $mimetype = 'video/x-ms-wvx'; ! break; ! ! case 'wm': ! $mimetype = 'video/x-ms-wm'; ! break; ! ! case 'wmx': ! $mimetype = 'video/x-ms-wmx'; ! break; + case 'wmz': + $mimetype = 'application/x-ms-wmz'; + break; + + case 'wmd': + $mimetype = 'application/x-ms-wmd'; + break; + */ + + // Real Player + case 'rpm': + $mimetype = 'audio/x-pn-realaudio-plugin'; + break; + + default: + $mimetype = ($browser_agent == 'ie' || $browser_agent == 'opera') ? 'application/octetstream' : 'application/octet-stream'; + break; + } + + // + // Correct the Mime Type, if it's an octetstream + // + /* if ( ( $mimetype == 'application/octet-stream' ) || ( $mimetype == 'application/octetstream' ) ) { ! $mimetype = ($browser_agent == 'ie' || $browser_agent == 'opera') ? 'application/octetstream' : 'application/octet-stream'; } + */ ! // Correct the mime type - we force application/octetstream for all files, except images ! // Please do not change this, it is a security precaution ! //$mimetype = ($browser_agent == 'ie' || $browser_agent == 'opera') ? 'application/octetstream' : 'application/octet-stream'; ! ! if (@ob_get_length()) ! { ! @ob_end_clean(); ! } @ini_set( 'zlib.output_compression', 'Off' ); ! header('Pragma: public'); ! // Send out the Headers ! if ( isset($_GET['save_as']) ) { ! // ! // Force the "save file as" dialog ! // ! //$mimetype = 'application/x-download'; // Fix for avoiding browser doing an 'inline' for known mimetype anyway ! header('Content-Type: ' . $mimetype . '; name="' . $real_filename . '"'); ! header('Content-Disposition: attachment; filename="' . $real_filename . '"'); } else { ! header('Content-Type: ' . $mimetype . '; name="' . $real_filename . '"'); ! header('Content-Disposition: inline; filename="' . $real_filename . '"'); } // Now send the File Contents to the Browser + $size = @filesize($filename); + if ($size) + { + header("Content-length: $size"); + } + $result = @readfile($filename); ! if (!$result) { ! // PHP track_errors setting On? ! if (!empty($php_errormsg)) { ! mx_message_die( GENERAL_ERROR, 'Unable to deliver file.<br />Error was: ' . $php_errormsg, E_USER_WARNING); } ! mx_message_die( GENERAL_ERROR, 'Unable to deliver file.'); } ! flush(); ! exit; } Index: functions_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions_pafiledb.php,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** functions_pafiledb.php 15 Aug 2006 19:08:33 -0000 1.42 --- functions_pafiledb.php 24 Aug 2006 21:13:32 -0000 1.43 *************** *** 1101,1104 **** --- 1101,1106 ---- } + $save_as_icon = $module_root_path . ICONS_DIR . 'icon_download1.gif'; + // // Poster *************** *** 1114,1118 **** --- 1116,1122 ---- $pafiledb_template->assign_block_vars( "file_rows", array( 'L_NEW_FILE' => $lang['New_file'], + 'L_SAVE_AS' => $lang['Save_as'], 'PIN_IMAGE' => $posticon, + 'SAVE_AS_IMAGE' => $save_as_icon, 'FILE_NAME' => $file_rowset[$i]['file_name'], 'FILE_DESC' => $file_rowset[$i]['file_desc'], *************** *** 1132,1135 **** --- 1136,1140 ---- 'U_FILE' => append_sid( $this->this_mxurl( 'action=file&file_id=' . $file_rowset[$i]['file_id'], false, false, $target_page_id ) ), 'U_FILE_JUMP' => append_sid( $this->this_mxurl( 'action=download&file_id=' . $file_rowset[$i]['file_id'], true, false ) ), + 'U_FILE_JUMP_SAVE_AS' => append_sid( $this->this_mxurl( 'action=download&file_id=' . $file_rowset[$i]['file_id'] . '&save_as', true, false ) ), 'COLOR' => ( ( $i % 2 ) ? "row2" : "row1" ), 'POSTER' => $file_poster, |
|
From: Jon O. <jon...@us...> - 2006-08-24 21:13:35
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24435/modules/mx_pafiledb/templates/subSilver Modified Files: pa_quickdl_cat_body.tpl Log Message: mimetypes... Index: pa_quickdl_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_quickdl_cat_body.tpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** pa_quickdl_cat_body.tpl 15 Aug 2006 19:08:33 -0000 1.9 --- pa_quickdl_cat_body.tpl 24 Aug 2006 21:13:32 -0000 1.10 *************** *** 37,43 **** <!-- BEGIN file_rows --> <tr> ! <td class="row1" align="center" width="20" valign="middle"><a href="{file_rows.U_FILE_JUMP}" class="topictitle"><img src="{file_rows.PIN_IMAGE}" border="0"></a></td> <td class="row1" valign="middle" onmouseout="this.className='row1';" onmouseover="this.className='row2';" onclick="window.location.href='{file_rows.U_FILE_JUMP}';"><a href="{file_rows.U_FILE_JUMP}" class="topictitle">{file_rows.FILE_NAME}</a><br><span class="gensmall">{file_rows.FILE_DESC} ({file_rows.UPDATED})</span></td> </tr> <!-- END file_rows --> </table> --- 37,49 ---- <!-- BEGIN file_rows --> <tr> ! <td class="row1" align="center" width="15" valign="middle"><a href="{file_rows.U_FILE_JUMP}" class="topictitle"><img src="{file_rows.PIN_IMAGE}" border="0"></a></td> <td class="row1" valign="middle" onmouseout="this.className='row1';" onmouseover="this.className='row2';" onclick="window.location.href='{file_rows.U_FILE_JUMP}';"><a href="{file_rows.U_FILE_JUMP}" class="topictitle">{file_rows.FILE_NAME}</a><br><span class="gensmall">{file_rows.FILE_DESC} ({file_rows.UPDATED})</span></td> </tr> + + <tr> + <td class="row1" align="right" valign="middle" colspan="2"> + <a href="{file_rows.U_FILE_JUMP_SAVE_AS}" class="topictitle"><img src="{file_rows.SAVE_AS_IMAGE}" border="0" alt="{file_rows.L_SAVE_AS}"></a> + </td> + </tr> <!-- END file_rows --> </table> |
|
From: Jon O. <jon...@us...> - 2006-08-24 21:13:35
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24435/modules/mx_pafiledb/pafiledb/modules Modified Files: pa_download.php Log Message: mimetypes... Index: pa_download.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_download.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** pa_download.php 13 Aug 2006 19:44:45 -0000 1.19 --- pa_download.php 24 Aug 2006 21:13:32 -0000 1.20 *************** *** 214,230 **** else { ! // ========================================================================= ! // now send the file to the user so he can enjoy it :D ! // ========================================================================= ! if($pafiledb_functions->get_extension($physical_filename) == 'pdf') ! { ! $mimetype = 'application/pdf'; ! } ! else ! { ! $mimetype = 'application/force-download'; ! } ! ! if(!send_file_to_browser($real_filename, $mimetype, $physical_filename, $module_root_path . $upload_dir)) { mx_message_die(GENERAL_ERROR, $lang['Error_no_download'] . '<br /><br /><b>404 File Not Found:</b> The File <i>' . $real_filename . '</i> does not exist.'); --- 214,218 ---- else { ! if(!send_file_to_browser($real_filename, $physical_filename, $module_root_path . $upload_dir)) { mx_message_die(GENERAL_ERROR, $lang['Error_no_download'] . '<br /><br /><b>404 File Not Found:</b> The File <i>' . $real_filename . '</i> does not exist.'); |
|
From: Jon O. <jon...@us...> - 2006-08-24 21:13:35
|
Update of /cvsroot/mxbb/mx_pafiledb/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24435/modules/mx_pafiledb/language/lang_english Modified Files: lang_main.php Log Message: mimetypes... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/language/lang_english/lang_main.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** lang_main.php 13 Aug 2006 19:44:45 -0000 1.10 --- lang_main.php 24 Aug 2006 21:13:31 -0000 1.11 *************** *** 87,90 **** --- 87,91 ---- $lang['Mirror_location'] = 'Mirror Location'; $lang['Add_new_mirror'] = 'Add new mirror'; + $lang['Save_as'] = 'Save As...'; // |
|
From: Jon O. <jon...@us...> - 2006-08-24 21:12:56
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23952/modules/mx_coreblocks Modified Files: mx_blockcp.php Log Message: a couple of issues with the blockCP Index: mx_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_blockcp.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** mx_blockcp.php 22 Aug 2006 20:21:50 -0000 1.13 --- mx_blockcp.php 24 Aug 2006 21:12:52 -0000 1.14 *************** *** 74,82 **** // Initial vars // ! $block_id = $mx_request_vars->request('block_id', MX_TYPE_INT, ''); $portalpage = $mx_request_vars->request('portalpage', MX_TYPE_INT, ''); $sub_id = $mx_request_vars->request('sub_id', MX_TYPE_INT, 0); $blog_u = $mx_request_vars->request('u', MX_TYPE_INT, $userdata['user_id']); // // Parameters --- 74,84 ---- // Initial vars // ! $block_id = $mx_request_vars->is_request('block_id') ? $mx_request_vars->request('block_id', MX_TYPE_INT, '') : $mx_request_vars->request('id', MX_TYPE_INT, ''); $portalpage = $mx_request_vars->request('portalpage', MX_TYPE_INT, ''); $sub_id = $mx_request_vars->request('sub_id', MX_TYPE_INT, 0); $blog_u = $mx_request_vars->request('u', MX_TYPE_INT, $userdata['user_id']); + $is_admin = ( $userdata['user_level'] == ADMIN && $userdata['session_logged_in'] ) ? TRUE : 0; + // // Parameters *************** *** 131,135 **** // Auth // ! if ( !($mx_blockcp->auth_edit || $mx_blockcp->auth_mod) || $sid != $userdata['session_id']) { die('You are not authorized to edit this block :('); --- 133,137 ---- // Auth // ! if ( !($mx_blockcp->auth_edit || $mx_blockcp->auth_mod || $is_admin) || $sid != $userdata['session_id'] ) { die('You are not authorized to edit this block :('); *************** *** 144,148 **** // Get vars // - $id = $mx_request_vars->request('id', MX_TYPE_INT, ''); $dynamic_block_id = $mx_request_vars->request('dynamic_block', MX_TYPE_INT, ''); --- 146,149 ---- *************** *** 155,159 **** // Send to adminCP // ! $result_message = $mx_admin->do_it($mode, $action, $id); // --- 156,160 ---- // Send to adminCP // ! $result_message = $mx_admin->do_it($mode, $action, $block_id); // *************** *** 177,181 **** // Send to BlockCP // ! $result_message = $mx_blockcp->submit_parameters($id); } --- 178,182 ---- // Send to BlockCP // ! $result_message = $mx_blockcp->submit_parameters($block_id); } |
|
From: Jon O. <jon...@us...> - 2006-08-24 21:12:56
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23952/admin Modified Files: admin_mx_block_cp.php Log Message: a couple of issues with the blockCP Index: admin_mx_block_cp.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_block_cp.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** admin_mx_block_cp.php 22 Aug 2006 20:21:49 -0000 1.13 --- admin_mx_block_cp.php 24 Aug 2006 21:12:51 -0000 1.14 *************** *** 55,59 **** // Initial vars // ! $block_id = $mx_request_vars->request('block_id', MX_TYPE_INT, ''); $portalpage = $mx_request_vars->request('portalpage', MX_TYPE_INT, 0); $sub_id = $mx_request_vars->request('sub_id', MX_TYPE_INT, 0); --- 55,59 ---- // Initial vars // ! $block_id = $mx_request_vars->is_request('block_id') ? $mx_request_vars->request('block_id', MX_TYPE_INT, '') : $mx_request_vars->request('id', MX_TYPE_INT, ''); $portalpage = $mx_request_vars->request('portalpage', MX_TYPE_INT, 0); $sub_id = $mx_request_vars->request('sub_id', MX_TYPE_INT, 0); *************** *** 117,123 **** // Get vars // - //$portalpage = $mx_request_vars->request('portalpage', MX_TYPE_INT, 1); - $id = $mx_request_vars->request('id', MX_TYPE_INT, ''); - if( !$submit_pars ) { --- 117,120 ---- *************** *** 128,132 **** // Send to adminCP // ! $result_message = $mx_admin->do_it($mode, $action, $id); // --- 125,129 ---- // Send to adminCP // ! $result_message = $mx_admin->do_it($mode, $action, $block_id); // *************** *** 152,156 **** // Send to BlockCP // ! $result_message = $mx_blockcp->submit_parameters($id); } --- 149,153 ---- // Send to BlockCP // ! $result_message = $mx_blockcp->submit_parameters($block_id); } |
|
From: Jon O. <jon...@us...> - 2006-08-24 21:12:56
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23952/includes Modified Files: mx_functions_blockcp.php Log Message: a couple of issues with the blockCP Index: mx_functions_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_blockcp.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** mx_functions_blockcp.php 22 Aug 2006 20:21:50 -0000 1.14 --- mx_functions_blockcp.php 24 Aug 2006 21:12:52 -0000 1.15 *************** *** 530,534 **** } ! if ( ($this->auth_mod || $is_admin) && !$new_block) { $blockcptemplate->assign_block_vars('blockcp_delete', array( --- 530,534 ---- } ! if ( $is_admin && !$new_block) { $blockcptemplate->assign_block_vars('blockcp_delete', array( |
|
From: Jon O. <jon...@us...> - 2006-08-22 20:39:46
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1793/templates/subSilver/admin Modified Files: mx_blockcp_admin_body.tpl Log Message: fix Index: mx_blockcp_admin_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/mx_blockcp_admin_body.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_blockcp_admin_body.tpl 22 Aug 2006 20:32:29 -0000 1.6 --- mx_blockcp_admin_body.tpl 22 Aug 2006 20:39:41 -0000 1.7 *************** *** 228,233 **** {ERROR_BOX} - <table width="100%" cellpadding="2" cellspacing="0" border="0" align="center"><tr><td> - <div id="adminBlockCP_require_refresh" style="display:block;" class="genmed"> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-bottom:none;" align="center"> --- 228,231 ---- *************** *** 509,516 **** <!-- END blockcp_delete --> </div> </div> <div id="adminBlockCP_require_refresh_info" style="display:none;" class="genmed"> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline" style="border-top:none;"> <tr> <td colspan="2" class="row1"> --- 507,515 ---- <!-- END blockcp_delete --> </div> + </div> <div id="adminBlockCP_require_refresh_info" style="display:none;" class="genmed"> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline"> <tr> <td colspan="2" class="row1"> *************** *** 525,527 **** </div> - </td></tr></table> \ No newline at end of file --- 524,525 ---- |