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: FlorinCB <ory...@us...> - 2009-07-11 01:37:59
|
Update of /cvsroot/mxbb/mx_radiocast/language/lang_english In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9688/language/lang_english Modified Files: lang_main.php Log Message: update Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/language/lang_english/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_main.php 21 Mar 2008 08:51:09 -0000 1.4 --- lang_main.php 11 Jul 2009 01:37:52 -0000 1.5 *************** *** 29,33 **** $lang['View'] = 'Listen'; ! $lang['Singer'] = 'Dj'; // --- 29,33 ---- $lang['View'] = 'Listen'; ! $lang['Singer'] = 'WebSite / Dj'; // *************** *** 147,151 **** // $lang['Station_image'] = 'Station Image'; ! $lang['Station_image_desc'] = 'The Image of this station<br />(such as Banner, Cover, Photo...)'; $lang['No_image'] = 'No Image'; $lang['Upload_image'] = 'Upload Image from your PC'; --- 147,153 ---- // $lang['Station_image'] = 'Station Image'; ! $lang['Station_image_desc'] = 'The Image of this station<br />(such as Logo, Banner, Photo...)'; ! $lang['Station_imgurl'] = 'Station Image Link'; ! $lang['Station_imgurl_desc'] = 'Link to a image of this station<br />(such as Logo, Banner, Photo...)'; $lang['No_image'] = 'No Image'; $lang['Upload_image'] = 'Upload Image from your PC'; |
|
From: FlorinCB <ory...@us...> - 2009-07-11 01:12:44
|
Update of /cvsroot/mxbb/mx_radiocast/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7387 Modified Files: radiocast_cat.php Log Message: ?????????? Index: radiocast_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/includes/radiocast_cat.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** radiocast_cat.php 11 Jun 2009 08:15:55 -0000 1.5 --- radiocast_cat.php 11 Jul 2009 01:12:36 -0000 1.6 *************** *** 104,108 **** if( !$auth_data['view'] ) { ! if (!$userdata['session_logged_in']) { mx_redirect(mx_append_sid($mx_root_path . "login.php?redirect=" . this_rc_loginurl("radiocast_mode=radiocast_cat&cat_id=$cat_id"), true)); --- 104,108 ---- if( !$auth_data['view'] ) { ! if( ($userdata['user_id'] != 1) or ($auth_data['moderator'] == 1) ) { mx_redirect(mx_append_sid($mx_root_path . "login.php?redirect=" . this_rc_loginurl("radiocast_mode=radiocast_cat&cat_id=$cat_id"), true)); |
|
From: FlorinCB <ory...@us...> - 2009-07-10 21:31:54
|
Update of /cvsroot/mxbb/mx_radiocast/admin In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19262 Modified Files: admin_radio_auth.php admin_radio_cat.php admin_radio_cfg.php admin_radio_ext.php Log Message: update Index: admin_radio_ext.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/admin/admin_radio_ext.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_radio_ext.php 21 Mar 2008 08:50:58 -0000 1.4 --- admin_radio_ext.php 10 Jul 2009 21:31:41 -0000 1.5 *************** *** 93,97 **** if ( isset( $HTTP_POST_VARS['submit'] ) ) { ! $message = $lang['radiocast_config_updated'] . "<br /><br />" . sprintf( $lang['Click_return_radiocast_config'], "<a href=\"" . append_sid( "admin_radio_ext.$phpEx" ) . "\">", "</a>" ) . "<br /><br />" . sprintf( $lang['Click_return_admin_index'], "<a href=\"" . append_sid($mx_root_path . "admin/index.$phpEx?pane=right") . "\">", "</a>" ); mx_message_die( GENERAL_MESSAGE, $message ); } --- 93,97 ---- if ( isset( $HTTP_POST_VARS['submit'] ) ) { ! $message = $lang['radiocast_config_updated'] . "<br /><br />" . sprintf( $lang['Click_return_radiocast_config'], "<a href=\"" . mx_append_sid( "admin_radio_ext.$phpEx" ) . "\">", "</a>" ) . "<br /><br />" . sprintf( $lang['Click_return_admin_index'], "<a href=\"" . mx_append_sid($mx_root_path . "admin/index.$phpEx?pane=right") . "\">", "</a>" ); mx_message_die( GENERAL_MESSAGE, $message ); } *************** *** 122,126 **** $template->assign_vars( array( ! 'S_RADIOCAST_ACTION' => append_sid( "admin_radio_ext.$phpEx" ), 'L_RADIOCAST_TITLE' => $lang['mx_radiocast_admin'], --- 122,126 ---- $template->assign_vars( array( ! 'S_RADIOCAST_ACTION' => mx_append_sid( "admin_radio_ext.$phpEx" ), 'L_RADIOCAST_TITLE' => $lang['mx_radiocast_admin'], Index: admin_radio_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/admin/admin_radio_cat.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_radio_cat.php 21 Mar 2008 08:50:28 -0000 1.3 --- admin_radio_cat.php 10 Jul 2009 21:31:41 -0000 1.4 *************** *** 98,102 **** 'L_RADIOCAST_CAT_TITLE' => $lang['RadioCast_Categories_Title'], 'L_RADIOCAST_CAT_EXPLAIN' => $lang['RadioCast_Categories_Explain'], ! 'S_RADIOCAST_ACTION' => append_sid("admin_radio_cat.$phpEx"), 'L_MOVE_UP' => $lang['Move_up'], 'L_MOVE_DOWN' => $lang['Move_down'], --- 98,102 ---- 'L_RADIOCAST_CAT_TITLE' => $lang['RadioCast_Categories_Title'], 'L_RADIOCAST_CAT_EXPLAIN' => $lang['RadioCast_Categories_Explain'], ! 'S_RADIOCAST_ACTION' => mx_append_sid("admin_radio_cat.$phpEx"), 'L_MOVE_UP' => $lang['Move_up'], 'L_MOVE_DOWN' => $lang['Move_down'], Index: admin_radio_auth.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/admin/admin_radio_auth.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_radio_auth.php 21 Mar 2008 08:50:28 -0000 1.3 --- admin_radio_auth.php 10 Jul 2009 21:31:40 -0000 1.4 *************** *** 85,89 **** 'L_RADIOCAST_AUTH_EXPLAIN' => $lang['RadioCast_Auth_Explain'], 'L_SELECT_CAT' => $lang['Select_a_Category'], ! 'S_RADIOCAST_ACTION' => append_sid("admin_radio_auth.$phpEx"), 'L_LOOK_UP_CAT' => $lang['Look_up_Category']) ); --- 85,89 ---- 'L_RADIOCAST_AUTH_EXPLAIN' => $lang['RadioCast_Auth_Explain'], 'L_SELECT_CAT' => $lang['Select_a_Category'], ! 'S_RADIOCAST_ACTION' => mx_append_sid("admin_radio_auth.$phpEx"), 'L_LOOK_UP_CAT' => $lang['Look_up_Category']) ); *************** *** 119,123 **** 'L_IS_MODERATOR' => $lang['Is_Moderator'], ! 'S_RADIOCAST_ACTION' => append_sid("admin_radio_auth.$phpEx?cat_id=$cat_id"), ) ); --- 119,123 ---- 'L_IS_MODERATOR' => $lang['Is_Moderator'], ! 'S_RADIOCAST_ACTION' => mx_append_sid("admin_radio_auth.$phpEx?cat_id=$cat_id"), ) ); *************** *** 130,134 **** if ( !($result = $db->sql_query($sql)) ) { ! message_die(GENERAL_ERROR, 'Could not get group list', '', __LINE__, __FILE__, $sql); } --- 130,134 ---- if ( !($result = $db->sql_query($sql)) ) { ! mx_message_die(GENERAL_ERROR, 'Could not get group list', '', __LINE__, __FILE__, $sql); } *************** *** 144,148 **** if( !$result = $db->sql_query($sql) ) { ! message_die(GENERAL_ERROR, 'Could not get Category information', '', __LINE__, __FILE__, $sql); } --- 144,148 ---- if( !$result = $db->sql_query($sql) ) { ! mx_message_die(GENERAL_ERROR, 'Could not get Category information', '', __LINE__, __FILE__, $sql); } *************** *** 206,210 **** // okay, return a message... ! $message = $lang['RadioCast_Auth_successfully'] . '<br /><br />' . sprintf($lang['Click_return_radiocast_auth'], '<a href="' . append_sid("admin_radio_auth.$phpEx") . '">', '</a>') . '<br /><br />' . sprintf($lang['Click_return_admin_index'], '<a href="' . append_sid($mx_root_path . "admin/index.$phpEx?pane=right") . '">', '</a>'); mx_message_die(GENERAL_MESSAGE, $message); --- 206,210 ---- // okay, return a message... ! $message = $lang['RadioCast_Auth_successfully'] . '<br /><br />' . sprintf($lang['Click_return_radiocast_auth'], '<a href="' . mx_append_sid("admin_radio_auth.$phpEx") . '">', '</a>') . '<br /><br />' . sprintf($lang['Click_return_admin_index'], '<a href="' . mx_append_sid($mx_root_path . "admin/index.$phpEx?pane=right") . '">', '</a>'); mx_message_die(GENERAL_MESSAGE, $message); Index: admin_radio_cfg.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/admin/admin_radio_cfg.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_radio_cfg.php 21 Mar 2008 08:50:58 -0000 1.3 --- admin_radio_cfg.php 10 Jul 2009 21:31:41 -0000 1.4 *************** *** 59,63 **** if(!$result = $db->sql_query($sql)) { ! message_die(CRITICAL_ERROR, "Could not query music config information", "", __LINE__, __FILE__, $sql); } else --- 59,63 ---- if(!$result = $db->sql_query($sql)) { ! mx_message_die(CRITICAL_ERROR, "Could not query music config information", "", __LINE__, __FILE__, $sql); } else *************** *** 78,82 **** if( !$db->sql_query($sql) ) { ! message_die(GENERAL_ERROR, "Failed to update music configuration for $config_name", "", __LINE__, __FILE__, $sql); } } --- 78,82 ---- if( !$db->sql_query($sql) ) { ! mx_message_die(GENERAL_ERROR, "Failed to update music configuration for $config_name", "", __LINE__, __FILE__, $sql); } } *************** *** 85,91 **** if( isset($HTTP_POST_VARS['submit']) ) { ! $message = $lang['RadioCast_config_updated'] . "<br /><br />" . sprintf($lang['Click_return_radiocast_config'], "<a href=\"" . append_sid("admin_radio_cfg.$phpEx") . "\">", "</a>") . "<br /><br />" . sprintf($lang['Click_return_admin_index'], "<a href=\"" . append_sid($mx_root_path . "admin/index.$phpEx?pane=right") . "\">", "</a>"); ! message_die(GENERAL_MESSAGE, $message); } } --- 85,91 ---- if( isset($HTTP_POST_VARS['submit']) ) { ! $message = $lang['RadioCast_config_updated'] . "<br /><br />" . sprintf($lang['Click_return_radiocast_config'], "<a href=\"" . mx_append_sid("admin_radio_cfg.$phpEx") . "\">", "</a>") . "<br /><br />" . sprintf($lang['Click_return_admin_index'], "<a href=\"" . mx_append_sid($mx_root_path . "admin/index.$phpEx?pane=right") . "\">", "</a>"); ! mx_message_die(GENERAL_MESSAGE, $message); } } *************** *** 98,102 **** 'L_RADIOCAST_CONFIG' => $lang['RadioCast_config'], 'L_RADIOCAST_CONFIG_EXPLAIN' => $lang['RadioCast_config_explain'], ! 'S_RADIOCAST_CONFIG_ACTION' => append_sid('admin_radio_cfg.'.$phpEx), 'MAX_STATIONS' => $new['max_stations'], --- 98,102 ---- 'L_RADIOCAST_CONFIG' => $lang['RadioCast_config'], 'L_RADIOCAST_CONFIG_EXPLAIN' => $lang['RadioCast_config_explain'], ! 'S_RADIOCAST_CONFIG_ACTION' => mx_append_sid('admin_radio_cfg.'.$phpEx), 'MAX_STATIONS' => $new['max_stations'], |
|
From: FlorinCB <ory...@us...> - 2009-07-08 19:25:19
|
Update of /cvsroot/mxbb/core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24480 Modified Files: common.php Log Message: fix this when upgrading phpBB or no phpBB installed Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.109 retrieving revision 1.110 diff -C2 -d -r1.109 -r1.110 *** common.php 31 Oct 2008 19:02:20 -0000 1.109 --- common.php 8 Jul 2009 19:25:07 -0000 1.110 *************** *** 296,300 **** // Show 'Board is disabled' message if needed. // ! if( $board_config['board_disable'] && !defined("IN_ADMIN") && !defined("IN_LOGIN") ) { mx_message_die(GENERAL_MESSAGE, 'Board_disable', 'Information'); --- 296,300 ---- // Show 'Board is disabled' message if needed. // ! if( $portal_config['board_disable'] && !defined("IN_ADMIN") && !defined("IN_LOGIN") ) { mx_message_die(GENERAL_MESSAGE, 'Board_disable', 'Information'); |
|
From: FlorinCB <ory...@us...> - 2009-07-08 15:47:28
|
Update of /cvsroot/mxbb/mx_phpbb3/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15441 Modified Files: forum_hack.php phpbb3_constants.php Log Message: update, this will enable some features required by phpbb3 plugin Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb3/includes/forum_hack.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** forum_hack.php 7 Sep 2008 03:13:40 -0000 1.3 --- forum_hack.php 8 Jul 2009 15:47:20 -0000 1.4 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_phpbb3 * @version $Id$ ! * @copyright (c) 2002-2006 [Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MXP Portal Module - mx_phpbb3 * @version $Id$ ! * @copyright (c) 2002-2006 [Markus, Jon Ohlsson] MXP Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * *************** *** 22,27 **** @define('MX_PHPBB3_BLOCK', true); - include_once($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx); - //include_once($mx_root_path . 'includes/shared/phpbb3/includes/message_parser.' . $phpEx); --- 22,25 ---- *************** *** 416,420 **** // ! // Redirect phpBB login calls to mxBB // if ($script_name == 'login') --- 414,418 ---- // ! // Redirect phpBB login calls to MXP // if ($script_name == 'login') *************** *** 794,800 **** // -------------------------------------------------------------------------------- ! // mxbb_reformat - fixup (truncates) urls, images and words (wrapping) for a narrow column layout // -------------------------------------------------------------------------------- ! function mxbb_magic( $mytext = '' ) { global $board_config; --- 792,798 ---- // -------------------------------------------------------------------------------- ! // MXP_reformat - fixup (truncates) urls, images and words (wrapping) for a narrow column layout // -------------------------------------------------------------------------------- ! function MXP_magic( $mytext = '' ) { global $board_config; *************** *** 1263,1267 **** // Remove def of IN_PHPBB // ! $code = preg_replace('#^(.?define).*(IN_PHPBB).*(\r\n?|\n)#m','// mxBB: Removed IN_PHPBB def' . "\n", $code); // --- 1261,1265 ---- // Remove def of IN_PHPBB // ! $code = preg_replace('#^(.?define).*(IN_PHPBB).*(\r\n?|\n)#m','// MXP: Removed IN_PHPBB def' . "\n", $code); // *************** *** 1279,1284 **** // Commment out the main includes // ! //$code = preg_replace('#^(.?include).*(extension).*(\r\n?|\n)#m','// mxBB: Removed include extension.inc' . "\n", $code); ! $code = preg_replace('#^(.?include).*(common).*(\r\n?|\n)#m','// mxBB: Removed include common.php' . "\n", $code); --- 1277,1286 ---- // Commment out the main includes // ! //$code = preg_replace('#^(.?include).*(extension).*(\r\n?|\n)#m','// MXP: Removed include extension.inc' . "\n", $code); ! $code = preg_replace('#^(.?include).*(common).*(\r\n?|\n)#m','// MXP: Removed include common.php' . "\n", $code); ! $code = preg_replace ("/include(.*)functions_select/", "//Include this from MXP", $code); ! $code = str_replace("include($phpbb_root_path . 'common.' . $phpEx)","",$code); ! ! $code = preg_replace('#^(.?require).*(utf_tools).*(\r\n?|\n)#m','// MXP: Removed include common.php' . "\n", $code); *************** *** 1291,1295 **** // ! // Remove some includes already included by mxBB // $code = preg_replace ("/include(.*)functions_select/", "//Include this from MXP", $code); --- 1293,1297 ---- // ! // Remove some includes already included by MXP // $code = preg_replace ("/include(.*)functions_select/", "//Include this from MXP", $code); *************** *** 1301,1306 **** // Commment out the page_header and page_tail includes // ! //$code = preg_replace('#^(.?).*(include).*(page_header).*(\r\n?|\n)#m','// mxBB: Removed include page_header.php' . "\n", $code); ! //$code = preg_replace('#^(.?).*(include).*(page_tail).*(\r\n?|\n)#m',"// mxBB: Removed include page_tail.php" . "\n" . 'return;' . "\n", $code); $code = str_replace('page_header(', '// MXP: Removed page_header(', $code); //$code = str_replace('page_footer(', '//page_footer(', $code); --- 1303,1308 ---- // Commment out the page_header and page_tail includes // ! //$code = preg_replace('#^(.?).*(include).*(page_header).*(\r\n?|\n)#m','// MXP: Removed include page_header.php' . "\n", $code); ! //$code = preg_replace('#^(.?).*(include).*(page_tail).*(\r\n?|\n)#m',"// MXP: Removed include page_tail.php" . "\n" . 'return;' . "\n", $code); $code = str_replace('page_header(', '// MXP: Removed page_header(', $code); //$code = str_replace('page_footer(', '//page_footer(', $code); *************** *** 1332,1336 **** $code = str_replace('login_box(\'\', $mx_user->lang[\'LOGIN_VIEWFORUM\']);', 'append_sid(\'login.\'.$phpEx);', $code); // ! // Replace common phpBB functions with mxBB alternatives // $code = str_replace('display_forums(', 'mx_display_forums(', $code); --- 1334,1338 ---- $code = str_replace('login_box(\'\', $mx_user->lang[\'LOGIN_VIEWFORUM\']);', 'append_sid(\'login.\'.$phpEx);', $code); // ! // Replace common phpBB functions with MXP alternatives // $code = str_replace('display_forums(', 'mx_display_forums(', $code); *************** *** 1338,1341 **** --- 1340,1344 ---- $code = str_replace('generate_text_for_display(', 'mx_generate_text_for_display(', $code); $code = str_replace('generate_forum_nav(', 'mx_generate_forum_nav(', $code); + $code = str_replace('generate_link_hash(', 'phpBB3::generate_link_hash(', $code); $code = str_replace('get_forum_parents(', 'mx_get_forum_parents(', $code); $code = str_replace('get_moderators(', 'mx_get_moderators(', $code); *************** *** 1378,1382 **** // NOTE: This regex will only work if "global" is stated on a new line... // ! $code = preg_replace('#^(.?).*\s(global)(.*?)($)(.*?)(\r\n?|\n)#m', '// mxBB rewrite of global, to instance $this in this function ' . "\n " . '// global $mx_forum, \\3 //', $code) ? $code : preg_replace('#^(.?).*\s(global)(.*?)($)(.*?)(\r\n?|\n)#m', '// mxBB rewrite of global, to instance $this in this function ' . "\n " . 'global $mx_forum, \\3 //', $code); switch ( $phpbb_file ) --- 1381,1385 ---- // NOTE: This regex will only work if "global" is stated on a new line... // ! $code = preg_replace('#^(.?).*\s(global)(.*?)($)(.*?)(\r\n?|\n)#m', '// MXP rewrite of global, to instance $this in this function ' . "\n " . '// global $mx_forum, \\3 //', $code) ? $code : preg_replace('#^(.?).*\s(global)(.*?)($)(.*?)(\r\n?|\n)#m', '// MXP rewrite of global, to instance $this in this function ' . "\n " . 'global $mx_forum, \\3 //', $code); switch ( $phpbb_file ) *************** *** 1399,1403 **** // 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); --- 1402,1406 ---- // For narrow columns // ! //$code = str_replace('$message = str_replace("\n"', '$message = $mx_forum->MXP_magic( $message );' . "\n" . '$message = str_replace("\n"', $code); $code = str_replace('<a href=\"modcp', '<a href=\"'.$phpbb_root_path.'modcp', $code); *************** *** 1550,1556 **** foreach( $up_files_keys as $up_file ) { ! @rename($_FILES[$up_file]['tmp_name'], $_FILES[$up_file]['tmp_name'] . '.mxbb' ); ! $_FILES[$up_file]['tmp_name'] .= '.mxbb'; ! $_FILES[$up_file]['tmp_name'] .= '.mxbb'; } } --- 1553,1559 ---- foreach( $up_files_keys as $up_file ) { ! @rename($_FILES[$up_file]['tmp_name'], $_FILES[$up_file]['tmp_name'] . '.MXP' ); ! $_FILES[$up_file]['tmp_name'] .= '.MXP'; ! $_FILES[$up_file]['tmp_name'] .= '.MXP'; } } *************** *** 1581,1586 **** // session_start(); ! $_SESSION['mxbb_post_vars'] = $_POST; ! $_SESSION['mxbb_post_files'] = $_FILES; // --- 1584,1589 ---- // session_start(); ! $_SESSION['MXP_post_vars'] = $_POST; ! $_SESSION['MXP_post_files'] = $_FILES; // Index: phpbb3_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb3/includes/phpbb3_constants.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** phpbb3_constants.php 1 Sep 2008 04:01:01 -0000 1.1 --- phpbb3_constants.php 8 Jul 2009 15:47:21 -0000 1.2 *************** *** 40,44 **** define( 'TOPIC_ADD_TYPE_TABLE', $mx_table_prefix . 'topic_add_type' ); ! $default_lang = ($mx_user->lang['default_lang']) ? $mx_user->get_old_lang($mx_user->lang['default_lang']) : $board_config['default_lang']; if (empty($default_lang)) --- 40,44 ---- define( 'TOPIC_ADD_TYPE_TABLE', $mx_table_prefix . 'topic_add_type' ); ! $default_lang = ($mx_user->lang['default_lang']) ? $mx_user->encode_lang($mx_user->lang['default_lang']) : $board_config['default_lang']; if (empty($default_lang)) |
|
From: FlorinCB <ory...@us...> - 2009-07-08 15:46:33
|
Update of /cvsroot/mxbb/core/install In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15225/install Modified Files: mx_install.php Log Message: update, this will enable some features required by phpbb3 plugin Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.114 retrieving revision 1.115 diff -C2 -d -r1.114 -r1.115 *** mx_install.php 5 Nov 2008 06:13:41 -0000 1.114 --- mx_install.php 8 Jul 2009 15:46:26 -0000 1.115 *************** *** 33,37 **** // $mx_portal_name = 'MX-Publisher Modular System'; ! $mx_portal_version = '3.0.0-b3'; $mx_php_version = '5.1.2'; $mx_portal_copy = '<b>MX-Publisher Modular System!</b> <br /><br/> MX-Publisher is a fully modular system, portal and CMS, featuring dynamic pages, blocks, and themes, by means of a powerful yet flexible AdminCP. It is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001 (originally named MX-Publisher). <br /><br />Authors: The MX-Publisher Development Team. <br />Please visit <a href="http://www.mx-publisher.com/">www.mx-publisher.com</a> for further information.'; --- 33,37 ---- // $mx_portal_name = 'MX-Publisher Modular System'; ! $mx_portal_version = '3.0.0-b4'; $mx_php_version = '5.1.2'; $mx_portal_copy = '<b>MX-Publisher Modular System!</b> <br /><br/> MX-Publisher is a fully modular system, portal and CMS, featuring dynamic pages, blocks, and themes, by means of a powerful yet flexible AdminCP. It is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001 (originally named MX-Publisher). <br /><br />Authors: The MX-Publisher Development Team. <br />Please visit <a href="http://www.mx-publisher.com/">www.mx-publisher.com</a> for further information.'; *************** *** 41,45 **** // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '3.0.3'); define('INSTALLER_NAME', 'MX-Publisher-IWizard'); --- 41,45 ---- // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '3.0.4'); define('INSTALLER_NAME', 'MX-Publisher-IWizard'); |
|
From: FlorinCB <ory...@us...> - 2009-07-08 15:46:33
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15225/includes Modified Files: mx_functions_core.php Log Message: update, this will enable some features required by phpbb3 plugin Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.114 retrieving revision 1.115 diff -C2 -d -r1.114 -r1.115 *** mx_functions_core.php 6 Nov 2008 20:23:07 -0000 1.114 --- mx_functions_core.php 8 Jul 2009 15:46:24 -0000 1.115 *************** *** 1209,1212 **** --- 1209,1253 ---- return $icons; } + + /** + * Obtain ranks + */ + function obtain_ranks() + { + if (($ranks = $this->get('_ranks')) === false) + { + global $db; + + $sql = 'SELECT * + FROM ' . RANKS_TABLE . ' + ORDER BY rank_min DESC'; + $result = $db->sql_query($sql); + + $ranks = array(); + while ($row = $db->sql_fetchrow($result)) + { + if ($row['rank_special']) + { + $ranks['special'][$row['rank_id']] = array( + 'rank_title' => $row['rank_title'], + 'rank_image' => $row['rank_image'] + ); + } + else + { + $ranks['normal'][] = array( + 'rank_title' => $row['rank_title'], + 'rank_min' => $row['rank_min'], + 'rank_image' => $row['rank_image'] + ); + } + } + $db->sql_freeresult($result); + + $this->put('_ranks', $ranks); + } + + return $ranks; + } /** |
|
From: FlorinCB <ory...@us...> - 2009-07-08 15:29:12
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb3/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12577 Modified Files: functions.php Log Message: syncro Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/shared/phpbb3/includes/functions.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** functions.php 31 Oct 2008 18:55:14 -0000 1.24 --- functions.php 8 Jul 2009 15:29:05 -0000 1.25 *************** *** 2411,2414 **** --- 2411,2511 ---- ); } + + /** + * Add a secret hash for use in links/GET requests + * @param string $link_name The name of the link; has to match the name used in check_link_hash, otherwise no restrictions apply + * @return string the hash + + */ + public static function generate_link_hash($link_name) + { + global $user; + + if (!isset($user->data["hash_$link_name"])) + { + $user->data["hash_$link_name"] = substr(sha1($user->data['user_form_salt'] . $link_name), 0, 8); + } + + return $user->data["hash_$link_name"]; + } + + + /** + * checks a link hash - for GET requests + * @param string $token the submitted token + * @param string $link_name The name of the link + * @return boolean true if all is fine + */ + public static function check_link_hash($token, $link_name) + { + return $token === generate_link_hash($link_name); + } + + /** + * Add a secret token to the form (requires the S_FORM_TOKEN template variable) + * @param string $form_name The name of the form; has to match the name used in check_form_key, otherwise no restrictions apply + */ + public static function add_form_key($form_name) + { + global $config, $template, $user; + + $now = time(); + $token_sid = ($user->data['user_id'] == ANONYMOUS && !empty($config['form_token_sid_guests'])) ? $user->session_id : ''; + $token = sha1($now . $user->data['user_form_salt'] . $form_name . $token_sid); + + $s_fields = build_hidden_fields(array( + 'creation_time' => $now, + 'form_token' => $token, + )); + + $template->assign_vars(array( + 'S_FORM_TOKEN' => $s_fields, + )); + } + + /** + * Check the form key. Required for all altering actions not secured by confirm_box + * @param string $form_name The name of the form; has to match the name used in add_form_key, otherwise no restrictions apply + * @param int $timespan The maximum acceptable age for a submitted form in seconds. Defaults to the config setting. + * @param string $return_page The address for the return link + * @param bool $trigger If true, the function will triger an error when encountering an invalid form + */ + public static function check_form_key($form_name, $timespan = false, $return_page = '', $trigger = false) + { + global $config, $user; + + if ($timespan === false) + { + // we enforce a minimum value of half a minute here. + $timespan = ($config['form_token_lifetime'] == -1) ? -1 : max(30, $config['form_token_lifetime']); + } + + if (isset($_POST['creation_time']) && isset($_POST['form_token'])) + { + $creation_time = abs(request_var('creation_time', 0)); + $token = request_var('form_token', ''); + + $diff = time() - $creation_time; + + // If creation_time and the time() now is zero we can assume it was not a human doing this (the check for if ($diff)... + if ($diff && ($diff <= $timespan || $timespan === -1)) + { + $token_sid = ($user->data['user_id'] == ANONYMOUS && !empty($config['form_token_sid_guests'])) ? $user->session_id : ''; + $key = sha1($creation_time . $user->data['user_form_salt'] . $form_name . $token_sid); + + if ($key === $token) + { + return true; + } + } + } + + if ($trigger) + { + trigger_error($user->lang['FORM_INVALID'] . $return_page); + } + + return false; + } // Message/Login boxes |
|
From: FlorinCB <ory...@us...> - 2009-07-08 05:36:44
|
Update of /cvsroot/mxbb/mx_clock/templates/subSilver In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26489/templates/subSilver Modified Files: clock_body.tpl Log Message: default clock update! Index: clock_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_clock/templates/subSilver/clock_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** clock_body.tpl 4 Feb 2008 16:42:20 -0000 1.2 --- clock_body.tpl 8 Jul 2009 00:29:21 -0000 1.3 *************** *** 3,21 **** <tr> <td class="catHead" colspan="1" align="center"> ! <span class="cattitle">{CLOCK_NAME}</span> </td> </tr> <tr> <td class="row1" align="center" valign="middle"> ! <div align="center"> ! <script language="JavaScript"> ! document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\">"); document.writeln("<param name=movie value=\"{CLOCK_SWF}\">"); ! document.writeln("<param name={COLOR_MODE} value=\"{WMODE}\">"); document.writeln("<param name=quality value=high>"); document.writeln("<embed src=\"{CLOCK_SWF}\" {COLOR_MODE}=\"{WMODE}\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\">"); document.writeln("</embed>"); document.writeln("</object>"); ! </script> </div> --- 3,26 ---- <tr> <td class="catHead" colspan="1" align="center"> ! <div id="title" style="text-align: center;"> ! <span class="topictitle">{CLOCK_NAME}</span><hr /> ! </div> </td> </tr> <tr> <td class="row1" align="center" valign="middle"> ! <div id="flashplayer" align="center"> ! <SCRIPT LANGUAGE="JavaScript"> ! document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\" align=\"center\">"); document.writeln("<param name=movie value=\"{CLOCK_SWF}\">"); ! document.writeln("<param name=FLASHVARS value=zoomtype=3 /> "); ! document.writeln("<param name={COLOR_MODE} value={WMODE}>"); document.writeln("<param name=quality value=high>"); + document.writeln("<param name=allowfullscreen value=true /"); + document.writeln("<param name=bgcolor value=000000 /"); document.writeln("<embed src=\"{CLOCK_SWF}\" {COLOR_MODE}=\"{WMODE}\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\">"); document.writeln("</embed>"); document.writeln("</object>"); ! </SCRIPT> </div> |
|
From: FlorinCB <ory...@us...> - 2009-07-08 05:36:42
|
Update of /cvsroot/mxbb/mx_clock In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26489 Modified Files: clock.swf db_install.php db_upgrade.php Log Message: default clock update! Index: clock.swf =================================================================== RCS file: /cvsroot/mxbb/mx_clock/clock.swf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsdId9XH and /tmp/cvsFuUf9s differ Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/db_install.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_install.php 22 Jun 2008 14:12:07 -0000 1.5 --- db_install.php 8 Jul 2009 00:29:21 -0000 1.6 *************** *** 31,35 **** } ! $mx_module_version = '2.8.2'; $mx_module_copy = 'MXP <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>'; --- 31,35 ---- } ! $mx_module_version = '2.9.0'; $mx_module_copy = 'MXP <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/db_upgrade.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_upgrade.php 22 Jun 2008 14:12:07 -0000 1.5 --- db_upgrade.php 8 Jul 2009 00:29:21 -0000 1.6 *************** *** 31,35 **** } ! $mx_module_version = '2.8.2'; $mx_module_copy = 'MXP <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>'; --- 31,35 ---- } ! $mx_module_version = '2.9.0'; $mx_module_copy = 'MXP <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>'; |
|
From: FlorinCB <ory...@us...> - 2009-07-08 05:36:37
|
Update of /cvsroot/mxbb/mx_clock In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26692 Modified Files: release.txt Log Message: upd Index: release.txt =================================================================== RCS file: /cvsroot/mxbb/mx_clock/release.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** release.txt 22 Jun 2008 14:12:08 -0000 1.1 --- release.txt 8 Jul 2009 00:30:21 -0000 1.2 *************** *** 3,9 **** [b][Authors]:[/b] Drumstix42, OryNider ! [b][Version]: 2.8.2[/b] ! [b]Designed for MXP Version: 2.8.2/3.0.0[/b] [b][Support]:[/b] [URL=http://www.mx-publisher.com/forum/viewtopic.php?t=9674]Here[/URL] --- 3,9 ---- [b][Authors]:[/b] Drumstix42, OryNider ! [b][Version]: 2.9.0[/b] ! [b]Designed for MXP Version: 2.9.0/3.0.0[/b] [b][Support]:[/b] [URL=http://www.mx-publisher.com/forum/viewtopic.php?t=9674]Here[/URL] |
|
From: FlorinCB <ory...@us...> - 2009-07-08 05:36:37
|
Update of /cvsroot/mxbb/mx_clock/templates/_core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26489/templates/_core Modified Files: clock_body.tpl Log Message: default clock update! Index: clock_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_clock/templates/_core/clock_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** clock_body.tpl 11 Feb 2008 22:44:52 -0000 1.1 --- clock_body.tpl 8 Jul 2009 00:29:21 -0000 1.2 *************** *** 3,22 **** <tr> <td class="catHead" colspan="1" align="center"> ! <span class="cattitle">{CLOCK_NAME}</span> </td> </tr> <tr> <td class="row1" align="center" valign="middle"> ! ! <div align="center"> ! <script language="JavaScript"> ! document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\">"); document.writeln("<param name=movie value=\"{CLOCK_SWF}\">"); ! document.writeln("<param name={COLOR_MODE} value=\"{WMODE}\">"); document.writeln("<param name=quality value=high>"); document.writeln("<embed src=\"{CLOCK_SWF}\" {COLOR_MODE}=\"{WMODE}\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\">"); document.writeln("</embed>"); document.writeln("</object>"); ! </script> </div> --- 3,26 ---- <tr> <td class="catHead" colspan="1" align="center"> ! <div id="title" style="text-align: center;"> ! <span class="topictitle">{CLOCK_NAME}</span><hr /> ! </div> </td> </tr> <tr> <td class="row1" align="center" valign="middle"> ! <div id="flashplayer" align="center"> ! <SCRIPT LANGUAGE="JavaScript"> ! document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\" align=\"center\">"); document.writeln("<param name=movie value=\"{CLOCK_SWF}\">"); ! document.writeln("<param name=FLASHVARS value=zoomtype=3 /> "); ! document.writeln("<param name={COLOR_MODE} value={WMODE}>"); document.writeln("<param name=quality value=high>"); + document.writeln("<param name=allowfullscreen value=true /"); + document.writeln("<param name=bgcolor value=000000 /"); document.writeln("<embed src=\"{CLOCK_SWF}\" {COLOR_MODE}=\"{WMODE}\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\">"); document.writeln("</embed>"); document.writeln("</object>"); ! </SCRIPT> </div> |
|
From: FlorinCB <ory...@us...> - 2009-07-08 05:36:27
|
Update of /cvsroot/mxbb/mx_clock In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31749 Modified Files: release.txt Log Message: upd Index: release.txt =================================================================== RCS file: /cvsroot/mxbb/mx_clock/release.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** release.txt 8 Jul 2009 00:30:21 -0000 1.2 --- release.txt 8 Jul 2009 01:04:31 -0000 1.3 *************** *** 11,13 **** [b]Author's Notes:[/b] The "Mx Clock" block is a block that will display a flash clock on your portal. ! [b][Download]:[/b][URL=http://www.mx-publisher.com/modules/mx_pafiledb/dload.php?action=download&file_id=344]mx_clock.zip[/URL] \ No newline at end of file --- 11,13 ---- [b]Author's Notes:[/b] The "Mx Clock" block is a block that will display a flash clock on your portal. ! [b][Download]:[/b][URL=http://www.mx-publisher.com/index.php?page=2&t=9674&phpbb_script=viewtopic]MXP-Module-Clock.zip[/URL] \ No newline at end of file |
|
From: FlorinCB <ory...@us...> - 2009-07-08 05:28:59
|
Update of /cvsroot/mxbb/mx_clock/templates/_core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21132/templates/_core Modified Files: clock_body.tpl Log Message: update Index: clock_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_clock/templates/_core/clock_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** clock_body.tpl 8 Jul 2009 00:29:21 -0000 1.2 --- clock_body.tpl 8 Jul 2009 03:14:20 -0000 1.3 *************** *** 12,16 **** <div id="flashplayer" align="center"> <SCRIPT LANGUAGE="JavaScript"> ! document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\" align=\"center\">"); document.writeln("<param name=movie value=\"{CLOCK_SWF}\">"); document.writeln("<param name=FLASHVARS value=zoomtype=3 /> "); --- 12,16 ---- <div id="flashplayer" align="center"> <SCRIPT LANGUAGE="JavaScript"> ! document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\" align=\"center\">") document.writeln("<param name=movie value=\"{CLOCK_SWF}\">"); document.writeln("<param name=FLASHVARS value=zoomtype=3 /> "); *************** *** 19,28 **** document.writeln("<param name=allowfullscreen value=true /"); document.writeln("<param name=bgcolor value=000000 /"); ! document.writeln("<embed src=\"{CLOCK_SWF}\" {COLOR_MODE}=\"{WMODE}\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\">"); document.writeln("</embed>"); document.writeln("</object>"); </SCRIPT> ! </div> ! </td> </tr> --- 19,27 ---- document.writeln("<param name=allowfullscreen value=true /"); document.writeln("<param name=bgcolor value=000000 /"); ! document.writeln("<embed src=\"{CLOCK_SWF}\" {COLOR_MODE}=\"{WMODE}\" quality=high pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\">"); document.writeln("</embed>"); document.writeln("</object>"); </SCRIPT> ! </div> </td> </tr> |
|
From: FlorinCB <ory...@us...> - 2009-07-08 05:28:57
|
Update of /cvsroot/mxbb/mx_clock/source In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21132/source Modified Files: clock.fla clock.swf Added Files: AC_RunActiveContent.js clock.html Log Message: update --- NEW FILE: AC_RunActiveContent.js --- //v1.7 // Flash Player Version Detection // Detect Client Browser type // Copyright 2005-2007 Adobe Systems Incorporated. All rights reserved. var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false; var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false; var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false; function ControlVersion() { var version; var axo; var e; // NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't in the registry try { // version will be set for 7.X or greater players axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7"); version = axo.GetVariable("$version"); } catch (e) { } if (!version) { try { // version will be set for 6.X players only axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6"); // installed player is some revision of 6.0 // GetVariable("$version") crashes for versions 6.0.22 through 6.0.29, // so we have to be careful. // default to the first public version version = "WIN 6,0,21,0"; // throws if AllowScripAccess does not exist (introduced in 6.0r47) axo.AllowScriptAccess = "always"; // safe to call for 6.0r47 or greater version = axo.GetVariable("$version"); } catch (e) { } } if (!version) { try { // version will be set for 4.X or 5.X player axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3"); version = axo.GetVariable("$version"); } catch (e) { } } if (!version) { try { // version will be set for 3.X player axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3"); version = "WIN 3,0,18,0"; } catch (e) { } } if (!version) { try { // version will be set for 2.X player axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash"); version = "WIN 2,0,0,11"; } catch (e) { version = -1; } } return version; } // JavaScript helper required to detect Flash Player PlugIn version information function GetSwfVer(){ // NS/Opera version >= 3 check for Flash plugin in plugin array var flashVer = -1; if (navigator.plugins != null && navigator.plugins.length > 0) { if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) { var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : ""; var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description; var descArray = flashDescription.split(" "); var tempArrayMajor = descArray[2].split("."); var versionMajor = tempArrayMajor[0]; var versionMinor = tempArrayMajor[1]; var versionRevision = descArray[3]; if (versionRevision == "") { versionRevision = descArray[4]; } if (versionRevision[0] == "d") { versionRevision = versionRevision.substring(1); } else if (versionRevision[0] == "r") { versionRevision = versionRevision.substring(1); if (versionRevision.indexOf("d") > 0) { versionRevision = versionRevision.substring(0, versionRevision.indexOf("d")); } } var flashVer = versionMajor + "." + versionMinor + "." + versionRevision; } } // MSN/WebTV 2.6 supports Flash 4 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4; // WebTV 2.5 supports Flash 3 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3; // older WebTV supports Flash 2 else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2; else if ( isIE && isWin && !isOpera ) { flashVer = ControlVersion(); } return flashVer; } // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision) { versionStr = GetSwfVer(); if (versionStr == -1 ) { return false; } else if (versionStr != 0) { if(isIE && isWin && !isOpera) { // Given "WIN 2,0,0,11" tempArray = versionStr.split(" "); // ["WIN", "2,0,0,11"] tempString = tempArray[1]; // "2,0,0,11" versionArray = tempString.split(","); // ['2', '0', '0', '11'] } else { versionArray = versionStr.split("."); } var versionMajor = versionArray[0]; var versionMinor = versionArray[1]; var versionRevision = versionArray[2]; // is the major.revision >= requested major.revision AND the minor version >= requested minor if (versionMajor > parseFloat(reqMajorVer)) { return true; } else if (versionMajor == parseFloat(reqMajorVer)) { if (versionMinor > parseFloat(reqMinorVer)) return true; else if (versionMinor == parseFloat(reqMinorVer)) { if (versionRevision >= parseFloat(reqRevision)) return true; } } return false; } } function AC_AddExtension(src, ext) { if (src.indexOf('?') != -1) return src.replace(/\?/, ext+'?'); else return src + ext; } function AC_Generateobj(objAttrs, params, embedAttrs) { var str = ''; if (isIE && isWin && !isOpera) { str += '<object '; for (var i in objAttrs) { str += i + '="' + objAttrs[i] + '" '; } str += '>'; for (var i in params) { str += '<param name="' + i + '" value="' + params[i] + '" /> '; } str += '</object>'; } else { str += '<embed '; for (var i in embedAttrs) { str += i + '="' + embedAttrs[i] + '" '; } str += '> </embed>'; } document.write(str); } function AC_FL_RunContent(){ var ret = AC_GetArgs ( arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" , "application/x-shockwave-flash" ); AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs); } function AC_SW_RunContent(){ var ret = AC_GetArgs ( arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000" , null ); AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs); } function AC_GetArgs(args, ext, srcParamName, classid, mimeType){ var ret = new Object(); ret.embedAttrs = new Object(); ret.params = new Object(); ret.objAttrs = new Object(); for (var i=0; i < args.length; i=i+2){ var currArg = args[i].toLowerCase(); switch (currArg){ case "classid": break; case "pluginspage": ret.embedAttrs[args[i]] = args[i+1]; break; case "src": case "movie": args[i+1] = AC_AddExtension(args[i+1], ext); ret.embedAttrs["src"] = args[i+1]; ret.params[srcParamName] = args[i+1]; break; case "onafterupdate": case "onbeforeupdate": case "onblur": case "oncellchange": case "onclick": case "ondblclick": case "ondrag": case "ondragend": case "ondragenter": case "ondragleave": case "ondragover": case "ondrop": case "onfinish": case "onfocus": case "onhelp": case "onmousedown": case "onmouseup": case "onmouseover": case "onmousemove": case "onmouseout": case "onkeypress": case "onkeydown": case "onkeyup": case "onload": case "onlosecapture": case "onpropertychange": case "onreadystatechange": case "onrowsdelete": case "onrowenter": case "onrowexit": case "onrowsinserted": case "onstart": case "onscroll": case "onbeforeeditfocus": case "onactivate": case "onbeforedeactivate": case "ondeactivate": case "type": case "codebase": case "id": ret.objAttrs[args[i]] = args[i+1]; break; case "width": case "height": case "align": case "vspace": case "hspace": case "class": case "title": case "accesskey": case "name": case "tabindex": ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1]; break; default: ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1]; } } ret.objAttrs["classid"] = classid; if (mimeType) ret.embedAttrs["type"] = mimeType; return ret; } Index: clock.fla =================================================================== RCS file: /cvsroot/mxbb/mx_clock/source/clock.fla,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsCjWVsv and /tmp/cvsIVsvhT differ --- NEW FILE: clock.html --- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" /> <title>Mx-Publisher-Clock</title> </head> <body bgcolor="#f0f0f0"> <!--url's used in the movie--> <!--text used in the movie--> <!-- 22 --> <!-- saved from url=(0013)about:internet --> <table width="{BLOCK_SIZE}" align="center" cellpadding="3" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <!-- Clock Code: Start --> <tr> <td class="catHead" colspan="1" align="center"> <div id="title" style="text-align: center;"> <span class="topictitle">Mx-Publisher-Clock</span><hr /> </div> </td> </tr> <tr> <td class="row1" align="center" valign="middle"> <div id="flashplayer" align="center"> <SCRIPT LANGUAGE="JavaScript"> document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" width=\"400\" height=\"400\" align=\"center\">"); document.writeln("<param name=movie value=\"clock.swf\">"); document.writeln("<param name=FLASHVARS value=zoomtype=3 /> "); document.writeln("<param name=wmode value=trasparent>"); document.writeln("<param name=quality value=high>"); document.writeln("<param name=allowfullscreen value=true /"); document.writeln("<param name=bgcolor value=000000 /"); document.writeln("<embed src=\"clock.swf\" wmode=\"trasparent\" quality=high pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"400\">"); document.writeln("</embed>"); document.writeln("</object>"); </SCRIPT> </div> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="399" height="399" id="clock" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="false" /> <param name="movie" value="clock.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#f0f0f0" /> <embed src="clock.swf" quality="high" bgcolor="#f0f0f0" width="399" height="399" name="clock" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </noscript> </td> </tr> <!-- Clock Code: End --> </table> </body> </html> Index: clock.swf =================================================================== RCS file: /cvsroot/mxbb/mx_clock/source/clock.swf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs5IM5xy and /tmp/cvsJ27tnW differ |
|
From: FlorinCB <ory...@us...> - 2009-07-08 05:28:52
|
Update of /cvsroot/mxbb/mx_clock/templates/subSilver In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21132/templates/subSilver Modified Files: clock_body.tpl Log Message: update Index: clock_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_clock/templates/subSilver/clock_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** clock_body.tpl 8 Jul 2009 00:29:21 -0000 1.3 --- clock_body.tpl 8 Jul 2009 03:14:21 -0000 1.4 *************** *** 12,16 **** <div id="flashplayer" align="center"> <SCRIPT LANGUAGE="JavaScript"> ! document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\" align=\"center\">"); document.writeln("<param name=movie value=\"{CLOCK_SWF}\">"); document.writeln("<param name=FLASHVARS value=zoomtype=3 /> "); --- 12,16 ---- <div id="flashplayer" align="center"> <SCRIPT LANGUAGE="JavaScript"> ! document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\" align=\"center\">") document.writeln("<param name=movie value=\"{CLOCK_SWF}\">"); document.writeln("<param name=FLASHVARS value=zoomtype=3 /> "); *************** *** 19,28 **** document.writeln("<param name=allowfullscreen value=true /"); document.writeln("<param name=bgcolor value=000000 /"); ! document.writeln("<embed src=\"{CLOCK_SWF}\" {COLOR_MODE}=\"{WMODE}\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\">"); document.writeln("</embed>"); document.writeln("</object>"); </SCRIPT> ! </div> ! </td> </tr> --- 19,27 ---- document.writeln("<param name=allowfullscreen value=true /"); document.writeln("<param name=bgcolor value=000000 /"); ! document.writeln("<embed src=\"{CLOCK_SWF}\" {COLOR_MODE}=\"{WMODE}\" quality=high pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\">"); document.writeln("</embed>"); document.writeln("</object>"); </SCRIPT> ! </div> </td> </tr> |
|
From: FlorinCB <ory...@us...> - 2009-07-08 05:28:46
|
Update of /cvsroot/mxbb/mx_clock In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21132 Added Files: index.html Log Message: update --- NEW FILE: index.html --- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" /> <title>Mx-Publisher-Clock</title> </head> <body bgcolor="#f0f0f0"> <!--url's used in the movie--> <!--text used in the movie--> <!-- 22 --> <!-- saved from url=(0013)about:internet --> <table width="{BLOCK_SIZE}" align="center" cellpadding="3" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <!-- Clock Code: Start --> <tr> <td class="catHead" colspan="1" align="center"> <div id="title" style="text-align: center;"> <span class="topictitle">Mx-Publisher-Clock</span><hr /> </div> </td> </tr> <tr> <td class="row1" align="center" valign="middle"> <div id="flashplayer" align="center"> <SCRIPT LANGUAGE="JavaScript"> document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" width=\"400\" height=\"400\" align=\"center\">"); document.writeln("<param name=movie value=\"clock.swf\">"); document.writeln("<param name=FLASHVARS value=zoomtype=3 /> "); document.writeln("<param name=wmode value=trasparent>"); document.writeln("<param name=quality value=high>"); document.writeln("<param name=allowfullscreen value=true /"); document.writeln("<param name=bgcolor value=000000 /"); document.writeln("<embed src=\"clock.swf\" wmode=\"trasparent\" quality=high pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"400\">"); document.writeln("</embed>"); document.writeln("</object>"); </SCRIPT> </div> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="399" height="399" id="clock" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="false" /> <param name="movie" value="clock.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#f0f0f0" /> <embed src="clock.swf" quality="high" bgcolor="#f0f0f0" width="399" height="399" name="clock" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </noscript> </td> </tr> <!-- Clock Code: End --> </table> </body> </html> |
|
From: FlorinCB <ory...@us...> - 2009-07-08 05:28:33
|
Update of /cvsroot/mxbb/mx_clock In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21410 Modified Files: db_install.php db_upgrade.php Log Message: upd Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/db_install.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_install.php 8 Jul 2009 00:29:21 -0000 1.6 --- db_install.php 8 Jul 2009 03:15:10 -0000 1.7 *************** *** 31,35 **** } ! $mx_module_version = '2.9.0'; $mx_module_copy = 'MXP <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>'; --- 31,35 ---- } ! $mx_module_version = '2.9.1'; $mx_module_copy = 'MXP <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/db_upgrade.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_upgrade.php 8 Jul 2009 00:29:21 -0000 1.6 --- db_upgrade.php 8 Jul 2009 03:15:10 -0000 1.7 *************** *** 31,35 **** } ! $mx_module_version = '2.9.0'; $mx_module_copy = 'MXP <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>'; --- 31,35 ---- } ! $mx_module_version = '2.9.1'; $mx_module_copy = 'MXP <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>'; |
|
From: FlorinCB <ory...@us...> - 2009-07-08 05:28:25
|
Update of /cvsroot/mxbb/mx_clock/clocks In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30620/clocks Modified Files: clock_hp.swf Added Files: clock_bb.swf clock_mx.swf Log Message: clocks and sources --- NEW FILE: clock_mx.swf --- (This appears to be a binary file; contents omitted.) Index: clock_hp.swf =================================================================== RCS file: /cvsroot/mxbb/mx_clock/clocks/clock_hp.swf,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsn071qV and /tmp/cvsd5Uckz differ --- NEW FILE: clock_bb.swf --- (This appears to be a binary file; contents omitted.) |
|
From: FlorinCB <ory...@us...> - 2009-07-08 05:28:23
|
Update of /cvsroot/mxbb/mx_clock/source In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30620/source Modified Files: clock_hp.fla clock_hp.swf Added Files: clock_bb.fla clock_bb.html clock_bb.swf clock_hp.html Log Message: clocks and sources Index: clock_hp.swf =================================================================== RCS file: /cvsroot/mxbb/mx_clock/source/clock_hp.swf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsYTdB16 and /tmp/cvstczMdL differ --- NEW FILE: clock_bb.fla --- (This appears to be a binary file; contents omitted.) --- NEW FILE: clock_hp.html --- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" /> <title>clock_hp</title> <script language="javascript">AC_FL_RunContent = 0;</script> <script src="AC_RunActiveContent.js" language="javascript"></script> </head> <body bgcolor="#e6e6e6"> <!--url's used in the movie--> <!--text used in the movie--> <!-- <p align="left"></p><p align="left"></p> This is the variable This is the variable --> <!-- saved from url=(0013)about:internet --> <script language="javascript"> if (AC_FL_RunContent == 0) { alert("This page requires AC_RunActiveContent.js."); } else { AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0', 'width', '160', 'height', '160', 'src', 'clock_hp', 'quality', 'high', 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'align', 'middle', 'play', 'true', 'loop', 'true', 'scale', 'showall', 'wmode', 'transparent', 'devicefont', 'false', 'id', 'clock_hp', 'bgcolor', '#e6e6e6', 'name', 'clock_hp', 'menu', 'true', 'allowFullScreen', 'false', 'allowScriptAccess','sameDomain', 'movie', 'clock_hp', 'salign', '' ); //end AC code } </script> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0" width="160" height="160" id="clock_hp" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="false" /> <param name="movie" value="clock_hp.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#e6e6e6" /> <embed src="clock_hp.swf" quality="high" wmode="transparent" bgcolor="#e6e6e6" width="160" height="160" name="clock_hp" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </noscript> </body> </html> Index: clock_hp.fla =================================================================== RCS file: /cvsroot/mxbb/mx_clock/source/clock_hp.fla,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs7woL14 and /tmp/cvsY19ZeJ differ --- NEW FILE: clock_bb.swf --- (This appears to be a binary file; contents omitted.) --- NEW FILE: clock_bb.html --- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" /> <title>phpBB-Clock</title> </head> <body bgcolor="#f0f0f0"> <!--url's used in the movie--> <!--text used in the movie--> <!-- 22 --> <!-- saved from url=(0013)about:internet --> <table width="100%" align="center" cellpadding="3" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <!-- Clock Code: Start --> <tr> <td class="catHead" colspan="1" align="center"> <div id="title" style="text-align: center;"> <span class="topictitle">phpBB-Clock</span><hr /> </div> </td> </tr> <tr> <td class="row1" align="center" valign="middle"> <div id="flashplayer" align="center"> <SCRIPT LANGUAGE="JavaScript"> document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" width=\"400\" height=\"400\" align=\"center\">"); document.writeln("<param name=\"movie\" value=\"clock_bb.swf\">"); document.writeln("<param name=FLASHVARS value=zoomtype=3 /> "); document.writeln("<param name=\"wmode\" value=\"trasparent\">"); document.writeln("<param name=\"quality\" value=\"high\">"); document.writeln("<param name=\"allowfullscreen\" value=\"true\" /"); document.writeln("<embed src=\"clock_bb.swf\" wmode=\"trasparent\" quality=high pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"400\">"); document.writeln("</embed>"); document.writeln("</object>"); </SCRIPT> </div> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="399" height="399" id="clock" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="false" /> <param name="movie" value="clock_bb.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#f0f0f0" /> <embed src="clock_bb.swf" quality="high" bgcolor="#f0f0f0" width="399" height="399" name="clock" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </noscript> </td> </tr> <!-- Clock Code: End --> </table> </body> </html> |
|
From: FlorinCB <ory...@us...> - 2009-07-08 05:28:22
|
Update of /cvsroot/mxbb/mx_clock/source/Font In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30620/source/Font Added Files: AdobeFnt11.lst Log Message: clocks and sources --- NEW FILE: AdobeFnt11.lst --- %!Adobe-FontList 1.11 %Locale:0x418 %BeginFont Handler:DirectoryHandler FontType:Invalid OutlineFileName:E:\mxP\head\mx_clock\source\Font\font1.swf FileModTime:1202146940 %EndFont |
|
From: FlorinCB <ory...@us...> - 2009-07-08 05:28:09
|
Update of /cvsroot/mxbb/mx_music/templates/_core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31885 Modified Files: music_flv_body.tpl Log Message: update Index: music_flv_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_flv_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** music_flv_body.tpl 10 Sep 2008 06:23:01 -0000 1.3 --- music_flv_body.tpl 8 Jul 2009 04:05:24 -0000 1.4 *************** *** 3,12 **** <div class="inner"><span class="corners-top"><span></span></span> <div class="textbody"> ! <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> ! <tr> ! <th height="25" colspan="2" class="thTop">{SONG_TITLE}</th> </tr> ! <tr> ! <td width="44%" class="row1" align="center"> <!-- BEGIN media --> <SCRIPT LANGUAGE="JavaScript"> --- 3,18 ---- <div class="inner"><span class="corners-top"><span></span></span> <div class="textbody"> ! <table width="100%" align="center" cellpadding="3" cellspacing="1" border="0" class="forumline" style="border-top:none;"> ! <!-- Clock Code: Start --> ! <tr> ! <td class="catHead" colspan="1" align="center"> ! <div id="title" style="text-align: center;"> ! <span class="topictitle">{SONG_TITLE}</span><hr /> ! </div> ! </td> </tr> ! <tr> ! <td width="44%" class="row1" align="center" valign="middle"> ! <div id="flashplayer" align="center"> <!-- BEGIN media --> <SCRIPT LANGUAGE="JavaScript"> *************** *** 172,178 **** <!-- BEGIN ram --> ! <embed src="{U_SONG}" align="center" ! width="275" height="40" type="audio/x-pn-realaudio-plugin" console="cons" ! controls="ControlPanel" autostart="false"></embed> <!-- END ram --> --- 178,184 ---- <!-- BEGIN ram --> ! <embed src="{U_SONG}" align="center" ! width="275" height="40" type="audio/x-pn-realaudio-plugin" console="cons" ! controls="ControlPanel" autostart="false"></embed> <!-- END ram --> *************** *** 193,197 **** <a href="javascript:void(0);" onClick="window.open('{SONG_FULL_URL}','','scrollbars=yes,resizable=no,width=804,height=610')"><img src="{SONG_THUMB_URL}" id="image" type="image" width="425" height="350" border="1"></a> <!-- END img --> ! </td> </td> </tr> --- 199,204 ---- <a href="javascript:void(0);" onClick="window.open('{SONG_FULL_URL}','','scrollbars=yes,resizable=no,width=804,height=610')"><img src="{SONG_THUMB_URL}" id="image" type="image" width="425" height="350" border="1"></a> <!-- END img --> ! </div> ! </td> </td> </tr> |
|
From: FlorinCB <ory...@us...> - 2009-06-18 21:39:26
|
Update of /cvsroot/mxbb/core/admin In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19000/admin Modified Files: admin_mx_block_cp.php Log Message: Fixes releated to BlockCP Index: admin_mx_block_cp.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_block_cp.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** admin_mx_block_cp.php 15 Jul 2008 22:02:42 -0000 1.25 --- admin_mx_block_cp.php 18 Jun 2009 21:38:58 -0000 1.26 *************** *** 187,196 **** $mx_dynamic_select->generate($block_id, true); $blockcptemplate->assign_block_vars('dynamic_select', array()); - // // Start output // $blockcptemplate->set_filenames(array( ! 'body' => 'admin/mx_blockcp_admin_body.tpl' )); --- 187,195 ---- $mx_dynamic_select->generate($block_id, true); $blockcptemplate->assign_block_vars('dynamic_select', array()); // // Start output // $blockcptemplate->set_filenames(array( ! 'body' => 'admin/mx_blockcp_admin_body.tpl' )); |
|
From: FlorinCB <ory...@us...> - 2009-06-18 21:39:23
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19000/modules/mx_phpbb3blocks Modified Files: phpbb3blocks.pak Log Message: Fixes releated to BlockCP Index: phpbb3blocks.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/phpbb3blocks.pak,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** phpbb3blocks.pak 18 Jun 2009 14:14:17 -0000 1.7 --- phpbb3blocks.pak 18 Jun 2009 21:38:58 -0000 1.8 *************** *** 1,5 **** ! module=+:106=+:phpBB3 Blocks=+:modules/mx_phpbb3blocks/=+:MXP phpBB3 blocks=+: New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:106=+:132=+:Last Posts=+:phpBB Last Posts Function=+:mx_last_msg.php=+: parameter=+:132=+:306=+:msg_filter_date=+:Function=+:5=+:get_list_static("{parameter_id}[]",array("no limit", "1 day", "2 days", "3 days", "1 week", "2 weeks", "3 weeks", "1 month", "2 months", "3 months", "6 months", "1 year"),"{parameter_value}")=+:0=+:0 parameter=+:132=+:305=+:Last_Msg_Auth_Read=+:Boolean=+:FALSE=+:=+:0=+:0 --- 1,5 ---- ! module=+:131=+:phpBB3_Blocks=+:modules/mx_phpbb3blocks/=+:MXP phpBB3 blocks=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:131=+:132=+:Last_Posts=+:phpBB Last Posts Function=+:mx_last_msg.php=+:1 parameter=+:132=+:306=+:msg_filter_date=+:Function=+:5=+:get_list_static("{parameter_id}[]",array("no limit", "1 day", "2 days", "3 days", "1 week", "2 weeks", "3 weeks", "1 month", "2 months", "3 months", "6 months", "1 year"),"{parameter_value}")=+:0=+:0 parameter=+:132=+:305=+:Last_Msg_Auth_Read=+:Boolean=+:FALSE=+:=+:0=+:0 *************** *** 7,11 **** parameter=+:132=+:301=+:Last_Msg_Align=+:Values=+:left=+:=+:0=+:0 parameter=+:132=+:302=+:Last_Msg_Target=+:Values=+:_blank=+:=+:0=+:0 ! parameter=+:132=+:303=+:Last_Msg_Title_Length=+:Number=+:30=+:=+:0=+:0 parameter=+:132=+:300=+:Last_Msg_Display_Forum=+:Boolean=+:TRUE=+:=+:0=+:0 parameter=+:132=+:299=+:Last_Msg_forum=+:Function=+:1=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0=+:0 --- 7,11 ---- parameter=+:132=+:301=+:Last_Msg_Align=+:Values=+:left=+:=+:0=+:0 parameter=+:132=+:302=+:Last_Msg_Target=+:Values=+:_blank=+:=+:0=+:0 ! parameter=+:132=+:303=+:Last_Msg_Title_Length=+:Number=+:26=+:=+:0=+:0 parameter=+:132=+:300=+:Last_Msg_Display_Forum=+:Boolean=+:TRUE=+:=+:0=+:0 parameter=+:132=+:299=+:Last_Msg_forum=+:Function=+:1=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0=+:0 *************** *** 17,21 **** block=+:=+:Last Posts=+:Demo block=+:132=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:106=+:133=+:phpBB3 Announcements=+:phpBB3 Announcements=+:mx_announce.php=+: parameter=+:133=+:307=+:announce_nbr_display=+:Number=+:1=+:=+:0=+:0 parameter=+:133=+:308=+:announce_nbr_days=+:Number=+:31=+:=+:0=+:0 --- 17,21 ---- block=+:=+:Last Posts=+:Demo block=+:132=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:131=+:133=+:phpBB3_Announcements=+:phpBB3 Announcements=+:mx_announce.php=+:1 parameter=+:133=+:307=+:announce_nbr_display=+:Number=+:1=+:=+:0=+:0 parameter=+:133=+:308=+:announce_nbr_days=+:Number=+:31=+:=+:0=+:0 *************** *** 32,45 **** block=+:=+:phpBB3 Announcements=+:Demo block=+:133=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:106=+:134=+:phpBB3 Index=+:phpBB Index Block=+:mx_forum.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:phpBB3 Index=+:Demo block=+:134=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:106=+:135=+:Statistics=+:Website Statistics Function=+:mx_statistics.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Statistics=+:Demo block=+:135=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:106=+:136=+:Website Activity=+:Activity Stats Block=+:mx_activity_stats.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Website Activity=+:Demo block=+:136=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 \ No newline at end of file --- 32,45 ---- block=+:=+:phpBB3 Announcements=+:Demo block=+:133=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:131=+:134=+:phpBB3_Index=+:phpBB Index Block=+:mx_forum.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:phpBB3 Index=+:Demo block=+:134=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:131=+:135=+:Statistics=+:Website Statistics Function=+:mx_statistics.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Statistics=+:Demo block=+:135=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:131=+:136=+:Website_Activity=+:Activity Stats Block=+:mx_activity_stats.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Website_Activity=+:Demo block=+:136=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 \ No newline at end of file |
|
From: FlorinCB <ory...@us...> - 2009-06-18 21:39:03
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19000/includes Modified Files: mx_functions_admincp.php template.php Log Message: Fixes releated to BlockCP Index: template.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/template.php,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** template.php 6 Nov 2008 00:05:43 -0000 1.36 --- template.php 18 Jun 2009 21:38:58 -0000 1.37 *************** *** 817,821 **** foreach($filename_array as $handle => $filename) ! { $this->set_filename($handle, $filename); } --- 817,822 ---- foreach($filename_array as $handle => $filename) ! { ! $this->set_filename($handle, $filename); } *************** *** 830,834 **** function set_filename($handle, $filename, $xs_include = false, $quiet = false) { ! global $board_config; $can_cache = $this->use_cache; if(strpos($filename, '..') !== false) --- 831,835 ---- function set_filename($handle, $filename, $xs_include = false, $quiet = false) { ! global $board_config, $module_root_path, $mx_root_path, $phpbb_root_path, $theme, $mx_user, $mx_block; $can_cache = $this->use_cache; if(strpos($filename, '..') !== false) *************** *** 856,860 **** } } ! // creating cache filename if($can_cache != '') --- 857,861 ---- } } ! // creating cache filename if($can_cache != '') *************** *** 919,925 **** * includes file or executes code */ ! function execute($filename, $code, $handle, $include_once = true) { ! global $lang, $theme, $board_config, $mx_user; global $admin_script; --- 920,926 ---- * includes file or executes code */ ! function execute($filename, $code, $handle) { ! global $lang, $theme, $board_config; global $admin_script; *************** *** 939,943 **** { echo '<!-- template ', $this->files[$handle], ' start -->'; ! } if ($filename) --- 940,944 ---- { echo '<!-- template ', $this->files[$handle], ' start -->'; ! } if ($filename) *************** *** 993,998 **** } $this->xs_startup(); ! $force_recompile = empty($this->uncompiled_code[$handle]) ? false : true; ! // checking if php file exists. if (!empty($this->files_cache[$handle]) && !$force_recompile) --- 994,999 ---- } $this->xs_startup(); ! $force_recompile = empty($this->uncompiled_code[$handle]) ? false : true; ! // checking if php file exists. if (!empty($this->files_cache[$handle]) && !$force_recompile) *************** *** 1018,1023 **** $this->compiled_code[$handle] = $this->compile2($this->uncompiled_code[$handle], '', ''); } ! } ! // Run the compiled code. if (empty($this->files_cache[$handle]) || $force_recompile) --- 1019,1024 ---- $this->compiled_code[$handle] = $this->compile2($this->uncompiled_code[$handle], '', ''); } ! } ! // Run the compiled code. if (empty($this->files_cache[$handle]) || $force_recompile) *************** *** 1029,1033 **** $this->execute($this->files_cache[$handle], '', $handle); } ! return true; } --- 1030,1034 ---- $this->execute($this->files_cache[$handle], '', $handle); } ! return true; } *************** *** 1077,1081 **** } } ! //if ($filename = $this->_tpl_load($handle)) --- 1078,1082 ---- } } ! //if ($filename = $this->_tpl_load($handle)) Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** mx_functions_admincp.php 27 Feb 2009 10:12:43 -0000 1.65 --- mx_functions_admincp.php 18 Jun 2009 21:38:58 -0000 1.66 *************** *** 3645,3652 **** if ($row[$j]['function_file'] == 'mx_multiple_blocks.php' || $row[$j]['function_file'] == 'mx_dynamic.php' || $row[$j]['function_file'] == 'mx_virtual.php') { ! //continue; } ! if( $row[$j]['module_id'] != $row[$j-1]['module_id'] ) { $module_desc_tmp = str_replace("\n", '', $row[$j]['module_desc']); --- 3645,3654 ---- if ($row[$j]['function_file'] == 'mx_multiple_blocks.php' || $row[$j]['function_file'] == 'mx_dynamic.php' || $row[$j]['function_file'] == 'mx_virtual.php') { ! continue; } ! $k = $j - 1; ! ! if( $row[$j]['module_id'] != $row[$k]['module_id'] ) { $module_desc_tmp = str_replace("\n", '', $row[$j]['module_desc']); *************** *** 3654,3659 **** $module_id = $row[$j]['module_id']; ! $module_title = !empty($row[$j]['module_name']) ? addslashes(strip_tags(trim($row[$j]['module_name']))) : ''; ! $module_desc = !empty($row[$j]['module_desc']) ? addslashes(strip_tags(trim($module_desc_tmp))) : ''; $this->_addModule($module_id, $module_title, $module_desc); --- 3656,3661 ---- $module_id = $row[$j]['module_id']; ! $module_title = ($row[$j]['module_name']) ? addslashes(strip_tags(trim($row[$j]['module_name']))) : ''; ! $module_desc = ($row[$j]['module_desc']) ? addslashes(strip_tags(trim($module_desc_tmp))) : ''; $this->_addModule($module_id, $module_title, $module_desc); *************** *** 3664,3669 **** $function_id = $row[$j]['function_id']; ! $function_title = !empty($row[$j]['function_name']) ? addslashes(strip_tags(trim($row[$j]['function_name']))) : ''; ! $function_desc = !empty($function_desc_tmp) ? addslashes(strip_tags(trim($function_desc_tmp))) : ''; $this->_addFunction($module_id, $function_id, $function_title, $function_desc); --- 3666,3671 ---- $function_id = $row[$j]['function_id']; ! $function_title = ($row[$j]['function_name']) ? addslashes(strip_tags(trim($row[$j]['function_name']))) : ''; ! $function_desc = ($function_desc_tmp) ? addslashes(strip_tags(trim($function_desc_tmp))) : ''; $this->_addFunction($module_id, $function_id, $function_title, $function_desc); *************** *** 3680,3685 **** $block_id = $block_row['block_id']; ! $block_title = !empty($block_row['block_title']) ? substr(addslashes(strip_tags(trim($block_row['block_title']))), 0, 25 ) : ''; ! $block_desc = !empty($block_desc_tmp) ? ' (' . substr(addslashes(strip_tags(trim($block_desc_tmp))), 0, 25 ) . ')' : ''; $this->_addBlock($module_id, $function_id, $block_id, $block_title, $block_desc); --- 3682,3687 ---- $block_id = $block_row['block_id']; ! $block_title = ($block_row['block_title']) ? substr(addslashes(strip_tags(trim($block_row['block_title']))), 0, 25 ) : ''; ! $block_desc = ($block_desc_tmp) ? ' (' . substr(addslashes(strip_tags(trim($block_desc_tmp))), 0, 25 ) . ')' : ''; $this->_addBlock($module_id, $function_id, $block_id, $block_title, $block_desc); *************** *** 3688,3696 **** } unset($row); - } else { $is_admin = ( $userdata['user_level'] == ADMIN && $userdata['session_logged_in'] ) ? TRUE : 0; if (!$is_admin) { --- 3690,3698 ---- } unset($row); } else { $is_admin = ( $userdata['user_level'] == ADMIN && $userdata['session_logged_in'] ) ? TRUE : 0; + if (!$is_admin) { |