You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
|
From: FlorinCB <ory...@us...> - 2009-09-30 14:27:04
|
Update of /cvsroot/mxbb/mx_clock In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13777 Modified Files: mx_clock.pak mx_clock.php Log Message: Index: mx_clock.pak =================================================================== RCS file: /cvsroot/mxbb/mx_clock/mx_clock.pak,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_clock.pak 7 Jun 2007 00:00:27 -0000 1.1 --- mx_clock.pak 30 Sep 2009 14:26:50 -0000 1.2 *************** *** 5,8 **** --- 5,10 ---- parameter=+:85=+:177=+:flash_height=+:Number=+:200=+:=+:0=+:20 parameter=+:85=+:178=+:flash_wmode_trasparent=+:Radio_single_select=+:trasparent=+:a:2:{i:0;s:10:"trasparent";i:1;s:6:"normal";}=+:1=+:30 + parameter=+:85=+:179=+:flv_file=+:Text=+:clock.swf=+:=+:1=+:0 + parameter=+:85=+:180=+:flv_img=+:Text=+:clock.png=+:=+:1=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Mx Clock=+:Demo block=+:85=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 Index: mx_clock.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/mx_clock.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_clock.php 22 Jun 2008 14:17:57 -0000 1.5 --- mx_clock.php 30 Sep 2009 14:26:50 -0000 1.6 *************** *** 22,25 **** --- 22,27 ---- $flash_width = $mx_block->get_parameters( 'flash_width' ); $flash_height = $mx_block->get_parameters( 'flash_height' ); + $flv_file = $mx_block->get_parameters('flv_file') ? $mx_block->get_parameters('flv_file') : 'clock.swf'; + $flv_img = $mx_block->get_parameters('flv_img') ? $mx_block->get_parameters('flv_img') : 'clock.swf'; $flash_wmode_trasparent = $mx_block->get_parameters( 'flash_wmode_trasparent' ); *************** *** 62,66 **** 'L_TITLE' => ( !empty($title) ? $title : 'MX Clock' ), 'CLOCK_NAME' => $lang['clock_name'], ! 'CLOCK_SWF' => PORTAL_URL . 'modules/mx_clock/clock.swf', 'WMODE' => $flash_wmode, 'COLOR_MODE' => $color_mode, --- 64,69 ---- 'L_TITLE' => ( !empty($title) ? $title : 'MX Clock' ), 'CLOCK_NAME' => $lang['clock_name'], ! 'CLOCK_SWF' => PORTAL_URL . 'modules/mx_clock/'. $flv_file, ! 'CLOCK_IMG' => PORTAL_URL . 'modules/mx_clock/'. $flv_img, 'WMODE' => $flash_wmode, 'COLOR_MODE' => $color_mode, |
|
From: FlorinCB <ory...@us...> - 2009-09-30 14:26:39
|
Update of /cvsroot/mxbb/mx_clock/templates/_core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13752 Modified Files: clock_body.tpl Log Message: Index: clock_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_clock/templates/_core/clock_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** clock_body.tpl 8 Jul 2009 03:14:20 -0000 1.3 --- clock_body.tpl 30 Sep 2009 14:26:24 -0000 1.4 *************** *** 12,18 **** <div id="flashplayer" align="center"> <SCRIPT LANGUAGE="JavaScript"> ! document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\" align=\"center\">") document.writeln("<param name=movie value=\"{CLOCK_SWF}\">"); ! document.writeln("<param name=FLASHVARS value=zoomtype=3 /> "); document.writeln("<param name={COLOR_MODE} value={WMODE}>"); document.writeln("<param name=quality value=high>"); --- 12,20 ---- <div id="flashplayer" align="center"> <SCRIPT LANGUAGE="JavaScript"> ! document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" width=\"{FLASH_WIDTH}\" height=\"{FLASH_HEIGHT}\" align=\"center\">") document.writeln("<param name=movie value=\"{CLOCK_SWF}\">"); ! document.writeln("<param name=WIDTH value=zoomtype={FLASH_WIDTH} /> "); ! document.writeln("<param name=HEIGHT value=zoomtype={FLASH_HEIGHT} /> "); ! document.writeln("<param name=FLASHVARS value=zoomtype=3 /> "); document.writeln("<param name={COLOR_MODE} value={WMODE}>"); document.writeln("<param name=quality value=high>"); |
|
From: FlorinCB <ory...@us...> - 2009-09-28 11:24:43
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14876/includes Modified Files: mx_constants.php mx_functions_core.php Log Message: update Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.116 retrieving revision 1.117 diff -C2 -d -r1.116 -r1.117 *** mx_functions_core.php 29 Jul 2009 05:08:12 -0000 1.116 --- mx_functions_core.php 28 Sep 2009 11:24:28 -0000 1.117 *************** *** 81,84 **** --- 81,85 ---- // include_once($mx_root_path . 'includes/sessions/'.$portal_config['portal_backend'].'/core.' . $phpEx); + // // Instantiate the mx_backend class *************** *** 149,153 **** $this->put('mxbb_config', $config); ! return ( $config ); } } --- 150,154 ---- $this->put('mxbb_config', $config); ! return ($config); } } Index: mx_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_constants.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** mx_constants.php 16 Jul 2009 05:16:01 -0000 1.32 --- mx_constants.php 28 Sep 2009 11:24:28 -0000 1.33 *************** *** 70,74 **** * @access private */ ! define('TX_PORTAL_PAGES_OFFSET', 1000); /**#@+ --- 70,74 ---- * @access private */ ! define('MX_PORTAL_PAGES_OFFSET', 1000); /**#@+ *************** *** 76,105 **** * @access public */ ! define('PORTAL_TABLE', $tx_table_prefix . 'portal'); ! define('MENU_NAV_TABLE', $tx_table_prefix . 'menu_nav'); ! define('MENU_CAT_TABLE', $tx_table_prefix . 'menu_categories'); ! define('MODULE_TABLE', $tx_table_prefix . 'module'); ! define('FUNCTION_TABLE', $tx_table_prefix . 'function'); ! define('PARAMETER_TABLE', $tx_table_prefix . 'parameter'); ! define('PARAMETER_OPTION_TABLE', $tx_table_prefix . 'parameter_option'); ! define('PAGE_TABLE' , $tx_table_prefix . 'page'); ! define('COLUMN_TABLE' , $tx_table_prefix . 'column'); ! define('COLUMN_BLOCK_TABLE', $tx_table_prefix . 'column_block'); ! define('BLOCK_TABLE', $tx_table_prefix . 'block'); ! define('BLOCK_SYSTEM_PARAMETER_TABLE', $tx_table_prefix . 'block_system_parameter'); ! define('BLOCK_USER_PARAMETER_TABLE', $tx_table_prefix . 'block_user_parameter'); ! define('COLUMN_TEMPLATES' , $tx_table_prefix . 'column_templates'); ! define('PAGE_TEMPLATES' , $tx_table_prefix . 'page_templates'); ! define('TX_THEMES_TABLE', $tx_table_prefix.'themes'); ! define('TX_MATCH_TABLE' , $tx_table_prefix . 'wordmatch'); ! define('TX_WORD_TABLE' , $tx_table_prefix . 'wordlist'); ! define('TX_SEARCH_TABLE' , $tx_table_prefix . 'search_results'); /**#@-*/ --- 76,105 ---- * @access public */ ! define('PORTAL_TABLE', $mx_table_prefix . 'portal'); ! define('MENU_NAV_TABLE', $mx_table_prefix . 'menu_nav'); ! define('MENU_CAT_TABLE', $mx_table_prefix . 'menu_categories'); ! define('MODULE_TABLE', $mx_table_prefix . 'module'); ! define('FUNCTION_TABLE', $mx_table_prefix . 'function'); ! define('PARAMETER_TABLE', $mx_table_prefix . 'parameter'); ! define('PARAMETER_OPTION_TABLE', $mx_table_prefix . 'parameter_option'); ! define('PAGE_TABLE' , $mx_table_prefix . 'page'); ! define('COLUMN_TABLE' , $mx_table_prefix . 'column'); ! define('COLUMN_BLOCK_TABLE', $mx_table_prefix . 'column_block'); ! define('BLOCK_TABLE', $mx_table_prefix . 'block'); ! define('BLOCK_SYSTEM_PARAMETER_TABLE', $mx_table_prefix . 'block_system_parameter'); ! define('BLOCK_USER_PARAMETER_TABLE', $mx_table_prefix . 'block_user_parameter'); ! define('COLUMN_TEMPLATES' , $mx_table_prefix . 'column_templates'); ! define('PAGE_TEMPLATES' , $mx_table_prefix . 'page_templates'); ! define('MX_THEMES_TABLE', $mx_table_prefix.'themes'); ! define('MX_MATCH_TABLE' , $mx_table_prefix . 'wordmatch'); ! define('MX_WORD_TABLE' , $mx_table_prefix . 'wordlist'); ! define('MX_SEARCH_TABLE' , $mx_table_prefix . 'search_results'); /**#@-*/ |
|
From: FlorinCB <ory...@us...> - 2009-09-28 11:24:40
|
Update of /cvsroot/mxbb/core/install In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14876/install Added Files: index.html Log Message: update --- NEW FILE: index.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE> Permission Denied! </TITLE> <META NAME="Generator" CONTENT="Mx-Installer"> <META NAME="Author" CONTENT="xam"> <META NAME="Keywords" CONTENT="template,share,xam,ts,se"> <META NAME="Description" CONTENT="Modular eXtreme Portal and CMS"> </HEAD> <BODY> <font face='verdana' size='2' color='darkred'><b>Error!</b> Direct initialization of folder is not allowed.</font> </BODY> </HTML> |
|
From: FlorinCB <ory...@us...> - 2009-09-28 11:24:39
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14876/includes/sessions/phpbb3 Modified Files: core.php Log Message: update Index: core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/core.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** core.php 31 Oct 2008 18:54:23 -0000 1.18 --- core.php 28 Sep 2009 11:24:28 -0000 1.19 *************** *** 184,188 **** global $table_prefix, $phpEx, $tplEx; ! $table_prefix = ''; // --- 184,188 ---- global $table_prefix, $phpEx, $tplEx; ! $table_prefix = false; // *************** *** 196,211 **** // Load phpbb config.php (to get table prefix) // ! include_once($phpbb_root_path . 'config.' . $phpEx); ! // // Define backend template extension // ! $tplEx = 'html'; // // Validate db connection for backend // ! $_result = $db->sql_query( "SELECT config_value from " . $table_prefix . "config WHERE config_name = 'cookie_domain'" ); ! $portal_backend_valid_db = $db->sql_numrows( $_result ) != 0; return $portal_backend_valid_file && !empty($table_prefix) && $portal_backend_valid_db; --- 196,214 ---- // Load phpbb config.php (to get table prefix) // ! if ((include $phpbb_root_path . "config.$phpEx") === false) ! { ! die('Configuration file (config) ' . $phpbb_root_path . "/config.$phpEx" . ' couldn\'t be opened.'); ! } ! // // Define backend template extension // ! $tplEx = 'html'; // // Validate db connection for backend // ! $_result = $db->sql_query("SELECT config_value from " . $table_prefix . "config WHERE config_name = 'cookie_domain'"); ! $portal_backend_valid_db = $db->sql_numrows($_result) != 0; return $portal_backend_valid_file && !empty($table_prefix) && $portal_backend_valid_db; *************** *** 222,226 **** { global $portal_config, $board_config, $phpbb_root_path, $phpEx; ! $script_name = preg_replace('/^\/?(.*?)\/?$/', "\\1", trim($portal_config['script_path'])); $server_name = trim($portal_config['server_name']); --- 225,229 ---- { global $portal_config, $board_config, $phpbb_root_path, $phpEx; ! $script_name = preg_replace('/^\/?(.*?)\/?$/', "\\1", trim($portal_config['script_path'])); $server_name = trim($portal_config['server_name']); *************** *** 705,709 **** function obtain_phpbb_config($use_cache = true) { ! global $db, $mx_cache; if (($config = $mx_cache->get('phpbb_config')) && ($use_cache) ) --- 708,712 ---- function obtain_phpbb_config($use_cache = true) { ! global $db, $phpbb_root_path, $table_prefix, $mx_cache, $phpEx; if (($config = $mx_cache->get('phpbb_config')) && ($use_cache) ) *************** *** 712,721 **** } else ! { if (!defined('CONFIG_TABLE')) { ! global $table_prefix, $mx_root_path, $phpEx; ! ! include($mx_root_path . 'includes/sessions/phpbb3/constants.' . $phpEx); } --- 715,724 ---- } else ! { if (!defined('CONFIG_TABLE')) { ! global $table_prefix, $mx_root_path; ! ! require $mx_root_path. "includes/sessions/phpbb3/constants.$phpEx"; } |
|
From: FlorinCB <ory...@us...> - 2009-09-28 11:24:38
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb2 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14876/includes/sessions/phpbb2 Modified Files: core.php Log Message: update Index: core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb2/core.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** core.php 1 Nov 2008 15:11:48 -0000 1.20 --- core.php 28 Sep 2009 11:24:28 -0000 1.21 *************** *** 201,205 **** // Load phpbb config.php (to get table prefix) // ! @include_once($phpbb_root_path . 'config.' . $phpEx); // --- 201,208 ---- // Load phpbb config.php (to get table prefix) // ! if ((include $phpbb_root_path . "config.$phpEx") === false) ! { ! die('Configuration file (config) ' . $phpbb_root_path . "/config.$phpEx" . ' couldn\'t be opened.'); ! } // *************** *** 741,745 **** } else ! { $sql = "SELECT * FROM " . CONFIG_TABLE; --- 744,755 ---- } else ! { ! if (!defined('CONFIG_TABLE')) ! { ! global $table_prefix, $mx_root_path; ! ! require $mx_root_path. "includes/sessions/phpbb3/constants.$phpEx"; ! } ! $sql = "SELECT * FROM " . CONFIG_TABLE; |
|
From: FlorinCB <ory...@us...> - 2009-09-28 11:24:38
|
Update of /cvsroot/mxbb/core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14876 Modified Files: common.php Added Files: robots.txt Log Message: update Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.111 retrieving revision 1.112 diff -C2 -d -r1.111 -r1.112 *** common.php 29 Jul 2009 06:31:37 -0000 1.111 --- common.php 28 Sep 2009 11:24:28 -0000 1.112 *************** *** 18,23 **** // To be able to include phpBB functions/methods // ! define('IN_PHPBB', 1); ! define('PHPBB_INSTALLED', true); --- 18,23 ---- // To be able to include phpBB functions/methods // ! @define('IN_PHPBB', 1); ! @define('PHPBB_INSTALLED', true); *************** *** 39,43 **** @session_cache_expire (1440); @set_time_limit (0); ! include($mx_root_path . 'modules/mx_shared/ErrorHandler/prepend.' . $phpEx); // For nice error output // ================================================================================ --- 39,43 ---- @session_cache_expire (1440); @set_time_limit (0); ! //include($mx_root_path . 'modules/mx_shared/ErrorHandler/prepend.' . $phpEx); // For nice error output // ================================================================================ *************** *** 224,227 **** --- 224,228 ---- $mx_cache->load_backend(); + //Temp fix for timezone if (@function_exists('date_default_timezone_set') && @function_exists('date_default_timezone_get')) *************** *** 299,303 **** // Show 'Board is disabled' message if needed. // ! if( $portal_config['board_disable'] && !defined("IN_ADMIN") && !defined("IN_LOGIN") ) { mx_message_die(GENERAL_MESSAGE, 'Board_disable', 'Information'); --- 300,304 ---- // Show 'Board is disabled' message if needed. // ! if($portal_config['board_disable'] && !defined("IN_ADMIN") && !defined("IN_LOGIN")) { mx_message_die(GENERAL_MESSAGE, 'Board_disable', 'Information'); --- NEW FILE: robots.txt --- User-agent: msnbot User-agent: googlebot User-agent: yahoo! slurp User-agent: Slurp User-agent: lycosbot Disallow: /admin Disallow: /cache Disallow: /config Disallow: /include Disallow: /install Disallow: /modules User-agent: * Disallow: /admin Disallow: /cache Disallow: /config Disallow: /include Disallow: /install Disallow: /modules |
|
From: FlorinCB <ory...@us...> - 2009-09-22 03:53:24
|
Update of /cvsroot/mxbb/mx_radio In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31042 Modified Files: Media_Radio.pak Log Message: Index: Media_Radio.pak =================================================================== RCS file: /cvsroot/mxbb/mx_radio/Media_Radio.pak,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Media_Radio.pak 22 Sep 2009 03:17:30 -0000 1.4 --- Media_Radio.pak 22 Sep 2009 03:53:16 -0000 1.5 *************** *** 10,15 **** function=+:89=+:100=+:Radio Player=+:Radio Player or Index=+:radio_index.php=+: parameter=+:100=+:107=+:player_width=+:Number=+:333=+:=+:1=+:0 ! parameter=+:100=+:108=+:url_file=+:Text=+:127.0.0.1=+:=+:1=+:0 ! parameter=+:100=+:109=+:url_title=+:Text=+:Radio station=+:=+:1=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Radio Player=+:Demo block=+:100=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 10,15 ---- function=+:89=+:100=+:Radio Player=+:Radio Player or Index=+:radio_index.php=+: parameter=+:100=+:107=+:player_width=+:Number=+:333=+:=+:1=+:0 ! parameter=+:100=+:108=+:url_file=+:Text=+:=+:=+:1=+:0 ! parameter=+:100=+:109=+:url_title=+:Text=+:=+:=+:1=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Radio Player=+:Demo block=+:100=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: FlorinCB <ory...@us...> - 2009-09-22 03:18:44
|
Update of /cvsroot/mxbb/mx_music In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25007 Modified Files: music.php Log Message: Index: music.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** music.php 18 Sep 2008 07:24:45 -0000 1.29 --- music.php 22 Sep 2009 03:18:36 -0000 1.30 *************** *** 162,166 **** // End session management // ! $block_id = ( !empty($_GET['block_id']) ) ? $_GET['block_id'] : $_POST['id']; if( empty($block_id) ) { --- 162,166 ---- // End session management // ! $block_id = (!empty($_GET['block_id']) ) ? $_GET['block_id'] : $_POST['id']; if( empty($block_id) ) { *************** *** 168,172 **** if(!$result = $db->sql_query($sql)) { ! message_die(GENERAL_ERROR, "Could not query Music Center module information", "", __LINE__, __FILE__, $sql); } $row = $db->sql_fetchrow($result); --- 168,172 ---- if(!$result = $db->sql_query($sql)) { ! mx_message_die(GENERAL_ERROR, "Could not query Music Center module information", "", __LINE__, __FILE__, $sql); } $row = $db->sql_fetchrow($result); |
|
From: FlorinCB <ory...@us...> - 2009-09-22 03:17:41
|
Update of /cvsroot/mxbb/mx_radio/templates/_core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24846/templates/_core Modified Files: mx_player.tpl Log Message: upgrade Index: mx_player.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_radio/templates/_core/mx_player.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_player.tpl 7 Mar 2008 03:26:26 -0000 1.2 --- mx_player.tpl 22 Sep 2009 03:17:30 -0000 1.3 *************** *** 3,8 **** <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}" /> <head> ! <meta http-equiv="Content-Type" content="text/html; charset="{S_CONTENT_ENCODING}" /> ! <meta http-equiv="Content-Style-Type" content="text/css" /> {META} <!-- First load standard template *.css definition, located in the the phpbb template folder --> --- 3,8 ---- <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}" /> <head> ! <meta http-equiv="Content-Style-Type" content="text/css"></meta> ! <meta http-equiv="Content-Type" content="text/html" charset="{S_CONTENT_ENCODING}"></meta> {META} <!-- First load standard template *.css definition, located in the the phpbb template folder --> |
|
From: FlorinCB <ory...@us...> - 2009-09-22 03:17:40
|
Update of /cvsroot/mxbb/mx_radio In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24846 Modified Files: Media_Radio.pak db_install.php db_upgrade.php radio_front.php radio_index.php Log Message: upgrade Index: radio_front.php =================================================================== RCS file: /cvsroot/mxbb/mx_radio/radio_front.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** radio_front.php 7 Mar 2008 03:26:25 -0000 1.4 --- radio_front.php 22 Sep 2009 03:17:30 -0000 1.5 *************** *** 42,49 **** // Read block Configuration // ! $title = $mx_block->block_info['block_title']; ! $block_size = ( isset($block_size) && !empty($block_size) ? $block_size : '100%' ); ! $radio_icon = 'radio_front_02.gif'; // -------------------------------------------------------------------------------- --- 42,53 ---- // Read block Configuration // ! $title = $mx_block->block_info['block_title']; ! $block_id = $mx_block->block_info['block_id']; ! $block_size = ( isset($block_size) && !empty($block_size) ? $block_size : '100%' ); ! $radio_icon = 'radio_front_02.gif'; + $player_size = $mx_block->get_parameters('player_width'); + $player_url = $mx_block->get_parameters('url_file'); + $player_title = $mx_block->get_parameters('url_title'); // -------------------------------------------------------------------------------- *************** *** 167,171 **** 'TOTAL_LISTENERS_ONLINE' => sprintf($lang['How_Many_Listeners'], $howmanylisten), 'LISTENERS_LIST' => $listeners_list, ! 'S_LISTEN_STATION' => mx_append_sid($module_root_path.'radio_index.'.$phpEx), 'L_ALREADY_LISTENING' => $lang['Already_listening'], 'L_CLICK_TO_LISTEN_STATION' => $lang['Click_to_listen_station'], --- 171,175 ---- 'TOTAL_LISTENERS_ONLINE' => sprintf($lang['How_Many_Listeners'], $howmanylisten), 'LISTENERS_LIST' => $listeners_list, ! 'S_LISTEN_STATION' => mx_append_sid($module_root_path.'radio_index.'.$phpEx.'?player_id='.$block_id), 'L_ALREADY_LISTENING' => $lang['Already_listening'], 'L_CLICK_TO_LISTEN_STATION' => $lang['Click_to_listen_station'], *************** *** 174,178 **** 'BLOCK_ID' => $block_id, 'L_VERSION' => _radio_VERSION, ! 'L_TITLE' => 'radio' )); --- 178,182 ---- 'BLOCK_ID' => $block_id, 'L_VERSION' => _radio_VERSION, ! 'L_TITLE' => $player_url ? $player_title : $radio_config['radio_name'] )); Index: Media_Radio.pak =================================================================== RCS file: /cvsroot/mxbb/mx_radio/Media_Radio.pak,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Media_Radio.pak 7 Mar 2008 03:26:24 -0000 1.3 --- Media_Radio.pak 22 Sep 2009 03:17:30 -0000 1.4 *************** *** 1,11 **** ! module=+:72=+:Media Radio=+:modules/mx_radio/=+:mx_radio=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:72=+:89=+:Radio Front=+:mx_radio front block=+:radio_front.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Radio Front=+:Demo block=+:89=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:73=+:126=+:Radio Player=+:Radio Player or Index=+:radio_index.php=+: ! parameter=+:126=+:100=+:player_width=+:Number=+:333=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Radio Player=+:Demo block=+:126=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 \ No newline at end of file --- 1,16 ---- ! module=+:89=+:Media Radio=+:modules/mx_radio/=+:mx_radio=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:89=+:99=+:Radio Front=+:mx_radio front block=+:radio_front.php=+: ! parameter=+:90=+:91=+:player_width=+:Number=+:333=+:=+:1=+:0 ! parameter=+:90=+:92=+:url_file=+:Text=+:127.0.0.1=+:=+:1=+:0 ! parameter=+:90=+:93=+:url_title=+:Text=+:Radio station=+:=+:1=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Radio Front=+:Demo block=+:99=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:89=+:100=+:Radio Player=+:Radio Player or Index=+:radio_index.php=+: ! parameter=+:100=+:107=+:player_width=+:Number=+:333=+:=+:1=+:0 ! parameter=+:100=+:108=+:url_file=+:Text=+:127.0.0.1=+:=+:1=+:0 ! parameter=+:100=+:109=+:url_title=+:Text=+:Radio station=+:=+:1=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Radio Player=+:Demo block=+:100=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 \ No newline at end of file Index: radio_index.php =================================================================== RCS file: /cvsroot/mxbb/mx_radio/radio_index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** radio_index.php 7 Mar 2008 03:26:25 -0000 1.3 --- radio_index.php 22 Sep 2009 03:17:30 -0000 1.4 *************** *** 27,37 **** // End session management // - - $title = 'Media Player Radio'; - $block_size = (isset($block_size) && !empty($block_size) ? $block_size : '348'); $player_size = (isset($block_size) && !empty($block_size) ? $block_size - 15 : '333'); $is_block = FALSE; } else --- 27,53 ---- // End session management // $block_size = (isset($block_size) && !empty($block_size) ? $block_size : '348'); + $block_id = (!empty($_GET['player_id'])) ? $_GET['player_id'] : $_POST['block_id']; $player_size = (isset($block_size) && !empty($block_size) ? $block_size - 15 : '333'); + if(!$block_id) + { + $sql = "SELECT * FROM " . BLOCK_TABLE . " WHERE block_title = 'Radio Front' LIMIT 1"; + if(!$result = @$db->sql_query($sql)) + { + mx_message_die(GENERAL_ERROR, "Could not query Radio Center block information", "", __LINE__, __FILE__, $sql); + } + $row = $db->sql_fetchrow($result); + $title = $row['block_title']; + } + + $mx_block->init($block_id); + + $player_url = $mx_block->get_parameters('url_file'); + $player_title = $mx_block->get_parameters('url_title'); + + //$player_title = $title = !empty($_GET['player_title']) ? $_GET['player_title'] : 'Radio Front'; $is_block = FALSE; + //mx_message_die(GENERAL_ERROR, "Could not query Radio Center block information", "", __LINE__, __FILE__, $sql); } else *************** *** 40,48 **** // Read block Configuration // - $title = $mx_block->block_info['block_title']; $desc = $mx_block->block_info['block_desc']; $block_size = (isset($block_size) && !empty($block_size) ? $block_size : '100%'); $player_size = $mx_block->get_parameters('player_width'); if( is_object($mx_block)) --- 56,65 ---- // Read block Configuration // $title = $mx_block->block_info['block_title']; $desc = $mx_block->block_info['block_desc']; $block_size = (isset($block_size) && !empty($block_size) ? $block_size : '100%'); $player_size = $mx_block->get_parameters('player_width'); + $player_url = $mx_block->get_parameters('url_file'); + $player_title = !empty($_GET['player_title']) ? $_GET['player_title'] : $mx_block->get_parameters('url_title'); if( is_object($mx_block)) *************** *** 86,90 **** 'S_CONTENT_DIR_LEFT' => $lang['LEFT'], 'S_CONTENT_DIR_RIGHT' => $lang['RIGHT'], ! 'S_USER_LANG' => ($mx_user->lang['default_lang']) ? $mx_user->get_old_lang($mx_user->lang['default_lang']) : $board_config['default_lang'], 'S_UPDATE_RADIO' => mx_append_sid(PORTAL_URL."modules/mx_radio/radio_update.$phpEx"), --- 103,107 ---- 'S_CONTENT_DIR_LEFT' => $lang['LEFT'], 'S_CONTENT_DIR_RIGHT' => $lang['RIGHT'], ! 'S_USER_LANG' => ($mx_user->lang['default_lang']) ? $mx_user->encode_lang($mx_user->lang['default_lang']) : $board_config['default_lang'], 'S_UPDATE_RADIO' => mx_append_sid(PORTAL_URL."modules/mx_radio/radio_update.$phpEx"), *************** *** 93,97 **** 'SITENAME' => $board_config['sitename'], 'SITE_DESCRIPTION' => $board_config['site_desc'], ! 'L_TITLE' => $radio_config['radio_name'], 'RADIO_NAME' => $radio_config['radio_name'], 'FLASH_FILE' => FLASH_FILE, --- 110,114 ---- 'SITENAME' => $board_config['sitename'], 'SITE_DESCRIPTION' => $board_config['site_desc'], ! 'L_TITLE' => $player_url ? $player_title : $radio_config['radio_name'], 'RADIO_NAME' => $radio_config['radio_name'], 'FLASH_FILE' => FLASH_FILE, *************** *** 105,109 **** 'WMPMODE' => $wmpmode, 'MIMETYPE' => $mimetype, ! 'STATION_STREAM' => $radio_config['radio_FileName'] )); --- 122,126 ---- 'WMPMODE' => $wmpmode, 'MIMETYPE' => $mimetype, ! 'STATION_STREAM' => $player_url ? $player_url : $radio_config['radio_FileName'] )); Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_radio/db_install.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_install.php 7 Mar 2008 03:26:24 -0000 1.4 --- db_install.php 22 Sep 2009 03:17:30 -0000 1.5 *************** *** 35,40 **** } ! $mx_module_version = '1.0.8'; ! $mx_module_copy = 'mxBB <i> - Media Radio</i> module by OryNider & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; // If fresh install --- 35,40 ---- } ! $mx_module_version = '1.0.9'; ! $mx_module_copy = 'Mx-Publisher <i> - Media Radio</i> module by OryNider & <a href="http://www.mx-publisher.com" target="_blank">MXP Team</a>'; // If fresh install Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_radio/db_upgrade.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_upgrade.php 7 Mar 2008 03:26:24 -0000 1.4 --- db_upgrade.php 22 Sep 2009 03:17:30 -0000 1.5 *************** *** 31,36 **** } ! $mx_module_version = '1.0.8'; ! $mx_module_copy = 'mxBB <i> - Media Radio</i> module by OryNider & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; $message = "<b>Upgrading!</b><br /><br />"; --- 31,36 ---- } ! $mx_module_version = '1.0.9'; ! $mx_module_copy = 'Mx-Publisher <i> - Media Radio</i> module by OryNider & <a href="http://www.mx-publisher.com" target="_blank">MXP Team</a>'; $message = "<b>Upgrading!</b><br /><br />"; |
|
From: FlorinCB <ory...@us...> - 2009-09-21 21:02:04
|
Update of /cvsroot/mxbb/mx_radio/admin In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21988 Modified Files: admin_radio.php Log Message: mx_ prefix Index: admin_radio.php =================================================================== RCS file: /cvsroot/mxbb/mx_radio/admin/admin_radio.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_radio.php 7 Mar 2008 03:26:25 -0000 1.4 --- admin_radio.php 21 Sep 2009 21:01:47 -0000 1.5 *************** *** 66,70 **** if(!$result = $db->sql_query($sql)) { ! message_die(GENERAL_ERROR, "Couldn't query radio config table", "", __LINE__, __FILE__, $sql); } while( $row = $db->sql_fetchrow($result) ) --- 66,70 ---- if(!$result = $db->sql_query($sql)) { ! mx_message_die(GENERAL_ERROR, "Couldn't query radio config table", "", __LINE__, __FILE__, $sql); } while( $row = $db->sql_fetchrow($result) ) *************** *** 119,123 **** $template->assign_vars(array( ! 'S_ACTION' => append_sid("admin_radio.$phpEx"), 'L_RADIO_SETTINGS' => $lang['radio_Settings'], 'L_RADIO_SETTINGS_EXPLAIN' => $lang['radio_Settings_explain'], --- 119,123 ---- $template->assign_vars(array( ! 'S_ACTION' => mx_append_sid("admin_radio.$phpEx"), 'L_RADIO_SETTINGS' => $lang['radio_Settings'], 'L_RADIO_SETTINGS_EXPLAIN' => $lang['radio_Settings_explain'], |
|
From: FlorinCB <ory...@us...> - 2009-07-29 19:58:42
|
Update of /cvsroot/mxbb/mx_radiocast/language/lang_english In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5171 Modified Files: lang_main.php Log Message: fix Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/language/lang_english/lang_main.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lang_main.php 11 Jul 2009 01:37:52 -0000 1.5 --- lang_main.php 29 Jul 2009 19:58:27 -0000 1.6 *************** *** 30,34 **** $lang['View'] = 'Listen'; $lang['Singer'] = 'WebSite / Dj'; ! // // Category View --- 30,34 ---- $lang['View'] = 'Listen'; $lang['Singer'] = 'WebSite / Dj'; ! $lang['Poster'] = 'Posted by'; // // Category View |
|
From: FlorinCB <ory...@us...> - 2009-07-29 06:31:48
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22271/includes Modified Files: mx_functions_blockcp.php Log Message: update Index: mx_functions_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_blockcp.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** mx_functions_blockcp.php 10 Jan 2009 16:15:11 -0000 1.29 --- mx_functions_blockcp.php 29 Jul 2009 06:31:38 -0000 1.30 *************** *** 66,70 **** $is_admin = ( $userdata['user_level'] == ADMIN && $userdata['session_logged_in'] ) ? TRUE : 0; ! $dynamic_block_id = $mx_request_vars->request('dynamic_block', MX_TYPE_INT, ''); $virtual_id = $mx_request_vars->request('virtual', MX_TYPE_INT, 0); --- 66,70 ---- $is_admin = ( $userdata['user_level'] == ADMIN && $userdata['session_logged_in'] ) ? TRUE : 0; ! $dynamic_block_id = $mx_request_vars->request('dynamic_block', MX_TYPE_INT, 0); $virtual_id = $mx_request_vars->request('virtual', MX_TYPE_INT, 0); *************** *** 87,92 **** $block_id = $id; ! $module_id = $mx_request_vars->is_request('module_id') ? $mx_request_vars->request('module_id', MX_TYPE_INT, '') : mx_parent_data($block_id, 'module_id'); ! $function_id = $mx_request_vars->is_request('function_id') ? $mx_request_vars->request('function_id', MX_TYPE_INT, '') : mx_parent_data($block_id, 'function_id'); // --- 87,92 ---- $block_id = $id; ! $module_id = $mx_request_vars->is_request('module_id') ? $mx_request_vars->request('module_id', MX_TYPE_INT, 0) : mx_parent_data($block_id, 'module_id'); ! $function_id = $mx_request_vars->is_request('function_id') ? $mx_request_vars->request('function_id', MX_TYPE_INT, 0) : mx_parent_data($block_id, 'function_id'); // *************** *** 137,144 **** // Now get started // ! $functionlist = get_list_formatted('function_list', $function_id); /* - // // Populate missing parameters (if any) // --- 137,144 ---- // Now get started // ! $functionlist = get_list_formatted('function_list', $function_id, '', '', true); + /* // Populate missing parameters (if any) // *************** *** 575,584 **** * @param unknown_type $id */ ! function generate_cp( $id = '' ) { ! $newBlock = $id == 'noBlock' ? true : false; ! $block_id = $id == 'noBlock' ? '' : $id; ! $this->_controlpanel($block_id, $newBlock ); } --- 575,584 ---- * @param unknown_type $id */ ! function generate_cp($id = '') { ! $newBlock = ($id == 'noBlock') ? true : false; ! $block_id = ($id == 'noBlock') ? '' : $id; ! $this->_controlpanel($block_id, $newBlock); } |
|
From: FlorinCB <ory...@us...> - 2009-07-29 06:31:48
|
Update of /cvsroot/mxbb/core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22271 Modified Files: common.php Log Message: update Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.110 retrieving revision 1.111 diff -C2 -d -r1.110 -r1.111 *** common.php 8 Jul 2009 19:25:07 -0000 1.110 --- common.php 29 Jul 2009 06:31:37 -0000 1.111 *************** *** 33,39 **** define('DEBUG', true); // [Admin Option] Show Footer debug stats - Actually set in phpBB/includes/constants.php define('DEBUG_EXTRA', true); // [Admin Option] Show memory usage. Show link to full SQL debug report in footer. Beware, this makes the page slow to load. For debugging only. @ini_set( 'display_errors', '1' ); ! error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables //error_reporting(E_ALL & ~E_NOTICE); //Default error reporting in PHP 5.2+ include($mx_root_path . 'modules/mx_shared/ErrorHandler/prepend.' . $phpEx); // For nice error output --- 33,42 ---- define('DEBUG', true); // [Admin Option] Show Footer debug stats - Actually set in phpBB/includes/constants.php define('DEBUG_EXTRA', true); // [Admin Option] Show memory usage. Show link to full SQL debug report in footer. Beware, this makes the page slow to load. For debugging only. + define('INCLUDES', 'includes/'); //Main Includes folder @ini_set( 'display_errors', '1' ); ! @error_reporting(E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables //error_reporting(E_ALL & ~E_NOTICE); //Default error reporting in PHP 5.2+ + @session_cache_expire (1440); + @set_time_limit (0); include($mx_root_path . 'modules/mx_shared/ErrorHandler/prepend.' . $phpEx); // For nice error output *************** *** 200,207 **** // MX-Publisher CORE Includes // ! include_once($mx_root_path . 'includes/mx_constants.' . $phpEx); // Also includes phpBB constants ! include_once($mx_root_path . 'includes/db/' . $dbms . '.' . $phpEx); // Load dbal and initiate class ! include_once($mx_root_path . 'includes/utf/utf_tools.' . $phpEx); //Load UTF-8 Tools ! include_once($mx_root_path . 'includes/mx_functions_core.' . $phpEx); // CORE class // --- 203,210 ---- // MX-Publisher CORE Includes // ! include_once($mx_root_path . INCLUDES . 'mx_constants.' . $phpEx); // Also includes phpBB constants ! include_once($mx_root_path . INCLUDES . 'db/' . $dbms . '.' . $phpEx); // Load dbal and initiate class ! include_once($mx_root_path . INCLUDES . 'utf/utf_tools.' . $phpEx); //Load UTF-8 Tools ! include_once($mx_root_path . INCLUDES . 'mx_functions_core.' . $phpEx); // CORE class // *************** *** 230,235 **** // MX-Publisher Includes - doing the rest // ! include_once($mx_root_path . 'includes/mx_functions.' . $phpEx); // CORE Functions ! include_once($mx_root_path . 'includes/mx_functions_style.' . $phpEx); // Styling and sessions // We do not need this any longer, unset for safety purposes --- 233,238 ---- // MX-Publisher Includes - doing the rest // ! include_once($mx_root_path . INCLUDES . 'mx_functions.' . $phpEx); // CORE Functions ! include_once($mx_root_path . INCLUDES . 'mx_functions_style.' . $phpEx); // Styling and sessions // We do not need this any longer, unset for safety purposes |
|
From: FlorinCB <ory...@us...> - 2009-07-29 05:26:40
|
Update of /cvsroot/mxbb/mx_pafiledb In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17400 Modified Files: db_install.php db_upgrade.php Log Message: fix Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/db_install.php,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** db_install.php 3 Feb 2009 22:31:14 -0000 1.41 --- db_install.php 29 Jul 2009 05:26:31 -0000 1.42 *************** *** 30,34 **** } ! $mx_module_version = '2.2.7'; $mx_module_copy = 'Original phpBB <i>pafileDB</i> MOD by Mohd/Jon Ohlsson/Orynider</a> based on <a href="http://www.phparena.net/" target="_blank">PHP Arena, pafileDB</a> :: Adapted for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; --- 30,34 ---- } ! $mx_module_version = '2.2.8'; $mx_module_copy = 'Original phpBB <i>pafileDB</i> MOD by Mohd/Jon Ohlsson/Orynider</a> based on <a href="http://www.phparena.net/" target="_blank">PHP Arena, pafileDB</a> :: Adapted for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/db_upgrade.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** db_upgrade.php 3 Feb 2009 22:31:14 -0000 1.32 --- db_upgrade.php 29 Jul 2009 05:26:31 -0000 1.33 *************** *** 30,34 **** } ! $mx_module_version = '2.2.7'; $mx_module_copy = 'Original phpBB <i>pafileDB</i> MOD by Mohd/Jon Ohlsson/Orynider</a> based on <a href="http://www.phparena.net/" target="_blank">PHP Arena, pafileDB</a> :: Adapted for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; --- 30,34 ---- } ! $mx_module_version = '2.2.8'; $mx_module_copy = 'Original phpBB <i>pafileDB</i> MOD by Mohd/Jon Ohlsson/Orynider</a> based on <a href="http://www.phparena.net/" target="_blank">PHP Arena, pafileDB</a> :: Adapted for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; |
|
From: FlorinCB <ory...@us...> - 2009-07-29 05:08:32
|
Update of /cvsroot/mxbb/mx_smartor In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15524/mx_smartor Modified Files: db_install.php db_upgrade.php Log Message: update Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/db_install.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** db_install.php 8 Jan 2009 21:18:15 -0000 1.31 --- db_install.php 29 Jul 2009 05:08:13 -0000 1.32 *************** *** 205,210 **** pic_filename varchar(255) NOT NULL, pic_thumbnail varchar(255), ! pic_title varchar(255) NOT NULL, ! pic_desc text, pic_user_id mediumint(8) NOT NULL, pic_username varchar(32), --- 205,210 ---- pic_filename varchar(255) NOT NULL, pic_thumbnail varchar(255), ! pic_title mediumtext, ! pic_desc mediumtext, pic_user_id mediumint(8) NOT NULL, pic_username varchar(32), Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/db_upgrade.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** db_upgrade.php 8 Jan 2009 21:18:15 -0000 1.28 --- db_upgrade.php 29 Jul 2009 05:08:13 -0000 1.29 *************** *** 150,154 **** $message .= "<b>Upgrading to v. 2.00 Beta 2...</b><br/><br/>"; $sql[] = "UPDATE ". $mx_table_prefix ."smartor_album_config ! SET config_value = '1.4.1' WHERE config_name = 'fap_version'"; $sql[] = "INSERT INTO ".$mx_table_prefix."smartor_album_config VALUES ('invert_nav_arrows', '0')"; --- 150,154 ---- $message .= "<b>Upgrading to v. 2.00 Beta 2...</b><br/><br/>"; $sql[] = "UPDATE ". $mx_table_prefix ."smartor_album_config ! SET config_value = '1.4.2' WHERE config_name = 'fap_version'"; $sql[] = "INSERT INTO ".$mx_table_prefix."smartor_album_config VALUES ('invert_nav_arrows', '0')"; *************** *** 156,159 **** --- 156,162 ---- $sql[] = "INSERT INTO ".$mx_table_prefix."smartor_album_config VALUES ('show_all_pics_link', '1')"; $sql[] = "INSERT INTO ".$mx_table_prefix."smartor_album_config VALUES ('show_personal_galleries_link', '1')"; + $sql[] = "ALTER TABLE ".$mx_table_prefix."smartor_album ADD comment_cat_id int(11) NOT NULL default '0' AFTER comment_pic_id"; + $sql[] = "ALTER TABLE ".$mx_table_prefix . "smartor_album MODIFY pic_title mediumtext"; + $sql[] = "ALTER TABLE ".$mx_table_prefix . "smartor_album MODIFY pic_desc mediumtext"; $sql[] = "ALTER TABLE ".$mx_table_prefix."smartor_album_comment ADD comment_cat_id int(11) NOT NULL default '0' AFTER comment_pic_id"; } |
|
From: FlorinCB <ory...@us...> - 2009-07-29 05:08:28
|
Update of /cvsroot/mxbb/mx_pjirc/templates/_core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15524/mx_pjirc/templates/_core Modified Files: pjirc_chat.tpl Log Message: update Index: pjirc_chat.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/templates/_core/pjirc_chat.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pjirc_chat.tpl 12 Jun 2008 05:20:15 -0000 1.3 --- pjirc_chat.tpl 29 Jul 2009 05:08:13 -0000 1.4 *************** *** 35,188 **** <td align="center" class="row1" width="100%"> <applet code="IRCApplet.class" archive="irc.jar,pixx.jar,config.jar,javabot.jar" codebase="{MODULE_PATH}pjirc/" width="780" height="400"> ! <param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab,config.cab,javabot.cab" /> ! <param name="plugin1" value="config.Config" /> ! <param name="nick" value="{USERNAME}" /> ! <param name="alternatenick" value="{PREFIX_USERNAME}{USERNAME}" /> ! <param name="name" value="{USERNAME}" /> ! <param name="host" value="{SERVER}" /> ! <param name="port" value="{PORT}" /> ! <param name="smileys" value="true"> ! <param name="gui" value="pixx" /> ! <param name="command1" value="/join {CHANNEL}" /> ! <param name="pixx:language" value="pixx-{LANG}" /> ! <param name="config:language" value="config-{LANG}" /> ! <param name="config:lngextension" value="lng" /> ! <param name="pixx:helppage" value="{HELP}" /> ! <param name="language" value="{LANG}" /> ! <param name="quitmessage" value="{QUIT_MESSAGE}" /> ! <param name="asl" value="true" /> ! <param name="useinfo" value="false" /> ! ! <param name="style:bitmapsmileys" value="true" /> ! <param name="style:smiley1" value=":)) img/laf.gif" /> ! <param name="style:smiley2" value=":) img/smile.gif" /> ! <param name="style:smiley3" value=":-) img/smile.gif" /> ! <param name="style:smiley4" value=":D img/biggrin.gif" /> ! <param name="style:smiley5" value=":-D img/haha.gif" /> ! <param name="style:smiley6" value=":-O img/OH-2.gif" /> ! <param name="style:smiley7" value=":o img/OH-1.gif" /> ! <param name="style:smiley8" value=":-P img/prrr.gif" /> ! <param name="style:smiley9" value=":P img/razz.gif" /> ! <param name="style:smiley10" value=";-) img/occ.gif" /> ! <param name="style:smiley11" value=";) img/wink.gif" /> ! <param name="style:smiley12" value=":-( img/triste.gif" /> ! <param name="style:smiley13" value=":(( img/cry.gif" /> ! <param name="style:smiley14" value=":( img/triste.gif" /> ! <param name="style:smiley15" value=":-| img/neutral.gif" /> ! <param name="style:smiley16" value=":| img/neutral.gif" /> ! <param name="style:smiley17" value=":'( img/frigna.gif" /> ! <param name="style:smiley18" value=":ghgh: img/ghgh.gif" /> ! <param name="style:smiley19" value=":gh: img/ghgh.gif" /> ! <param name="style:smiley20" value="(H) img/dito.gif" /> ! <param name="style:smiley21" value="(h) img/dito.gif" /> ! <param name="style:smiley22" value=":-@ img/inca.gif" /> ! <param name="style:smiley23" value=":@ img/inca.gif" /> ! <param name="style:smiley24" value=":dito: img/dito.gif" /> ! <param name="style:smiley25" value=":clap: img/clap.gif" /> ! <param name="style:smiley26" value=":ciao: img/ciao.gif" /> ! <param name="style:smiley27" value=":argh: img/inca.gif" /> ! <param name="style:smiley28" value=":porc: img/porc.gif" /> ! <param name="style:smiley29" value=":maiale: img/porc.gif" /> ! <param name="style:smiley30" value=":lol: img/lol.gif" /> ! <param name="style:smiley31" value=":haha: img/haha.gif" /> ! <param name="style:smiley32" value=":lov: img/love.gif" /> ! <param name="style:smiley33" value=":amore: img/love.gif" /> ! <param name="style:smiley34" value=":love: img/love.gif" /> ! <param name="style:smiley35" value=":nono: img/nono.gif" /> ! <param name="style:smiley36" value=":no: img/nono.gif" /> ! <param name="style:smiley37" value=":ko: img/ko.gif" /> ! <param name="style:smiley38" value=":tvb: img/abbra.gif" /> ! <param name="style:smiley39" value=":ubria: img/ubria.gif" /> ! <param name="style:smiley40" value=":beer: img/ubria.gif" /> ! <param name="style:smiley41" value=":kiss: img/bacio.gif" /> ! <param name="style:smiley42" value=":bacio: img/bacio.gif" /> ! <param name="style:smiley43" value=":perdono: img/perdono.gif" /> ! <param name="style:smiley44" value=":ing: img/perdono.gif" /> ! <param name="style:smiley45" value=":abbra: img/abbra.gif" /> ! <param name="style:smiley46" value=":prrr: img/prrr.gif" /> ! <param name="style:smiley47" value=":fuma: img/fuma.gif" /> ! <param name="style:smiley48" value=":smoke: img/fuma.gif" /> ! <param name="style:smiley49" value=":frigna: img/frigna.gif" /> ! <param name="style:smiley50" value=":inca: img/inca.gif" /> ! <param name="style:smiley51" value=":piange: img/frigna.gif" /> ! <param name="style:smiley52" value=":amen: img/amen.gif" /> ! <param name="style:smiley53" value="X( img/enerve1.gif" /> ! <param name="style:smiley54" value="X-( img/enerve2.gif" /> ! <param name="style:smiley55" value=">:) img/diable.gif" /> ! ! <param name="soundbeep" value="snd/bell2.au" /> ! <param name="soundquery" value="snd/ding.au" /> ! ! <param name="style:backgroundimage" value="{BACKGROUND_IMAGE_ON}" /> ! <param name="style:backgroundimage1" value="all all 0 background.jpg" /> ! <param name="style:sourcefontrule1" value="all all Serif 12" /> ! <param name="style:floatingasl" value="true" /> ! ! <param name="pixx:timestamp" value="true" /> ! <param name="pixx:highlight" value="true" /> ! <param name="pixx:highlightnick" value="true" /> ! <param name="pixx:highlightcolor" value="DFE6EF" /> ! <param name="pixx:highlightwords" value="hi ciao salut sal saluti hello buongiorno buonanotte cazzo meo kim ..." /> ! <param name="pixx:nickfield" value="true" /> ! <param name="pixx:styleselector" value="true" /> ! <param name="pixx:setfontonstyle" value="true" /> ! <param name="pixx:showabout" value="true" /> ! <param name="pixx:showstatus" value="{SHOW_STATUS}" /> ! <param name="pixx:showdock" value="{SHOW_DOCK}" /> ! <param name="pixx:showconnect" value="{SHOW_CONNECT}" /> ! <param name="pixx:showchanlist" value="{SHOW_CHANLIST}" /> ! <param name="pixx:color0" value="{BUTTON_SURROUND}" /> ! <param name="pixx:color1" value="{3D_BUTTON_HIGHLIGHT}" /> ! <param name="pixx:color2" value="{3D_BUTTON_SHADOW}" /> ! <param name="pixx:color3" value="{SCROLLBAR_TOP/BOTTOM}" /> ! <param name="pixx:color4" value="{SCROLLBAR_HIGHLIGHT}" /> ! <param name="pixx:color5" value="{BUTTON_BACKGROUND}" /> ! <param name="pixx:color6" value="{UI_BACKGROUND}" /> ! <param name="pixx:color7" value="{WINDOW_BUTTON_BACKGROUND}" /> ! <param name="pixx:color8" value="FF0000" /> ! <param name="pixx:color9" value="{MDI_BUTTONS_BACKGROUND}" /> ! <param name="pixx:color10" value="{USER_STATE_BUTTON}" /> ! <param name="pixx:color11" value="FF0000" /> ! <param name="pixx:color12" value="{ALERT_UPDATE_CHANNEL}" /> ! <param name="pixx:color13" value="00FFFF" /> ! <param name="pixx:color14" value="FF0000" /> ! <param name="pixx:color15" value="{USER_BUTTONS}" /> ! ! <param name="fingerreply" value="Mx_PJIRC v1.0.0" /> ! ! <param name="pixx:nickprefix" value="«" /> ! <param name="pixx:nickpostfix" value="»\s" /> ! ! <param name="pixx:prefixops" value="true" /> ! <param name="pixx:prefixvops" value="true" /> ! <param name="pixx:prefixbold" value="true" /> ! <param name="pixx:prefixsopfg" value="4" /> ! <param name="pixx:prefixsopbg" value="0" /> ! <param name="pixx:prefixpopfg" value="4" /> ! <param name="pixx:prefixpopbg" value="0" /> ! <param name="pixx:prefixopfg" value="5" /> ! <param name="pixx:prefixopbg" value="8" /> ! <param name="pixx:prefixhopfg" value="6" /> ! <param name="pixx:prefixhopbg" value="3" /> ! <param name="pixx:prefixvopfg" value="3" /> ! <param name="pixx:prefixvopbg" value="2" /> ! ! ! <param name="javabot:alias1" value="P" /> ! <param name="javabot:alias2" value="N" /> ! <param name="javabot:alias3" value="j" /> ! <param name="javabot:alias4" value="hop" /> ! <param name="javabot:alias5" value="W" /> ! <param name="javabot:alias6" value="Q" /> ! ! <param name="javabot:aliascommand1_1" value="/part $-" /> ! <param name="javabot:aliascommand2_1" value="/nick $1" /> ! <param name="javabot:aliascommand3_1" value="/join #$1" /> ! <param name="javabot:aliascommand4_1" value="/part #$1" /> ! <param name="javabot:aliascommand4_2" value="/join #$1" /> ! <param name="javabot:aliascommand5_1" value="/whois $1" /> ! <param name="javabot:aliascommand6_1" value="/query $1" /> ! ! </applet> </td> --- 35,179 ---- <td align="center" class="row1" width="100%"> <applet code="IRCApplet.class" archive="irc.jar,pixx.jar,config.jar,javabot.jar" codebase="{MODULE_PATH}pjirc/" width="780" height="400"> ! <param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab,config.cab,javabot.cab" /> ! <param name="plugin1" value="config.Config" /> ! <param name="nick" value="{USERNAME}" /> ! <param name="alternatenick" value="{PREFIX_USERNAME}{USERNAME}" /> ! <param name="name" value="{USERNAME}" /> ! <param name="host" value="{SERVER}" /> ! <param name="port" value="{PORT}" /> ! <param name="smileys" value="true"> ! <param name="gui" value="pixx" /> ! <!-- param name="plugin1" value="adnd.DSmileys" / --> ! <param name="command1" value="/join {CHANNEL}" /> ! <param name="dsmileys:bkgcolor" value="2"> ! <param name="dsmileys:columns" value="20"> ! <param name="pixx:language" value="pixx-{LANG}" /> ! <param name="config:language" value="config-{LANG}" /> ! <param name="config:lngextension" value="lng" /> ! <param name="pixx:helppage" value="{HELP}" /> ! <param name="language" value="{LANG}" /> ! <param name="quitmessage" value="{QUIT_MESSAGE}" /> ! <param name="asl" value="true" /> ! <param name="useinfo" value="false" /> ! <param name="style:bitmapsmileys" value="true" /> ! <param name="style:smiley1" value=":)) img/laf.gif" /> ! <param name="style:smiley2" value=":) img/smile.gif" /> ! <param name="style:smiley3" value=":-) img/smile.gif" /> ! <param name="style:smiley4" value=":D img/biggrin.gif" /> ! <param name="style:smiley5" value=":-D img/haha.gif" /> ! <param name="style:smiley6" value=":-O img/OH-2.gif" /> ! <param name="style:smiley7" value=":o img/OH-1.gif" /> ! <param name="style:smiley8" value=":-P img/prrr.gif" /> ! <param name="style:smiley9" value=":P img/razz.gif" /> ! <param name="style:smiley10" value=";-) img/occ.gif" /> ! <param name="style:smiley11" value=";) img/wink.gif" /> ! <param name="style:smiley12" value=":-( img/triste.gif" /> ! <param name="style:smiley13" value=":(( img/cry.gif" /> ! <param name="style:smiley14" value=":( img/triste.gif" /> ! <param name="style:smiley15" value=":-| img/neutral.gif" /> ! <param name="style:smiley16" value=":| img/neutral.gif" /> ! <param name="style:smiley17" value=":'( img/frigna.gif" /> ! <param name="style:smiley18" value=":ghgh: img/ghgh.gif" /> ! <param name="style:smiley19" value=":gh: img/ghgh.gif" /> ! <param name="style:smiley20" value="(H) img/dito.gif" /> ! <param name="style:smiley21" value="(h) img/dito.gif" /> ! <param name="style:smiley22" value=":-@ img/inca.gif" /> ! <param name="style:smiley23" value=":@ img/inca.gif" /> ! <param name="style:smiley24" value=":dito: img/dito.gif" /> ! <param name="style:smiley25" value=":clap: img/clap.gif" /> ! <param name="style:smiley26" value=":ciao: img/ciao.gif" /> ! <param name="style:smiley27" value=":argh: img/inca.gif" /> ! <param name="style:smiley28" value=":porc: img/porc.gif" /> ! <param name="style:smiley29" value=":maiale: img/porc.gif" /> ! <param name="style:smiley30" value=":lol: img/lol.gif" /> ! <param name="style:smiley31" value=":haha: img/haha.gif" /> ! <param name="style:smiley32" value=":lov: img/love.gif" /> ! <param name="style:smiley33" value=":amore: img/love.gif" /> ! <param name="style:smiley34" value=":love: img/love.gif" /> ! <param name="style:smiley35" value=":nono: img/nono.gif" /> ! <param name="style:smiley36" value=":no: img/nono.gif" /> ! <param name="style:smiley37" value=":ko: img/ko.gif" /> ! <param name="style:smiley38" value=":tvb: img/abbra.gif" /> ! <param name="style:smiley39" value=":ubria: img/ubria.gif" /> ! <param name="style:smiley40" value=":beer: img/ubria.gif" /> ! <param name="style:smiley41" value=":kiss: img/bacio.gif" /> ! <param name="style:smiley42" value=":bacio: img/bacio.gif" /> ! <param name="style:smiley43" value=":perdono: img/perdono.gif" /> ! <param name="style:smiley44" value=":ing: img/perdono.gif" /> ! <param name="style:smiley45" value=":abbra: img/abbra.gif" /> ! <param name="style:smiley46" value=":prrr: img/prrr.gif" /> ! <param name="style:smiley47" value=":fuma: img/fuma.gif" /> ! <param name="style:smiley48" value=":smoke: img/fuma.gif" /> ! <param name="style:smiley49" value=":frigna: img/frigna.gif" /> ! <param name="style:smiley50" value=":inca: img/inca.gif" /> ! <param name="style:smiley51" value=":piange: img/frigna.gif" /> ! <param name="style:smiley52" value=":amen: img/amen.gif" /> ! <param name="style:smiley53" value="X( img/enerve1.gif" /> ! <param name="style:smiley54" value="X-( img/enerve2.gif" /> ! <param name="style:smiley55" value=">:) img/diable.gif" /> ! <param name="soundbeep" value="snd/bell2.au" /> ! <param name="soundquery" value="snd/ding.au" /> ! <param name="style:backgroundimage" value="{BACKGROUND_IMAGE_ON}" /> ! <param name="style:backgroundimage1" value="all all 0 background.jpg" /> ! <param name="style:sourcefontrule1" value="all all Serif 12" /> ! <param name="style:floatingasl" value="true" /> ! <param name="pixx:timestamp" value="true" /> ! <param name="pixx:highlight" value="true" /> ! <param name="pixx:highlightnick" value="true" /> ! <param name="pixx:highlightcolor" value="DFE6EF" /> ! <param name="pixx:highlightwords" value="hi ciao salut sal saluti hello buongiorno buonanotte cazzo meo kim ..." /> ! <param name="pixx:nickfield" value="true" /> ! <param name="pixx:styleselector" value="true" /> ! <param name="pixx:setfontonstyle" value="true" /> ! <param name="pixx:showabout" value="true" /> ! <param name="pixx:showstatus" value="{SHOW_STATUS}" /> ! <param name="pixx:showdock" value="{SHOW_DOCK}" /> ! <param name="pixx:showconnect" value="{SHOW_CONNECT}" /> ! <param name="pixx:showchanlist" value="{SHOW_CHANLIST}" /> ! <param name="pixx:color0" value="{BUTTON_SURROUND}" /> ! <param name="pixx:color1" value="{3D_BUTTON_HIGHLIGHT}" /> ! <param name="pixx:color2" value="{3D_BUTTON_SHADOW}" /> ! <param name="pixx:color3" value="{SCROLLBAR_TOP/BOTTOM}" /> ! <param name="pixx:color4" value="{SCROLLBAR_HIGHLIGHT}" /> ! <param name="pixx:color5" value="{BUTTON_BACKGROUND}" /> ! <param name="pixx:color6" value="{UI_BACKGROUND}" /> ! <param name="pixx:color7" value="{WINDOW_BUTTON_BACKGROUND}" /> ! <param name="pixx:color8" value="FF0000" /> ! <param name="pixx:color9" value="{MDI_BUTTONS_BACKGROUND}" /> ! <param name="pixx:color10" value="{USER_STATE_BUTTON}" /> ! <param name="pixx:color11" value="FF0000" /> ! <param name="pixx:color12" value="{ALERT_UPDATE_CHANNEL}" /> ! <param name="pixx:color13" value="00FFFF" /> ! <param name="pixx:color14" value="FF0000" /> ! <param name="pixx:color15" value="{USER_BUTTONS}" /> ! <param name="fingerreply" value="Mx_PJIRC v1.0.0" /> ! <param name="pixx:nickprefix" value="«" /> ! <param name="pixx:nickpostfix" value="»\s" /> ! <param name="pixx:prefixops" value="true" /> ! <param name="pixx:prefixvops" value="true" /> ! <param name="pixx:prefixbold" value="true" /> ! <param name="pixx:prefixsopfg" value="4" /> ! <param name="pixx:prefixsopbg" value="0" /> ! <param name="pixx:prefixpopfg" value="4" /> ! <param name="pixx:prefixpopbg" value="0" /> ! <param name="pixx:prefixopfg" value="5" /> ! <param name="pixx:prefixopbg" value="8" /> ! <param name="pixx:prefixhopfg" value="6" /> ! <param name="pixx:prefixhopbg" value="3" /> ! <param name="pixx:prefixvopfg" value="3" /> ! <param name="pixx:prefixvopbg" value="2" /> ! <param name="javabot:alias1" value="P" /> ! <param name="javabot:alias2" value="N" /> ! <param name="javabot:alias3" value="j" /> ! <param name="javabot:alias4" value="hop" /> ! <param name="javabot:alias5" value="W" /> ! <param name="javabot:alias6" value="Q" /> ! <param name="javabot:aliascommand1_1" value="/part $-" /> ! <param name="javabot:aliascommand2_1" value="/nick $1" /> ! <param name="javabot:aliascommand3_1" value="/join #$1" /> ! <param name="javabot:aliascommand4_1" value="/part #$1" /> ! <param name="javabot:aliascommand4_2" value="/join #$1" /> ! <param name="javabot:aliascommand5_1" value="/whois $1" /> ! <param name="javabot:aliascommand6_1" value="/query $1" /> </applet> </td> *************** *** 191,219 **** <td valign="top" class="taburlo"> <table width="100%" border="0"> ! <tr> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/ciao.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':ciao:');document.pjirc.requestSourceFocus()" alt=":ciao:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/inca.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':inca:');document.pjirc.requestSourceFocus()" alt=":inca:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/wink.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+';)');document.pjirc.requestSourceFocus()" alt=";)" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/dito.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':dito:');document.pjirc.requestSourceFocus()" alt=":dito:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/clap.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':clap:');document.pjirc.requestSourceFocus()" alt=":clap:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/porc.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':porc:');document.pjirc.requestSourceFocus()" alt=":porc:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/nono.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':nono:');document.pjirc.requestSourceFocus()" alt=":nono:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/haha.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':haha:');document.pjirc.requestSourceFocus()" alt=":haha:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/love.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':love:');document.pjirc.requestSourceFocus()" alt=":love:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/ko.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':ko:');document.pjirc.requestSourceFocus()" alt=":ko:" /></a></div></td> ! </tr> ! <tr> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/smile.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':)');document.pjirc.requestSourceFocus()" alt=":)" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/triste.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':(');document.pjirc.requestSourceFocus()" alt=":(" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/abbra.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':abbra:');document.pjirc.requestSourceFocus()" alt=":abbra:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/ghgh.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':ghgh:');document.pjirc.requestSourceFocus()" alt=":ghgh:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/ubria.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':ubria:');document.pjirc.requestSourceFocus()" alt=":ubria:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/bacio.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':bacio:');document.pjirc.requestSourceFocus()" alt=":bacio:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/perdono.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':perdono:');document.pjirc.requestSourceFocus()" alt=":perdono:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/prrr.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':prrr:');document.pjirc.requestSourceFocus()" alt=":prrr:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/fuma.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':fuma:');document.pjirc.requestSourceFocus()" alt=":fuma:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/frigna.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':frigna:');document.pjirc.requestSourceFocus()" alt=":frigna:" /></a></div></td> ! </tr> ! </table> </td> <tr> --- 182,210 ---- <td valign="top" class="taburlo"> <table width="100%" border="0"> ! <tr> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/ciao.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':ciao:');document.pjirc.requestSourceFocus()" alt=":ciao:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/inca.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':inca:');document.pjirc.requestSourceFocus()" alt=":inca:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/wink.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+';)');document.pjirc.requestSourceFocus()" alt=";)" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/dito.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':dito:');document.pjirc.requestSourceFocus()" alt=":dito:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/clap.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':clap:');document.pjirc.requestSourceFocus()" alt=":clap:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/porc.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':porc:');document.pjirc.requestSourceFocus()" alt=":porc:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/nono.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':nono:');document.pjirc.requestSourceFocus()" alt=":nono:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/haha.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':haha:');document.pjirc.requestSourceFocus()" alt=":haha:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/love.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':love:');document.pjirc.requestSourceFocus()" alt=":love:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/ko.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':ko:');document.pjirc.requestSourceFocus()" alt=":ko:" /></a></div></td> ! </tr> ! <tr> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/smile.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':)');document.pjirc.requestSourceFocus()" alt=":)" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/triste.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':(');document.pjirc.requestSourceFocus()" alt=":(" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/abbra.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':abbra:');document.pjirc.requestSourceFocus()" alt=":abbra:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/ghgh.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':ghgh:');document.pjirc.requestSourceFocus()" alt=":ghgh:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/ubria.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':ubria:');document.pjirc.requestSourceFocus()" alt=":ubria:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/bacio.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':bacio:');document.pjirc.requestSourceFocus()" alt=":bacio:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/perdono.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':perdono:');document.pjirc.requestSourceFocus()" alt=":perdono:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/prrr.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':prrr:');document.pjirc.requestSourceFocus()" alt=":prrr:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/fuma.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':fuma:');document.pjirc.requestSourceFocus()" alt=":fuma:" /></a></div></td> ! <td class="tdblock"><div align="center"><a href="#{CHAT_NAME}"><img src="pjirc/img/frigna.gif" border="0" onclick="document.pjirc.setFieldText(document.pjirc.getFieldText()+':frigna:');document.pjirc.requestSourceFocus()" alt=":frigna:" /></a></div></td> ! </tr> ! </table> </td> <tr> |
|
From: FlorinCB <ory...@us...> - 2009-07-29 05:08:28
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15524/mx_pafiledb/pafiledb Modified Files: pafiledb_common.php Log Message: update Index: pafiledb_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/pafiledb_common.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** pafiledb_common.php 3 Jun 2008 20:21:57 -0000 1.27 --- pafiledb_common.php 29 Jul 2009 05:08:13 -0000 1.28 *************** *** 186,193 **** } ! include_once( $module_root_path . 'pafiledb/includes/functions.' . $phpEx ); ! include_once( $module_root_path . 'pafiledb/includes/functions_auth.' . $phpEx ); ! //include_once( $module_root_path . 'pafiledb/includes/functions_mx.' . $phpEx ); ! include_once( $module_root_path . 'pafiledb/includes/functions_pafiledb.' . $phpEx ); // --- 186,193 ---- } ! include_once($module_root_path . 'pafiledb/includes/functions.' . $phpEx); ! include_once($module_root_path . 'pafiledb/includes/functions_auth.' . $phpEx ); ! include_once($module_root_path . 'pafiledb/includes/functions_cache.' . $phpEx); //Temp fix ! include_once($module_root_path . 'pafiledb/includes/functions_pafiledb.' . $phpEx); // *************** *** 204,208 **** if ( !MXBB_MODULE ) { ! include_once( $module_root_path . 'pafiledb/includes/template.' . $phpEx ); // Include XS template $template = new Template($module_root_path . 'templates/'. $theme['template_name']); } --- 204,208 ---- if ( !MXBB_MODULE ) { ! include_once($module_root_path . 'pafiledb/includes/template.' . $phpEx); // Include XS template $template = new Template($module_root_path . 'templates/'. $theme['template_name']); } *************** *** 211,230 **** // Load classes // =================================================== ! $pafiledb_cache = new module_cache($module_root_path . 'pafiledb/'); $pafiledb_functions = new pafiledb_functions(); ! if ( $pafiledb_cache->exists( 'config' ) ) ! { ! $pafiledb_config = $pafiledb_cache->get( 'config' ); ! } ! else { ! $pafiledb_config = $pafiledb_functions->pafiledb_config(); ! $pafiledb_cache->put( 'config', $pafiledb_config ); } $pafiledb_user = new mx_user_info(); ! if (defined( 'IN_ADMIN' )) { include_once( $module_root_path . 'pafiledb/includes/functions_admin.' . $phpEx ); --- 211,227 ---- // Load classes // =================================================== ! $pafiledb_cache = new pafiledb_cache($module_root_path . 'pafiledb/'); $pafiledb_functions = new pafiledb_functions(); ! $pafiledb_config = $pafiledb_functions->obtain_pafiledb_config(); ! ! if ($pafiledb_config['allow_comment_wysiwyg'] == '') { ! $pafiledb_config = $pafiledb_functions->obtain_pafiledb_config(false); } $pafiledb_user = new mx_user_info(); ! if (defined('IN_ADMIN')) { include_once( $module_root_path . 'pafiledb/includes/functions_admin.' . $phpEx ); |
|
From: FlorinCB <ory...@us...> - 2009-07-29 05:08:27
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15524/mx_pafiledb/pafiledb/modules Modified Files: pa_user_upload.php Log Message: update Index: pa_user_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_user_upload.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** pa_user_upload.php 21 Sep 2008 14:25:39 -0000 1.32 --- pa_user_upload.php 29 Jul 2009 05:08:13 -0000 1.33 *************** *** 241,245 **** // Generate comment // ! $this->update_add_comment('', $file_id, 0, addslashes(trim($mx_pa_notification->topic_title)), addslashes(trim($mx_pa_notification->message)),true,false,false,true); } --- 241,245 ---- // Generate comment // ! $this->update_add_comment('', $file_id, 0, addslashes(trim($mx_pa_notification->topic_title)), addslashes(trim($mx_pa_notification->message)), true, false, false, true); } |
|
From: FlorinCB <ory...@us...> - 2009-07-29 05:08:23
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15524/core/includes Modified Files: mx_functions_core.php mx_functions_tools.php Log Message: update Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.115 retrieving revision 1.116 diff -C2 -d -r1.115 -r1.116 *** mx_functions_core.php 8 Jul 2009 15:46:24 -0000 1.115 --- mx_functions_core.php 29 Jul 2009 05:08:12 -0000 1.116 *************** *** 71,75 **** // $portal_config = $this->obtain_mxbb_config(); ! if ($portal_config['portal_version'] == '') { --- 71,75 ---- // $portal_config = $this->obtain_mxbb_config(); ! if ($portal_config['portal_version'] == '') { Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** mx_functions_tools.php 28 Jul 2009 18:42:16 -0000 1.55 --- mx_functions_tools.php 29 Jul 2009 05:08:12 -0000 1.56 *************** *** 1212,1216 **** if ( !$result = $db->sql_query( $sql ) ) { ! //mx_message_die( GENERAL_ERROR, "Couldn't insert into $table ", "", __LINE__, __FILE__, $sql ); } } --- 1212,1216 ---- if ( !$result = $db->sql_query( $sql ) ) { ! mx_message_die( GENERAL_ERROR, "Couldn't insert into $table ", "", __LINE__, __FILE__, $sql ); } [...2486 lines suppressed...] --- 5679,5683 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Couldnt update item', '', __LINE__, __FILE__, $sql ); } *************** *** 4601,4605 **** default: ! //mx_message_die(GENERAL_ERROR, 'bad post mode'); } --- 5728,5732 ---- default: ! mx_message_die(GENERAL_ERROR, 'bad post mode'); } |
|
From: FlorinCB <ory...@us...> - 2009-07-29 05:08:21
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15524/mx_pafiledb/pafiledb/includes Modified Files: functions.php functions_comment.php functions_pafiledb.php Log Message: update Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions.php,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** functions.php 23 Jan 2009 21:16:29 -0000 1.53 --- functions.php 29 Jul 2009 05:08:12 -0000 1.54 *************** *** 80,83 **** --- 80,126 ---- return ( $pafiledb_config ); } + + /** + * Enter description here... + * + * @return unknown + */ + function obtain_pafiledb_config($use_cache = true) + { + global $db, $pafiledb_cache; + + if (($pafiledb_config = $pafiledb_cache->get('config')) && ($use_cache)) + { + return $config; + } + else + { + $sql = "SELECT * + FROM " . PA_CONFIG_TABLE; + + if ( !( $result = $db->sql_query( $sql ) ) ) + { + if (!function_exists('mx_message_die')) + { + die("Couldnt query pafiledb configuration, Allso this hosting or server is using a cache optimizer not compatible with MX-Publisher or just lost connection to database wile query."); + } + else + { + mx_message_die( GENERAL_ERROR, 'Couldnt query portal configuration', '', __LINE__, __FILE__, $sql ); + } + } + + while ( $row = $db->sql_fetchrow( $result ) ) + { + $pafiledb_config[$row['config_name']] = trim( $row['config_value'] ); + } + + $db->sql_freeresult($result); + + $pafiledb_cache->put('config', $pafiledb_config); + + return($pafiledb_config); + } + } /** *************** *** 1190,1194 **** * @param unknown_type $item_id */ ! function init( $item_id = 0, $allow_comment_wysiwyg = 0) { global $db, $lang, $module_root_path, $phpbb_root_path, $mx_root_path, $phpEx, $userdata, $pafiledb; --- 1233,1237 ---- * @param unknown_type $item_id */ ! function init($item_id = 0, $allow_comment_wysiwyg = 0) { global $db, $lang, $module_root_path, $phpbb_root_path, $mx_root_path, $phpEx, $userdata, $pafiledb; Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions_comment.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** functions_comment.php 10 Jul 2008 22:54:46 -0000 1.30 --- functions_comment.php 29 Jul 2009 05:08:13 -0000 1.31 *************** *** 26,34 **** * @param unknown_type $comments_type */ ! function init( $item_data, $comments_type = 'internal' ) { global $pafiledb, $pafiledb_config, $db, $images; ! if ( !is_object($pafiledb) || empty($pafiledb_config) ) { mx_message_die(GENERAL_ERROR, 'Bad global arguments'); --- 26,34 ---- * @param unknown_type $comments_type */ ! function init($item_data, $comments_type = 'internal') { global $pafiledb, $pafiledb_config, $db, $images; ! if (!is_object($pafiledb) || empty($pafiledb_config)) { mx_message_die(GENERAL_ERROR, 'Bad global arguments'); *************** *** 41,45 **** WHERE file_id = $item_data"; ! if ( !( $result = $db->sql_query( $sql ) ) ) { mx_message_die( GENERAL_ERROR, 'Couldn\'t get file info', '', __LINE__, __FILE__, $sql ); --- 41,45 ---- WHERE file_id = $item_data"; ! if (!($result = $db->sql_query($sql))) { mx_message_die( GENERAL_ERROR, 'Couldn\'t get file info', '', __LINE__, __FILE__, $sql ); *************** *** 83,87 **** // $this->allow_wysiwyg = $pafiledb_config['allow_wysiwyg']; ! $this->allow_comment_wysiwyg = $pafiledb_config['allow_comment_wysiwyg']; $this->allow_comment_bbcode = $pafiledb_config['allow_comment_bbcode']; --- 83,87 ---- // $this->allow_wysiwyg = $pafiledb_config['allow_wysiwyg']; ! $this->allow_comment_wysiwyg = $pafiledb_config['allow_comment_wysiwyg']; $this->allow_comment_bbcode = $pafiledb_config['allow_comment_bbcode']; Index: functions_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions_pafiledb.php,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** functions_pafiledb.php 3 Feb 2009 22:31:14 -0000 1.61 --- functions_pafiledb.php 29 Jul 2009 05:08:13 -0000 1.62 *************** *** 1678,1682 **** AND file_id = ". $item_id; ! if ( !( $db->sql_query( $sql ) ) ) { mx_message_die( GENERAL_ERROR, 'Couldnt update comments', '', __LINE__, __FILE__, $sql ); --- 1678,1682 ---- AND file_id = ". $item_id; ! if (!($db->sql_query($sql))) { mx_message_die( GENERAL_ERROR, 'Couldnt update comments', '', __LINE__, __FILE__, $sql ); *************** *** 2027,2031 **** * @param unknown_type $mode_notification */ ! function update_add_item_notify( $file_id = false, $mode_notification = 'edit' ) { global $db; --- 2027,2031 ---- * @param unknown_type $mode_notification */ ! function update_add_item_notify($file_id = false, $mode_notification = 'edit') { global $db; *************** *** 2099,2103 **** $html_entities_replace = array('&', '<', '>', '"'); ! $mx_pa_notification->notify( $mx_notification_mode, $mx_notification_action ); if ( $this->notification[$catId]['notify_group'] > 0 ) --- 2099,2103 ---- $html_entities_replace = array('&', '<', '>', '"'); ! $mx_pa_notification->notify($mx_notification_mode, $mx_notification_action); if ( $this->notification[$catId]['notify_group'] > 0 ) |
|
From: FlorinCB <ory...@us...> - 2009-07-28 20:28:10
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb3/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15499 Modified Files: functions_posting.php Log Message: downgrd Index: functions_posting.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/shared/phpbb3/includes/functions_posting.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** functions_posting.php 28 Jul 2009 18:42:25 -0000 1.10 --- functions_posting.php 28 Jul 2009 20:27:57 -0000 1.11 *************** *** 17,20 **** --- 17,21 ---- } + /** * Fill smiley templates (or just the variables) with smilies, either in a window or inline *************** *** 22,26 **** function generate_smilies($mode, $forum_id) { [...1663 lines suppressed...] $params .= '&t=' . $data['topic_id']; --- 2410,2414 ---- $params = $add_anchor = ''; ! if ($phpbb_auth->acl_get('f_noapprove', $data['forum_id']) || $phpbb_auth->acl_get('m_approve', $data['forum_id'])) { $params .= '&t=' . $data['topic_id']; *************** *** 2531,2535 **** $url = (!$params) ? "{$phpbb_root_path}viewforum.$phpEx" : "{$phpbb_root_path}viewtopic.$phpEx"; ! $url = append_sid($url, 'f=' . $data['forum_id'] . $params) . $add_anchor; return $url; --- 2426,2430 ---- $url = (!$params) ? "{$phpbb_root_path}viewforum.$phpEx" : "{$phpbb_root_path}viewtopic.$phpEx"; ! $url = mx3_append_sid($url, 'f=' . $data['forum_id'] . $params) . $add_anchor; return $url; |
|
From: FlorinCB <ory...@us...> - 2009-07-28 18:43:04
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1162 Modified Files: mx_functions_tools.php Log Message: update Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** mx_functions_tools.php 12 Jul 2009 05:13:00 -0000 1.54 --- mx_functions_tools.php 28 Jul 2009 18:42:16 -0000 1.55 *************** *** 3181,3185 **** $poll_length = ''; ! $error_die_function = ($error_die_function == '') ? "//mx_message_die" : $error_die_function; $current_time = ($current_time == 0) ? time() : $current_time; --- 3181,3185 ---- $poll_length = ''; ! $error_die_function = ($error_die_function == '') ? "mx_message_die" : $error_die_function; $current_time = ($current_time == 0) ? time() : $current_time; *************** *** 3254,3264 **** { //$mode = 'newtopic'; ! if ( $mode == 'newtopic' ) ! { ! // ! // Inserting new topic ! // ! $sql = "INSERT INTO " . TOPICS_TABLE . " (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('$subject', " . $user_id . ", $current_time, $forum_id, " . TOPIC_UNLOCKED . ", $topic_type, $topic_vote)"; } else --- 3254,3343 ---- { //$mode = 'newtopic'; + if ($mode == 'newtopic') + { + switch (PORTAL_BACKEND) + { + case 'internal': + break; ! case 'phpbb2': ! // ! // Inserting new topic ! // ! $sql = "INSERT INTO " . TOPICS_TABLE . " (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('$subject', " . $user_id . ", $current_time, $forum_id, " . TOPIC_UNLOCKED . ", $topic_type, $topic_vote)"; ! break; ! ! case 'phpbb3': ! ! if (!function_exists('submit_post')) ! { ! include_once($mx_root_path . 'includes/shared/phpbb3/includes/functions_posting.' . $phpEx); ! } ! ! $post_data = array(); ! ! // Determine some vars ! if (isset($user_id) && $user_id == ANONYMOUS) ! { ! $post_data['username'] = isset($username) ? $username : ''; ! } ! ! $post_data['post_edit_locked'] = (isset($post_data['post_edit_locked'])) ? (int) $post_data['post_edit_locked'] : 0; ! $post_data['post_subject'] = (in_array($mode, array('quote', 'edit'))) ? $post_data['post_subject'] : ((isset($post_data['topic_title'])) ? $post_data['topic_title'] : ''); ! $post_data['topic_time_limit'] = (isset($post_data['topic_time_limit'])) ? (($post_data['topic_time_limit']) ? (int) $post_data['topic_time_limit'] / 86400 : (int) $post_data['topic_time_limit']) : 0; ! $post_data['poll_length'] = (!empty($post_data['poll_length'])) ? (int) $post_data['poll_length'] / 86400 : 0; ! $post_data['poll_start'] = (!empty($post_data['poll_start'])) ? (int) $post_data['poll_start'] : 0; ! $post_data['icon_id'] = (!isset($post_data['icon_id']) || in_array($mode, array('quote', 'reply'))) ? 0 : (int) $post_data['icon_id']; ! $post_data['poll_options'] = array(); ! ! $post_data['post_subject'] = $subject; ! $post_data['topic_type'] = $topic_type; ! $poll = array(); ! ! $data = array( ! 'topic_title' => (empty($post_data['topic_title'])) ? $post_data['post_subject'] : $post_data['topic_title'], ! 'topic_first_post_id' => (isset($post_data['topic_first_post_id'])) ? (int) $post_data['topic_first_post_id'] : 0, ! 'topic_last_post_id' => (isset($post_data['topic_last_post_id'])) ? (int) $post_data['topic_last_post_id'] : 0, ! 'topic_time_limit' => (int) $post_data['topic_time_limit'], ! 'topic_attachment' => (isset($post_data['topic_attachment'])) ? (int) $post_data['topic_attachment'] : 0, ! 'post_id' => (int) $post_id, ! 'topic_id' => (int) $topic_id, ! 'forum_id' => (int) $forum_id, ! 'icon_id' => (int) $post_data['icon_id'], ! 'poster_id' => (int) $post_data['poster_id'], ! 'enable_sig' => (bool) $post_data['enable_sig'], ! 'enable_bbcode' => (bool) $post_data['enable_bbcode'], ! 'enable_smilies' => (bool) $post_data['enable_smilies'], ! 'enable_urls' => (bool) $post_data['enable_urls'], ! 'enable_indexing' => (bool) $post_data['enable_indexing'], ! 'message_md5' => (string) $message_md5, ! 'post_time' => (isset($post_data['post_time'])) ? (int) $post_data['post_time'] : $current_time, ! 'post_checksum' => (isset($post_data['post_checksum'])) ? (string) $post_data['post_checksum'] : '', ! 'post_edit_reason' => $post_data['post_edit_reason'], ! 'post_edit_user' => ($mode == 'edit') ? $user->data['user_id'] : ((isset($post_data['post_edit_user'])) ? (int) $post_data['post_edit_user'] : 0), ! 'forum_parents' => $post_data['forum_parents'], ! 'forum_name' => $post_data['forum_name'], ! 'notify' => $notify, ! 'notify_set' => $post_data['notify_set'], ! 'poster_ip' => (isset($post_data['poster_ip'])) ? $post_data['poster_ip'] : $user->ip, ! 'post_edit_locked' => (int) $post_data['post_edit_locked'], ! 'bbcode_bitfield' => $message_parser->bbcode_bitfield, ! 'bbcode_uid' => $message_parser->bbcode_uid, ! 'message' => $message_parser->message, ! 'attachment_data' => $message_parser->attachment_data, ! 'filename_data' => $message_parser->filename_data, ! ! 'topic_approved' => (isset($post_data['topic_approved'])) ? $post_data['topic_approved'] : false, ! 'post_approved' => (isset($post_data['post_approved'])) ? $post_data['post_approved'] : false, ! ); ! ! $update_message = ($mode == 'editpost') ? true : false; ! ! //$sql = "INSERT INTO " . TOPICS_TABLE . $db->sql_build_array('INSERT', $sql_data); ! ! //submit_post($mode, $post_data['post_subject'], $post_data['username'], $post_data['topic_type'], $poll, $data, $update_message); ! ! break; ! } } else *************** *** 3268,3276 **** // $sql = "UPDATE " . TOPICS_TABLE . " SET topic_title = '$subject', topic_type = $topic_type WHERE topic_id = $topic_id"; ! } ! if ( !$db->sql_query( $sql ) ) { ! $error_die_function( GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql ); } --- 3347,3356 ---- // $sql = "UPDATE " . TOPICS_TABLE . " SET topic_title = '$subject', topic_type = $topic_type WHERE topic_id = $topic_id"; ! } ! ! if (!$db->sql_query($sql)) { ! $error_die_function(GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql); } *************** *** 3298,3301 **** --- 3378,3382 ---- case 'phpbb2': $sql = "INSERT INTO " . POSTS_TABLE . " (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig) VALUES ($topic_id, $forum_id, " . $user_id . ", '$username', $current_time, '$user_ip', $bbcode_on, $html_on, $smilies_on, $user_attach_sig)"; + break; *************** *** 3337,3346 **** SET post_username = '$username', enable_bbcode = $bbcode_on, enable_smilies = $smilies_on, enable_sig = $user_attach_sig" . $edited_sql . " WHERE post_id = $post_id"; //Temp fix - removed html_on } ! ! if ( !$db->sql_query($sql) ) { ! $error_die_function( GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql ); ! } $post_id = $mode == 'newtopic' || $mode == 'reply' ? $db->sql_nextid() : $post_id; --- 3418,3428 ---- SET post_username = '$username', enable_bbcode = $bbcode_on, enable_smilies = $smilies_on, enable_sig = $user_attach_sig" . $edited_sql . " WHERE post_id = $post_id"; //Temp fix - removed html_on + } ! ! if (!$db->sql_query($sql)) { ! $error_die_function(GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql); ! } $post_id = $mode == 'newtopic' || $mode == 'reply' ? $db->sql_nextid() : $post_id; *************** *** 3512,3516 **** return array( 'post_id' => $post_id, 'topic_id' => $topic_id, 'notify' => $message_tmp ); } ! /** * Delete a post/poll. --- 3594,3598 ---- return array( 'post_id' => $post_id, 'topic_id' => $topic_id, 'notify' => $message_tmp ); } ! /** * Delete a post/poll. |
|
From: FlorinCB <ory...@us...> - 2009-07-28 18:42:45
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb3/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1162/shared/phpbb3/includes Modified Files: functions_posting.php Log Message: update Index: functions_posting.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/shared/phpbb3/includes/functions_posting.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** functions_posting.php 31 Oct 2008 18:55:14 -0000 1.9 --- functions_posting.php 28 Jul 2009 18:42:25 -0000 1.10 *************** *** 17,21 **** } - /** * Fill smiley templates (or just the variables) with smilies, either in a window or inline --- 17,20 ---- *************** *** 23,27 **** function generate_smilies($mode, $forum_id) { [...1663 lines suppressed...] $params .= '&t=' . $data['topic_id']; --- 2515,2519 ---- $params = $add_anchor = ''; ! if ($post_approval) { $params .= '&t=' . $data['topic_id']; *************** *** 2426,2430 **** $url = (!$params) ? "{$phpbb_root_path}viewforum.$phpEx" : "{$phpbb_root_path}viewtopic.$phpEx"; ! $url = mx3_append_sid($url, 'f=' . $data['forum_id'] . $params) . $add_anchor; return $url; --- 2531,2535 ---- $url = (!$params) ? "{$phpbb_root_path}viewforum.$phpEx" : "{$phpbb_root_path}viewtopic.$phpEx"; ! $url = append_sid($url, 'f=' . $data['forum_id'] . $params) . $add_anchor; return $url; |