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: Florin C B. <ory...@us...> - 2013-07-02 13:43:35
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1246/prosilver Modified Files: prosilver.cfg Log Message: Index: prosilver.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.cfg,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** prosilver.cfg 2 Jul 2013 02:24:04 -0000 1.16 --- prosilver.cfg 2 Jul 2013 13:43:33 -0000 1.17 *************** *** 63,66 **** --- 63,67 ---- //./../../../templates/prosilver // the open_basedir restriction in effect break the pages + $current_template_path = str_replace("../../../", "", $current_template_path); //die("$current_template_path"); then remove @ $mx_images['mx_graphics']['general'] = @file_exists( $mx_root_path . $current_template_path . "/images/logo.gif" ) ? $current_template_path . "/images" : ( @file_exists( $mx_root_path . $cloned_template_path . "/images/logo.gif" ) ? $cloned_template_path . "/images" : $default_template_path . "/images" ); |
|
From: Florin C B. <ory...@us...> - 2013-07-02 12:56:46
|
Update of /cvsroot/mxbb/mx_shotcast/config In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30895/config Modified Files: config.php Log Message: Index: config.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/config/config.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** config.php 2 Jul 2013 05:50:07 -0000 1.2 --- config.php 2 Jul 2013 12:56:43 -0000 1.3 *************** *** 32,36 **** $mx_user->init($user_ip, PAGE_INDEX); // End session management ! $title = 'Media Player Radio'; $is_block = FALSE; } --- 32,36 ---- $mx_user->init($user_ip, PAGE_INDEX); // End session management ! $title = 'Radio Player'; $is_block = FALSE; } *************** *** 38,41 **** --- 38,54 ---- { // Read block Configuration + $block_info = mx_get_info(BLOCK_TABLE, 'block_title', 'Radio Player'); + $block_id = ((isset($block_id) && !empty($block_id)) ? $block_id : $block_info['block_id']); + $title = $block_info['block_title']; + $block_size = ((isset($block_size) && !empty($block_size)) ? $block_size : '100%'); + $description = $block_info['block_desc']; + $show_block = $block_info['show_block']; + $show_title = ($userdata['user_level'] == ADMIN) ? true : $block_info['show_title']; + $show_stats = $block_info['show_stats']; + // Init the User BlockCP + if (is_numeric($block_id)) + { + $mx_block->init($block_id, true); + } $title = $mx_block->block_info['block_title']; //$b_description = $mx_block->block_info['block_desc']; *************** *** 58,62 **** // mx_shotcast version... // ! $module_name = 'shotcast'; if (($mx_cache->get('shotcast_module')) && ($use_cache)) { --- 71,75 ---- // mx_shotcast version... // ! $module_name = 'SteamCaster'; if (($mx_cache->get('shotcast_module')) && ($use_cache)) { *************** *** 145,151 **** // ================================================================================ $shotcast_config = array(); - // // Get radio Settings from config table - // if (($mx_cache->get('shotcast_config')) && ($use_cache)) { --- 158,162 ---- *************** *** 330,334 **** // Port of the server where the play lists are located. Leave blank if they // are on the same server as the caster ip. ! $playlist_port = (int) trim($portal_config['play_port']); //If other then port 80 where the play lists are located. Leave blank if they --- 341,345 ---- // Port of the server where the play lists are located. Leave blank if they // are on the same server as the caster ip. ! $playlist_port = isset($portal_config['play_port']) ? (int) trim($portal_config['play_port']) : ""; //If other then port 80 where the play lists are located. Leave blank if they *************** *** 362,366 **** // Use Curl to get cd cover data (yes/no) ! $curl = $shotcast_config['use_curl']; // If both web server and icecast are behind a router and the web server needs --- 373,377 ---- // Use Curl to get cd cover data (yes/no) ! $curl = isset($portal_config['allow_curl']) ? $shotcast_config['allow_curl'] : false; // If both web server and icecast are behind a router and the web server needs *************** *** 370,373 **** --- 381,386 ---- $caster_internal_port = $shotcast_config['cast_port']; + $user_state_button = $shotcast_config['user_state_button']; + // Do not rely on cookie_secure, users seem to think that it means a secured cookie instead of an encrypted connection $cookie_secure = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 1 : 0; |
|
From: Florin C B. <ory...@us...> - 2013-07-02 07:01:13
|
Update of /cvsroot/mxbb/core/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17264 Modified Files: mx_functions_admincp.php mx_functions_style.php Log Message: Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** mx_functions_admincp.php 2 Jul 2013 02:24:03 -0000 1.74 --- mx_functions_admincp.php 2 Jul 2013 07:01:09 -0000 1.75 *************** *** 2565,2569 **** { global $template, $lang, $db, $board_config, $theme, $delimeter; ! $module_id_max = $this->getMaxId(MODULE_TABLE, 'module_id'); $function_id_max = $this->getMaxId(FUNCTION_TABLE, 'function_id'); --- 2565,2569 ---- { global $template, $lang, $db, $board_config, $theme, $delimeter; ! $module_id_max = $this->getMaxId(MODULE_TABLE, 'module_id'); $function_id_max = $this->getMaxId(FUNCTION_TABLE, 'function_id'); *************** *** 2571,2609 **** $option_id_max = $this->getMaxId(PARAMETER_OPTION_TABLE, 'option_id'); $block_id_max = $this->getMaxId(BLOCK_TABLE, 'block_id'); ! $function_count = -1; $parameter_count = -1; $option_count = -1; $block_count = -1; ! $delete_par = false; $delete_opt = false; $delete_fnc = false; ! ! // ! // Generate safe object identifiers for the target DB ! // where this module pack is going to be imported... ! // $i = 0; ! while( $i < count($fcontents) ) { $module_data = explode($delimeter, trim($fcontents[$i])); ! switch( $module_data[0] ) { ! // ! // 0: module, 1: module_id, 2: module_name, 3: module_path, ! // 4: module_desc, 5: module_include_admin ! // case 'module': $delete_fnc = false; $exists_fnc_ids = array(); ! $safe_row = mx_get_info(MODULE_TABLE, 'module_path', $module_data[3]); ! ! // ! // Switch to check if its updating or installing module ! // if( $safe_row ) { --- 2571,2610 ---- $option_id_max = $this->getMaxId(PARAMETER_OPTION_TABLE, 'option_id'); $block_id_max = $this->getMaxId(BLOCK_TABLE, 'block_id'); ! $function_count = -1; $parameter_count = -1; $option_count = -1; $block_count = -1; ! $delete_par = false; $delete_opt = false; $delete_fnc = false; ! ! /* ! * Generate safe object identifiers for the target DB ! * where this module pack is going to be imported... ! */ $i = 0; ! $delete_option = false; ! $exists_option_ids = array(); while( $i < count($fcontents) ) { $module_data = explode($delimeter, trim($fcontents[$i])); ! switch( $module_data[0] ) { ! /* ! * 0: module, 1: module_id, 2: module_name, 3: module_path, ! * 4: module_desc, 5: module_include_admin ! */ case 'module': $delete_fnc = false; $exists_fnc_ids = array(); ! $safe_row = mx_get_info(MODULE_TABLE, 'module_path', $module_data[3]); ! ! /* ! * Switch to check if its updating or installing module ! */ if( $safe_row ) { *************** *** 2620,2645 **** } break; ! ! // ! // 0: function, 1: module_id, 2: function_id, 3: function_name, ! // ! // 4: function_desc, 5: function_file, 6: function_admin case 'function': $delete_par = false; $exists_par_ids = array(); ! $module_data[1] = $module_id; ! if( $delete_fnc ) { break; } ! $safe_row = mx_get_info(FUNCTION_TABLE, 'module_id', $module_id, 'function_file', $module_data['5']); ! if( $module_data['4'] == 'endoflist' ) { $old_items = $this->get_old_items(FUNCTION_TABLE, 'module_id', $module_id, 'function_id', $exists_fnc_ids); ! for( $f = 0; $f < count($old_items); $f++ ) { --- 2621,2647 ---- } break; ! ! /* ! * 0: function, 1: module_id, 2: function_id, 3: function_name, ! * ! * 4: function_desc, 5: function_file, 6: function_admin ! */ case 'function': $delete_par = false; $exists_par_ids = array(); ! $module_data[1] = $module_id; ! if( $delete_fnc ) { break; } ! $safe_row = mx_get_info(FUNCTION_TABLE, 'module_id', $module_id, 'function_file', $module_data['5']); ! if( $module_data['4'] == 'endoflist' ) { $old_items = $this->get_old_items(FUNCTION_TABLE, 'module_id', $module_id, 'function_id', $exists_fnc_ids); ! for( $f = 0; $f < count($old_items); $f++ ) { *************** *** 2664,2689 **** } break; ! ! // ! // 0: parameter, 1: function_id, 2: parameter_id, 3: parameter_name, ! // 4: parameter_type, 5: parameter_default, 6: parameter_function ! // case 'parameter': $delete_option = false; $exists_option_ids = array(); ! $module_data[1] = $function_id; ! if( $delete_par ) { break; } ! $safe_row = mx_get_info(PARAMETER_TABLE, 'function_id', $function_id, 'parameter_name', $module_data['3']); ! if( $module_data['4'] == 'endoflist' ) { $old_items = $this->get_old_items(PARAMETER_TABLE, 'function_id', $function_id, 'parameter_id', $exists_par_ids); ! for( $f = 0; $f < count( $old_items ); $f++ ) { --- 2666,2691 ---- } break; ! ! /* ! * 0: parameter, 1: function_id, 2: parameter_id, 3: parameter_name, ! * 4: parameter_type, 5: parameter_default, 6: parameter_function ! */ case 'parameter': $delete_option = false; $exists_option_ids = array(); ! $module_data[1] = $function_id; ! if( $delete_par ) { break; } ! $safe_row = mx_get_info(PARAMETER_TABLE, 'function_id', $function_id, 'parameter_name', $module_data['3']); ! if( $module_data['4'] == 'endoflist' ) { $old_items = $this->get_old_items(PARAMETER_TABLE, 'function_id', $function_id, 'parameter_id', $exists_par_ids); ! for( $f = 0; $f < count( $old_items ); $f++ ) { *************** *** 2706,2714 **** } break; ! ! // ! // 0: block, 1: block_id, 2: block_title, 3: block_desc, ! // 4: function_id, 5: auth_view, 6: auth_edit, 7: auth_delete ! // case 'block': $safe_row = mx_get_info(BLOCK_TABLE, 'function_id', $function_id); --- 2708,2716 ---- } break; ! ! /* ! * 0: block, 1: block_id, 2: block_title, 3: block_desc, ! * 4: function_id, 5: auth_view, 6: auth_edit, 7: auth_delete ! */ case 'block': $safe_row = mx_get_info(BLOCK_TABLE, 'function_id', $function_id); *************** *** 2727,2741 **** } break; ! case 'delete': break; ! case 'New_function': break; ! default: mx_message_die(GENERAL_MESSAGE, "Invalid Pack Format. Line: " . ( $i + 1 )); } ! if( !$delete_par && !$delete_option && !$delete_fnc ) { --- 2729,2743 ---- } break; ! case 'delete': break; ! case 'New_function': break; ! default: mx_message_die(GENERAL_MESSAGE, "Invalid Pack Format. Line: " . ( $i + 1 )); } ! if( !$delete_par && !$delete_option && !$delete_fnc ) { Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.136 retrieving revision 1.137 diff -C2 -d -r1.136 -r1.137 *** mx_functions_style.php 2 Jul 2013 02:24:03 -0000 1.136 --- mx_functions_style.php 2 Jul 2013 07:01:09 -0000 1.137 *************** *** 842,846 **** $init_override = $portal_config['override_user_style']; } ! /* if (!empty($_GET['style']) || isset($_COOKIE['style'])) { --- 842,846 ---- $init_override = $portal_config['override_user_style']; } ! /**/ if (!empty($_GET['style']) || isset($_COOKIE['style'])) { *************** *** 857,861 **** } } ! */ /* --- 857,861 ---- } } ! /**/ /* *************** *** 1781,1794 **** $template_name = $this->cloned_template_name; ! @include($mx_root_path . $module_root_path . $this->cloned_current_template_path . '/' . $template_name . '.cfg'); if (!$mx_template_config) { ! @include($mx_root_path . $module_root_path . $this->cloned_current_template_path . '/' . $moduleCfgFile . '.cfg'); } } ! // ! // If use default template intead ! // if (!$mx_template_config) { --- 1781,1794 ---- $template_name = $this->cloned_template_name; ! @require($mx_root_path . $module_root_path . $this->cloned_current_template_path . '/' . $template_name . '.cfg'); if (!$mx_template_config) { ! @require($mx_root_path . $module_root_path . $this->cloned_current_template_path . '/' . $moduleCfgFile . '.cfg'); } } ! /* ! * If use default template intead ! */ if (!$mx_template_config) { *************** *** 1796,1803 **** $template_name = $this->default_template_name; ! @include($mx_root_path . $module_root_path . $this->default_current_template_path . '/' . $template_name . '.cfg'); if (!$mx_template_config) { ! @include($mx_root_path . $module_root_path . $this->default_current_template_path . '/' . $moduleCfgFile . '.cfg'); } } --- 1796,1803 ---- $template_name = $this->default_template_name; ! @require($mx_root_path . $module_root_path . $this->default_current_template_path . '/' . $template_name . '.cfg'); if (!$mx_template_config) { ! @require($mx_root_path . $module_root_path . $this->default_current_template_path . '/' . $moduleCfgFile . '.cfg'); } } *************** *** 1813,1831 **** $template_name = $this->default_template_name; ! @include($mx_root_path . $module_root_path . $this->default_current_template_path . '/' . $template_name2 . '.cfg'); if (!$mx_template_config) { ! @include($mx_root_path . $module_root_path . $this->default_current_template_path . '/' . $moduleCfgFile . '.cfg'); } ! } ! ! // ! // We have no template to use - die ! // if (!$mx_template_config) { ! mx_message_die(CRITICAL_ERROR, "Could not open " . $mx_root_path . $module_root_path . $this->default_current_template_path . " style config file", '', __LINE__, __FILE__); } ! $img_lang = ( file_exists($mx_root_path . $current_template_path . '/images/lang_' . $board_config['default_lang']) ) ? $board_config['default_lang'] : 'english'; --- 1813,1831 ---- $template_name = $this->default_template_name; ! @require($mx_root_path . $module_root_path . $this->default_current_template_path . '/' . $template_name2 . '.cfg'); if (!$mx_template_config) { ! @require($mx_root_path . $module_root_path . $this->default_current_template_path . '/' . $moduleCfgFile . '.cfg'); } ! } ! ! /* ! * We have no template to use - die ! */ if (!$mx_template_config) { ! mx_message_die(CRITICAL_ERROR, "Could not open " . $mx_root_path . $module_root_path . $this->default_current_template_path . '/' . $template_name . '.cfg' . " style config file " . "<br /> current_template_path: " . $mx_root_path . $module_root_path . $current_template_path_d . '/' . $template_name_d . '.cfg' . "<br /> cloned_template_path: " . $mx_root_path . $module_root_path . $cloned_template_path_d . "<br /> default_template_path: " . $mx_root_path . $module_root_path . $default_template_path_d . "<br /> template_name: " . $template_name_d . "<br /> template_config: " . $template_config_d . "", '', __LINE__, __FILE__); } ! $img_lang = ( file_exists($mx_root_path . $current_template_path . '/images/lang_' . $board_config['default_lang']) ) ? $board_config['default_lang'] : 'english'; *************** *** 1848,1857 **** // What template is the module using? // ! $module_key = !empty($module_root_path) ? $module_root_path : 'core'; $this->template_names[$module_key] = $template_name; //This will keep loaded images $images = &$mx3_images; ! unset($mx_images); } --- 1848,1860 ---- // What template is the module using? // ! $module_key = !empty($module_root_path) ? $module_root_path : '_core'; $this->template_names[$module_key] = $template_name; //This will keep loaded images $images = &$mx3_images; ! ! // We include common temlate config file here to not load it every time a module template config file is included ! //$this->theme = is_array($this->theme) ? array_merge($this->theme, $theme) : $theme; ! $this->theme = &$theme; unset($mx_images); } *************** *** 1865,1872 **** function _load_module_lang($lang_mode = MX_LANG_MAIN) { ! global $lang, $board_config, $mx_block, $phpEx, $mx_root_path; ! ! $default_lang = ($this->lang['default_lang']) ? $this->encode_lang($this->lang['default_lang']) : $board_config['default_lang']; ! if (empty($default_lang)) { --- 1868,1873 ---- function _load_module_lang($lang_mode = MX_LANG_MAIN) { ! global $lang, $board_config, $mx_block, $phpEx, $mx_root_path; ! $default_lang = ($this->lang['default_lang']) ? $this->decode_lang($this->lang['default_lang']) : $board_config['default_lang']; if (empty($default_lang)) { *************** *** 1874,1878 **** $default_lang= 'english'; } - if (!isset($this->loaded_langs[$mx_block->module_root_path])) { --- 1875,1878 ---- *************** *** 1887,1895 **** $module_lang_path = $mx_root_path . $mx_block->module_root_path; } - // ------------------------------------------------------------------------- // Read Module Main Language Definition ! // ------------------------------------------------------------------------- ! if ((@include $module_lang_path . "language/lang_" . $default_lang . "/lang_main.$phpEx") === false) { if ((@include $module_lang_path . "language/lang_english/lang_main.$phpEx") === false) --- 1887,1894 ---- $module_lang_path = $mx_root_path . $mx_block->module_root_path; } // ------------------------------------------------------------------------- // Read Module Main Language Definition ! // ------------------------------------------------------------------------- ! if ((include $module_lang_path . "language/lang_" . $default_lang . "/lang_main.$phpEx") === false) { if ((@include $module_lang_path . "language/lang_english/lang_main.$phpEx") === false) *************** *** 1909,1913 **** if ((@include $module_lang_path . "language/lang_english/lang_admin.$phpEx") === false) { ! mx_message_die(CRITICAL_ERROR, 'Modiule admin language file ' . $mx_root_path . $module_lang_path . "language/lang_" . $default_lang . "/lang_admin.$phpEx" . ' couldn\'t be opened.'); } } --- 1908,1912 ---- if ((@include $module_lang_path . "language/lang_english/lang_admin.$phpEx") === false) { ! mx_message_die(CRITICAL_ERROR, 'Modiule admin language file ' . $mx_root_path . $module_lang_path . "language/lang_" . $default_lang . "/lang_admin.$phpEx" . ' couldn\'t be opened.'); } } *************** *** 1916,1920 **** } } ! /** * Enter description here... --- 1915,1919 ---- } } ! /** * Enter description here... *************** *** 1963,1984 **** * @param unknown_type $page_id */ ! function init( $user_ip, $page_id, $init_style = true ) { - // // Define basic constants - // $this->page_id = $page_id; $this->user_ip = $user_ip; - // // Inititate User data - // $this->_init_session($user_ip, $this->page_id); $this->_init_userprefs(); - // // Inititate User style ! // ! if ( $init_style ) { $this->_init_style(); --- 1962,1977 ---- * @param unknown_type $page_id */ ! function init($user_ip, $page_id, $init_style = true) { // Define basic constants $this->page_id = $page_id; $this->user_ip = $user_ip; // Inititate User data $this->_init_session($user_ip, $this->page_id); $this->_init_userprefs(); // Inititate User style ! if ($init_style) { $this->_init_style(); |
|
From: Florin C B. <ory...@us...> - 2013-07-02 05:50:11
|
Update of /cvsroot/mxbb/mx_shotcast/templates/pubOry In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13223/templates/pubOry Modified Files: shotcast_front.tpl shotcast_stats.tpl Log Message: Index: shotcast_front.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/templates/pubOry/shotcast_front.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shotcast_front.tpl 2 Oct 2007 04:44:07 -0000 1.2 --- shotcast_front.tpl 2 Jul 2013 05:50:08 -0000 1.3 *************** *** 1,9 **** ! <table width="{BLOCK_SIZE}" cellpadding="0" cellspacing="0" border="0" class="forumline"> ! <tr> ! <th class="thHead" align="center"> {L_TITLE} </th> ! </tr> ! <tr> ! <td> ! <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border:none; padding:4px;"> <tr> --- 1,15 ---- ! <div class="clear"></div> ! <div class="forabg block" style="vertical-align:top;"> ! <div class="inner"> ! <ul class="icon bg2" style="width:70; display:block;> ! <dl style="vertical-align:middle;"> ! <dt style="text-align:center" class="cat"> ! {L_TITLE} ! </dt> ! </dl> ! </ul> ! <ul class="icon bg2" style="width:70; display:block;> ! <dl style="vertical-align:middle;"> ! <dt style="text-align:center" class="cat"> <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border:none; padding:4px;"> <tr> *************** *** 27,33 **** <!-- END switch_user_logged_out --> <!-- BEGIN switch_user_logged_in --> ! [ <a href="javascript:void(0);" onClick="window.open('{S_LISTEN_STATION}','','scrollbars=no,resizable=yes,width=350,height=96')">{L_CLICK_TO_LISTEN_STATION}</a> ] ! <a href="javascript:void(0);" onClick="window.open('{S_LISTEN_WMP}','','scrollbars=no,resizable=yes,width=350,height=96')"><img src="{WMP_IMG}" alt="{L_CLICK_TO_LISTEN_WMP}" border="0" /></a> ! <a href="javascript:void(0);" onClick="window.open('{S_LISTEN_REAL}','','scrollbars=no,resizable=yes,width=350,height=96')"><img src="{REAL_IMG}" alt="{L_CLICK_TO_LISTEN_REAL}" border="0" /></a> <!-- END switch_user_logged_in --> <!-- BEGIN switch_user_listening --> --- 33,39 ---- <!-- END switch_user_logged_out --> <!-- BEGIN switch_user_logged_in --> ! [ <a href="javascript:void(0);" onClick="window.open('{S_LISTEN_STATION}', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=320, height=142 left = 100, top = 100')">{L_CLICK_TO_LISTEN_STATION}</a> ]<br /> ! <!-- a href="javascript:void(0);" onClick="window.open('{S_LISTEN_WMP}', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=320, height=142 left = 100, top = 100')"><img src="{WMP_IMG}" alt="{L_CLICK_TO_LISTEN_WMP}" border="0" /></a> ! <a href="javascript:void(0);" onClick="window.open('{S_LISTEN_REAL}', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=320, height=142 left = 100, top = 100')"><img src="{REAL_IMG}" alt="{L_CLICK_TO_LISTEN_REAL}" border="0" /></a --> <!-- END switch_user_logged_in --> <!-- BEGIN switch_user_listening --> *************** *** 46,52 **** </table> ! </td> ! </tr> ! </table> ! <br clear="all" /> --- 52,61 ---- </table> ! </dt> ! </dl> ! </ul> ! </div> ! <span class="corners-bottom"><span></span></span> ! </div> <br clear="all" /> + <div class="clear"></div> \ No newline at end of file Index: shotcast_stats.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/templates/pubOry/shotcast_stats.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shotcast_stats.tpl 6 Jun 2007 23:21:15 -0000 1.1 --- shotcast_stats.tpl 2 Jul 2013 05:50:08 -0000 1.2 *************** *** 1,18 **** ! <head> ! <style type="text/css"> ! <!-- ! .table {font-family: Verdana; font-size: 10px;} ! td.nav { border-top: 1px solid #FFFFFF; border-bottom: 1px solid #859288; padding: 1px 0 1px 5px; font-weight: bold; font-size: 12px} ! td.stat { border-top: 1px solid #FFFFFF; border-bottom: 1px solid #859288; padding: 1px 0 1px 5px; color: #cccede;} ! --> ! </style> ! </head> ! <table width="{BLOCK_SIZE}" cellpadding="0" cellspacing="0" border="0" class="forumline"> ! <tr> ! <td> ! ! <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border:none; padding:4px;"> <tr> ! <td class="row1" align="center" valign="middle" rowspan="1"> <img src="{SHOTCAST_STATE_IMG}" alt="{L_VERSION}" border="0" /> </td> --- 1,18 ---- ! <div class="clear"></div> ! <div class="forabg block" style="vertical-align:top;"> ! <div class="inner"> ! <ul class="icon bg2" style="width:70; display:block;> ! <dl style="vertical-align:middle;"> ! <dt style="text-align:center" class="cat"> ! {L_TITLE} ! </dt> ! </dl> ! </ul> ! <ul class="icon bg2" style="width:70; display:block;> ! <dl style="vertical-align:middle;"> ! <dt style="text-align:center" class="cat"> ! <table width="100%" cellpadding="0" cellspacing="1" border="0" style="border:none;"> <tr> ! <td class="row1" align="center" valign="middle"> <img src="{SHOTCAST_STATE_IMG}" alt="{L_VERSION}" border="0" /> </td> *************** *** 22,41 **** <span class="gensmall"> <tr class="table"> ! <td class="nav" align="left" valign="bottom"> <h8><b>{L_STATION} <i>{S_STATION}</i></b></h8> </td> </tr> <tr class="table"> ! <td class="stat" align="left" valign="bottom"> ! <b>{L_STATE} <i>{S_STATE}</i></b> </td> </tr> <tr class="table"> ! <td class="stat" align="left" valign="bottom"> <i>{L_SERVER_TITLE} <b>{S_SERVER_TITLE}</b></i> </td> </tr> <tr class="table"> ! <td class="stat" align="left" valign="bottom"> <i>{L_SERVERGENRE} <b>{S_SERVERGENRE}</b></i> </td> --- 22,41 ---- <span class="gensmall"> <tr class="table"> ! <td class="row1" align="left" valign="bottom"> <h8><b>{L_STATION} <i>{S_STATION}</i></b></h8> </td> </tr> <tr class="table"> ! <td class="row2" align="left" valign="bottom"> ! <i>{L_STATE} <b>{S_STATE}</b></i> </td> </tr> <tr class="table"> ! <td class="row2" align="left" valign="bottom"> <i>{L_SERVER_TITLE} <b>{S_SERVER_TITLE}</b></i> </td> </tr> <tr class="table"> ! <td class="row2" align="left" valign="bottom"> <i>{L_SERVERGENRE} <b>{S_SERVERGENRE}</b></i> </td> *************** *** 43,74 **** </tr> <tr class="table"> ! <td class="stat" align="left" valign="bottom"> ! <i>{L_SONGURL} <b><a href="{S_SONGURL}">{S_SONGURL}</a></b></i> </td> </tr> </tr> <tr class="table"> ! <td class="stat" align="left" valign="bottom"> ! <i>{L_SONG} <b>{S_SONG}</b></i> </td> </tr> </tr> <tr class="table"> ! <td class="stat" align="left" valign="bottom"> <i>{L_BITRATE} <b>{S_BITRATE} kbps</b></i> </td> </tr> <tr class="table"> ! <td class="stat" align="left" valign="bottom"> <i>{L_REPORTEDLISTENERS} <b>{S_REPORTEDLISTENERS}</b></i> </td> </tr> <tr class="table"> ! <td class="stat" align="left" valign="bottom"> <i>{L_PEAK_LISTENERS} <b>{S_PEAK_LISTENERS}</b></i> </td> </tr> <tr class="table"> ! <td class="stat" align="left" valign="bottom"> <i>{L_MAX_LISTENERS} <b>{S_MAX_LISTENERS}</b></i></td> </tr> --- 43,74 ---- </tr> <tr class="table"> ! <td class="row2" align="left" valign="bottom"> ! <i>{L_SONGURL} <b><a target="black" href="{S_STREAMURL}">{S_STREAMURL}</a></b></i> </td> </tr> </tr> <tr class="table"> ! <td class="row2" align="left" valign="bottom"> ! <i>{L_SONG} <b><a target="black" href="{S_SONGURL}">{S_SONG}</a></b></i> </td> </tr> </tr> <tr class="table"> ! <td class="row2" align="left" valign="bottom"> <i>{L_BITRATE} <b>{S_BITRATE} kbps</b></i> </td> </tr> <tr class="table"> ! <td class="row2" align="left" valign="bottom"> <i>{L_REPORTEDLISTENERS} <b>{S_REPORTEDLISTENERS}</b></i> </td> </tr> <tr class="table"> ! <td class="row2" align="left" valign="bottom"> <i>{L_PEAK_LISTENERS} <b>{S_PEAK_LISTENERS}</b></i> </td> </tr> <tr class="table"> ! <td class="row2" align="left" valign="bottom"> <i>{L_MAX_LISTENERS} <b>{S_MAX_LISTENERS}</b></i></td> </tr> *************** *** 77,84 **** </tr> </table> ! ! </td> ! </tr> ! </table> ! <br clear="all" /> --- 77,85 ---- </tr> </table> ! </dt> ! </dl> ! </ul> ! </div> ! <span class="corners-bottom"><span></span></span> ! </div> <br clear="all" /> |
|
From: Florin C B. <ory...@us...> - 2013-07-02 05:50:09
|
Update of /cvsroot/mxbb/mx_shotcast In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13223 Modified Files: ShotCast.pak db_install.php db_upgrade.php Log Message: Index: ShotCast.pak =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/ShotCast.pak,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ShotCast.pak 29 May 2013 04:34:03 -0000 1.3 --- ShotCast.pak 2 Jul 2013 05:50:07 -0000 1.4 *************** *** 1,18 **** ! module=+:71=+:StreamCast=+:modules/mx_shotcast/=+:SHOUTcast and ICEcast MXP Module=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:71=+:85=+:Station Front=+:=+:shotcast_front.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:StreamCast Front=+:Demo block=+:85=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:71=+:87=+:StreamCast Last 10=+:StreamCast Last 10 Block =+:shotcast_last10.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:StreamCast Last 10=+:Demo block=+:87=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:71=+:88=+:Stream Stats=+:Stream Stats =+:shotcast_stats.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:StreamCast Stats=+:Demo block=+:88=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:71=+:89=+:Radio Player=+:Radio Player=+:radioplayer.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Radio Player=+:Demo block=+:89=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 --- 1,18 ---- ! module=+:71=+:SteamCaster=+:modules/mx_shotcast/=+:SHOUTcast and ICEcast MXP-CMS Module=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:71=+:85=+:Station Front=+:=+:shotcast_front.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:SteamCaster Front=+:Demo block=+:85=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:71=+:87=+:SteamCaster Last 10=+:SteamCaster Last 10 Block =+:shotcast_last10.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:SteamCaster Last 10=+:Demo block=+:87=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:71=+:88=+:Stream Stats=+:Stream Stats =+:shotcast_stats.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:SteamCaster Stats=+:Demo block=+:88=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:71=+:89=+:Radio Player=+:Radio Player=+:radioplayer.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Radio Player=+:Web Based Radio Player=+:89=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/db_install.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** db_install.php 2 Jul 2013 02:46:54 -0000 1.11 --- db_install.php 2 Jul 2013 05:50:07 -0000 1.12 *************** *** 36,40 **** $mx_module_version = '3.5.2'; ! $mx_module_copy = 'mxBB <i> - Shotcast</i> module by OryNider & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; // If fresh install --- 36,40 ---- $mx_module_version = '3.5.2'; ! $mx_module_copy = 'MXP-CMS <i> - SteamCaster</i> module by OryNider & <a href="http://www.mxpcms.sf.net" target="_blank">Mx Team</a>'; // If fresh install Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/db_upgrade.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** db_upgrade.php 28 May 2013 07:14:33 -0000 1.10 --- db_upgrade.php 2 Jul 2013 05:50:07 -0000 1.11 *************** *** 32,36 **** $mx_module_version = '3.5.2'; ! $mx_module_copy = 'mxBB <i> - Shotcast</i> module by OryNider & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; $message = "<b>Upgrading!</b><br/><br/>"; --- 32,36 ---- $mx_module_version = '3.5.2'; ! $mx_module_copy = 'MXP-CMS <i> - SteamCaster</i> module by OryNider & <a href="http://www.mxpcms.sf.net" target="_blank">Mx Team</a>'; $message = "<b>Upgrading!</b><br/><br/>"; *************** *** 43,65 **** if ($result = $db->sql_query( "SELECT config_name from " . $mx_table_prefix . "shotcast_config" )) { - // // Upgrade checks - // $upgrade_100 = 0; $upgrade_108 = 0; $upgrade_300 = 0; $upgrade_350 = 0; - // // validate before 1.0 Gold - // if (!$result = $db->sql_query("SELECT config_value from " . $mx_table_prefix . "shotcast_config WHERE config_name = 'force_online'")) { $upgrade_100 = 1; } ! ! // // validate before 1.08 - user sessions from mx_radio - // if (!$result = $db->sql_query("SELECT bot_id from " . $mx_table_prefix . "shotcast_session")) { --- 43,60 ---- if ($result = $db->sql_query( "SELECT config_name from " . $mx_table_prefix . "shotcast_config" )) { // Upgrade checks $upgrade_100 = 0; $upgrade_108 = 0; $upgrade_300 = 0; $upgrade_350 = 0; + $upgrade_352 = 0; // validate before 1.0 Gold if (!$result = $db->sql_query("SELECT config_value from " . $mx_table_prefix . "shotcast_config WHERE config_name = 'force_online'")) { $upgrade_100 = 1; } ! // validate before 1.08 - user sessions from mx_radio if (!$result = $db->sql_query("SELECT bot_id from " . $mx_table_prefix . "shotcast_session")) { *************** *** 67,81 **** } - // // validate before 3.0 Gold - backported support for - Custom Skins - // if (!$result = $db->sql_query("SELECT config_value from " . $mx_table_prefix . "shotcast_config WHERE config_name = 'skin'")) { $upgrade_300 = 1; } ! ! // ! // validate before 3.5.x - backported support for - Caster type: shout or ice ! // if (!$result = $db->sql_query("SELECT config_value from " . $mx_table_prefix . "shotcast_config WHERE config_name = 'caster'")) { --- 62,72 ---- } // validate before 3.0 Gold - backported support for - Custom Skins if (!$result = $db->sql_query("SELECT config_value from " . $mx_table_prefix . "shotcast_config WHERE config_name = 'skin'")) { $upgrade_300 = 1; } ! ! // validate before 3.5.0 - backported support for - Caster type: shout or ice if (!$result = $db->sql_query("SELECT config_value from " . $mx_table_prefix . "shotcast_config WHERE config_name = 'caster'")) { *************** *** 83,86 **** --- 74,83 ---- } + // validate before 3.5.2 + if (!$result = $db->sql_query("SELECT config_value from " . $mx_table_prefix . "shotcast_config WHERE config_name = 'stream_type'")) + { + $upgrade_352 = 1; + } + $message = "<b>Upgrading!</b><br/><br/>"; *************** *** 99,103 **** $sql[] = "DROP TABLE IF EXISTS " . $mx_table_prefix . "shotcast_session"; ! $sql[] = "CREATE TABLE ".$mx_table_prefix."shotcast_session ( id int(11) unsigned NOT NULL auto_increment, user_id mediumint(8) DEFAULT '0' NOT NULL, --- 96,100 ---- $sql[] = "DROP TABLE IF EXISTS " . $mx_table_prefix . "shotcast_session"; ! $sql[] = "CREATE TABLE " . $mx_table_prefix . "shotcast_session ( id int(11) unsigned NOT NULL auto_increment, user_id mediumint(8) DEFAULT '0' NOT NULL, *************** *** 130,137 **** $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('play_port', '')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('play_mount', '/livemp3')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('picture_type', 'cover')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('fallback', 'eq')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('logo', 'logo.gif')"; } else --- 127,141 ---- $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('play_port', '')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('play_mount', '/livemp3')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('picture_type', 'cover')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('fallback', 'eq')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('logo', 'logo.gif')"; + } + + if ($upgrade_352 == 1) + { + $message .= "<b>Upgrading to v. 3.5.2..</b><br/><br/>"; + + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('stream_type', 'icy')"; } else *************** *** 145,155 **** WHERE module_id = '" . $mx_module_id . "'"; ! $message .= mx_do_install_upgrade( $sql ); } else { - // // If not installed - // $message = "<b>Module is not installed...and thus cannot be upgraded ;)</b><br/><br/>"; } --- 149,157 ---- WHERE module_id = '" . $mx_module_id . "'"; ! $message .= mx_do_install_upgrade($sql); } else { // If not installed $message = "<b>Module is not installed...and thus cannot be upgraded ;)</b><br/><br/>"; } *************** *** 161,163 **** echo "</table><br />"; ! ?> --- 163,165 ---- echo "</table><br />"; ! ?> \ No newline at end of file |
|
From: Florin C B. <ory...@us...> - 2013-07-02 05:49:31
|
Update of /cvsroot/mxbb/mx_smartor/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13152 Modified Files: admin_album_auth.php admin_album_cat.php admin_album_cfg.php admin_album_clearcache.php admin_album_clown_SP.php admin_album_config_personal.php admin_album_ext.php admin_album_otf.php admin_album_personal.php Log Message: Index: admin_album_config_personal.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_config_personal.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_album_config_personal.php 17 Jun 2013 18:05:07 -0000 1.7 --- admin_album_config_personal.php 2 Jul 2013 05:49:29 -0000 1.8 *************** *** 82,86 **** { @define( 'MXBB_MODULE', true ); ! // Main paths $mx_root_path = './../../../'; --- 82,86 ---- { @define( 'MXBB_MODULE', true ); ! @define('IN_PORTAL', true); // Main paths $mx_root_path = './../../../'; Index: admin_album_cfg.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_cfg.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** admin_album_cfg.php 17 Jun 2013 18:05:07 -0000 1.11 --- admin_album_cfg.php 2 Jul 2013 05:49:29 -0000 1.12 *************** *** 72,77 **** else { ! @define('MXBB_MODULE', true); ! // // Main paths --- 72,77 ---- else { ! @define( 'MXBB_MODULE', true ); ! @define('IN_PORTAL', true); // // Main paths Index: admin_album_auth.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_auth.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** admin_album_auth.php 17 Jun 2013 18:05:07 -0000 1.19 --- admin_album_auth.php 2 Jul 2013 05:49:29 -0000 1.20 *************** *** 74,77 **** --- 74,78 ---- { @define( 'MXBB_MODULE', true ); + @define('IN_PORTAL', true); // Main paths $mx_root_path = './../../../'; Index: admin_album_clearcache.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_clearcache.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** admin_album_clearcache.php 17 Jun 2013 18:05:07 -0000 1.16 --- admin_album_clearcache.php 2 Jul 2013 05:49:29 -0000 1.17 *************** *** 73,76 **** --- 73,77 ---- { @define( 'MXBB_MODULE', true ); + @define('IN_PORTAL', true); // Main paths $mx_root_path = './../../../'; Index: admin_album_ext.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_ext.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** admin_album_ext.php 17 Jun 2013 18:07:51 -0000 1.9 --- admin_album_ext.php 2 Jul 2013 05:49:29 -0000 1.10 *************** *** 15,19 **** return; } ! // Let's set the root dir for phpBB $module_root_path = '../'; --- 15,19 ---- return; } ! @define('IN_PORTAL', true); // Let's set the root dir for phpBB $module_root_path = '../'; Index: admin_album_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_cat.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** admin_album_cat.php 17 Jun 2013 18:05:07 -0000 1.16 --- admin_album_cat.php 2 Jul 2013 05:49:29 -0000 1.17 *************** *** 89,93 **** { @define( 'MXBB_MODULE', true ); ! // Main paths $mx_root_path = './../../../'; --- 89,93 ---- { @define( 'MXBB_MODULE', true ); ! @define('IN_PORTAL', 1); // Main paths $mx_root_path = './../../../'; Index: admin_album_otf.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_otf.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_album_otf.php 17 Jun 2013 18:05:07 -0000 1.6 --- admin_album_otf.php 2 Jul 2013 05:49:29 -0000 1.7 *************** *** 88,92 **** { @define( 'MXBB_MODULE', true ); ! // // Main paths --- 88,92 ---- { @define( 'MXBB_MODULE', true ); ! @define('IN_PORTAL', true); // // Main paths Index: admin_album_personal.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_personal.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** admin_album_personal.php 17 Jun 2013 18:05:07 -0000 1.17 --- admin_album_personal.php 2 Jul 2013 05:49:29 -0000 1.18 *************** *** 76,80 **** { @define( 'MXBB_MODULE', true ); ! // Main paths $mx_root_path = './../../../'; --- 76,80 ---- { @define( 'MXBB_MODULE', true ); ! @define('IN_PORTAL', true); // Main paths $mx_root_path = './../../../'; Index: admin_album_clown_SP.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_clown_SP.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** admin_album_clown_SP.php 17 Jun 2013 18:05:07 -0000 1.20 --- admin_album_clown_SP.php 2 Jul 2013 05:49:29 -0000 1.21 *************** *** 71,76 **** else { ! @define('MXBB_MODULE', true); ! // Main paths $mx_root_path = './../../../'; --- 71,76 ---- else { ! @define( 'MXBB_MODULE', true ); ! @define('IN_PORTAL', true); // Main paths $mx_root_path = './../../../'; |
|
From: Florin C B. <ory...@us...> - 2013-07-02 02:46:57
|
Update of /cvsroot/mxbb/mx_shotcast In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5355 Modified Files: db_install.php shotcast_front.php shotcast_stats.php Log Message: Index: shotcast_front.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/shotcast_front.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** shotcast_front.php 29 May 2013 04:34:03 -0000 1.11 --- shotcast_front.php 2 Jul 2013 02:46:54 -0000 1.12 *************** *** 55,58 **** --- 55,59 ---- // $block_title = (isset($server_name) && !empty($server_name) ? $server_name : $mx_block->block_info['block_title']); + $b_description = $mx_block->block_info['block_desc']; $block_size = (isset($block_size) && !empty($block_size) ? $block_size : '100%' ); $shotcast_icon = 'cast_front.gif'; *************** *** 129,141 **** if ($shotcast_config['show_listen_select']) { ! $can_listen="yes"; } elseif ($record['username'] == $userdata['username']) { ! $can_listen="no"; } else { ! $can_listen="yes"; } } --- 130,142 ---- if ($shotcast_config['show_listen_select']) { ! $can_listen = "yes"; } elseif ($record['username'] == $userdata['username']) { ! $can_listen = "no"; } else { ! $can_listen = "yes"; } } *************** *** 145,157 **** if ($shotcast_config['show_listen_select']) { ! $can_listen="yes"; } elseif ($record['username'] == $userdata['username']) { ! $can_listen="no"; } else { ! $can_listen="yes"; } } --- 146,158 ---- if ($shotcast_config['show_listen_select']) { ! $can_listen = "yes"; } elseif ($record['username'] == $userdata['username']) { ! $can_listen = "no"; } else { ! $can_listen = "yes"; } } *************** *** 270,274 **** 'L_ALREADY_LISTENING' => $lang['Already_listening'], 'BLOCK_SIZE' => $block_size, ! 'L_TITLE' => $block_title, // 'U_URL' => mx_append_sid(PORTAL_URL . 'index.' . $phpEx . '?block_id=' . $block_id), 'BLOCK_ID' => $block_id, --- 271,276 ---- 'L_ALREADY_LISTENING' => $lang['Already_listening'], 'BLOCK_SIZE' => $block_size, ! 'L_TITLE' => $block_title, ! 'L_DESC' => $b_description, // 'U_URL' => mx_append_sid(PORTAL_URL . 'index.' . $phpEx . '?block_id=' . $block_id), 'BLOCK_ID' => $block_id, Index: shotcast_stats.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/shotcast_stats.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** shotcast_stats.php 29 May 2013 04:34:03 -0000 1.9 --- shotcast_stats.php 2 Jul 2013 02:46:54 -0000 1.10 *************** *** 71,75 **** 'S_SERVERGENRE' => $stream_genre, 'L_SONGURL' => $lang['Stream_URL'], ! 'S_STREAMURL' => $no_cover_url, 'S_SONGURL' => aws_getInfo($artist, $song, 'track', 'url_info', $no_cover_url, false), 'S_SERVERURL' => $server_url, --- 71,75 ---- 'S_SERVERGENRE' => $stream_genre, 'L_SONGURL' => $lang['Stream_URL'], ! 'S_STREAMURL' => $no_cover_url, 'S_SONGURL' => aws_getInfo($artist, $song, 'track', 'url_info', $no_cover_url, false), 'S_SERVERURL' => $server_url, *************** *** 78,81 **** --- 78,82 ---- 'BLOCK_SIZE' => $block_size, 'BLOCK_ID' => $block_id, + 'L_DESC' => $b_description, 'L_TITLE' => $block_title,) ); Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/db_install.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** db_install.php 28 May 2013 07:14:33 -0000 1.10 --- db_install.php 2 Jul 2013 02:46:54 -0000 1.11 *************** *** 74,79 **** $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('caster', 'shout')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('skin', 'aero')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('allow_autoplay', '1')" ! $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('allow_curl', '1')" $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('play_list', 'listen.pls')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('play_asx', 'livemp3')"; --- 74,79 ---- $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('caster', 'shout')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('skin', 'aero')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('allow_autoplay', '1')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('allow_curl', '1')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('play_list', 'listen.pls')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('play_asx', 'livemp3')"; |
|
From: Florin C B. <ory...@us...> - 2013-07-02 02:24:07
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3752/templates/prosilver Modified Files: prosilver.cfg Log Message: Index: prosilver.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.cfg,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** prosilver.cfg 24 Jun 2013 02:13:03 -0000 1.15 --- prosilver.cfg 2 Jul 2013 02:24:04 -0000 1.16 *************** *** 60,72 **** | - these are very handy paths to ALL kind of phpBB/mxBB graphics \********************************************************************************/ ! $mx_images['mx_graphics']['general'] = file_exists( $mx_root_path . $current_template_path . "/images/logo.gif" ) ? $current_template_path . "/images" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/logo.gif" ) ? $cloned_template_path . "/images" : $default_template_path . "/images" ); ! $mx_images['mx_graphics']['page_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/page_icons" ) ? $current_template_path . "/images/page_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/page_icons" ) ? $cloned_template_path . "/images/page_icons" : $default_template_path . "/images/page_icons" ); ! $mx_images['mx_graphics']['block_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/block_icons" ) ? $current_template_path . "/images/block_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/block_icons" ) ? $cloned_template_path . "/images/block_icons" : $default_template_path . "/images/block_icons" ); ! $mx_images['mx_graphics']['menu_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/menu_icons" ) ? $current_template_path . "/images/menu_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/menu_icons" ) ? $cloned_template_path . "/images/menu_icons" : $default_template_path . "/images/menu_icons" ); ! $mx_images['mx_graphics']['admin_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/admin_icons" ) ? $current_template_path . "/images/admin_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/admin_icons" ) ? $cloned_template_path . "/images/admin_icons" : $default_template_path . "/images/admin_icons" ); ! $mx_images['mx_graphics']['phpbb_icons'] = !empty($mx_user->default_template_name) && file_exists($phpbb_root_path . "styles/" . $mx_user->default_template_name . "/imageset") ? "styles/" . $mx_user->default_template_name . "/imageset" : ( !empty($mx_user->cloned_template_name) && file_exists($phpbb_root_path . "styles/" . $mx_user->cloned_template_name . "/imageset") ? "styles/" . $mx_user->cloned_template_name . "/imageset" : $current_template_path . "/imageset"); ! $mx_images['mx_graphics']['addon_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/addon_icons" ) ? $current_template_path . "/images/addon_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/addon_icons" ) ? $cloned_template_path . "/images/addon_icons" : $default_template_path . "/images/addon_icons" ); ! $mx_images['mx_graphics']['mx_icons'] = !empty($current_template_path) && file_exists( $mx_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( !empty($cloned_template_path) && file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path . "/images" : $default_template_path . "/images"); ! $mx_images['mx_graphics']['theme_icons'] = file_exists( $mx_root_path . $current_template_path . "/theme/images" ) ? $current_template_path . "/theme/images" : ( file_exists( $mx_root_path . $cloned_template_path . "/theme/images" ) ? $cloned_template_path . "/theme/images" : $default_template_path . "/theme/images" ); // --- 60,76 ---- | - these are very handy paths to ALL kind of phpBB/mxBB graphics \********************************************************************************/ ! //do do@ direct acces for modules example for rss, output ! //./../../../templates/prosilver ! // the open_basedir restriction in effect break the pages ! //die("$current_template_path"); then remove @ ! $mx_images['mx_graphics']['general'] = @file_exists( $mx_root_path . $current_template_path . "/images/logo.gif" ) ? $current_template_path . "/images" : ( @file_exists( $mx_root_path . $cloned_template_path . "/images/logo.gif" ) ? $cloned_template_path . "/images" : $default_template_path . "/images" ); ! $mx_images['mx_graphics']['page_icons'] = @file_exists( $mx_root_path . $current_template_path . "/images/page_icons" ) ? $current_template_path . "/images/page_icons" : ( @file_exists( $mx_root_path . $cloned_template_path . "/images/page_icons" ) ? $cloned_template_path . "/images/page_icons" : $default_template_path . "/images/page_icons" ); ! $mx_images['mx_graphics']['block_icons'] = @file_exists( $mx_root_path . $current_template_path . "/images/block_icons" ) ? $current_template_path . "/images/block_icons" : ( @file_exists( $mx_root_path . $cloned_template_path . "/images/block_icons" ) ? $cloned_template_path . "/images/block_icons" : $default_template_path . "/images/block_icons" ); ! $mx_images['mx_graphics']['menu_icons'] = @file_exists( $mx_root_path . $current_template_path . "/images/menu_icons" ) ? $current_template_path . "/images/menu_icons" : ( @file_exists( $mx_root_path . $cloned_template_path . "/images/menu_icons" ) ? $cloned_template_path . "/images/menu_icons" : $default_template_path . "/images/menu_icons" ); ! $mx_images['mx_graphics']['admin_icons'] = @file_exists( $mx_root_path . $current_template_path . "/images/admin_icons" ) ? $current_template_path . "/images/admin_icons" : ( @file_exists( $mx_root_path . $cloned_template_path . "/images/admin_icons" ) ? $cloned_template_path . "/images/admin_icons" : $default_template_path . "/images/admin_icons" ); ! $mx_images['mx_graphics']['phpbb_icons'] = !empty($mx_user->default_template_name) && @file_exists($phpbb_root_path . "styles/" . $mx_user->default_template_name . "/imageset") ? "styles/" . $mx_user->default_template_name . "/imageset" : ( !empty($mx_user->cloned_template_name) && @file_exists($phpbb_root_path . "styles/" . $mx_user->cloned_template_name . "/imageset") ? "styles/" . $mx_user->cloned_template_name . "/imageset" : $current_template_path . "/imageset"); ! $mx_images['mx_graphics']['addon_icons'] = @file_exists( $mx_root_path . $current_template_path . "/images/addon_icons" ) ? $current_template_path . "/images/addon_icons" : ( @file_exists( $mx_root_path . $cloned_template_path . "/images/addon_icons" ) ? $cloned_template_path . "/images/addon_icons" : $default_template_path . "/images/addon_icons" ); ! $mx_images['mx_graphics']['mx_icons'] = !empty($current_template_path) && @file_exists( $mx_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( !empty($cloned_template_path) && @file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path . "/images" : $default_template_path . "/images"); ! $mx_images['mx_graphics']['theme_icons'] = @file_exists( $mx_root_path . $current_template_path . "/theme/images" ) ? $current_template_path . "/theme/images" : ( @file_exists( $mx_root_path . $cloned_template_path . "/theme/images" ) ? $cloned_template_path . "/theme/images" : $default_template_path . "/theme/images" ); // |
|
From: Florin C B. <ory...@us...> - 2013-07-02 02:24:06
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3752/modules/mx_coreblocks Modified Files: mx_blockcp.php Log Message: Index: mx_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_blockcp.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** mx_blockcp.php 13 Jul 2008 19:31:26 -0000 1.25 --- mx_blockcp.php 2 Jul 2013 02:24:03 -0000 1.26 *************** *** 114,118 **** $cancel = $mx_request_vars->is_post('cancel'); $preview = $mx_request_vars->is_post('preview'); ! $refresh = $preview || $submit_search; // --- 114,118 ---- $cancel = $mx_request_vars->is_post('cancel'); $preview = $mx_request_vars->is_post('preview'); ! $refresh = $preview || isset($submit_search); // *************** *** 206,209 **** --- 206,212 ---- $result_message = $mx_blockcp->submit_parameters($block_id); } + $block_info = mx_get_info(BLOCK_TABLE, 'block_id', $block_id); + $module_id = !empty($module_id) ? $module_id : ''; + $function_id = !empty($function_id) ? $function_id : $block_info['function_id']; $has_dyn_block_id = $dynamic_block_id > 0 ? '&dynamic_block='.$dynamic_block_id : ''; *************** *** 212,216 **** } // if .. !empty($mode) ! $s_hidden_fields = '<input type="hidden" name="sid" value="' . $userdata['session_id'] . '" />'; $s_hidden_fields .= '<input type="hidden" name="block_id" value="' . $block_id . '" />'; --- 215,219 ---- } // if .. !empty($mode) ! $blog_u = isset($blog_u) ? $blog_u : "/"; $s_hidden_fields = '<input type="hidden" name="sid" value="' . $userdata['session_id'] . '" />'; $s_hidden_fields .= '<input type="hidden" name="block_id" value="' . $block_id . '" />'; *************** *** 219,223 **** $s_hidden_fields .= '<input type="hidden" name="sub_id" value="' . $sub_id . '" />'; $s_hidden_fields .= '<input type="hidden" name="u" value="' . $blog_u . '" />'; ! $s_hidden_fields .= '<input type="hidden" name="blog_mode" value="' . $blog_mode . '" />'; // ********************************************************************** --- 222,226 ---- $s_hidden_fields .= '<input type="hidden" name="sub_id" value="' . $sub_id . '" />'; $s_hidden_fields .= '<input type="hidden" name="u" value="' . $blog_u . '" />'; ! $s_hidden_fields .= '<input type="hidden" name="blog_mode" value="' . $mode . '" />'; // ********************************************************************** *************** *** 244,250 **** // Removed from here atm // ! // $mx_dynamic_select = new mx_dynamic_select(); ! // $mx_dynamic_select->generate($block_id); ! // $blockcptemplate->assign_block_vars('dynamic_select', array()); } --- 247,253 ---- // Removed from here atm // ! $mx_dynamic_select = new mx_dynamic_select(); ! $mx_dynamic_select->generate($block_id); ! $blockcptemplate->assign_block_vars('dynamic_select', array()); } *************** *** 252,261 **** // 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']; /* --- 255,264 ---- // 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 = ( $mode == 'group' ) ? mx_auth_group($sub_id, true) : $sub_id == $userdata['user_id']; /* |
|
From: Florin C B. <ory...@us...> - 2013-06-28 17:42:41
|
Update of /cvsroot/mxbb/core/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9487 Removed Files: functions_messenger.php Log Message: included here from mistake --- functions_messenger.php DELETED --- |
|
From: Florin C B. <ory...@us...> - 2013-06-28 17:08:55
|
Update of /cvsroot/mxbb/core/language/lang_romanian In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7858/lang_romanian Modified Files: lang_admin.php Log Message: mxpcms since mx-publisher domain is out Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_romanian/lang_admin.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** lang_admin.php 28 Jun 2013 15:34:32 -0000 1.14 --- lang_admin.php 28 Jun 2013 17:08:52 -0000 1.15 *************** *** 654,661 **** */ $lang['MXP_Version_up_to_date'] = 'Instalarea MXP este la zi. Nu existÄ actualizÄri pentru versiunea ta de MXP.'; ! $lang['MXP_Version_outdated'] = 'Se pare ca instalarea ta MXP <b>nu</b> este la zi. ActualizÄri existÄ pentru versiunea ta de MXP. Te rog vizitezÄ <a href="http://mxpcms.sourceforge.net//index.php?page=4&action=file&file_id=2" target="_new">downloadare pachetul MXP Core</a> pt. a obÅ£ine ultima versiune.'; $lang['MXP_Latest_version_info'] = 'Ultima veriune disponibilÄ este <b>MXP %s</b>. '; $lang['MXP_Current_version_info'] = 'Tu ai <b>MXP %s</b>.'; ! $lang['MXP_Mailing_list_subscribe_reminder'] = 'Pentru ultimile informaÅ£ii de Åtiri Åi actualizÄri pentru MXP, de ce nu <a href="http://lists.sourceforge.net/lists/listinfo/MXP-news" target="_new">înscriete la lista de mailuri</a>.'; $lang['Trans_title'] = 'Translate to your Language'; --- 654,661 ---- */ $lang['MXP_Version_up_to_date'] = 'Instalarea MXP este la zi. Nu existÄ actualizÄri pentru versiunea ta de MXP.'; ! $lang['MXP_Version_outdated'] = 'Se pare ca instalarea ta MXP <b>nu</b> este la zi. ActualizÄri existÄ pentru versiunea ta de MXP. Te rog vizitezÄ <a href="http://mxpcms.sourceforge.net/index.php?page=4&action=file&file_id=2" target="_new">downloadare pachetul MXP Core</a> pt. a obÅ£ine ultima versiune.'; $lang['MXP_Latest_version_info'] = 'Ultima veriune disponibilÄ este <b>MXP %s</b>. '; $lang['MXP_Current_version_info'] = 'Tu ai <b>MXP %s</b>.'; ! $lang['MXP_Mailing_list_subscribe_reminder'] = 'Pentru ultimile informaÅ£ii de Åtiri Åi actualizÄri pentru MXP, de ce nu <a href="http://lists.sourceforge.net/lists/listinfo/mxpcms-news" target="_new">înscriete la lista de mailuri</a>.'; $lang['Trans_title'] = 'Translate to your Language'; |
|
From: Florin C B. <ory...@us...> - 2013-06-28 17:08:54
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7858/lang_english Modified Files: lang_admin.php Log Message: mxpcms since mx-publisher domain is out Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.94 retrieving revision 1.95 diff -C2 -d -r1.94 -r1.95 *** lang_admin.php 28 Jun 2013 15:34:30 -0000 1.94 --- lang_admin.php 28 Jun 2013 17:08:52 -0000 1.95 *************** *** 514,521 **** /* Version Checker */ $lang['MXP_Version_up_to_date'] = 'Your MX-Publisher installation is up to date. No updates are available for your version of MX-Publisher.'; ! $lang['MXP_Version_outdated'] = 'Your MX-Publisher installation does <b>not</b> seem to be up to date. Updates are available for your version of MX-Publisher. Please visit <a href="http://mxpcms.sourceforge.net//download" target="_new">the MX-Publisher Core package download</a> to obtain the latest version.'; $lang['MXP_Latest_version_info'] = 'The latest available version is <b>MX-Publisher %s</b>. '; $lang['MXP_Current_version_info'] = 'You are running <b>MX-Publisher %s</b>.'; ! $lang['MXP_Mailing_list_subscribe_reminder'] = 'For the latest information on news and updates to MX-Publisher, why not <a href="http://lists.sourceforge.net/lists/listinfo/mxbb-news" target="_new">subscribe to our mailing list</a>?'; /* --- 514,521 ---- /* Version Checker */ $lang['MXP_Version_up_to_date'] = 'Your MX-Publisher installation is up to date. No updates are available for your version of MX-Publisher.'; ! $lang['MXP_Version_outdated'] = 'Your MX-Publisher installation does <b>not</b> seem to be up to date. Updates are available for your version of MX-Publisher. Please visit <a href="http://mxpcms.sourceforge.net/download" target="_new">the MX-Publisher Core package download</a> to obtain the latest version.'; $lang['MXP_Latest_version_info'] = 'The latest available version is <b>MX-Publisher %s</b>. '; $lang['MXP_Current_version_info'] = 'You are running <b>MX-Publisher %s</b>.'; ! $lang['MXP_Mailing_list_subscribe_reminder'] = 'For the latest information on news and updates to MX-Publisher, why not <a href="http://lists.sourceforge.net/lists/listinfo/mxpcms-news" target="_new">subscribe to our mailing list</a>?'; /* |
|
From: Florin C B. <ory...@us...> - 2013-06-28 15:39:54
|
Update of /cvsroot/mxbb/core/modules/mx_users/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3119 Modified Files: lang_admin.php Log Message: mxpcms since mx-publisher domain is out Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/language/lang_english/lang_admin.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lang_admin.php 23 Jan 2009 10:26:08 -0000 1.5 --- lang_admin.php 28 Jun 2013 15:39:51 -0000 1.6 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Adam Alkins (http://www.rasadam.com), Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Adam Alkins (http://www.rasadam.com), Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ |
|
From: Florin C B. <ory...@us...> - 2013-06-28 15:39:42
|
Update of /cvsroot/mxbb/core/modules/mx_users/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3105 Modified Files: admin_groupcp.php admin_prune_user_posts.php admin_prune_users.php admin_userlist.php Log Message: mxpcms since mx-publisher domain is out Index: admin_prune_users.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_prune_users.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin_prune_users.php 25 Jun 2013 18:24:07 -0000 1.8 --- admin_prune_users.php 28 Jun 2013 15:39:39 -0000 1.9 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Omar Ramadan, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Omar Ramadan, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: admin_groupcp.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_groupcp.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** admin_groupcp.php 25 Jun 2013 18:24:06 -0000 1.10 --- admin_groupcp.php 28 Jun 2013 15:39:39 -0000 1.11 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com/ * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net// * */ *************** *** 16,20 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com/ * */ --- 16,20 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net// * */ Index: admin_userlist.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_userlist.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin_userlist.php 25 Jun 2013 18:24:07 -0000 1.8 --- admin_userlist.php 28 Jun 2013 15:39:39 -0000 1.9 *************** *** 6,10 **** * @copyright (c) 2002-2008 [wGEric, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * @ author: jonohlsson */ --- 6,10 ---- * @copyright (c) 2002-2008 [wGEric, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * @ author: jonohlsson */ Index: admin_prune_user_posts.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_prune_user_posts.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin_prune_user_posts.php 25 Jun 2013 18:24:07 -0000 1.8 --- admin_prune_user_posts.php 28 Jun 2013 15:39:39 -0000 1.9 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Adam Alkins (http://www.rasadam.com), Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Adam Alkins (http://www.rasadam.com), Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ |
|
From: Florin C B. <ory...@us...> - 2013-06-28 15:39:31
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_greek In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2977/lang_greek Modified Files: lang_admin.php lang_main.php Log Message: mxpcms since mx-publisher domain is out Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_greek/lang_main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_main.php 23 Dec 2008 06:02:31 -0000 1.2 --- lang_main.php 28 Jun 2013 15:39:28 -0000 1.3 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_greek/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin.php 23 Dec 2008 06:02:31 -0000 1.2 --- lang_admin.php 28 Jun 2013 15:39:28 -0000 1.3 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ |
|
From: Florin C B. <ory...@us...> - 2013-06-28 15:39:22
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2848 Modified Files: mx_module_defs.php Log Message: mxpcms since mx-publisher domain is out Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/admin/mx_module_defs.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** mx_module_defs.php 18 Jul 2008 00:49:54 -0000 1.31 --- mx_module_defs.php 28 Jun 2013 15:39:19 -0000 1.32 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ |
|
From: Florin C B. <ory...@us...> - 2013-06-28 15:39:13
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/language/lang_greek In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2747/lang_greek Modified Files: lang_admin_rebuild_search.php Log Message: mxpcms since mx-publisher domain is out Index: lang_admin_rebuild_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/language/lang_greek/lang_admin_rebuild_search.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin_rebuild_search.php 23 Dec 2008 06:02:31 -0000 1.2 --- lang_admin_rebuild_search.php 28 Jun 2013 15:39:10 -0000 1.3 *************** *** 6,10 **** * @copyright (c) 2002-2008 [phpBB, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [phpBB, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ |
|
From: Florin C B. <ory...@us...> - 2013-06-28 15:39:05
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2610 Modified Files: admin_rebuild_mx_search.php admin_rebuild_search.php Log Message: mxpcms since mx-publisher domain is out 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.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** admin_rebuild_mx_search.php 27 Aug 2008 22:26:48 -0000 1.15 --- admin_rebuild_mx_search.php 28 Jun 2013 15:39:02 -0000 1.16 *************** *** 6,10 **** * @copyright (c) 2002-2008 [phpBB, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [phpBB, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: admin_rebuild_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/admin/admin_rebuild_search.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** admin_rebuild_search.php 27 Aug 2008 22:26:49 -0000 1.13 --- admin_rebuild_search.php 28 Jun 2013 15:39:03 -0000 1.14 *************** *** 6,10 **** * @copyright (c) 2002-2008 [phpBB, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [phpBB, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ |
|
From: Florin C B. <ory...@us...> - 2013-06-28 15:37:34
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2189/lang_english Modified Files: lang_admin.php lang_main.php Log Message: mxpcms since mx-publisher domain is out Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/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 17 Apr 2013 03:10:01 -0000 1.4 --- lang_main.php 28 Jun 2013 15:37:31 -0000 1.5 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/language/lang_english/lang_admin.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_admin.php 4 Oct 2008 07:04:38 -0000 1.3 --- lang_admin.php 28 Jun 2013 15:37:31 -0000 1.4 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ |
|
From: Florin C B. <ory...@us...> - 2013-06-28 15:37:25
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2140 Modified Files: mx_functions_display.php phpbb3blocks_constants.php Log Message: mxpcms since mx-publisher domain is out Index: mx_functions_display.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/includes/mx_functions_display.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_functions_display.php 31 Oct 2008 18:56:03 -0000 1.10 --- mx_functions_display.php 28 Jun 2013 15:37:22 -0000 1.11 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: phpbb3blocks_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/includes/phpbb3blocks_constants.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** phpbb3blocks_constants.php 17 Apr 2013 03:09:53 -0000 1.4 --- phpbb3blocks_constants.php 28 Jun 2013 15:37:22 -0000 1.5 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ |
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1852/mx_phpbb2blocks Modified Files: db_install.php db_upgrade.php mx_announce.php mx_forum.php mx_last_msg.php mx_poll.php mx_statistics.php Log Message: mxpcms since mx-publisher domain is out Index: mx_poll.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/mx_poll.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_poll.php 9 Feb 2008 12:49:53 -0000 1.6 --- mx_poll.php 28 Jun 2013 15:36:42 -0000 1.7 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/db_upgrade.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** db_upgrade.php 16 Feb 2008 21:42:41 -0000 1.12 --- db_upgrade.php 28 Jun 2013 15:36:42 -0000 1.13 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ *************** *** 33,37 **** $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>phpBB2Blocks</i> module by [MarcMoris/Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank"> The MX-Publisher Development Team</a>'; $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>phpBB2Blocks</i> module by [MarcMoris/Jon Ohlsson] <a href="http://mxpcms.sourceforge.net/" target="_blank"> The MX-Publisher Development Team</a>'; $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/db_install.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** db_install.php 16 Feb 2008 21:42:41 -0000 1.10 --- db_install.php 28 Jun 2013 15:36:41 -0000 1.11 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ *************** *** 33,37 **** $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>phpBB2Blocks</i> module by [MarcMoris/Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank"> The MX-Publisher Development Team</a>'; $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>phpBB2Blocks</i> module by [MarcMoris/Jon Ohlsson] <a href="http://mxpcms.sourceforge.net/" target="_blank"> The MX-Publisher Development Team</a>'; $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; Index: mx_last_msg.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/mx_last_msg.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** mx_last_msg.php 31 Oct 2008 18:55:36 -0000 1.13 --- mx_last_msg.php 28 Jun 2013 15:36:42 -0000 1.14 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: mx_statistics.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/mx_statistics.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mx_statistics.php 31 Oct 2008 18:55:36 -0000 1.9 --- mx_statistics.php 28 Jun 2013 15:36:42 -0000 1.10 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: mx_announce.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/mx_announce.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** mx_announce.php 31 Oct 2008 18:55:36 -0000 1.12 --- mx_announce.php 28 Jun 2013 15:36:42 -0000 1.13 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: mx_forum.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/mx_forum.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_forum.php 31 Oct 2008 18:55:36 -0000 1.10 --- mx_forum.php 28 Jun 2013 15:36:42 -0000 1.11 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ |
|
From: Florin C B. <ory...@us...> - 2013-06-28 15:36:47
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1852/mx_textblocks Modified Files: db_install.php db_upgrade.php mx_textblock_bbcode.php mx_textblock_html.php mx_textblock_multi.php Log Message: mxpcms since mx-publisher domain is out Index: mx_textblock_html.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/mx_textblock_html.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** mx_textblock_html.php 17 Jun 2008 16:32:57 -0000 1.19 --- mx_textblock_html.php 28 Jun 2013 15:36:45 -0000 1.20 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/db_upgrade.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** db_upgrade.php 16 Feb 2008 21:42:41 -0000 1.13 --- db_upgrade.php 28 Jun 2013 15:36:45 -0000 1.14 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ *************** *** 33,37 **** $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>Textblocks</i> module by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>Textblocks</i> module by [Jon Ohlsson] <a href="http://mxpcms.sourceforge.net/" target="_blank">The MX-Publisher Development Team</a>'; $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; Index: mx_textblock_multi.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/mx_textblock_multi.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** mx_textblock_multi.php 9 Mar 2008 23:39:14 -0000 1.24 --- mx_textblock_multi.php 28 Jun 2013 15:36:45 -0000 1.25 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/db_install.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** db_install.php 16 Feb 2008 21:42:41 -0000 1.10 --- db_install.php 28 Jun 2013 15:36:44 -0000 1.11 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ *************** *** 33,37 **** $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>Textblocks</i> module by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>Textblocks</i> module by [Jon Ohlsson] <a href="http://mxpcms.sourceforge.net/" target="_blank">The MX-Publisher Development Team</a>'; $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; Index: mx_textblock_bbcode.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/mx_textblock_bbcode.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** mx_textblock_bbcode.php 6 Nov 2008 00:47:09 -0000 1.19 --- mx_textblock_bbcode.php 28 Jun 2013 15:36:45 -0000 1.20 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ |
|
From: Florin C B. <ory...@us...> - 2013-06-28 15:36:46
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1852/mx_phpbb3blocks Modified Files: db_install.php db_upgrade.php mx_activity_stats.php mx_announce.php mx_forum.php mx_last_msg.php mx_statistics.php mx_viewforum.php Log Message: mxpcms since mx-publisher domain is out Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/db_upgrade.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** db_upgrade.php 16 Feb 2008 21:42:41 -0000 1.9 --- db_upgrade.php 28 Jun 2013 15:36:43 -0000 1.10 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ *************** *** 33,37 **** $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>phpBB3Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">OryNider/Culprit</a>'; $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>phpBB3Blocks</i> module by <a href="http://mxpcms.sourceforge.net/" target="_blank">OryNider/Culprit</a>'; $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; Index: mx_viewforum.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/mx_viewforum.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mx_viewforum.php 17 Jun 2013 22:44:24 -0000 1.8 --- mx_viewforum.php 28 Jun 2013 15:36:44 -0000 1.9 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: mx_activity_stats.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/mx_activity_stats.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_activity_stats.php 4 Oct 2008 07:04:38 -0000 1.1 --- mx_activity_stats.php 28 Jun 2013 15:36:43 -0000 1.2 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: mx_last_msg.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/mx_last_msg.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mx_last_msg.php 12 Sep 2012 22:10:37 -0000 1.8 --- mx_last_msg.php 28 Jun 2013 15:36:44 -0000 1.9 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: mx_statistics.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/mx_statistics.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mx_statistics.php 22 May 2013 20:38:52 -0000 1.7 --- mx_statistics.php 28 Jun 2013 15:36:44 -0000 1.8 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/db_install.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** db_install.php 16 Feb 2008 21:42:41 -0000 1.9 --- db_install.php 28 Jun 2013 15:36:43 -0000 1.10 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ *************** *** 33,37 **** $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>phpBB3Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">OryNider/Culprit</a>'; $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'MX-Publisher Core Module'; ! $mx_module_copy = 'Original MX-Publisher <i>phpBB3Blocks</i> module by <a href="http://mxpcms.sourceforge.net/" target="_blank">OryNider/Culprit</a>'; $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; Index: mx_announce.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/mx_announce.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mx_announce.php 16 Jun 2013 23:36:55 -0000 1.9 --- mx_announce.php 28 Jun 2013 15:36:43 -0000 1.10 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: mx_forum.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/mx_forum.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_forum.php 5 Oct 2008 05:30:32 -0000 1.6 --- mx_forum.php 28 Jun 2013 15:36:44 -0000 1.7 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ |
|
From: Florin C B. <ory...@us...> - 2013-06-28 15:36:45
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1852/mx_phpbb2blocks/includes Modified Files: phpbb2blocks_constants.php Log Message: mxpcms since mx-publisher domain is out Index: phpbb2blocks_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/includes/phpbb2blocks_constants.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** phpbb2blocks_constants.php 5 Feb 2008 14:51:28 -0000 1.5 --- phpbb2blocks_constants.php 28 Jun 2013 15:36:42 -0000 1.6 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ |
|
From: Florin C B. <ory...@us...> - 2013-06-28 15:35:17
|
Update of /cvsroot/mxbb/core/modules/mx_mod_rewrite/contrib In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1758/contrib Modified Files: rewrite_custom_defs.php Log Message: mxpcms since mx-publisher domain is out Index: rewrite_custom_defs.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_mod_rewrite/contrib/rewrite_custom_defs.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** rewrite_custom_defs.php 4 Feb 2008 16:51:35 -0000 1.5 --- rewrite_custom_defs.php 28 Jun 2013 15:35:15 -0000 1.6 *************** *** 6,10 **** * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ |