You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
|
From: Florin C B. <ory...@us...> - 2013-04-18 00:43:16
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25996/templates/prosilver Modified Files: prosilver.cfg Log Message: updating phpBB3 announce Index: prosilver.cfg =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/templates/prosilver/prosilver.cfg,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** prosilver.cfg 17 Apr 2013 03:10:11 -0000 1.6 --- prosilver.cfg 18 Apr 2013 00:43:13 -0000 1.7 *************** *** 37,41 **** // Do some checks // ------------------------------------------------------------------------- ! $current_template_path = file_exists($mx_root_path . $current_template_path . "/images" ) ? $current_template_path : ( file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path : $default_template_path); $current_template_root_path = str_replace($module_root_path, "", $current_template_path); --- 37,41 ---- // Do some checks // ------------------------------------------------------------------------- ! $current_template_path = @file_exists($mx_root_path . $current_template_path . "/images" ) ? $current_template_path : ( file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path : $default_template_path); $current_template_root_path = str_replace($module_root_path, "", $current_template_path); *************** *** 44,49 **** // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; ! $current_template_theme_images = !empty($current_template_root_path) && file_exists($mx_root_path . $current_template_root_path . "/images") ? PORTAL_URL . $current_template_root_path . "/images" : ( !empty($cloned_template_path) && file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? PORTAL_URL . cloned_template_path . "/images" : PORTAL_URL . "templates/_core/images"); ! $current_module_images = !empty($current_template_root_path) && file_exists($module_root_path . $current_template_root_path ."/images") ? PORTAL_URL . $module_root_path . $current_template_root_path ."/images" : $current_template_theme_images . "/phpbb2"; // ------------------------------------------------------------------------- --- 44,56 ---- // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; ! $current_template_theme_images = !empty($current_template_root_path) && @file_exists($mx_root_path . $current_template_root_path . "/images") ? PORTAL_URL . $current_template_root_path . "/images" : ( !empty($cloned_template_path) && @file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? PORTAL_URL . cloned_template_path . "/images" : PORTAL_URL . "templates/_core/images"); ! $current_module_images = !empty($current_template_root_path) && @file_exists($module_root_path . $current_template_root_path ."/images") ? PORTAL_URL . $module_root_path . $current_template_root_path ."/images" : $current_template_theme_images . "/phpbb2"; ! $current_template_addon_images = @file_exists($mx_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images/addon_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $mx_root_path . $cloned_template_path . "/images/addon_icons" : $default_template_path . "/images/addon_icons"); ! // ------------------------------------------------------------------------- ! // (Re)Define images ! //------------------------------------------------------------------------- ! ! // Rss Feed Site Images - BEGIN ! $mx_images['logo_url'] = $mx_root_path . $current_template_root_path . "/images/logo.gif"; // ------------------------------------------------------------------------- *************** *** 68,71 **** --- 75,106 ---- // + // Last Message and Anouncement block compatibility + // + $mx_images['icon_latest_reply'] = "$current_module_images/icon_topic_latest.gif"; + $mx_images['icon_newest_reply'] = "$current_module_images/icon_topic_newest.gif"; + + $mx_images['forum'] = "$current_module_images/forum_read.gif"; + $mx_images['forum_new'] = "$current_module_images/forum_unread.gif"; + $mx_images['forum_locked'] = "$current_module_images/forum_read_locked.gif"; + + $mx_images['folder'] = "$current_module_images/topic_read.gif"; + $mx_images['folder_new'] = "$current_module_images/topic_unread.gif"; + $mx_images['folder_hot'] = "$current_module_images/topic_read_hot.gif"; + $mx_images['folder_hot_new'] = "$current_module_images/topic_unread_hot.gif"; + $mx_images['folder_locked'] = "$current_module_images/topic_read_locked.gif"; + $mx_images['folder_locked_new'] = "$current_module_images/topic_unread_locked.gif"; + $mx_images['folder_sticky'] = "$current_module_images/sticky_read.gif"; + $mx_images['folder_sticky_new'] = "$current_module_images/sticky_unread.gif"; + $mx_images['folder_announce'] = "$current_module_images/announce_read.gif"; + $mx_images['folder_announce_new'] = "$current_module_images/announce_unread.gif"; + + // + // Forum Block + // + $mx_images['mx_forum'] = $images['forum']; + $mx_images['mx_forum_new'] = $images['forum_new']; + $mx_images['mx_forum_locked'] = $images['forum_locked']; + + // // Announcement Block // *************** *** 83,101 **** $mx_images['mx_icon_latest_reply'] = $images['icon_latest_reply']; // ! // Forum Block // ! $mx_images['mx_forum'] = $images['forum']; ! $mx_images['mx_forum_new'] = $images['forum_new']; ! $mx_images['mx_forum_locked'] = $images['forum_locked']; ! ! // Announce Pics ! $mx_images['mx_reply'] = "$current_module_images/post_comment.gif"; ! $mx_images['mx_post_print'] = "$current_module_images/post_print.gif"; ! $mx_images['mx_post_view'] = "$current_module_images/post_view.gif"; // // Poll/Statistics Block // $mx_images['voting_graphic'][0] = "$current_template_theme_images/phpbb2/voting_bar.gif"; $mx_images['voting_graphic'][1] = "$current_template_theme_images/phpbb2/voting_bar.gif"; --- 118,169 ---- $mx_images['mx_icon_latest_reply'] = $images['icon_latest_reply']; + + // Use standard phpBB graphics + $mx_images['icon_quote'] = "$current_module_images/{LANG}/icon_post_quote.gif"; + $mx_images['icon_edit'] = "$current_module_images/{LANG}/icon_post_edit.gif"; + $mx_images['icon_search'] = "$current_module_images/{LANG}/icon_user_search.gif"; + $mx_images['icon_profile'] = "$current_module_images/{LANG}/icon_user_profile.gif"; + $mx_images['icon_pm'] = "$current_module_images/{LANG}/icon_contact_pm.gif"; + $mx_images['icon_email'] = "$current_module_images/{LANG}/icon_contact_email.gif"; + $mx_images['icon_delpost'] = "$current_module_images/{LANG}/icon_post_delete.gif"; + $mx_images['icon_ip'] = "$current_module_images/{LANG}/icon_ip.gif"; + $mx_images['icon_www'] = "$current_module_images/{LANG}/icon_contact_www.gif"; + $mx_images['icon_icq'] = "$current_module_images/{LANG}/icon_contact_icq.gif"; + $mx_images['icon_aim'] = "$current_module_images/{LANG}/icon_contact_aim.gif"; + $mx_images['icon_yim'] = "$current_module_images/{LANG}/icon_contact_yahoo.gif"; + $mx_images['icon_msnm'] = "$current_module_images/{LANG}/icon_contact_msnm.gif"; + + $mx_images['icon_minipost'] = "$current_module_images/icon_minipost.gif"; + $mx_images['icon_gotopost'] = "$current_module_images/icon_minipost.gif"; + $mx_images['icon_minipost_new'] = "$current_module_images/icon_minipost_new.gif"; + + // ! // Define common theme colors (if not present in db) // ! $theme['body_bgcolor'] = ( ($theme['body_bgcolor']) ? $theme['body_bgcolor'] : 'FFFFFF' ); ! $theme['body_text'] = ( ($theme['body_text']) ? $theme['body_text'] : '383B3F' ); ! $theme['body_link'] = ( ($theme['body_link']) ? $theme['body_link'] : '006699' ); ! $theme['body_vlink'] = ( ($theme['body_vlink']) ? $theme['body_vlink'] : '006699' ); ! $theme['body_alink'] = ( ($theme['body_alink']) ? $theme['body_alink'] : '006699' ); ! $theme['body_hlink'] = ( ($theme['body_hlink']) ? $theme['body_hlink'] : 'f3a625' ); ! $theme['tr_color1'] = ( ($theme['tr_color1']) ? $theme['tr_color1'] : 'F7EEEE' ); // row1 ! $theme['tr_color2'] = ( ($theme['tr_color2']) ? $theme['tr_color2'] : 'FBF4F4' ); // row2 ! $theme['tr_color3'] = ( ($theme['tr_color3']) ? $theme['tr_color3'] : 'f1f1f1' ); // row3 ! $theme['th_color1'] = ( ($theme['th_color1']) ? $theme['th_color1'] : 'FFA34F' ); // bodyline border color ! $theme['th_color2'] = ( ($theme['th_color2']) ? $theme['th_color2'] : '333333' ); // forumline border color ! $theme['th_color3'] = ( ($theme['th_color3']) ? $theme['th_color3'] : 'd1d7dc' ); // boxes border color ! $theme['td_color1'] = ( ($theme['td_color1']) ? $theme['td_color1'] : 'F7EEEE' ); // code/quote boxes background ! $theme['td_color2'] = ( ($theme['td_color2']) ? $theme['td_color2'] : 'FBF4F4' ); // post box background ! $theme['fontface1'] = ( ($theme['fontface1']) ? $theme['fontface1'] : 'Verdana,Arial,Helvetica,sans-serif'); ! $theme['fontcolor1'] = ( ($theme['fontcolor1']) ? $theme['fontcolor1'] : '383B3F' ); // Main font color ! $theme['fontcolor2'] = ( ($theme['fontcolor2']) ? $theme['fontcolor2'] : '726363' ); // // Poll/Statistics Block // + //for pafileDB and other modules ported from vesion 2 + $mx_images['mx_voting_graphic'] = "$current_template_addon_images/voting_bar.gif"; + $mx_images['voting_graphic'][0] = "$current_template_theme_images/phpbb2/voting_bar.gif"; $mx_images['voting_graphic'][1] = "$current_template_theme_images/phpbb2/voting_bar.gif"; *************** *** 105,110 **** --- 173,183 ---- $mx_images['mx_voting_graphic'] = $mx_images['voting_graphic']; // Array() + $mx_images['mx_vote_bar'] = ($current_module_images) ? "$current_module_images/voting_bar.gif" : "$current_template_theme_images/phpbb2/voting_bar.gif"; $mx_images['mx_vote_lcap'] = ($current_module_images) ? "$current_module_images/vote_lcap.gif" : "$current_template_theme_images/phpbb2/vote_lcap.gif"; $mx_images['mx_vote_rcap'] = ($current_module_images) ? "$current_module_images/vote_rcap.gif" : "$current_template_theme_images/phpbb2/vote_rcap.gif"; + + $mx_images['mx_vote_bar'] = "$current_template_addon_images/voting_bar.gif"; + $mx_images['mx_vote_lcap'] = "$current_template_addon_images/vote_lcap.gif"; + $mx_images['mx_vote_rcap'] = "$current_template_addon_images/vote_rcap.gif"; ?> \ No newline at end of file |
|
From: Florin C B. <ory...@us...> - 2013-04-18 00:43:04
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25970 Modified Files: core.php Log Message: updating phpBB3 announce Index: core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/core.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** core.php 23 Apr 2010 19:39:53 -0000 1.21 --- core.php 18 Apr 2013 00:43:02 -0000 1.22 *************** *** 55,59 **** { global $userdata, $mx_root_path, $phpEx; ! // // Try to reuse auth_view query result. --- 55,59 ---- { global $userdata, $mx_root_path, $phpEx; ! static $auth_data_sql; // // Try to reuse auth_view query result. *************** *** 65,80 **** return $auth_data_sql; } - // // Now, this tries to optimize DB access involved in auth(), // passing AUTH_LIST_ALL will load info for all forums at once. ! // ! $is_auth_ary = $this->acl_getf('f_read', false); ! // // Loop through the list of forums to retrieve the ids for // those with AUTH_VIEW allowed. // - $auth_data_sql = ''; foreach( $is_auth_ary as $fid => $is_auth_row ) { --- 65,86 ---- return $auth_data_sql; } // // Now, this tries to optimize DB access involved in auth(), // passing AUTH_LIST_ALL will load info for all forums at once. ! // Start auth check ! if (!$is_auth_ary = $this->acl_getf('f_read', false)) ! { ! if ($user->data['user_id'] != ANONYMOUS) ! { ! //trigger_error('SORRY_AUTH_READ'); ! $auth_data_sql = false; ! } ! //login_box('', $user->lang['LOGIN_VIEWFORUM']); ! $auth_data_sql = $this->acl_getf_global('m_'); ! } // // Loop through the list of forums to retrieve the ids for // those with AUTH_VIEW allowed. // foreach( $is_auth_ary as $fid => $is_auth_row ) { *************** *** 84,93 **** } } - if( empty($auth_data_sql) ) { ! $auth_data_sql = -1; } - $userdata[$userdata_key] = $auth_data_sql; return $auth_data_sql; --- 90,97 ---- } } if( empty($auth_data_sql) ) { ! $auth_data_sql = 0; } $userdata[$userdata_key] = $auth_data_sql; return $auth_data_sql; |
|
From: Florin C B. <ory...@us...> - 2013-04-17 04:38:41
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16740 Modified Files: phpbb3blocks.pak Log Message: Index: phpbb3blocks.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/phpbb3blocks.pak,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** phpbb3blocks.pak 17 Apr 2013 03:09:53 -0000 1.9 --- phpbb3blocks.pak 17 Apr 2013 04:38:38 -0000 1.10 *************** *** 1,46 **** ! module=+:131=+:phpBB3_Blocks=+:modules/mx_phpbb3blocks/=+:MXP phpBB3 blocks=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:131=+:132=+:Last_Posts=+:phpBB Last Posts Function=+:mx_last_msg.php=+:1 ! parameter=+:132=+:306=+:msg_filter_date=+:Function=+:5=+:get_list_static("{parameter_id}[]",array("no limit", "1 day", "2 days", "3 days", "1 week", "2 weeks", "3 weeks", "1 month", "2 months", "3 months", "6 months", "1 year"),"{parameter_value}")=+:0=+:0 ! parameter=+:132=+:305=+:Last_Msg_Auth_Read=+:Boolean=+:FALSE=+:=+:0=+:0 ! parameter=+:132=+:304=+:Last_Msg_Display_Date=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:132=+:301=+:Last_Msg_Align=+:Values=+:left=+:=+:0=+:0 ! parameter=+:132=+:302=+:Last_Msg_Target=+:Values=+:_blank=+:=+:0=+:0 ! parameter=+:132=+:303=+:Last_Msg_Title_Length=+:Number=+:26=+:=+:0=+:0 ! parameter=+:132=+:300=+:Last_Msg_Display_Forum=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:132=+:299=+:Last_Msg_forum=+:Function=+:1=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0=+:0 ! parameter=+:132=+:295=+:Last_Msg_Number_Title=+:Number=+:15=+:=+:0=+:0 ! parameter=+:132=+:296=+:Last_Msg_Display_Icon_View=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:132=+:297=+:Last_Msg_Display_Author=+:Boolean=+:FALSE=+:=+:0=+:0 ! parameter=+:132=+:298=+:Last_Msg_Display_Last_Author=+:Boolean=+:TRUE=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Last Posts=+:Demo block=+:132=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:131=+:133=+:phpBB3_Announcements=+:phpBB3 Announcements=+:mx_announce.php=+:1 ! parameter=+:133=+:307=+:announce_nbr_display=+:Number=+:1=+:=+:0=+:0 ! parameter=+:133=+:308=+:announce_nbr_days=+:Number=+:31=+:=+:0=+:0 ! parameter=+:133=+:309=+:announce_display=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:133=+:310=+:announce_display_sticky=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:133=+:311=+:announce_display_normal=+:Boolean=+:FALSE=+:=+:0=+:0 ! parameter=+:133=+:312=+:announce_display_global=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:133=+:313=+:announce_img=+:Text=+:thumb_globe.gif=+:=+:0=+:0 ! parameter=+:133=+:314=+:announce_img_sticky=+:Text=+:thumb_globe.gif=+:=+:0=+:0 ! parameter=+:133=+:315=+:announce_img_normal=+:Text=+:thumb_globe.gif=+:=+:0=+:0 ! parameter=+:133=+:316=+:announce_img_global=+:Text=+:thumb_globe.gif=+:=+:0=+:0 ! parameter=+:133=+:317=+:announce_img_news=+:Text=+:thumb_news.gif=+:=+:0=+:0 ! parameter=+:133=+:318=+:announce_forum=+:Function=+:1=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:phpBB3 Announcements=+:Demo block=+:133=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:131=+:134=+:phpBB3_Index=+:phpBB Index Block=+:mx_forum.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:phpBB3 Index=+:Demo block=+:134=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:131=+:135=+:Statistics=+:Website Statistics Function=+:mx_statistics.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Statistics=+:Demo block=+:135=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:131=+:136=+:Website_Activity=+:Activity Stats Block=+:mx_activity_stats.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Website_Activity=+:Demo block=+:136=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 ! function=+:0=+:0=+:0=+:endoflist=+:0=+:0 \ No newline at end of file --- 1,46 ---- ! module=+:106=+:phpBB3_Blocks=+:modules/mx_phpbb3blocks/=+:MXP phpBB3 Blocks=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:106=+:132=+:Last_Posts=+:phpBB Last Posts Function=+:mx_last_msg.php=+: ! parameter=+:132=+:18=+:msg_filter_date=+:Function=+:5=+:get_list_static("{parameter_id}[]",array("no limit", "1 day", "2 days", "3 days", "1 week", "2 weeks", "3 weeks", "1 month", "2 months", "3 months", "6 months", "1 year"),"{parameter_value}")=+:0=+:0 ! parameter=+:132=+:19=+:Last_Msg_Auth_Read=+:Boolean=+:FALSE=+:=+:0=+:0 ! parameter=+:132=+:20=+:Last_Msg_Display_Date=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:132=+:21=+:Last_Msg_Align=+:Values=+:left=+:=+:0=+:0 ! parameter=+:132=+:22=+:Last_Msg_Target=+:Values=+:_blank=+:=+:0=+:0 ! parameter=+:132=+:23=+:Last_Msg_Title_Length=+:Number=+:26=+:=+:0=+:0 ! parameter=+:132=+:24=+:Last_Msg_Display_Forum=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:132=+:25=+:Last_Msg_forum=+:Function=+:1=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0=+:0 ! parameter=+:132=+:26=+:Last_Msg_Number_Title=+:Number=+:15=+:=+:0=+:0 ! parameter=+:132=+:27=+:Last_Msg_Display_Icon_View=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:132=+:28=+:Last_Msg_Display_Author=+:Boolean=+:FALSE=+:=+:0=+:0 ! parameter=+:132=+:29=+:Last_Msg_Display_Last_Author=+:Boolean=+:TRUE=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Last_Posts=+:Demo block=+:132=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:106=+:133=+:phpBB3_Announcements=+:phpBB3 Announcements=+:mx_announce.php=+: ! parameter=+:133=+:340=+:announce_nbr_display=+:Number=+:1=+:=+:0=+:0 ! parameter=+:133=+:341=+:announce_nbr_days=+:Number=+:31=+:=+:0=+:0 ! parameter=+:133=+:342=+:announce_display=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:133=+:343=+:announce_display_sticky=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:133=+:344=+:announce_display_normal=+:Boolean=+:FALSE=+:=+:0=+:0 ! parameter=+:133=+:345=+:announce_display_global=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:133=+:346=+:announce_img=+:Text=+:thumb_globe.gif=+:=+:0=+:0 ! parameter=+:133=+:347=+:announce_img_sticky=+:Text=+:thumb_globe.gif=+:=+:0=+:0 ! parameter=+:133=+:348=+:announce_img_normal=+:Text=+:thumb_globe.gif=+:=+:0=+:0 ! parameter=+:133=+:349=+:announce_img_global=+:Text=+:thumb_globe.gif=+:=+:0=+:0 ! parameter=+:133=+:400=+:announce_img_news=+:Text=+:thumb_news.gif=+:=+:0=+:0 ! parameter=+:133=+:401=+:announce_forum=+:Function=+:1=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:phpBB3_Announcements=+:Demo block=+:133=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:106=+:134=+:phpBB3_Index=+:phpBB Index Block=+:mx_forum.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:phpBB3_Index=+:Demo block=+:134=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:106=+:135=+:Statistics=+:Website Statistics Function=+:mx_statistics.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Statistics=+:Demo block=+:135=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:106=+:136=+:Website_Activity=+:Activity Stats Block=+:mx_activity_stats.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Website_Activity=+:Demo block=+:136=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 ! function=+:0=+:0=+:0=+:endoflist=+:0=+:0 |
|
From: Florin C B. <ory...@us...> - 2013-04-17 03:10:13
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks/templates/_core In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11292/_core Modified Files: _core.cfg mx_announce.html Log Message: updating phpBB3 announce Index: _core.cfg =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/templates/_core/_core.cfg,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** _core.cfg 27 Aug 2008 19:56:32 -0000 1.7 --- _core.cfg 17 Apr 2013 03:10:11 -0000 1.8 *************** *** 80,83 **** --- 80,88 ---- $mx_images['mx_forum_locked'] = $images['forum_locked']; + // Announce Pics + $mx_images['mx_reply'] = "$current_module_images/post_comment.gif"; + $mx_images['mx_post_print'] = "$current_module_images/post_print.gif"; + $mx_images['mx_post_view'] = "$current_module_images/post_view.gif"; + // // Poll/Statistics Block Index: mx_announce.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/templates/_core/mx_announce.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_announce.html 5 Jul 2008 22:38:24 -0000 1.1 --- mx_announce.html 17 Apr 2013 03:10:11 -0000 1.2 *************** *** 34,37 **** --- 34,45 ---- <td class="row2" align="center" valign="middle"><span class="postdetails">{postrow.L_LASTPOST}:<br />{postrow.LAST_POST_TIME} {postrow.LAST_POST_AUTHOR} {postrow.LAST_POST_IMG}</span></td> </tr> + <tr> + <td class="row2" align="center" valign="middle"><span class="postdetails"><a href="{postrow.U_VIEW}"> <img src="{postrow.VIEW_IMG}" alt="{L_VIEW_FULL_ARTICLE}" title="{L_VIEW_FULL_ARTICLE}" /></a></span></td> + <td class="row2" align="center" valign="middle"><span class="postdetails"><a href="{postrow.U_PRINT}"> <img src="{postrow.PRINT_IMG}" alt="{L_PRINT_IT}" title="{L_PRINT_IT}" /></a></span></td> + <!-- IF postrow.ALLOW_POST --> + <td class="row2" align="center" valign="middle"><span class="postdetails"><a href="{postrow.U_REPLY}"> <img src="{postrow.REPLY_IMG}" alt="{L_POST_COMMENTS}" title="{L_POST_COMMENTS}" /></a></span></td> + <!-- ENDIF --> + <td class="row2" align="center" valign="middle"><span class="gensmall"><a href="#top" onclick="window.scrollTo(0,0); return false">{L_BACK_TO_TOP}</a></span></td> + </tr> </table> </td> |
|
From: Florin C B. <ory...@us...> - 2013-04-17 03:10:04
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks/language/lang_greek In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11225/lang_greek Modified Files: lang_main.php Log Message: updating phpBB3 announce Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/language/lang_greek/lang_main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_main.php 23 Dec 2008 06:02:31 -0000 1.2 --- lang_main.php 17 Apr 2013 03:10:01 -0000 1.3 *************** *** 44,47 **** --- 44,63 ---- $lang['Top_Smilies'] = 'Êïñõöáßá ×ñçóéìïðïéïýìåíá Åéêïíßäéá'; + //Announce + $lang['POST_IMG'] = 'Post'; + $lang['POST_NEWS'] = 'News'; + $lang['POST_NEWS_GLOBAL'] = 'Global News'; + $lang['POST_NEW_IMG'] = 'Post New'; + $lang['POST_NEW_HOT_IMG'] = 'Post New Hot'; + $lang['POST_LOCKED_IMG'] = 'Post Locked'; + $lang['POST_REPLY'] = 'Post a reply'; + $lang['PRINT_IT'] = 'Print it'; + $lang['PROFILE_SMALL'] = 'UCP'; + $lang['POST_ANNOUNCEMENT_NEW'] = 'New Announcement'; + $lang['POST_ANNOUNCEMENT'] = 'Announcement'; + $lang['POSTED_BY'] = 'Posted by'; + $lang['PRINT_IT'] = 'Print it'; + $lang['VIEW_FULL_ARTICLE'] = 'Read full article'; + // // Polls |
|
From: Florin C B. <ory...@us...> - 2013-04-17 03:10:03
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11225/lang_english Modified Files: lang_main.php Log Message: updating phpBB3 announce Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/language/lang_english/lang_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_main.php 4 Oct 2008 07:04:38 -0000 1.3 --- lang_main.php 17 Apr 2013 03:10:01 -0000 1.4 *************** *** 43,47 **** $lang['Most_Viewed_Topics'] = 'Most Viewed Topics'; $lang['Top_Smilies'] = 'Top Used Smilies'; ! // // Polls --- 43,61 ---- $lang['Most_Viewed_Topics'] = 'Most Viewed Topics'; $lang['Top_Smilies'] = 'Top Used Smilies'; ! //Announce ! $lang['POST_IMG'] = 'Post'; ! $lang['POST_NEWS'] = 'News'; ! $lang['POST_NEWS_GLOBAL'] = 'Global News'; ! $lang['POST_NEW_IMG'] = 'Post New'; ! $lang['POST_NEW_HOT_IMG'] = 'Post New Hot'; ! $lang['POST_LOCKED_IMG'] = 'Post Locked'; ! $lang['POST_REPLY'] = 'Post a reply'; ! $lang['PRINT_IT'] = 'Print it'; ! $lang['PROFILE_SMALL'] = 'UCP'; ! $lang['POST_ANNOUNCEMENT_NEW'] = 'New Announcement'; ! $lang['POST_ANNOUNCEMENT'] = 'Announcement'; ! $lang['POSTED_BY'] = 'Posted by'; ! $lang['PRINT_IT'] = 'Print it'; ! $lang['VIEW_FULL_ARTICLE'] = 'Read full article'; // // Polls *************** *** 50,59 **** $lang['Already_voted'] = 'You have already voted'; $lang['Click_view_voted'] = 'Click %sHere%s to view the results'; - // // These Language Variables are only used if the Attachment Mod is installed // $lang['Disk_usage'] = 'Disk Usage'; - //Activity stats block $lang['USERS_24HOUR_TOTAL'] = '%d Users active over the last 24 hours'; --- 64,71 ---- *************** *** 62,66 **** $lang['24HOUR_USERS'] = 'New users <strong>%d</strong>'; $lang['24HOUR_STATS'] = 'Activity over the last 24 hours'; - // // That's all Folks! --- 74,77 ---- |
|
From: Florin C B. <ory...@us...> - 2013-04-17 03:09:55
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11198/includes Modified Files: phpbb3blocks_constants.php Log Message: updating phpBB3 announce Index: phpbb3blocks_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/includes/phpbb3blocks_constants.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** phpbb3blocks_constants.php 12 Feb 2008 11:01:41 -0000 1.3 --- phpbb3blocks_constants.php 17 Apr 2013 03:09:53 -0000 1.4 *************** *** 48,50 **** --- 48,52 ---- !defined('POST_ANNOUNCE') ? define('POST_ANNOUNCE', 2) : false; !defined('POST_GLOBAL') ? define('POST_GLOBAL', 3) : false; + !defined('POST_GLOBAL_ANNOUNCE') ? define('POST_GLOBAL_ANNOUNCE', 3) : false; + !defined('POST_NEWS') ? define('POST_NEWS', 4) : false; ?> \ No newline at end of file |
|
From: Florin C B. <ory...@us...> - 2013-04-16 21:04:15
|
Update of /cvsroot/mxbb/mx_music/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25509/lang_english Removed Files: index.htm lang_admin.php Log Message: --- lang_admin.php DELETED --- --- index.htm DELETED --- |
|
From: Florin C B. <ory...@us...> - 2013-04-16 21:04:12
|
Update of /cvsroot/mxbb/mx_music/language/lang_greek In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25509/lang_greek Removed Files: index.htm lang_admin.php Log Message: --- lang_admin.php DELETED --- --- index.htm DELETED --- |
|
From: Florin C B. <ory...@us...> - 2013-04-16 21:04:11
|
Update of /cvsroot/mxbb/mx_music/language In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25509 Removed Files: index.htm Log Message: --- index.htm DELETED --- |
|
From: Florin C B. <ory...@us...> - 2013-04-16 21:03:59
|
Update of /cvsroot/mxbb/mx_music/music_box/modules In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25461/modules Modified Files: music_rss.php Log Message: Index: music_rss.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_rss.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** music_rss.php 7 Sep 2008 18:06:50 -0000 1.5 --- music_rss.php 16 Apr 2013 21:03:56 -0000 1.6 *************** *** 15,56 **** } - // ------- - // Begin Page specific functions - // - function make_xml_compatible($text, $bbcode_uid = '', $use_bbcode = 0) - { - global $board_config, $base_url; - - if($use_bbcode) - { - if($bbcode_uid != '') - { - $text = ( $board_config['allow_bbcode'] ) ? bbencode_second_pass($text, $bbcode_uid) : preg_replace('/\:[0-9a-z\:]+\]/si', ']', $text); - } - else - { - $text = preg_replace('/\:[0-9a-z\:]+\]/si', ']', $text); - } - $text = make_clickable($text); - if($board_config['allow_smilies']) - { - $text = smilies_pass($text); - $text = str_replace("./".$board_config['smilies_path'], $base_url.$board_config['smilies_path'], $text); - } - } - $text = nl2br($text); - - $text = str_replace('£', '&#163;', $text); - $text = str_replace('©', '(c)', $text); - - $text = htmlspecialchars($text); - - return $text; - } - // - // End page specific functions - // ------ - - // XML and nocaching headers header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0'); --- 15,18 ---- *************** *** 109,113 **** // BEGIN Recent Photo // Start check permissions ! $sql_allowed_cat=""; $admin_mode = ($userdata['user_level'] <> ADMIN) ? false : true; --- 71,75 ---- // BEGIN Recent Photo // Start check permissions ! $sql_allowed_cat = ""; $admin_mode = ($userdata['user_level'] <> ADMIN) ? false : true; *************** *** 175,179 **** $NotErrorFlag = false; $sql_limit_time = ""; ! if (!$no_limit and isset($HTTP_SERVER_VARS['HTTP_IF_MODIFIED_SINCE'])) { $NotErrorFlag = true; $NotModifiedSince = strtotime($HTTP_SERVER_VARS['HTTP_IF_MODIFIED_SINCE']); --- 137,142 ---- $NotErrorFlag = false; $sql_limit_time = ""; ! if (!$no_limit and isset($HTTP_SERVER_VARS['HTTP_IF_MODIFIED_SINCE'])) ! { $NotErrorFlag = true; $NotModifiedSince = strtotime($HTTP_SERVER_VARS['HTTP_IF_MODIFIED_SINCE']); *************** *** 205,209 **** $LastPostTime = 0; ! if ( count($topics) == 0 ) { die("No songs found"); --- 168,172 ---- $LastPostTime = 0; ! if (count($topics) == 0) { die("No songs found"); |
|
From: Florin C B. <ory...@us...> - 2013-04-09 12:20:35
|
Update of /cvsroot/mxbb/mx_radiocast/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4465 Modified Files: radiocast_rate.php Log Message: Index: radiocast_rate.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/includes/radiocast_rate.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** radiocast_rate.php 11 Jun 2009 08:15:56 -0000 1.3 --- radiocast_rate.php 9 Apr 2013 12:20:33 -0000 1.4 *************** *** 287,293 **** } ! $rate_user_id = $userdata['user_id']; ! $rate_user_ip = $userdata['session_ip']; ! // -------------------------------- --- 287,303 ---- } ! switch (PORTAL_BACKEND) ! { ! default; ! case 'internal': ! case 'phpbb2': ! $rate_user_id = $userdata['user_id']; ! $rate_user_ip = $userdata['session_ip']; ! break; ! case 'phpbb3': ! $rate_user_id = $mx_user->data['user_id']; ! $rate_user_ip = music_encode_ip($mx_user->data['session_ip']); ! break; ! } // -------------------------------- |
|
From: Florin C B. <ory...@us...> - 2013-04-09 12:20:27
|
Update of /cvsroot/mxbb/mx_glance/language/lang_romanian In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4453/lang_romanian Modified Files: lang_admin.php lang_main.php Log Message: Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_glance/language/lang_romanian/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 6 Jun 2007 21:48:18 -0000 1.1 --- lang_main.php 9 Apr 2013 12:20:24 -0000 1.2 *************** *** 13,18 **** // Module ! $lang['glance_news_heading'] = "Ultimile Noutãþi"; ! $lang['glance_recent_heading'] = "Discuþii Recente"; $lang['comments'] = 'comentarii'; $lang['writen_by'] = 'scris de'; --- 13,18 ---- // Module ! $lang['glance_news_heading'] = "Ultimile NoutÄÅ£i"; ! $lang['glance_recent_heading'] = "DiscuÅ£ii Recente"; $lang['comments'] = 'comentarii'; $lang['writen_by'] = 'scris de'; Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_glance/language/lang_romanian/lang_admin.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_admin.php 24 Jan 2008 18:50:40 -0000 1.4 --- lang_admin.php 9 Apr 2013 12:20:24 -0000 1.5 *************** *** 11,24 **** // setlocale(LC_ALL, "en"); ! $lang['Glance_news_forum_id'] = "Forum Glance de Noutãþi"; ! $lang['Glance_num_news'] = "Numãrul noutãþilor de afiºat"; $lang['Glance_recent_ignore'] = "Forumuri ignorate"; ! $lang['Glance_num_recent'] = "Numãrul postãrilor curente"; ! $lang['Glance_table_width'] = "Mãrime implicitã block"; $lang['Glance_title_length'] = "Lunigime Titu Topic"; ! $lang['Glance_show_new_bullets'] = "Aratã bulleþi Nou"; $lang['Glance_track'] = "Track"; $lang['Glance_auth_read'] = "Auth read"; ! $lang['Glance_news_forum'] = "Forum Noutãþi"; $lang['Glance_use_large'] = "Style"; $lang['Glance_show_user_color'] = "Show user with color"; --- 11,24 ---- // setlocale(LC_ALL, "en"); ! $lang['Glance_news_forum_id'] = "Forum Glance de NoutÄÅ£i"; ! $lang['Glance_num_news'] = "NumÄrul noutÄÅ£ilor de afiÅat"; $lang['Glance_recent_ignore'] = "Forumuri ignorate"; ! $lang['Glance_num_recent'] = "NumÄrul postÄrilor curente"; ! $lang['Glance_table_width'] = "MÄrime implicitÄ block"; $lang['Glance_title_length'] = "Lunigime Titu Topic"; ! $lang['Glance_show_new_bullets'] = "AratÄ bulleÅ£i Nou"; $lang['Glance_track'] = "Track"; $lang['Glance_auth_read'] = "Auth read"; ! $lang['Glance_news_forum'] = "Forum NoutÄÅ£i"; $lang['Glance_use_large'] = "Style"; $lang['Glance_show_user_color'] = "Show user with color"; |
|
From: Florin C B. <ory...@us...> - 2013-04-09 12:15:24
|
Update of /cvsroot/mxbb/mx_music In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3888 Modified Files: db_install.php db_upgrade.php Log Message: fixed mp3 play in categories using jw flash player and media player in music page Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/db_install.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** db_install.php 8 Apr 2013 13:07:46 -0000 1.15 --- db_install.php 9 Apr 2013 12:15:22 -0000 1.16 *************** *** 33,37 **** } ! $mx_module_version = '2.9.4'; $mx_module_copy = 'Mx-Publisher <i> - Music Center</i> module based on © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> - <i>Music Online</i> & <a href="http://mxpcms.sourceforge.net/" target="_blank">OryNider</a>'; --- 33,37 ---- } ! $mx_module_version = '2.9.5'; $mx_module_copy = 'Mx-Publisher <i> - Music Center</i> module based on © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> - <i>Music Online</i> & <a href="http://mxpcms.sourceforge.net/" target="_blank">OryNider</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/db_upgrade.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** db_upgrade.php 18 Sep 2008 07:24:44 -0000 1.11 --- db_upgrade.php 9 Apr 2013 12:15:22 -0000 1.12 *************** *** 30,34 **** } ! $mx_module_version = '2.9.4'; $mx_module_copy = 'Mx-Publisher <i> - Music Center</i> module by Cf Manager & <a href="http://www.mx-publisher.com/" target="_blank">OryNider</a>'; $sql = array(); --- 30,34 ---- } ! $mx_module_version = '2.9.5'; $mx_module_copy = 'Mx-Publisher <i> - Music Center</i> module by Cf Manager & <a href="http://www.mx-publisher.com/" target="_blank">OryNider</a>'; $sql = array(); |
|
From: Florin C B. <ory...@us...> - 2013-04-09 12:12:55
|
Update of /cvsroot/mxbb/mx_music/templates/_core In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3616 Modified Files: music_cat_xs.tpl music_flv_body.tpl music_midi_body.tpl music_page_body.tpl music_rate_body.tpl Log Message: fixed mp3 play in categories using jw flash player and media player in music page Index: music_flv_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_flv_body.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** music_flv_body.tpl 11 Jul 2009 04:45:24 -0000 1.5 --- music_flv_body.tpl 9 Apr 2013 12:12:52 -0000 1.6 *************** *** 206,209 **** </div></div></div> <span class="corners-bottom"><span></span></span> ! </div></div> ! <br clear="all" /> \ No newline at end of file --- 206,210 ---- </div></div></div> <span class="corners-bottom"><span></span></span> ! </div> ! <br clear="all" /> ! {MUSIC_COPYRIGHT} \ No newline at end of file Index: music_rate_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_rate_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_rate_body.tpl 29 Jan 2008 07:51:30 -0000 1.1 --- music_rate_body.tpl 9 Apr 2013 12:12:52 -0000 1.2 *************** *** 1,3 **** - <center><b><span class="genmed"><h3>{SONG_TITLE} :: {SINGER}</h3></span></b></center> <script language="JavaScript" type="text/javascript"> <!-- --- 1,2 ---- *************** *** 15,18 **** --- 14,32 ---- </script> + <div class="forabg block"> + <div id="p1" class="post bg2 online"> + <div class="inner"><span class="corners-top"><span></span></span> + <div class="textbody"> + <center><b><span class="genmed"><h3>{SONG_TITLE} :: {SINGER}</h3></span></b></center> + </div></div></div> + <span class="corners-bottom"><span></span></span> + </div> + <br clear="all" /> + + <div class="forabg block"> + <div id="p1" class="post bg2 online"> + <div class="inner"><span class="corners-top"><span></span></span> + <div class="textbody"> + <form name="rateform" action="{S_MUSIC_ACTION}" method="post" onsubmit="return checkRateForm();"> <table width="100%" cellspacing="2" cellpadding="2" border="0"> *************** *** 56,60 **** </table> </form> ! <br clear="all" /> --- 70,76 ---- </table> </form> ! </div></div></div> ! <span class="corners-bottom"><span></span></span> ! </div> <br clear="all" /> Index: music_page_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_page_body.tpl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** music_page_body.tpl 17 Mar 2013 02:20:37 -0000 1.10 --- music_page_body.tpl 9 Apr 2013 12:12:52 -0000 1.11 *************** *** 7,11 **** </div></div></div> <span class="corners-bottom"><span></span></span> ! </div></div> <br clear="all" /> <!-- ENDIF --> --- 7,11 ---- </div></div></div> <span class="corners-bottom"><span></span></span> ! </div> <br clear="all" /> <!-- ENDIF --> *************** *** 196,211 **** <div id="flvplayer"> <object width="{WIDTH}" height="{HEIGHT}" id="flvplayer" align="center"> ! <param name="allowScriptAccess" value="always" /> ! <param name="type" value="application/x-shockwave-flash" /> ! <param name="movie" value="{VIDEO_URL}" /> ! <param name="loop" value="false" /> ! <param name="menu" value="false" /> ! <param name="quality" value="high" /> ! <param name="allowfullscreen" value="true" /> ! <param name="scale" value="noscale" /> ! <param name="salign" value="lt" /> ! <param name="bgcolor" value="000000" /> ! <param name="flashvars" value="file={SONG_URL}&image={U_IMG}&shuffleOnLoad=yes" /> ! <embed src="{VIDEO_URL}" flashvars="file={SONG_URL}&image={U_IMG}&shuffleOnLoad=yes" loop="false" allowfullscreen="true" menu="false" quality="high" width="425" height="360" scale="noscale" salign="lt" name="flvplayer" align="center" bgcolor="000000" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </div> --- 196,211 ---- <div id="flvplayer"> <object width="{WIDTH}" height="{HEIGHT}" id="flvplayer" align="center"> ! <param name="allowScriptAccess" value="always" /> ! <param name="type" value="application/x-shockwave-flash" /> ! <param name="movie" value="{VIDEO_URL}" /> ! <param name="loop" value="false" /> ! <param name="menu" value="false" /> ! <param name="quality" value="high" /> ! <param name="allowfullscreen" value="true" /> ! <param name="scale" value="noscale" /> ! <param name="salign" value="lt" /> ! <param name="bgcolor" value="000000" /> ! <param name="flashvars" value="file={SONG_URL}&image={U_IMG}&shuffleOnLoad=yes" /> ! <embed src="{VIDEO_URL}" flashvars="file={SONG_URL}&image={U_IMG}&shuffleOnLoad=yes" loop="false" allowfullscreen="true" menu="false" quality="high" width="425" height="360" scale="noscale" salign="lt" name="flvplayer" align="center" bgcolor="000000" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </div> *************** *** 381,385 **** </div></div></div> <span class="corners-bottom"><span></span></span> ! </div></div> <br clear="all" /> --- 381,385 ---- </div></div></div> <span class="corners-bottom"><span></span></span> ! </div> <br clear="all" /> Index: music_cat_xs.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_cat_xs.tpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** music_cat_xs.tpl 17 Mar 2013 02:20:37 -0000 1.9 --- music_cat_xs.tpl 9 Apr 2013 12:12:52 -0000 1.10 *************** *** 292,304 **** <!-- IF song_detail.S_ROW_TYPE eq FLASHVIDEO --> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}"> ! <param name="allowScriptAccess" value="always" /> ! <param name="movie" value="{song_detail.VIDEO_URL}" /> ! <param name="wmode" value="transparent" /> ! <param name="loop" value="false" /> ! <param name="menu" value="false" /> ! <param name="quality" value="high" /> ! <param name="allowfullscreen" value="true" /> ! <param name="scale" value="noscale" /> ! <param name="salign" value="lt" /> <embed src="{song_detail.VIDEO_URL}" type="application/x-shockwave-flash" wmode="transparent" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" allowfullscreen="true"> </embed> --- 292,304 ---- <!-- IF song_detail.S_ROW_TYPE eq FLASHVIDEO --> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}"> ! <param name="allowScriptAccess" value="always" /> ! <param name="movie" value="{song_detail.VIDEO_URL}" /> ! <param name="wmode" value="transparent" /> ! <param name="loop" value="false" /> ! <param name="menu" value="false" /> ! <param name="quality" value="high" /> ! <param name="allowfullscreen" value="true" /> ! <param name="scale" value="noscale" /> ! <param name="salign" value="lt" /> <embed src="{song_detail.VIDEO_URL}" type="application/x-shockwave-flash" wmode="transparent" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" allowfullscreen="true"> </embed> *************** *** 325,341 **** <!-- ENDIF --> <!-- IF song_detail.S_ROW_TYPE eq FLV --> ! <div id="flvplayer"> <object width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" id="flvplayer" align="center"> ! <param name="allowScriptAccess" value="always" /> ! <param name="type" value="application/x-shockwave-flash" /> ! <param name="movie" value="{song_detail.VIDEO_URL}" /> ! <param name="loop" value="false" /> ! <param name="menu" value="false" /> ! <param name="quality" value="high" /> ! <param name="allowfullscreen" value="true" /> ! <param name="scale" value="noscale" /> ! <param name="salign" value="lt" /> ! <param name="bgcolor" value="000000" /> ! <param name="flashvars" value="file={song_detail.SONG_URL}&image={song_detail.U_IMG}&shuffleOnLoad=no" /> <embed src="{song_detail.VIDEO_URL}" flashvars="file={song_detail.SONG_URL}&image={song_detail.U_IMG}&shuffleOnLoad=no" loop="false" allowfullscreen="true" menu="false" quality="high" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" scale="noscale" salign="lt" name="flvplayer" align="center" bgcolor="000000" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> --- 325,343 ---- <!-- ENDIF --> <!-- IF song_detail.S_ROW_TYPE eq FLV --> ! <div class="wordtube playlist2" id="flvplayer"> <object width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" id="flvplayer" align="center"> ! <param name="allowScriptAccess" value="always" /> ! <param name="type" value="application/x-shockwave-flash" /> ! <param name="movie" value="{song_detail.VIDEO_URL}" /> ! <param name="modfile" value="{song_detail.SONG_URL}" /> ! <param name="loop" value="false" /> ! <param name="menu" value="false" /> ! <param name="quality" value="high" /> ! <param name="bufferlength" value="5" /> ! <param name="allowfullscreen" value="true" /> ! <param name="scale" value="noscale" /> ! <param name="salign" value="lt" /> ! <param name="bgcolor" value="000000" /> ! <param name="flashvars" value="file={song_detail.SONG_URL}&image={song_detail.U_IMG}&shuffleOnLoad=no" /> <embed src="{song_detail.VIDEO_URL}" flashvars="file={song_detail.SONG_URL}&image={song_detail.U_IMG}&shuffleOnLoad=no" loop="false" allowfullscreen="true" menu="false" quality="high" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" scale="noscale" salign="lt" name="flvplayer" align="center" bgcolor="000000" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> Index: music_midi_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_midi_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** music_midi_body.tpl 11 Jul 2009 04:45:24 -0000 1.2 --- music_midi_body.tpl 9 Apr 2013 12:12:52 -0000 1.3 *************** *** 197,200 **** </div></div></div> <span class="corners-bottom"><span></span></span> ! </div></div> ! <br clear="all" /> \ No newline at end of file --- 197,201 ---- </div></div></div> <span class="corners-bottom"><span></span></span> ! </div> ! <br clear="all" /> ! {MUSIC_COPYRIGHT} \ No newline at end of file |
|
From: Florin C B. <ory...@us...> - 2013-04-09 12:12:45
|
Update of /cvsroot/mxbb/mx_music/music_box/modules In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3601 Modified Files: music_cat.php music_list.php music_media_cat.php music_page.php music_rate.php Log Message: fixed mp3 play in categories using jw flash player and media player in music page Index: music_media_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_media_cat.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** music_media_cat.php 17 Mar 2013 02:20:23 -0000 1.14 --- music_media_cat.php 9 Apr 2013 12:12:43 -0000 1.15 *************** *** 810,816 **** $url_player = ''; ! // ! // Media Center ! // if(!empty($song_filetype)) { --- 810,834 ---- $url_player = ''; ! // ! // Media Center ! // ! $url_video = $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=" . $song_id)); ! ! //We return the media url via "Music Song" Addon ! if(!empty($thissong['song_url']) && !file_exists(MUSIC_UPLOAD_PATH . $thissong['song_filename']) ) ! { ! $url_song = mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $thissong['song_id'], true)); ! } ! //We return the media url via "Music Song" Addon ! if(!empty($thissong['song_url']) && @file_exists(MUSIC_UPLOAD_PATH . $thissong['song_filename']) ) ! { ! $url_song = mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $thissong['song_id'], true)); ! } ! //We return the media direct from upload folder ! if(empty($thissong['song_url']) && @file_exists(MUSIC_UPLOAD_PATH . $thissong['song_filename']) ) ! { ! $url_song = PORTAL_URL. str_replace('./', '/', MUSIC_UPLOAD_PATH) . $thissong['song_filename']; ! } ! if(!empty($song_filetype)) { *************** *** 975,1000 **** $videoid['song_url'] = explode("vimeo.com/", $thissong['song_url']); //clip_id={IDENTIFIER} if (empty($videoid['song_url'][1]) ) ! { ! $videoid['song_url'] = explode("/video/", $thissong['song_url']); } ! if (empty($videoid['song_url'][1]) ) ! { $template->assign_block_vars('songrow.flashvideo', array()); ! $row_type = 'flashvideo'; } else { $template->assign_block_vars('songrow.vimeo', array()); ! $row_type = 'vimeo'; } if ($sitename == 'www.vimeo') { ! $domain = 'vimeo.' . $sitesufix; } $url_download = mx_append_sid($thissong['song_url']); $lang['Download'] = ( !empty($lang['Share']) ? $lang['Share'] : 'Share URL' ); ! $img_id = !empty($thissong['song_imagename']) ? $thissong['song_imagename'] : mx_video_image($thissong['song_url']); ! //$url_video = !empty($videoid['song_url'][1]) ? 'http://' . $domain . '/video/' . $videoid['song_url'][1] : $url_download; ! $url_video = $url_player = !empty($videoid['song_url'][1]) ? 'http://' . $domain . '/moogaloop.swf?clip_id=' . $videoid['song_url'][1] : $url_download; } else if ( ($sitename == 'www.clipfish') || ($sitename == 'clipfish') ) --- 993,1023 ---- $videoid['song_url'] = explode("vimeo.com/", $thissong['song_url']); //clip_id={IDENTIFIER} if (empty($videoid['song_url'][1]) ) ! { ! $videoid['song_url'] = explode("/video/", $thissong['song_url']); } ! if (empty($videoid['song_url'][1])) ! { $template->assign_block_vars('songrow.flashvideo', array()); ! $row_type = 'flashvideo'; } else { $template->assign_block_vars('songrow.vimeo', array()); ! $row_type = 'vimeo'; } if ($sitename == 'www.vimeo') { ! $domain = 'vimeo.com'; } $url_download = mx_append_sid($thissong['song_url']); + $video_title = mx_video_get_content($thissong['song_url'], 'title'); + $video_desc = mx_video_get_content($thissong['song_url'], 'description'); + $video_views = mx_video_get_content($thissong['song_url'], 'views'); + $video_date = mx_video_get_content($thissong['song_url'], 'upload_date'); + $video_user = mx_video_get_content($thissong['song_url'], 'user_name'); $lang['Download'] = ( !empty($lang['Share']) ? $lang['Share'] : 'Share URL' ); ! $img_id = !empty($thissong['song_imagename']) ? $thissong['song_imagename'] : mx_video_get_content($thissong['song_url'], 'thumburl'); ! $url_video = !empty($videoid['song_url'][1]) ? 'http://' . $domain . '/video/' . $videoid['song_url'][1] : $url_download; ! $url_player = !empty($videoid['song_url'][1]) ? 'http://' . $domain . '/moogaloop.swf?clip_id=' . $videoid['song_url'][1] : $url_download; } else if ( ($sitename == 'www.clipfish') || ($sitename == 'clipfish') ) *************** *** 1075,1092 **** } - switch ($song_filetype) - { - case 'flv': - case 'mod': - case 's3m': - case 'ult': - case '.xm': - $url_song = PORTAL_URL. str_replace('./', '/', MUSIC_UPLOAD_PATH) . $thissong['song_filename']; - break; - - default: - $url_song = mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $songrow[$j]['song_id'], true)); - } - $song_user_ip = (@function_exists( 'decode_ip' )) ? music_decode_ip($songrow[$j]['song_user_ip']) : phpBB2::decode_ip($songrow[$j]['song_user_ip']); --- 1098,1101 ---- Index: music_list.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_list.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** music_list.php 13 Nov 2008 15:55:41 -0000 1.6 --- music_list.php 9 Apr 2013 12:12:43 -0000 1.7 *************** *** 15,18 **** --- 15,32 ---- } + $music_root_path = $module_root_path . 'music_box/'; + + // + // Get general music information + // + if ( !$is_block ) + { + include($music_root_path . 'music_common.'.$phpEx); + } + else + { + include_once($music_root_path . 'music_common.'.$phpEx); + } + /* +---------------------------------------------------------- Index: music_page.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_page.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** music_page.php 17 Mar 2013 02:20:23 -0000 1.21 --- music_page.php 9 Apr 2013 12:12:43 -0000 1.22 *************** *** 300,303 **** --- 300,319 ---- $url_video = $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=" . $song_id)); + //We return the media url via "Music Song" Addon + if(!empty($thissong['song_url']) && !file_exists(MUSIC_UPLOAD_PATH . $thissong['song_filename']) ) + { + $url_song = mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $thissong['song_id'], true)); + } + //We return the media url via "Music Song" Addon + if(!empty($thissong['song_url']) && @file_exists(MUSIC_UPLOAD_PATH . $thissong['song_filename']) ) + { + $url_song = mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $thissong['song_id'], true)); + } + //We return the media direct from upload folder + if(empty($thissong['song_url']) && @file_exists(MUSIC_UPLOAD_PATH . $thissong['song_filename']) ) + { + $url_song = PORTAL_URL. str_replace('./', '/', MUSIC_UPLOAD_PATH) . $thissong['song_filename']; + } + if(!empty($song_filetype)) { *************** *** 410,413 **** --- 426,430 ---- } } + else if(!empty($thissong['song_url'])) { *************** *** 618,636 **** $url_video = $url_download; } - switch ($song_filetype) - { - case 'flv': - case 'mp3': - $url_song = PORTAL_URL. str_replace('./', '/', MUSIC_UPLOAD_PATH) . $thissong['song_filename']; - break; - case 'mod': - case 's3m': - case 'ult': - case '.xm': - $url_song = PORTAL_URL. str_replace('./', '/', MUSIC_UPLOAD_PATH) . $thissong['song_filename']; - break; - default: - $url_song = mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $thissong['song_id'], true)); - } $video_src = ($url_player) ? $url_player : $url_video; --- 635,638 ---- Index: music_rate.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_rate.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** music_rate.php 9 Sep 2008 07:04:33 -0000 1.5 --- music_rate.php 9 Apr 2013 12:12:43 -0000 1.6 *************** *** 258,264 **** } ! $rate_user_id = $userdata['user_id']; ! $rate_user_ip = $userdata['session_ip']; ! // -------------------------------- --- 258,274 ---- } ! switch (PORTAL_BACKEND) ! { ! default; ! case 'internal': ! case 'phpbb2': ! $rate_user_id = $userdata['user_id']; ! $rate_user_ip = $userdata['session_ip']; ! break; ! case 'phpbb3': ! $rate_user_id = $mx_user->data['user_id']; ! $rate_user_ip = music_encode_ip($mx_user->data['session_ip']); ! break; ! } // -------------------------------- Index: music_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_cat.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** music_cat.php 17 Mar 2013 02:20:23 -0000 1.20 --- music_cat.php 9 Apr 2013 12:12:42 -0000 1.21 *************** *** 877,883 **** } ! // ! // Media Center ! // if(!empty($thissong['song_url'])) { --- 877,901 ---- } ! // ! // Media Center ! // ! $url_video = $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=" . $song_id)); ! ! //We return the media url via "Music Song" Addon ! if(!empty($thissong['song_url']) && !file_exists(MUSIC_UPLOAD_PATH . $thissong['song_filename']) ) ! { ! $url_song = mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $thissong['song_id'], true)); ! } ! //We return the media url via "Music Song" Addon ! if(!empty($thissong['song_url']) && @file_exists(MUSIC_UPLOAD_PATH . $thissong['song_filename']) ) ! { ! $url_song = mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $thissong['song_id'], true)); ! } ! //We return the media direct from upload folder ! if(empty($thissong['song_url']) && @file_exists(MUSIC_UPLOAD_PATH . $thissong['song_filename']) ) ! { ! $url_song = PORTAL_URL. str_replace('./', '/', MUSIC_UPLOAD_PATH) . $thissong['song_filename']; ! } ! if(!empty($thissong['song_url'])) { *************** *** 1103,1108 **** } } ! elseif(!empty($song_filetype)) ! { if ( $song_filetype == 'swf' ) { --- 1121,1127 ---- } } ! ! if(!empty($song_filetype)) ! { if ( $song_filetype == 'swf' ) { *************** *** 1112,1115 **** --- 1131,1142 ---- $row_type = 'flash'; } + else if ($song_filetype == 'mp3') + { + $template->assign_block_vars('songrow.flv', array()); + $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); + $url_video = $music_root_path . 'mediaplayer.swf'; + $mime_type= 'audio/x-mpeg'; //application/x-mplayer2 + $row_type = 'flv'; + } else if ( $song_filetype == 'ram' ) { *************** *** 1173,1184 **** //$row_type = 'mod'; $row_type = 'xmod'; - } - else if ( ( $song_filetype == '.mp3' ) ) - { - $template->assign_block_vars('songrow.flv', array()); - $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); - $url_video = $music_root_path . 'mediaplayer.swf'; - $mime_type= 'audio/x-mpeg'; //application/x-mplayer2 - $row_type = 'flv'; } else if ( ( $song_filetype == '.jpg' ) || ( $song_filetype == '.gif' ) || ( $song_filetype == '.png' ) ) --- 1200,1203 ---- *************** *** 1222,1227 **** $row_type = 'media'; } ! } ! else { $template->assign_block_vars('songrow.media', array()); --- 1241,1246 ---- $row_type = 'media'; } ! } ! elseif(empty($thissong['song_url'])) { $template->assign_block_vars('songrow.media', array()); *************** *** 1240,1296 **** $switch_row_type = 'media'; } - - switch ($song_filetype) - { - case 'flv': - case 'mod': - case 's3m': - case 'ult': - case '.xm': - $url_song = PORTAL_URL. str_replace('./', '/', MUSIC_UPLOAD_PATH) . $thissong['song_filename']; - break; - case 'mp3': - $url_song = PORTAL_URL. str_replace('./', '/', MUSIC_UPLOAD_PATH) . $thissong['song_filename']; - break; - default: - $url_song = mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $songrow[$j]['song_id'], true)); - } $song_user_ip = (@function_exists( 'decode_ip' )) ? music_decode_ip($songrow[$j]['song_user_ip']) : phpBB2::decode_ip($songrow[$j]['song_user_ip']); $template->assign_block_vars('songrow.song_detail', array( 'TITLE' => '<a href="'. mx_append_sid(this_mo_mxurl("music_mode=music_page&song_id=". $songrow[$j]['song_id'])) . '">' . $songrow[$j]['song_title'] . '</a>', - - 'U_SONG' => $url_song, - - 'U_SONG_PAGE' => mx_append_sid(this_mo_mxurl("music_mode=music_page&song_id=". $songrow[$j]['song_id'])), - 'SONG_TITLE' => $thissong['song_title'], - 'DESC' => $thissong['station_desc'], - 'APPROVAL' => $approval_link, ! 'SONG_URL' => !empty($thissong['song_url']) ? $thissong['song_url'] : $url_song, 'SONG_THUMB_URL' => !empty($thissong['song_url']) ? $thissong['song_url'] : mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $songrow[$j]['song_id'] . "&item_size=425", true)), - 'SONG_FULL_URL' => !empty($thissong['song_url']) ? $thissong['song_url'] : mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $songrow[$j]['song_id'] . "&item_size=800", true)), - 'VIDEO_URL' => !empty($url_player) ? $url_player : $url_video, ! 'MIME_TYPE' => $mime_type, ! 'U_IMG' => mx_append_sid($img_id), ! 'FLASH_PLAYER' => $music_root_path . 'mediaplayer.swf', - 'DUMMY_FLV' => PORTAL_URL. str_replace('./', '/', MUSIC_UPLOAD_PATH) . 'no_image.flv', ! 'SINGER' => $songrow[$j]['song_singer'], 'POSTER' => $song_poster, ! 'WIDTH' => ( !empty($media_width) ? $media_width : '425' ), - 'HEIGHT' => ( !empty($media_height) ? $media_height : '350' ), --- 1259,1289 ---- $switch_row_type = 'media'; } $song_user_ip = (@function_exists( 'decode_ip' )) ? music_decode_ip($songrow[$j]['song_user_ip']) : phpBB2::decode_ip($songrow[$j]['song_user_ip']); $template->assign_block_vars('songrow.song_detail', array( 'TITLE' => '<a href="'. mx_append_sid(this_mo_mxurl("music_mode=music_page&song_id=". $songrow[$j]['song_id'])) . '">' . $songrow[$j]['song_title'] . '</a>', 'SONG_TITLE' => $thissong['song_title'], 'DESC' => $thissong['station_desc'], 'APPROVAL' => $approval_link, ! 'U_SONG' => $url_song, ! 'U_SONG_PAGE' => mx_append_sid(this_mo_mxurl("music_mode=music_page&song_id=". $songrow[$j]['song_id'])), + 'SONG_URL' => !empty($thissong['song_url']) ? $thissong['song_url'] : $url_song, 'SONG_THUMB_URL' => !empty($thissong['song_url']) ? $thissong['song_url'] : mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $songrow[$j]['song_id'] . "&item_size=425", true)), 'SONG_FULL_URL' => !empty($thissong['song_url']) ? $thissong['song_url'] : mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $songrow[$j]['song_id'] . "&item_size=800", true)), 'VIDEO_URL' => !empty($url_player) ? $url_player : $url_video, ! 'MIME_TYPE' => $mime_type, ! 'U_IMG' => $img_id, 'FLASH_PLAYER' => $music_root_path . 'mediaplayer.swf', 'DUMMY_FLV' => PORTAL_URL. str_replace('./', '/', MUSIC_UPLOAD_PATH) . 'no_image.flv', ! 'SINGER' => $songrow[$j]['song_singer'], 'POSTER' => $song_poster, ! 'WIDTH' => ( !empty($media_width) ? $media_width : '425' ), 'HEIGHT' => ( !empty($media_height) ? $media_height : '350' ), *************** *** 1314,1318 **** 'S_ROW_TYPE' => $row_type, - 'SWITCH_ROW_TYPE' => $switch_row_type) ); --- 1307,1310 ---- |
|
From: Florin C B. <ory...@us...> - 2013-04-08 22:07:52
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18241/sessions/phpbb3 Modified Files: session.php Log Message: styles Index: session.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/session.php,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** session.php 12 Sep 2012 22:10:20 -0000 1.46 --- session.php 8 Apr 2013 22:07:50 -0000 1.47 *************** *** 1338,1343 **** { global $SID, $_EXTRA_URL; - $style = phpBB3::request_var('style', 0); $SID .= '&style=' . $style; $_EXTRA_URL = array('style=' . $style); --- 1338,1344 ---- { global $SID, $_EXTRA_URL; $style = phpBB3::request_var('style', 0); + // BEGIN Styles_Demo MOD for phpBB Block + $style_value = ''; $SID .= '&style=' . $style; $_EXTRA_URL = array('style=' . $style); *************** *** 1346,1350 **** { $style = $this->style; // From main style init. Should be correct and valid. ! /* */ if(!$board_config['override_user_style'] && ($this->data['user_id'] != ANONYMOUS)) --- 1347,1352 ---- { $style = $this->style; // From main style init. Should be correct and valid. ! // BEGIN Styles_Demo MOD for phpBB Block ! $style_value = ''; /* */ if(!$board_config['override_user_style'] && ($this->data['user_id'] != ANONYMOUS)) *************** *** 1368,1371 **** --- 1370,1374 ---- { $style = $row['style_id']; //User style + $style_value = $row['style_name']; //User style name } else *************** *** 1375,1385 **** } /* */ - // Set up style Temp code should be removed after bugtraking //$style = ($style) ? $style : ((!$board_config['override_user_style'] && $this->data['user_id'] != ANONYMOUS) ? $this->data['user_style'] : $this->phpbb_style['style_id']); } - - // BEGIN Styles_Demo MOD for phpBB Block - $style_value = ''; if (isset($_GET['demostyle'])) { --- 1378,1384 ---- *************** *** 1424,1435 **** { $style_value = $_COOKIE[$config['cookie_name'] . '_change_style']; ! } ! //Change the value before query if (!empty($style_value)) { $style = $style_value; ! } ! //We should never get this, temp fix for GoogleBot-2.1 crawler //Remove this Deguging Code after solved --- 1423,1432 ---- { $style_value = $_COOKIE[$config['cookie_name'] . '_change_style']; ! } //Change the value before query if (!empty($style_value)) { $style = $style_value; ! } //We should never get this, temp fix for GoogleBot-2.1 crawler //Remove this Deguging Code after solved *************** *** 1437,1481 **** { $style_value = 'prosilver'; ! } ! // END Styles_Demo MOD if (intval($style) == 0) { //Query phpBB style_name ! $sql = "SELECT s.style_id, t.template_storedb, t.template_path, t.template_id, t.bbcode_bitfield, c.theme_path, c.theme_name, c.theme_storedb, c.theme_id, i.imageset_path, i.imageset_id, i.imageset_name FROM " . STYLES_TABLE . " AS s, " . STYLES_TEMPLATE_TABLE . " AS t, " . STYLES_THEME_TABLE . " AS c, " . STYLES_IMAGESET_TABLE . " i WHERE s.style_active = 1 AND s.style_name = '$style_value' AND t.template_id = s.template_id AND c.theme_id = s.theme_id ! AND i.imageset_id = s.imageset_id"; ! if(($result = $db->sql_query($sql)) && ($row = $db->sql_fetchrow($result))) { $style = $row['style_id']; } else { mx_message_die(CRITICAL_ERROR, "Could not query database for imageset_id info style_name [$style]", "", __LINE__, __FILE__, $sql); ! } } ! else ! { ! //Query phpBB style_id ! $sql = "SELECT s.style_id, t.template_storedb, t.template_path, t.template_id, t.bbcode_bitfield, c.theme_path, c.theme_name, c.theme_storedb, c.theme_id, i.imageset_path, i.imageset_id, i.imageset_name ! FROM " . STYLES_TABLE . " AS s, " . STYLES_TEMPLATE_TABLE . " AS t, " . STYLES_THEME_TABLE . " AS c, " . STYLES_IMAGESET_TABLE . " i ! WHERE s.style_id = " . (int) $style . " AND t.template_id = s.template_id AND c.theme_id = s.theme_id ! AND i.imageset_id = s.imageset_id"; ! ! if (!$result = $db->sql_query_limit($sql, 1)) { ! mx_message_die(CRITICAL_ERROR, "Could not query database for imageset_id info style_id [$style]", "", __LINE__, __FILE__, $sql); } } ! ! $this->theme = $db->sql_fetchrow($result); $db->sql_freeresult($result); - // User has wrong style if (!$this->theme && $style == $this->data['user_style']) --- 1434,1482 ---- { $style_value = 'prosilver'; ! } ! $mx_style = $style; ! $mx_style_value = $style_value; // END Styles_Demo MOD if (intval($style) == 0) { //Query phpBB style_name ! $sql = "SELECT s.style_id, s.style_name, t.template_storedb, t.template_path, t.template_id, t.bbcode_bitfield, c.theme_path, c.theme_name, c.theme_storedb, c.theme_id, i.imageset_path, i.imageset_id, i.imageset_name FROM " . STYLES_TABLE . " AS s, " . STYLES_TEMPLATE_TABLE . " AS t, " . STYLES_THEME_TABLE . " AS c, " . STYLES_IMAGESET_TABLE . " i WHERE s.style_active = 1 AND s.style_name = '$style_value' AND t.template_id = s.template_id AND c.theme_id = s.theme_id ! AND i.imageset_id = s.imageset_id"; if(($result = $db->sql_query($sql)) && ($row = $db->sql_fetchrow($result))) { $style = $row['style_id']; + $style_value = $row['style_name']; } else { mx_message_die(CRITICAL_ERROR, "Could not query database for imageset_id info style_name [$style]", "", __LINE__, __FILE__, $sql); ! } } ! else ! { ! //Query phpBB style_id corepondent to mxp themes_id ! $sql = "SELECT s.style_id, s.style_name, t.template_storedb, t.template_path, t.template_id, t.bbcode_bitfield, c.theme_path, c.theme_name, c.theme_storedb, c.theme_id, i.imageset_path, i.imageset_id, i.imageset_name ! FROM " . MX_THEMES_TABLE . " AS m, " . STYLES_TABLE . " AS s, " . STYLES_TEMPLATE_TABLE . " AS t, " . STYLES_THEME_TABLE . " AS c, " . STYLES_IMAGESET_TABLE . " i ! WHERE m.themes_id = " . (int) $style . " ! AND s.style_name = m.style_name AND t.template_id = s.template_id AND c.theme_id = s.theme_id ! AND i.imageset_id = s.imageset_id"; ! if(($result = $db->sql_query($sql)) && ($row = $db->sql_fetchrow($result))) { ! $style = $row['style_id']; ! $style_value = $row['style_name']; ! } ! else ! { ! mx_message_die(CRITICAL_ERROR, "Could not query database for imageset_id info style_name [$style]", "", __LINE__, __FILE__, $sql); } } ! $this->theme = $row; $db->sql_freeresult($result); // User has wrong style if (!$this->theme && $style == $this->data['user_style']) *************** *** 1488,1492 **** $db->sql_query($sql); ! $sql = 'SELECT s.style_id, t.template_storedb, t.template_path, t.template_id, t.bbcode_bitfield, c.theme_path, c.theme_name, c.theme_storedb, c.theme_id, i.imageset_path, i.imageset_id, i.imageset_name FROM ' . STYLES_TABLE . ' s, ' . STYLES_TEMPLATE_TABLE . ' t, ' . STYLES_THEME_TABLE . ' c, ' . STYLES_IMAGESET_TABLE . " i WHERE s.style_id = $style --- 1489,1493 ---- $db->sql_query($sql); ! $sql = 'SELECT s.style_id, s.style_name, t.template_storedb, t.template_path, t.template_id, t.bbcode_bitfield, c.theme_path, c.theme_name, c.theme_storedb, c.theme_id, i.imageset_path, i.imageset_id, i.imageset_name FROM ' . STYLES_TABLE . ' s, ' . STYLES_TEMPLATE_TABLE . ' t, ' . STYLES_THEME_TABLE . ' c, ' . STYLES_IMAGESET_TABLE . " i WHERE s.style_id = $style *************** *** 1497,1500 **** --- 1498,1503 ---- $this->theme = $db->sql_fetchrow($result); $db->sql_freeresult($result); + $style = $this->theme['style_id']; + $style_value = $this->theme['style_name']; } *************** *** 1537,1541 **** $matches = array(); preg_match_all('/@import url\(["\'](.*)["\']\);/i', $stylesheet, $matches); ! if (sizeof($matches)) { --- 1540,1544 ---- $matches = array(); preg_match_all('/@import url\(["\'](.*)["\']\);/i', $stylesheet, $matches); ! if (sizeof($matches)) { *************** *** 1574,1578 **** $template->set_template(); ! $this->img_lang = (file_exists($phpbb_root_path . 'styles/' . $this->theme['imageset_path'] . '/imageset/' . $this->lang_name)) ? $this->lang_name : $board_config['default_lang']; $sql = 'SELECT image_name, image_filename, image_lang, image_height, image_width --- 1577,1581 ---- $template->set_template(); ! $this->img_lang = (file_exists($phpbb_root_path . 'styles/' . $this->theme['imageset_path'] . '/imageset/' . $this->lang_name)) ? $this->lang_name : $this->encode_lang($board_config['default_lang']); $sql = 'SELECT image_name, image_filename, image_lang, image_height, image_width *************** *** 1594,1598 **** } $db->sql_freeresult($result); - // there were no localised images, try to refresh the localised imageset for the user's language if (!$localised_images) --- 1597,1600 ---- |
|
From: Florin C B. <ory...@us...> - 2013-04-08 13:07:48
|
Update of /cvsroot/mxbb/mx_music In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23283 Modified Files: db_install.php Log Message: Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/db_install.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** db_install.php 18 Sep 2008 07:24:44 -0000 1.14 --- db_install.php 8 Apr 2013 13:07:46 -0000 1.15 *************** *** 34,41 **** $mx_module_version = '2.9.4'; ! $mx_module_copy = 'Mx-Publisher <i> - Music Center</i> module by Cf Manager & <a href="http://www.mx-publisher.com/" target="_blank">OryNider</a>'; // If fresh install - if ( !$result = $db->sql_query( "SELECT config_name from " . $mx_table_prefix . "music_config" ) ) { --- 34,40 ---- $mx_module_version = '2.9.4'; ! $mx_module_copy = 'Mx-Publisher <i> - Music Center</i> module based on © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> - <i>Music Online</i> & <a href="http://mxpcms.sourceforge.net/" target="_blank">OryNider</a>'; // If fresh install if ( !$result = $db->sql_query( "SELECT config_name from " . $mx_table_prefix . "music_config" ) ) { *************** *** 45,55 **** $sql[] = "DROP TABLE IF EXISTS " . $mx_table_prefix . "music"; - $sql[] = "DROP TABLE IF EXISTS " . $mx_table_prefix . "music_rate"; - $sql[] = "DROP TABLE IF EXISTS " . $mx_table_prefix . "music_comment"; - $sql[] = "DROP TABLE IF EXISTS " . $mx_table_prefix . "music_cat"; - $sql[] = "DROP TABLE IF EXISTS " . $mx_table_prefix . "music_config"; --- 44,50 ---- *************** *** 134,142 **** $sql[] = "CREATE TABLE " . $mx_table_prefix . "music_config ( ! config_name VARCHAR(255) NOT NULL default '', ! config_value varchar(255) NOT NULL default '', ! PRIMARY KEY (config_name) ! ) TYPE=MyISAM"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "music_config VALUES ('max_songs', '1024')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "music_config VALUES ('user_songs_limit', '50')"; --- 129,137 ---- $sql[] = "CREATE TABLE " . $mx_table_prefix . "music_config ( ! config_name VARCHAR(255) NOT NULL default '', ! config_value varchar(255) NOT NULL default '', ! PRIMARY KEY (config_name) ! ) TYPE=MyISAM"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "music_config VALUES ('max_songs', '1024')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "music_config VALUES ('user_songs_limit', '50')"; |
|
From: Florin C B. <ory...@us...> - 2013-04-08 13:07:18
|
Update of /cvsroot/mxbb/mx_music/music_box In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23268 Modified Files: music_common.php Log Message: Index: music_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/music_common.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** music_common.php 26 Sep 2008 12:29:07 -0000 1.11 --- music_common.php 8 Apr 2013 13:07:15 -0000 1.12 *************** *** 184,189 **** } ! include_once($music_root_path . 'includes/' . 'music_functions.' . $phpEx); ! include_once($music_root_path . 'includes/' . 'music_integration.' . $phpEx); if (defined( 'IN_ADMIN' )) --- 184,189 ---- } ! include_once($music_root_path . 'includes/music_functions.' . $phpEx); ! include_once($music_root_path . 'includes/music_integration.' . $phpEx); if (defined( 'IN_ADMIN' )) *************** *** 196,210 **** // Set Music Version // - - $module_name = 'Music Center'; - /* ! $sql = "SELECT * FROM " . MODULE_TABLE . " WHERE module_name = '$module_name'"; ! if( !($result = $db->sql_query($sql)) ) { mx_message_die(GENERAL_ERROR, "Couldn't obtain the module informations from database", '', __LINE__, __FILE__, $sql); } - while( $module = $db->sql_fetchrow($result) ) { --- 196,206 ---- // Set Music Version // /* ! $module_name = 'Music Center'; ! $sql = "SELECT * FROM " . MODULE_TABLE . " WHERE module_path = '$module_root_path'"; if( !($result = $db->sql_query($sql)) ) { mx_message_die(GENERAL_ERROR, "Couldn't obtain the module informations from database", '', __LINE__, __FILE__, $sql); } while( $module = $db->sql_fetchrow($result) ) { *************** *** 214,224 **** } */ ! ! if( !empty($music_module_copy) ) { $music_module_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; ! $music_module_copyright .= 'Media Center Powered by: <a href="http://mxbb.net" target="_blank">OryNider</a>, mxBB <i> - ' . $music_module_name . '</i> ' . $music_module_version . ' © 2007 is modified by <a href="http://www.mx-publisher.com/">MX-Team</a><br />'; ! $music_module_copyright .= '[based on © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> - <i>Music Online</i> v2.' . $music_config['music_version'] . ']'; $music_module_copyright .= '</div>'; } --- 210,225 ---- } */ + // + // 0: module, 1: module_id, 2: module_name, 3: module_path, + // 4: module_desc, 5: module_include_admin + //mx_get_info($table, $idfield = '', $id = 0, $idfield2 = '', $id2 = 0) ... ( $idfield2 != '' && $id2 != '' ) ? " AND $idfield2 = '$id2'" : ''; + // + $module = mx_get_info(MODULE_TABLE, 'module_path', $module_root_path); ! if(!empty($module['module_copy'])) { $music_module_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; ! $music_module_copyright .= 'Media Center Powered by: <a href="http://mxpcms.sourceforge.net" target="_blank">OryNider</a>, MX-Publisher <i> - ' . $module['module_name'] . '</i> ' . $music_module_version . ' © 2007-2013 is maintained by <a href="http://www.mx-publisher.com/">MXP-Project-Team</a><br />'; ! $music_module_copyright .= '[' . $module['module_copy'] . '- <i>Music Online</i> v2' . $music_config['music_version'] . ']'; $music_module_copyright .= '</div>'; } *************** *** 226,235 **** { $music_module_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; ! $music_module_copyright .= 'Media Center Powered by: <a href="http://mxbb.net" target="_blank">OryNider</a>, mxBB <i> - Music Center</i> v2.1.x © 2007 is modified by <a href="http://www.mx-publisher.com/">MX-Team</a><br />'; $music_module_copyright .= '[based on © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> - <i>Music Online</i> v2.' . $music_config['music_version'] . ']'; $music_module_copyright .= '</div>'; } - $template->assign_vars(array( 'NAV_SEP' => $lang['Nav_Separator'], --- 227,235 ---- { $music_module_copyright = '<div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px">'; ! $music_module_copyright .= 'Media Center Powered by: <a href="http://mxbb.net" target="_blank">OryNider</a>, mxBB <i> - Music Center</i> v2.1.x © 2007 is modified by <a href="http://www.mx-publisher.com/">MX-Development-Team</a><br />'; $music_module_copyright .= '[based on © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> - <i>Music Online</i> v2.' . $music_config['music_version'] . ']'; $music_module_copyright .= '</div>'; } $template->assign_vars(array( 'NAV_SEP' => $lang['Nav_Separator'], |
|
From: Florin C B. <ory...@us...> - 2013-04-08 05:45:36
|
Update of /cvsroot/mxbb/mx_music/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32046/prosilver Added Files: music_index_body.html Log Message: media center templating --- NEW FILE: music_index_body.html --- <div class="forabg block"> <div id="p1" class="post bg2 online"> <div class="inner"><span class="corners-top"><span></span></span> <div class="textbody"> <form action="{S_MUSIC_ACTION}" method="post"> <table width="100%" cellpadding="1" cellspacing="0" border="0" class="forumline"> <!-- BEGIN top_songs --> <tr> <th class="thTop bg2" height="25" colspan="6" nowrap="nowrap">{L_TOP_SONGS} </tr> <tr> <td width="38%" class="row1 bg1" class="catbottom" align="center"><span class="gen">{L_SONG_TITLE}</span></td> <td width="16%" class="row2 bg2" class="catbottom" align="center"><span class="gen">{L_SINGER}</span></td> <td width="22%" class="row1 bg1" class="catbottom" align="center"><span class="gen">{L_POSTED}</span></td> <td width="6%" class="row2 bg2" class="catbottom" align="center"><span class="gen">{L_VIEW}</span></td> <td width="8%" class="row1 bg1" class="catbottom" align="center"><span class="gen">{L_RATING}</span></td> <td width="10%" class="row2 bg2" class="catbottom" align="center"><span class="gen">{L_COMMENTS}</span></td> </tr> <!-- END top_songs --> <!-- BEGIN top_row --> <!-- END top_row --> <!-- BEGIN top_songs --> <!-- BEGIN top_detail --> <tr> <td width="38%" class="row1 bg1" align="center"><span class="genmed">{top_songs.top_detail.TITLE}</span></td> <td width="16%" class="row2 bg2" align="center"><span class="genmed">{top_songs.top_detail.SINGER}</span></td> <td width="22%" class="row1 bg1" align="center"><span class="gensmall">{top_songs.top_detail.POSTER}<br />{top_songs.top_detail.TIME}</span></td> <td width="6%" class="row2 bg2" align="center"><span class="gensmall">{top_songs.top_detail.VIEW}</span></td> <td width="8%" class="row1 bg1" align="center"><span class="gensmall">{top_songs.top_detail.RATING}</span></td> <td width="10%" class="row2 bg2" align="center"><span class="gensmall">{top_songs.top_detail.COMMENTS}</span></td> <!-- END top_detail --> </tr> <tr> <td class="catbottom cat" colspan="6" height="28" align="center"><span class="cattitle"> {L_SELECT_SORT_METHOD}: <select name="sort_method"> <option {SORT_TIME} value='song_time'>{L_TIME}</option> <option {SORT_VIEW} value='song_view_count'>{L_VIEW}</option> {SORT_RATING_OPTION} {SORT_COMMENTS_OPTION} {SORT_NEW_COMMENT_OPTION} </select> {L_SONG_LIMIT}: <select name="song_limit"> <option value='5'>5</option> <option value='10'>10</option> <option value='15'>15</option> <option value='20'>20</option> </select> <input type="submit" name="submit" value="{L_SORT}" class="liteoption" /></th> </span></td> </tr> <!-- END top_songs --> </table> </div></div></div> <span class="corners-bottom"><span></span></span> </div></div> <br /> <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr> <td class="nav" width="100%"> <span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_MUSIC}">{L_MUSIC}</a> {U_NAV_CAT_PARENT} {NAV_SEP} </span> <span class="cattitle">{L_PUBLIC_CATS} {SUBCAT_NAV}</span> </td> </tr> </table> <div class="forabg block"> <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> <li class="header"> </ul></li> <div id="p1" class="post bg2 online"> <div class="textbody"> <table width="100%" cellpadding="1" cellspacing="0" border="0" class="forumline"> <tr> <th width="70%" class="thCornerL" height="25" nowrap="nowrap"> {L_CATEGORY} </th> <th width="60" class="thTop" nowrap="nowrap"> {L_CAT_VIEWS} </th> <th width="60" class="thTop" nowrap="nowrap"> {L_SONGS} </th> <th class="thCornerR" nowrap="nowrap"> {L_LAST_SONG} </th> </tr> <tr> <td class="catLeft" colspan="4" height="28"><span class="cattitle">{L_PUBLIC_CATS} {SUBCAT_NAV}</span></td> </tr> <!-- BEGIN catrow --> <tr> <td> <table width="100%" cellpadding="2" cellspacing="0" border="0" class="forumrow"> <tr> <td class="row1 bg1" width="1%" valign="top"><img src="{catrow.CAT_IMG}" alt="" /></td> <td class="row1 bg1" height="50" width="50%"> <span class="forumlink topictitle cat" style="font-weight: bold;"> <a href="{catrow.U_VIEW_CAT}" class="forumlink">{catrow.CAT_TITLE}</a></span><br /> <span class="genmed">{catrow.CAT_DESC}</span><br /> <span class="gensmall"> {catrow.L_MODERATORS} {catrow.MODERATORS} <!-- BEGIN subcat_link --> {subcat_link.SUBCATS} <!-- END subcat_link --></span> </td> <td class="row1 bg1" height="49%" width="49%"> <!-- BEGIN virtualimagecat --> <span class="gensmall"> <a alt="images" href="{catrow.U_VIEW_PIC_CAT}">{catrow.L_ALL_CAT_PICS}</a></span> <!-- END virtualimagecat --> <!-- BEGIN virtualmediacat --> <br /> <span class="gensmall"> <a alt="videos" href="{catrow.U_VIEW_MEDIA_CAT}">{catrow.L_ALL_CAT_SONGS}</a></span> <!-- END virtualmediacat --> </td> </tr> </table> </td> <td class="row2" align="center"><span class="gensmall">{catrow.CAT_VIEWS}</span></td> <td class="row2" align="center"><span class="gensmall">{catrow.SONGS}</span></td> <td class="row2" align="center" nowrap="nowrap"><span class="gensmall">{catrow.LAST_SONG_INFO}</span></td> </tr> <!-- END catrow --> <tr> <td class="catBottom" height="28" colspan="4"> <span class="gensmall"> </span><br /> <span class="gensmall"> <a target="_blank" alt="music_rss" href="{U_RSS}">{L_RSS}</a></span> </td> </tr> </table> </div></div></div> <span class="corners-bottom"><span></span></span> </div></div> <br clear="all" /> </form> <!-- IF SWITCH_HAS_CATROW eq 1 --> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td> <!-- BEGIN enable_soung_upload --> <a href="{U_UPLOAD_SONG}"><img src="{UPLOAD_SONG_IMG}" border="0" alt="{L_UPLOAD_SONG}" title="{L_UPLOAD_SONG}" /></a> <!-- END enable_soung_upload --> </td> <td class="nav" width="100%"> <span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_MUSIC}">{L_MUSIC}</a> {U_NAV_CAT_PARENT} {NAV_SEP} <a class="nav" href="{U_VIEW_CAT}">{CAT_TITLE}</a> {NAV_CAT_DESC} </span> </td> </tr> </table> <div class="forabg block"> <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> <li class="header"></li> </ul> <div id="p1" class="post bg2 online"> <div class="textbody"> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <th class="thTop" height="25" align="center" colspan="7" nowrap="nowrap">{L_CATEGORY} :: {CAT_TITLE}</th> </tr> <!-- BEGIN no_songs --> <tr> <td class="row1" align="center" colspan="{S_COLS}" height="50"><span class="gen">{L_NO_SONGS}</span></td> </tr> <!-- END no_songs --> <!-- BEGIN songrow --> <tr> <!-- BEGIN songcol --> <td align="center" width="{S_COL_WIDTH}" class="row1"></td> <!-- END songcol --> </tr> <tr> <!-- BEGIN song_detail --> <!-- IF song_detail.SWITCH_ROW_TYPE eq IMG --> <td> <table width="100%" cellpadding="2" cellspacing="1" border="0"> <tr> <th height="25" colspan="7" class="thTop"><span class="genmed">{L_PIC_TITLE} :: {song_detail.SONG_TITLE}</span></th> </tr> <tr> <td class="row1" width="{S_COL_WIDTH}" colspan="7" align="center" valign="top" class="catBottom"> <div align="center" valign="top"> <a href="javascript:void(0);" onClick="window.open('<!-- IF song_detail.SONG_FULL_URL is even -->{song_detail.SONG_FULL_URL}<!-- ELSE -->{song_detail.SONG_URL}<!-- ENDIF -->','','scrollbars=yes,resizable=no,width=810,height=610')"><img src="<!-- IF song_detail.SONG_THUMB_URL is even -->{song_detail.SONG_THUMB_URL}<!-- ELSE -->{song_detail.SONG_URL}<!-- ENDIF -->" id="image" type="image" border="1" /></a> </div> <!-- <div align="center" valign="top"> <span class="genmed">{L_PIC_TITLE} :: {song_detail.SONG_TITLE}</span> </div> --> </td> </tr> <tr> <td width="31%" align="center" class="catBottom" height="28"><span class="gen">{L_PIC_TITLE}</span></td> <td width="15%" align="center" class="catBottom" height="28"><span class="gen">{L_SINGER} </span></td> <td width="25%" align="center" class="catBottom" height="28"><span class="gen">{L_POSTED} </span></td> <td width="6%" align="center" class="catBottom" height="28"><span class="gen">{L_VIEW} </span></td> <td width="8%" align="center" class="catBottom" height="28"><span class="gen">{L_RATING} </span></td> <td width="10%" align="center" class="catBottom" height="28"><span class="gen">{L_COMMENTS} </span></td> <td width="5%" align="center" class="catBottom" height="28"> </td> </tr> <tr> <td width="31%" align="center" class="row2"><span class="genmed">{songrow.song_detail.TITLE} </span></td> <td width="15%" align="center" class="row1"><span class="genmed">{songrow.song_detail.SINGER}</span></td> <td width="25%" align="center" class="row2"><span class="gensmall">{songrow.song_detail.POSTER}<BR>{songrow.song_detail.TIME}</span></td> <td width="6%" align="center" class="row1"><span class="gensmall">{songrow.song_detail.VIEW}</span></td> <td width="8%" align="center" class="row2"><span class="gensmall">{songrow.song_detail.RATING}</span></td> <td width="10%" align="center" class="row1"><span class="gensmall">{songrow.song_detail.COMMENTS}</span></td> <td width="5%" align="center" class="row2"><span class="gensmall">{songrow.song_detail.EDIT}<BR /> {songrow.song_detail.DELETE}<BR /> {songrow.song_detail.LOCK}<BR /> {songrow.song_detail.MOVE}</span></td> </tr> </table> </td> <!-- ELSE --> <td> <table width="100%" cellpadding="2" cellspacing="1" border="0"> <tr> <th height="25" colspan="7" class="thTop"><span class="genmed">{L_SONG_TITLE} :: {song_detail.SONG_TITLE}</span></th> </tr> <tr> <td width="44%" colspan="7" class="row1" align="center"> <!-- IF song_detail.S_ROW_TYPE eq MEDIA --> <SCRIPT LANGUAGE="JavaScript"> var WMP7; var Mac; var Win; var Unix; var Linux; Win = navigator.userAgent.indexOf("Win") > -1; Mac = navigator.userAgent.indexOf("Mac") > -1; Unix = navigator.appVersion.indexOf("X11") > -1; Linux = navigator.appVersion.indexOf("Linux") > -1; if (Mac) { if ( navigator.appName == "Netscape" ){ //Netscape code document.write (' <Embed id="wmp" name="wmp" type="audio/mpeg"'); document.write (' pluginspage="http://www.microsoft.com/windows/windowsmedia/"'); document.write (' filename="{song_detail.SONG_URL}"'); document.write (' src="{song_detail.SONG_URL}"'); document.write (' Name=MediaPlayer'); document.write (' ShowControls=1'); document.write (' ShowDisplay=1'); document.write (' ShowStatusBar=1'); document.write (' AUTOSTART=0'); document.write (' AutoSize=0'); document.write (' width="{song_detail.WIDTH}"'); document.write (' height="{song_detail.HEIGHT}">'); document.write (' </Embed>'); } if ( navigator.appName != "Netscape" ){ document.write(' <embed id="wmp" name="wmp" type="audio/mpeg" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" ShowTracker="0" ShowDisplay="0" ShowGotoBar="0" ShowStatusBar="1" ShowCaptioning="0" AUTOSTART="0" filename="{song_detail.SONG_URL}" src="{song_detail.SONG_URL}" ></embed>'); } } if (Win) { if ( navigator.appName != "Netscape" ) { WMP7 = new ActiveXObject('WMPlayer.OCX'); } // Windows Media Player 7 Code if ( WMP7 ) { document.write (' <object id="MediaPlayer" width={WIDTH} height={HEIGHT} classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"'); document.write ('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0"'); document.write ('standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">'); document.write ('<PARAM NAME="url" VALUE="{song_detail.SONG_URL}">'); document.write ('<PARAM NAME="FileName" value="{song_detail.SONG_URL}">'); document.write ('<PARAM NAME="AutoStart" VALUE="false">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); document.write ('<PARAM NAME="ShowStatusBar" VALUE="1">'); document.write ('<PARAM NAME="AutoSize" VALUE="0">'); document.write ('<PARAM NAME="uiMode" VALUE="mini">'); document.write ('<PARAM NAME="width" VALUE="{song_detail.WIDTH}">'); document.write ('<PARAM NAME="height" VALUE="{song_detail.WIDTH}">'); document.write (' <Embed type="application/x-mplayer2"'); document.write (' pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"'); document.write (' filename="{song_detail.SONG_URL}"'); document.write (' src="{song_detail.SONG_URL}"'); document.write (' Name="MediaPlayer2"'); document.write (' ShowControls="1"'); document.write (' ShowDisplay="1"'); document.write (' ShowStatusBar="1"'); document.write (' AUTOSTART="false"'); document.write (' AutoSize="0"'); document.write (' width="{song_detail.WIDTH}"'); document.write (' height="{song_detail.HEIGHT}">'); document.write (' </embed>'); document.write ('</OBJECT>'); } // Windows Media Player 6.4 Code else { //IE Code document.write (' <object id="wmp" width={WIDTH} height={HEIGHT} classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"'); document.write ('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0"'); document.write ('standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">'); document.write ('<PARAM NAME="url" VALUE="{song_detail.SONG_URL}">'); document.write ('<PARAM NAME="FileName" value="{song_detail.SONG_URL}">'); document.write ('<PARAM NAME="AutoStart" VALUE="false">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); document.write ('<PARAM NAME="ShowStatusBar" VALUE="1">'); document.write ('<PARAM NAME="AutoSize" VALUE="0">'); document.write ('<PARAM NAME="width" VALUE="{song_detail.WIDTH}">'); document.write ('<PARAM NAME="height" VALUE="{song_detail.WIDTH}">'); //Firefox code document.write (' <Embed type="application/x-mplayer2"'); document.write (' pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"'); document.write (' filename="{song_detail.SONG_URL}"'); document.write (' src="{song_detail.SONG_URL}"'); document.write (' Name="MediaPlayer"'); document.write (' ShowControls="1"'); document.write (' ShowDisplay="1"'); document.write (' ShowStatusBar="1"'); document.write (' AUTOSTART="0"'); document.write (' AutoSize="0"'); document.write (' width="{song_detail.WIDTH}"'); document.write (' height="{song_detail.HEIGHT}">'); document.write (' </embed>'); document.write ('</OBJECT>'); } } else { document.write(' <embed type="audio/mpeg" height="{song_detail.HEIGHT}" width="{song_detail.WIDTH}" AUTOSTART="0" filename="{song_detail.SONG_URL}" src="{song_detail.SONG_URL}" ></embed>'); } </SCRIPT> <!-- ENDIF --> <!-- IF song_detail.S_ROW_TYPE eq FLASH --> <EMBED src="{song_detail.SONG_URL}" quality=high scale=noborder wmode=transparent bgcolor=#000000 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </EMBED> <!-- ENDIF --> <!-- IF song_detail.S_ROW_TYPE eq FLASHVIDEO --> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}"> <param name="allowScriptAccess" value="always" /> <param name="movie" value="{song_detail.VIDEO_URL}" /> <param name="wmode" value="transparent" /> <param name="loop" value="false" /> <param name="menu" value="false" /> <param name="quality" value="high" /> <param name="allowfullscreen" value="true" /> <param name="scale" value="noscale" /> <param name="salign" value="lt" /> <embed src="{song_detail.VIDEO_URL}" type="application/x-shockwave-flash" wmode="transparent" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" allowfullscreen="true"> </embed> </object> <!-- ENDIF --> <!-- IF song_detail.S_ROW_TYPE eq YOUTUBE --> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="VideoPlayback" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}"> <param name="movie" value="{song_detail.VIDEO_URL}" /> <param name="wmode" value="transparent" /> <param name="allowfullscreen" value="true" /> <param name="flashvars" value="&rs=1&sn=1&iurl={song_detail.U_IMG}" /> <embed src="{song_detail.VIDEO_URL}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350" allowfullscreen="true" flashvars="&rs=1&sn=1&iurl={song_detail.U_IMG}" /> </object> <!-- ENDIF --> <!-- IF song_detail.S_ROW_TYPE eq FLV --> <div id="flvplayer"> <object width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" id="flvplayer" align="center"> <param name="allowScriptAccess" value="always" /> <param name="type" value="application/x-shockwave-flash" /> <param name="movie" value="{song_detail.VIDEO_URL}" /> <param name="loop" value="false" /> <param name="menu" value="false" /> <param name="quality" value="high" /> <param name="allowfullscreen" value="true" /> <param name="scale" value="noscale" /> <param name="salign" value="lt" /> <param name="bgcolor" value="000000" /> <param name="flashvars" value="file={song_detail.SONG_URL}&image={song_detail.U_IMG}&shuffleOnLoad=no" /> <embed src="{song_detail.VIDEO_URL}" flashvars="file={song_detail.SONG_URL}&image={song_detail.U_IMG}&shuffleOnLoad=no" loop="false" allowfullscreen="true" menu="false" quality="high" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" scale="noscale" salign="lt" name="flvplayer" align="center" bgcolor="000000" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </div> <!-- ENDIF --> <!-- IF song_detail.S_ROW_TYPE eq MOD --> <div class="wordtube playlist2" id="WT999"> <object width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" id="WT999"> <a href="{song_detail.U_SONG_PAGE}"><img src="{song_detail.U_IMG}" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" alt="To play go to music page." title="{song_detail.SONG_TITLE}" /></a> <param name="allowScriptAccess" value="always" /> <param name="movie" value="{song_detail.VIDEO_URL}" /> <param name="modfile" value="{song_detail.SONG_URL}" /> <param name="bufferlength" value="5" /> <param name="allowfullscreen" value="true" /> <param name="scale" value="noscale" /> <param name="salign" value="lt" /> </object> </div> <!-- ENDIF --> <!-- IF song_detail.S_ROW_TYPE eq XMOD --> <div class="wordtube playlist2" id="WT999"> <OBJECT id="wmp" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" style="background: url('{song_detail.U_IMG}');" classid="CLSID:06DD38D3-D187-11CF-A80D-00C04FD74AD8" type="application/x-oleobject"> <PARAM NAME="URL" VALUE="{song_detail.SONG_URL}" /> <PARAM NAME="AutoStart" VALUE="false" /> <PARAM NAME="ShowControls" VALUE="1" /> <PARAM NAME="ShowStatusBar" VALUE="1" /> <PARAM NAME="AutoSize" VALUE="0" /> <PARAM NAME="width" VALUE="{song_detail.WIDTH}" /> <PARAM NAME="height" VALUE="{song_detail.WIDTH}" /> <PARAM NAME="SendPlayStateChangeEvents" VALUE="True" /> <PARAM name="uiMode" value="none" /> <PARAM name="PlayCount" value="9999" /> <EMBED id="wmp" name="wmp" TYPE="application/x-mod" SRC="{song_detail.SONG_URL}" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" autostart="false" autonext="true" /> </OBJECT> </div> <!-- ENDIF --> <!-- IF song_detail.S_ROW_TYPE eq RAM --> <embed src="{song_detail.SONG_URL}" align="center" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" type="audio/x-pn-realaudio-plugin" console="cons" controls="ControlPanel" autostart="false"></embed> <!-- ENDIF --> <!-- IF song_detail.S_ROW_TYPE eq QT --> <object id="qt" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}"> <param name="qtsrc" value="{song_detail.SONG_URL}"> <param name="autoplay" value="false"> <param name="loop" value="false"> <param name="controller" value="true"> <param name="kioskmode" value="true"> <param name="cache" value="false"> <embed src="templates/subSilver/images/uneedqt41.jpg" qtsrc="{song_detail.SONG_URL}" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" controller="true" loop="false" autoplay="false" kioskmode="true" cache="false"> </embed> </object> <!-- ENDIF --> <!-- IF song_detail.S_ROW_TYPE eq IMG --> <a href="javascript:void(0);" onClick="window.open('<!-- IF song_detail.SONG_FULL_URL is even -->{song_detail.SONG_FULL_URL}<!-- ELSE -->{song_detail.SONG_URL}<!-- ENDIF -->','','scrollbars=yes,resizable=no,width=810,height=610')"><img src="<!-- IF song_detail.SONG_THUMB_URL is even -->{song_detail.SONG_THUMB_URL}<!-- ELSE -->{song_detail.SONG_URL}<!-- ENDIF -->" id="image" type="image" border="1"></a> <!-- ENDIF --> </td> </tr> <tr> <td width="31%" align="center" class="catBottom" height="28"><span class="gen">{L_SONG_TITLE}</span></td> <td width="15%" align="center" class="catBottom" height="28"><span class="gen">{L_SINGER} </span></td> <td width="25%" align="center" class="catBottom" height="28"><span class="gen">{L_POSTED} </span></td> <td width="6%" align="center" class="catBottom" height="28"><span class="gen">{L_VIEW} </span></td> <td width="8%" align="center" class="catBottom" height="28"><span class="gen">{L_RATING} </span></td> <td width="10%" align="center" class="catBottom" height="28"><span class="gen">{L_COMMENTS} </span></td> <td width="5%" align="center" class="catBottom" height="28"> </td> </tr> <tr> <td width="31%" align="center" class="row2"><span class="genmed">{songrow.song_detail.TITLE} </span></td> <td width="15%" align="center" class="row1"><span class="genmed">{songrow.song_detail.SINGER}</span></td> <td width="25%" align="center" class="row2"><span class="gensmall">{songrow.song_detail.POSTER}<BR>{songrow.song_detail.TIME}</span></td> <td width="6%" align="center" class="row1"><span class="gensmall">{songrow.song_detail.VIEW}</span></td> <td width="8%" align="center" class="row2"><span class="gensmall">{songrow.song_detail.RATING}</span></td> <td width="10%" align="center" class="row1"><span class="gensmall">{songrow.song_detail.COMMENTS}</span></td> <td width="5%" align="center" class="row2"><span class="gensmall">{songrow.song_detail.EDIT}<BR /> {songrow.song_detail.DELETE}<BR /> {songrow.song_detail.LOCK}<BR /> {songrow.song_detail.MOVE}</span></td> </tr> </table> </td> <!-- ENDIF --> <!-- END song_detail --> </tr> <!-- END songrow --> </table> </div></div></div> <span class="corners-bottom"><span></span></span> </div></div> <br clear="all" /> <table width="100%" cellspacing="2" border="0" cellpadding="2"> <tr> <td> <!-- BEGIN enable_soung_upload --> <a href="{U_UPLOAD_SONG}"><img src="{UPLOAD_SONG_IMG}" border="0" alt="{L_UPLOAD_SONG}" title="{L_UPLOAD_SONG}" /></a> <!-- END enable_soung_upload --> </td> <td class="nav" width="100%"> <span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_MUSIC}">{L_MUSIC}</a> {U_NAV_CAT_PARENT} {NAV_SEP} <a class="nav" href="{U_VIEW_CAT}">{CAT_TITLE}</a> {NAV_CAT_DESC} </span> </td> <td align="right" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /> <span class="nav">{PAGINATION}</span></td> </tr> <tr> <td colspan="3"><span class="nav">{PAGE_NUMBER}</span></td> </tr> </table> </form> <br clear="all" /> <!-- ENDIF --> <div class="navbar"> <div class="inner"><span class="corners-top"><span></span></span> <form method="post" action="{S_MUSIC_LIST}"> <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> <td class="row2 bg2" align="center" height="28"> <span class="gensmall">{L_SEARCH_SONGS} <fieldset> <input class="inputbox search tiny post" type="text" name="search" id="search_keywords" size="30" /> <select name="search_cond"> <option value='title'>{L_SONG_TITLE}</option> <option value='singer'>{L_SINGER}</option> <option value='poster'>{L_POSTER}</option> </select> <input class="liteoption button2" type="submit" name="submit" value="{L_SEARCH}" /> <!-- input type="hidden" value="{MUSIC_ID}" name="mid[]" / --> </fieldset> </span> </td> </tr> </table> </form> <span class="corners-bottom"><span></span></span></div> </div> <!-- BEGIN switch_user_logged_out --> <div class="login-box"> <div class="inner"><span class="corners-top"><span></span></span> <form method="post" action="{S_LOGIN_ACTION}"> <table width="100%" cellpadding="2" cellspacing="0" border="0" class="forumline"> <tr> <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td> </tr> <tr> <td class="row1" align="center" height="28"><span class="gensmall">{L_USERNAME}: <input class="post " type="text" name="username" size="10" /> {L_PASSWORD}: <input class="post" type="password" name="password" size="10" /> {L_AUTO_LOGIN} <input class="text" type="checkbox" name="autologin" /> <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /> <input type="hidden" name="redirect" value="{U_MUSIC}" /> </span> </td> </tr> </table> </form> <span class="corners-bottom"><span></span></span></div> </div> <!-- END switch_user_logged_out --> <br clear="all" /> <!-- Do not remove my copyright notice and keep visible with its original content! --> {MUSIC_COPYRIGHT} |
|
From: Florin C B. <ory...@us...> - 2013-04-08 05:44:40
|
Update of /cvsroot/mxbb/mx_music/cache In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31999/cache Log Message: Directory /cvsroot/mxbb/mx_music/cache added to the repository |
|
From: Florin C B. <ory...@us...> - 2013-04-08 03:39:16
|
Update of /cvsroot/mxbb/mx_music/music_box/language/lang_romanian In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25760 Modified Files: lang_admin.php lang_main.php Log Message: Module Upgraded to oO Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/language/lang_romanian/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 21 Mar 2008 20:18:43 -0000 1.1 --- lang_main.php 8 Apr 2013 03:39:14 -0000 1.2 *************** *** 10,14 **** /* ! Translation: Românã (Romanian) Rev date: September 02, 2006 Copyright: (C) 2006 Romanian phpBB online community - http://www.phpbb.ro/ --- 10,14 ---- /* ! Translation: RomânÄ (Romanian) Rev date: September 02, 2006 Copyright: (C) 2006 Romanian phpBB online community - http://www.phpbb.ro/ *************** *** 24,28 **** // Music Index // ! $lang['Music_Online'] = 'Muzicã'; $lang['Songs'] = 'Melodii'; $lang['Cat_Views'] = 'Board Views'; --- 24,28 ---- // Music Index // ! $lang['Music_Online'] = 'MuzicÄ'; $lang['Songs'] = 'Melodii'; $lang['Cat_Views'] = 'Board Views'; *************** *** 33,40 **** $lang['Top_Songs'] = 'Top melodii'; $lang['Recent_Songs'] = 'Melodii recente'; ! $lang['Song_Limit'] = 'Limitã de melodii'; $lang['Nav_Separator'] = ' » '; ! $lang['View'] = 'Ascultã'; $lang['Singer'] = 'Solist'; --- 33,40 ---- $lang['Top_Songs'] = 'Top melodii'; $lang['Recent_Songs'] = 'Melodii recente'; ! $lang['Song_Limit'] = 'LimitÄ de melodii'; $lang['Nav_Separator'] = ' » '; ! $lang['View'] = 'AscultÄ'; $lang['Singer'] = 'Solist'; *************** *** 42,47 **** // Category View // ! $lang['Category_not_exist'] = 'Aceastã categorie nu existã'; ! $lang['Upload_Song'] = 'Uploadeazã melodie'; $lang['Song_Title'] = 'Numele melodiei'; $lang['Pic_Title'] = 'Numele imaginii'; --- 42,47 ---- // Category View // ! $lang['Category_not_exist'] = 'AceastÄ categorie nu existÄ'; ! $lang['Upload_Song'] = 'UploadeazÄ melodie'; $lang['Song_Title'] = 'Numele melodiei'; $lang['Pic_Title'] = 'Numele imaginii'; *************** *** 49,57 **** $lang['Category_pics'] = 'Vezi Imaginile din categorie'; $lang['Images'] = 'Imagini'; ! $lang['Category_songs'] = 'Vezi Videos ºi Media din categorie'; $lang['Media'] = 'Media'; ! $lang['Edit_song'] = 'Editeazã'; ! $lang['Delete_song'] = 'ªterge'; $lang['Rating'] = 'Rating'; $lang['Comments'] = 'Comentarii'; --- 49,57 ---- $lang['Category_pics'] = 'Vezi Imaginile din categorie'; $lang['Images'] = 'Imagini'; ! $lang['Category_songs'] = 'Vezi Videos Åi Media din categorie'; $lang['Media'] = 'Media'; ! $lang['Edit_song'] = 'EditeazÄ'; ! $lang['Delete_song'] = 'Återge'; $lang['Rating'] = 'Rating'; $lang['Comments'] = 'Comentarii'; *************** *** 64,107 **** // $lang['Song_url'] = 'Adresa catre melodie'; ! $lang['Song_Desc'] = 'Versurile cântecului'; $lang['Plain_text_only'] = 'Numai text plan'; ! $lang['Max_length'] = 'Dimensiunea maximã (bytes)'; ! $lang['Upload_song_from_machine'] = 'Uploadeazã melodie din PC-ul tãu'; ! $lang['Upload_to_Category'] = 'Uploadeazã cãtre categorie'; $lang['Upload_no_title'] = 'Ai uitat sa precizezi numele melodiei'; ! $lang['Upload_no_file'] = 'Trebuie sa precizati calea cãtre melodie'; ! $lang['Upload_both_file'] = 'Puteþi alege doar o singura cale: Upload sau Adresa cãtre melodie'; ! $lang['Desc_too_long'] = 'Versurile melodiei depãseste numarul maxim de caractere'; ! $lang['Max_file_size'] = 'Dimensiunea maximã a unei melodii (bytes)'; ! $lang['Allowed_file'] = 'Aceste fiºiere sunt permise'; ! $lang['Music_reached_quota'] = 'Aceastã categorie a atins numãrul maxim de melodii. Acum nu mai poþi uploada melodii. Contacteazã administratorii pentru mai multe informaþii'; ! $lang['User_reached_songs_quota'] = 'Ai atins numãrul maxim de melodii pe care le poþi uploada. Acum nu mai poþi uploada melodii. Contacteazã administratorii pentru mai multe informaþii'; ! $lang['Bad_upload_file_size'] = 'Melodia uploadatã de tine este coruptã sau depãseste dimensiunea maxima'; ! $lang['Not_allowed_file_type'] = 'Extensia fiºierului tãu nu e permisã'; $lang['Missed_song_title'] = 'Nu ai precizat numele melodiei'; ! $lang['Missed_song_url'] = 'Nu ai precizat adresa cãtre melodie'; ! $lang['Music_upload_successful'] = 'Melodia ta a fost uploadatã cu succes'; ! $lang['Music_upload_need_approval'] = 'Melodia ta a fost uploadatã cu succes.<br /><br />Dar facilitatea Aprobarea Melodiei este activatã, aºa cã trebuie ca melodia ta sa fie aprobatã de un administrator sau de un moderator înainte de a fi postatã'; ! $lang['Click_return_category'] = 'Click %saici%s pentru a te întoarce la categorie'; ! $lang['Click_return_music_index'] = 'Click %saici%s pentru a te întoarce la Pagina de Muzicã Online'; // View song ! $lang['Song_not_exist'] = 'Aceastã melodie nu existã'; // Edit song ! $lang['Edit_Song_Info'] = 'Editeazã informaþiile melodiei'; ! $lang['Songs_updated_successfully'] = 'Informaþiile melodiei au fost actualizate cu succes'; // Delete song ! $lang['Music_delete_confirm'] = 'Eºti sigur cã vrei sã ºtergi aceasta(aceste) melodie(melodii)?'; ! $lang['Songs_deleted_successfully'] = 'Aceasta(aceste) melodie(melodii) a(au) fost ºterse cu succes'; // --- 64,107 ---- // $lang['Song_url'] = 'Adresa catre melodie'; ! $lang['Song_Desc'] = 'Versurile cântecului'; $lang['Plain_text_only'] = 'Numai text plan'; ! $lang['Max_length'] = 'Dimensiunea maximÄ (bytes)'; ! $lang['Upload_song_from_machine'] = 'UploadeazÄ melodie din PC-ul tÄu'; ! $lang['Upload_to_Category'] = 'UploadeazÄ cÄtre categorie'; $lang['Upload_no_title'] = 'Ai uitat sa precizezi numele melodiei'; ! $lang['Upload_no_file'] = 'Trebuie sa precizati calea cÄtre melodie'; ! $lang['Upload_both_file'] = 'PuteÅ£i alege doar o singura cale: Upload sau Adresa cÄtre melodie'; ! $lang['Desc_too_long'] = 'Versurile melodiei depÄseste numarul maxim de caractere'; ! $lang['Max_file_size'] = 'Dimensiunea maximÄ a unei melodii (bytes)'; ! $lang['Allowed_file'] = 'Aceste fiÅiere sunt permise'; ! $lang['Music_reached_quota'] = 'AceastÄ categorie a atins numÄrul maxim de melodii. Acum nu mai poÅ£i uploada melodii. ContacteazÄ administratorii pentru mai multe informaÅ£ii'; ! $lang['User_reached_songs_quota'] = 'Ai atins numÄrul maxim de melodii pe care le poÅ£i uploada. Acum nu mai poÅ£i uploada melodii. ContacteazÄ administratorii pentru mai multe informaÅ£ii'; ! $lang['Bad_upload_file_size'] = 'Melodia uploadatÄ de tine este coruptÄ sau depÄseste dimensiunea maxima'; ! $lang['Not_allowed_file_type'] = 'Extensia fiÅierului tÄu nu e permisÄ'; $lang['Missed_song_title'] = 'Nu ai precizat numele melodiei'; ! $lang['Missed_song_url'] = 'Nu ai precizat adresa cÄtre melodie'; ! $lang['Music_upload_successful'] = 'Melodia ta a fost uploadatÄ cu succes'; ! $lang['Music_upload_need_approval'] = 'Melodia ta a fost uploadatÄ cu succes.<br /><br />Dar facilitatea Aprobarea Melodiei este activatÄ, aÅa cÄ trebuie ca melodia ta sa fie aprobatÄ de un administrator sau de un moderator înainte de a fi postatÄ'; ! $lang['Click_return_category'] = 'Click %saici%s pentru a te întoarce la categorie'; ! $lang['Click_return_music_index'] = 'Click %saici%s pentru a te întoarce la Pagina de MuzicÄ Online'; // View song ! $lang['Song_not_exist'] = 'AceastÄ melodie nu existÄ'; // Edit song ! $lang['Edit_Song_Info'] = 'EditeazÄ informaÅ£iile melodiei'; ! $lang['Songs_updated_successfully'] = 'InformaÅ£iile melodiei au fost actualizate cu succes'; // Delete song ! $lang['Music_delete_confirm'] = 'EÅti sigur cÄ vrei sÄ Återgi aceasta(aceste) melodie(melodii)?'; ! $lang['Songs_deleted_successfully'] = 'Aceasta(aceste) melodie(melodii) a(au) fost Återse cu succes'; // *************** *** 109,121 **** // $lang['Approval'] = 'Aprobare'; ! $lang['Approve'] = 'Aprobã'; ! $lang['Unapprove'] = 'Dezaprobã'; $lang['Status'] = 'Statut'; ! $lang['Locked'] = 'Închis'; $lang['Not_approved'] = 'Nu este aprobat'; $lang['Approved'] = 'Aprobat'; ! $lang['Move_to_Category'] = 'Mutã la Categorie'; $lang['Songs_moved_successfully'] = 'Melodiile tale au fost mutate cu succes'; ! $lang['Songs_locked_successfully'] = 'Melodiile tale au fost închise cu succes'; $lang['Songs_unlocked_successfully'] = 'Melodiile tale au fost deschise cu succes'; $lang['Songs_approved_successfully'] = 'Melodiile tale au fost aprobate cu succes'; --- 109,121 ---- // $lang['Approval'] = 'Aprobare'; ! $lang['Approve'] = 'AprobÄ'; ! $lang['Unapprove'] = 'DezaprobÄ'; $lang['Status'] = 'Statut'; ! $lang['Locked'] = 'Ãnchis'; $lang['Not_approved'] = 'Nu este aprobat'; $lang['Approved'] = 'Aprobat'; ! $lang['Move_to_Category'] = 'MutÄ la Categorie'; $lang['Songs_moved_successfully'] = 'Melodiile tale au fost mutate cu succes'; ! $lang['Songs_locked_successfully'] = 'Melodiile tale au fost închise cu succes'; $lang['Songs_unlocked_successfully'] = 'Melodiile tale au fost deschise cu succes'; $lang['Songs_approved_successfully'] = 'Melodiile tale au fost aprobate cu succes'; *************** *** 125,132 **** // Rate // ! $lang['Current_Rating'] = 'Nota curentã'; ! $lang['Please_Rate_It'] = 'Voteazã'; ! $lang['Already_rated'] = 'Ai votat deja aceastã melodie'; ! $lang['Music_rate_successfully'] = 'Melodia ta a fost votatã cu succes'; // --- 125,132 ---- // Rate // ! $lang['Current_Rating'] = 'Nota curentÄ'; ! $lang['Please_Rate_It'] = 'VoteazÄ'; ! $lang['Already_rated'] = 'Ai votat deja aceastÄ melodie'; ! $lang['Music_rate_successfully'] = 'Melodia ta a fost votatÄ cu succes'; // *************** *** 134,140 **** // $lang['Comment_no_text'] = 'Scrie comentariul'; ! $lang['Comment_too_long'] = 'Comentariul tãu e prea lung'; ! $lang['Comment_delete_confirm'] = 'Eºti sigur cã vrei sã ºtergi acest comentariu?'; ! $lang['Song_Locked'] = 'Scuze, aceastã melodie a fost închisã. Deci nu mai puteþi posta comentarii'; // --- 134,140 ---- // $lang['Comment_no_text'] = 'Scrie comentariul'; ! $lang['Comment_too_long'] = 'Comentariul tÄu e prea lung'; ! $lang['Comment_delete_confirm'] = 'EÅti sigur cÄ vrei sÄ Återgi acest comentariu?'; ! $lang['Song_Locked'] = 'Scuze, aceastÄ melodie a fost închisÄ. Deci nu mai puteÅ£i posta comentarii'; // *************** *** 152,173 **** // Search Song // ! $lang['Search_song'] = 'Cautã melodii'; // auth_key ! $lang['Music_view_can'] = '<b>Poþi</b> vizualiza melodii în aceastã categorie'; ! $lang['Music_view_cannot'] = '<b>Nu poþi</b> vizualiza melodii în aceastã categorie'; ! $lang['Music_upload_can'] = '<b>Poþi</b> uploada noi melodii în aceastã categorie'; ! $lang['Music_upload_cannot'] = '<b>Nu poþi</b> uploada noi melodii în aceastã categorie'; ! $lang['Music_download_can'] = '<b>Poþi</b> downloada melodii în aceastã categorie'; ! $lang['Music_download_cannot'] = '<b>Nu poþi</b> downloada melodii în aceastã categorie'; ! $lang['Music_rate_can'] = '<b>Poþi</b> vota melodii în aceastã categorie'; ! $lang['Music_rate_cannot'] = '<b>Nu poþi</b> vota melodii în aceastã categorie'; ! $lang['Music_comment_can'] = '<b>Poþi</b> adãuga comentarii melodiilor din aceastã categorie'; ! $lang['Music_comment_cannot'] = '<b>Nu poþi</b> adãuga comentarii melodiilor din aceastã categorie'; ! $lang['Music_edit_can'] = '<b>Poþi</b> edita melodiile tale ºi comentariile acestora din aceastã categorie'; ! $lang['Music_edit_cannot'] = '<b>Nu poþi</b> edita melodiile tale ºi comentariile acestora din aceastã categorie'; ! $lang['Music_delete_can'] = '<b>Poþi</b> ºterge melodiile tale ºi comentariile acestora din aceastã categorie'; ! $lang['Music_delete_cannot'] = '<b>Nu poþi</b> ºterge melodiile tale ºi comentariile din aceastã categorie'; ! $lang['Music_moderate_can'] = '<b>Poþi</b> %smodera%s aceastã categorie'; ?> \ No newline at end of file --- 152,173 ---- // Search Song // ! $lang['Search_song'] = 'CautÄ melodii'; // auth_key ! $lang['Music_view_can'] = '<b>PoÅ£i</b> vizualiza melodii în aceastÄ categorie'; ! $lang['Music_view_cannot'] = '<b>Nu poÅ£i</b> vizualiza melodii în aceastÄ categorie'; ! $lang['Music_upload_can'] = '<b>PoÅ£i</b> uploada noi melodii în aceastÄ categorie'; ! $lang['Music_upload_cannot'] = '<b>Nu poÅ£i</b> uploada noi melodii în aceastÄ categorie'; ! $lang['Music_download_can'] = '<b>PoÅ£i</b> downloada melodii în aceastÄ categorie'; ! $lang['Music_download_cannot'] = '<b>Nu poÅ£i</b> downloada melodii în aceastÄ categorie'; ! $lang['Music_rate_can'] = '<b>PoÅ£i</b> vota melodii în aceastÄ categorie'; ! $lang['Music_rate_cannot'] = '<b>Nu poÅ£i</b> vota melodii în aceastÄ categorie'; ! $lang['Music_comment_can'] = '<b>PoÅ£i</b> adÄuga comentarii melodiilor din aceastÄ categorie'; ! $lang['Music_comment_cannot'] = '<b>Nu poÅ£i</b> adÄuga comentarii melodiilor din aceastÄ categorie'; ! $lang['Music_edit_can'] = '<b>PoÅ£i</b> edita melodiile tale Åi comentariile acestora din aceastÄ categorie'; ! $lang['Music_edit_cannot'] = '<b>Nu poÅ£i</b> edita melodiile tale Åi comentariile acestora din aceastÄ categorie'; ! $lang['Music_delete_can'] = '<b>PoÅ£i</b> Återge melodiile tale Åi comentariile acestora din aceastÄ categorie'; ! $lang['Music_delete_cannot'] = '<b>Nu poÅ£i</b> Återge melodiile tale Åi comentariile din aceastÄ categorie'; ! $lang['Music_moderate_can'] = '<b>PoÅ£i</b> %smodera%s aceastÄ categorie'; ?> \ No newline at end of file Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/language/lang_romanian/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 21 Mar 2008 20:18:43 -0000 1.1 --- lang_admin.php 8 Apr 2013 03:39:14 -0000 1.2 *************** *** 19,23 **** /* ! Translation: Românã (Romanian) Rev date: September 02, 2006 Copyright: (C) 2006 Romanian phpBB online community - http://www.phpbb.ro/ --- 19,23 ---- /* ! Translation: RomânÄ (Romanian) Rev date: September 02, 2006 Copyright: (C) 2006 Romanian phpBB online community - http://www.phpbb.ro/ *************** *** 61,115 **** // Configuration // ! $lang['Music_config'] = 'Configuraþia Melodiilor'; ! $lang['Music_config_explain'] = 'Aici poþi schimba setãrile generale Music Online-ului instalat pe forumul tãu'; ! $lang['Music_config_updated'] = 'Configuraþia Melodiilor a fost actualizatã cu succes'; ! $lang['Click_return_music_config'] = 'Click %saici%s pentru a te întoarce la Configuraþia Melodiilor'; ! $lang['Max_songs'] = 'Numãrul maxim de melodii pentru fiecare categorie (-1 = nelimitat)'; $lang['User_songs_limit'] = 'Limita de melodii pe fiecare categorie pentru fiecare membru (-1 = nelimitat)'; $lang['Moderator_songs_limit'] = 'Limita de melodii pe fiecare categorie pentru fiecare moderator (-1 = nelimitat)'; $lang['Songs_Approval'] = 'Aprobarea melodiilor'; ! $lang['Rows_per_page'] = 'Numãrul de rânduri'; ! $lang['Cols_per_page'] = 'Numãrul de coloane'; ! $lang['Rows_per_page_music_pic_cat'] = 'Numãrul de rânduri în subcategorie virtualã de imagini'; ! $lang['Cols_per_page_music_pic_cat'] = 'Numãrul de coloane în subcategorie virtualã de imagini'; ! $lang['Rows_per_page_music_media_cat'] = 'Number of rows în subcategorie virtualã media'; ! $lang['Cols_per_page_music_media_cat'] = 'Number of columns în subcategorie virtualã media'; ! $lang['Top'] = 'Numãrul de melodii pe lista Top Melodii'; ! $lang['Song_Desc_Max_Length'] = 'Lungimea maximã a versurilor/comentariilor melodiilor (bytes)'; $lang['Hotlink_prevent'] = 'Prevenire HotLink'; ! $lang['Hotlink_allowed'] = 'Domenii acceptate pentru hotlink (separate printr-o virgulã)'; $lang['Rate_system'] = 'Activare sistemul de votare'; $lang['Rate_Scale'] =' Scala notelor (pentru rating)'; ! $lang['Comment_system'] = 'Activeazã sistemul pentru comentarii'; ! $lang['Download_system'] = 'Activeazã sistemul pentru download'; ! $lang['Extra_Settings'] = 'Setãri suplimentare'; ! $lang['Default_Sort_Method'] = 'Metoda implicitã de sortare'; ! $lang['Default_Sort_Order'] = 'Ordinea implicitã de sortare'; //Index $lang['Music_Index_Settings'] = 'Music Index'; ! $lang['Show_Index_Subcats'] = 'Aratã subcategorii în index'; // // Categories // ! $lang['Music_Categories_Title'] = 'Configuraþia Categoriilor de Melodii'; ! $lang['Music_Categories_Explain'] = 'În aceastã secþiune îþi poþi conduce categoriile: creazã, modificã, ºterge, sorteazã, etc.'; $lang['Category_Permissions'] = 'Permisiunile Categoriilor'; $lang['Category_Title'] = 'Titlul Categoriei'; $lang['Category_Desc'] = 'Descrierea Categoriei'; ! $lang['View_level'] = 'Nivelul de vizualizãri'; $lang['Upload_level'] = 'Nivelul de upload'; $lang['Rate_level'] = 'Nivelul de votare'; $lang['Comment_level'] = 'Nivelul de comentarii'; $lang['Edit_level'] = ' Nivelul de editare'; ! $lang['Delete_level'] = 'Nivelul de ºtergere'; ! $lang['New_category_created'] = 'Categoria a fost creatã cu succes'; ! $lang['Click_return_music_category'] = 'Click %saici%s pentru a te intoarce la Configuraþia Categoriilor de Melodii'; ! $lang['Category_updated'] = 'Categoria a fost actualizatã cu succes'; ! $lang['Delete_Category'] = 'ºterge categoria'; ! $lang['Delete_Category_Explain'] = 'Formularul de mai jos îþi vã permite sã ºtergi o categorie ºi sã decizi unde vrei sã pui melodiile pe care le conþine categoria respectivã'; ! $lang['Delete_all_songs'] = 'ºterge toate melodiile'; ! $lang['Category_deleted'] = 'Categoria a fost ºtearsã cu succes'; $lang['Category_changed_order'] = 'Categoria s-a mutat cu succes'; $lang['Create_music'] = 'Create new music'; --- 61,115 ---- // Configuration // ! $lang['Music_config'] = 'ConfiguraÅ£ia Melodiilor'; ! $lang['Music_config_explain'] = 'Aici poÅ£i schimba setÄrile generale Music Online-ului instalat pe forumul tÄu'; ! $lang['Music_config_updated'] = 'ConfiguraÅ£ia Melodiilor a fost actualizatÄ cu succes'; ! $lang['Click_return_music_config'] = 'Click %saici%s pentru a te întoarce la ConfiguraÅ£ia Melodiilor'; ! $lang['Max_songs'] = 'NumÄrul maxim de melodii pentru fiecare categorie (-1 = nelimitat)'; $lang['User_songs_limit'] = 'Limita de melodii pe fiecare categorie pentru fiecare membru (-1 = nelimitat)'; $lang['Moderator_songs_limit'] = 'Limita de melodii pe fiecare categorie pentru fiecare moderator (-1 = nelimitat)'; $lang['Songs_Approval'] = 'Aprobarea melodiilor'; ! $lang['Rows_per_page'] = 'NumÄrul de rânduri'; ! $lang['Cols_per_page'] = 'NumÄrul de coloane'; ! $lang['Rows_per_page_music_pic_cat'] = 'NumÄrul de rânduri în subcategorie virtualÄ de imagini'; ! $lang['Cols_per_page_music_pic_cat'] = 'NumÄrul de coloane în subcategorie virtualÄ de imagini'; ! $lang['Rows_per_page_music_media_cat'] = 'Number of rows în subcategorie virtualÄ media'; ! $lang['Cols_per_page_music_media_cat'] = 'Number of columns în subcategorie virtualÄ media'; ! $lang['Top'] = 'NumÄrul de melodii pe lista Top Melodii'; ! $lang['Song_Desc_Max_Length'] = 'Lungimea maximÄ a versurilor/comentariilor melodiilor (bytes)'; $lang['Hotlink_prevent'] = 'Prevenire HotLink'; ! $lang['Hotlink_allowed'] = 'Domenii acceptate pentru hotlink (separate printr-o virgulÄ)'; $lang['Rate_system'] = 'Activare sistemul de votare'; $lang['Rate_Scale'] =' Scala notelor (pentru rating)'; ! $lang['Comment_system'] = 'ActiveazÄ sistemul pentru comentarii'; ! $lang['Download_system'] = 'ActiveazÄ sistemul pentru download'; ! $lang['Extra_Settings'] = 'SetÄri suplimentare'; ! $lang['Default_Sort_Method'] = 'Metoda implicitÄ de sortare'; ! $lang['Default_Sort_Order'] = 'Ordinea implicitÄ de sortare'; //Index $lang['Music_Index_Settings'] = 'Music Index'; ! $lang['Show_Index_Subcats'] = 'AratÄ subcategorii în index'; // // Categories // ! $lang['Music_Categories_Title'] = 'ConfiguraÅ£ia Categoriilor de Melodii'; ! $lang['Music_Categories_Explain'] = 'Ãn aceastÄ secÅ£iune îţi poÅ£i conduce categoriile: creazÄ, modificÄ, Återge, sorteazÄ, etc.'; $lang['Category_Permissions'] = 'Permisiunile Categoriilor'; $lang['Category_Title'] = 'Titlul Categoriei'; $lang['Category_Desc'] = 'Descrierea Categoriei'; ! $lang['View_level'] = 'Nivelul de vizualizÄri'; $lang['Upload_level'] = 'Nivelul de upload'; $lang['Rate_level'] = 'Nivelul de votare'; $lang['Comment_level'] = 'Nivelul de comentarii'; $lang['Edit_level'] = ' Nivelul de editare'; ! $lang['Delete_level'] = 'Nivelul de Återgere'; ! $lang['New_category_created'] = 'Categoria a fost creatÄ cu succes'; ! $lang['Click_return_music_category'] = 'Click %saici%s pentru a te intoarce la ConfiguraÅ£ia Categoriilor de Melodii'; ! $lang['Category_updated'] = 'Categoria a fost actualizatÄ cu succes'; ! $lang['Delete_Category'] = 'Återge categoria'; ! $lang['Delete_Category_Explain'] = 'Formularul de mai jos îţi vÄ permite sÄ Återgi o categorie Åi sÄ decizi unde vrei sÄ pui melodiile pe care le conÅ£ine categoria respectivÄ'; ! $lang['Delete_all_songs'] = 'Återge toate melodiile'; ! $lang['Category_deleted'] = 'Categoria a fost ÅtearsÄ cu succes'; $lang['Category_changed_order'] = 'Categoria s-a mutat cu succes'; $lang['Create_music'] = 'Create new music'; *************** *** 120,126 **** // $lang['Music_Auth_Title'] = 'Permisiuni'; ! $lang['Music_Auth_Explain'] = 'Aici poþi alege ce grupuri pot deveni moderator pentru fiecare categorie de muzicã sau sã aibã doar acces privat'; ! $lang['Select_a_Category'] = 'Selecteazã o categorie'; ! $lang['Look_up_Category'] = 'Vezi aceastã categorie'; $lang['Music_Auth_successfully'] = 'Permisiunile au fost actualizate cu succes'; $lang['Click_return_music_auth'] = 'Click %saici%s pentru a te intoarce la Permisiuni'; --- 120,126 ---- // $lang['Music_Auth_Title'] = 'Permisiuni'; ! $lang['Music_Auth_Explain'] = 'Aici poÅ£i alege ce grupuri pot deveni moderator pentru fiecare categorie de muzicÄ sau sÄ aibÄ doar acces privat'; ! $lang['Select_a_Category'] = 'SelecteazÄ o categorie'; ! $lang['Look_up_Category'] = 'Vezi aceastÄ categorie'; $lang['Music_Auth_successfully'] = 'Permisiunile au fost actualizate cu succes'; $lang['Click_return_music_auth'] = 'Click %saici%s pentru a te intoarce la Permisiuni'; *************** *** 131,147 **** //Allowed File Types ! $lang['MP3_allowed'] = 'MP3 Acceptatã'; ! $lang['WAV_allowed'] = 'WAV Acceptatã'; ! $lang['WMA_allowed'] = 'WMA Acceptatã'; ! $lang['WMV_allowed'] = 'WMV Acceptatã'; ! $lang['MIDI_allowed'] = 'MIDI Acceptatã'; ! $lang['RAM_allowed'] = 'RAM Acceptatã'; ! $lang['AU_allowed'] = 'AU Acceptatã'; ! $lang['MPEG_allowed'] = 'MPEG Acceptatã'; ! $lang['AVI_allowed'] = 'AVI Acceptatã'; ! $lang['SWF_allowed'] = 'SWF Acceptatã'; ! $lang['QT_allowed'] = 'QT Acceptatã'; ! $lang['FLV_allowed'] = 'FLV Acceptatã'; ! $lang['RM_allowed'] = 'RM Acceptatã'; $lang['IMG_allowed'] = 'JPG, GIF and PNG Acceptate'; --- 131,147 ---- //Allowed File Types ! $lang['MP3_allowed'] = 'MP3 AcceptatÄ'; ! $lang['WAV_allowed'] = 'WAV AcceptatÄ'; ! $lang['WMA_allowed'] = 'WMA AcceptatÄ'; ! $lang['WMV_allowed'] = 'WMV AcceptatÄ'; ! $lang['MIDI_allowed'] = 'MIDI AcceptatÄ'; ! $lang['RAM_allowed'] = 'RAM AcceptatÄ'; ! $lang['AU_allowed'] = 'AU AcceptatÄ'; ! $lang['MPEG_allowed'] = 'MPEG AcceptatÄ'; ! $lang['AVI_allowed'] = 'AVI AcceptatÄ'; ! $lang['SWF_allowed'] = 'SWF AcceptatÄ'; ! $lang['QT_allowed'] = 'QT AcceptatÄ'; ! $lang['FLV_allowed'] = 'FLV AcceptatÄ'; ! $lang['RM_allowed'] = 'RM AcceptatÄ'; $lang['IMG_allowed'] = 'JPG, GIF and PNG Acceptate'; |
|
From: Florin C B. <ory...@us...> - 2013-04-08 03:24:20
|
Update of /cvsroot/mxbb/mx_calsnails In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24867 Modified Files: db_install.php db_upgrade.php Log Message: Module Upgraded to oO Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/db_install.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** db_install.php 3 Apr 2013 10:56:50 -0000 1.33 --- db_install.php 8 Apr 2013 03:24:18 -0000 1.34 *************** *** 31,35 **** } ! $mx_module_version = '2.9.1'; $mx_module_copy = 'Original phpBB <i>Calendar LITE</i> MOD by <a href="http://www.snailsource.com/" target="_blank">Martin</a> :: Adapted for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; --- 31,35 ---- } ! $mx_module_version = '2.9.2'; $mx_module_copy = 'Original phpBB <i>Calendar LITE</i> MOD by <a href="http://www.snailsource.com/" target="_blank">Martin</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_calsnails/db_upgrade.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** db_upgrade.php 3 Apr 2013 10:56:50 -0000 1.26 --- db_upgrade.php 8 Apr 2013 03:24:18 -0000 1.27 *************** *** 31,35 **** } ! $mx_module_version = '2.9.1'; $mx_module_copy = 'Original phpBB <i>Calendar Advance</i> MOD by <a href="http://www.snailsource.com/" target="_blank">Martin</a> :: Adapted for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; --- 31,35 ---- } ! $mx_module_version = '2.9.2'; $mx_module_copy = 'Original phpBB <i>Calendar Advance</i> MOD by <a href="http://www.snailsource.com/" target="_blank">Martin</a> :: Adapted for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; |
|
From: Florin C B. <ory...@us...> - 2013-04-07 16:40:44
|
Update of /cvsroot/mxbb/mx_calsnails In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18082 Modified Files: CalSnails_Lite.pak Calendar_Adv.pkg Log Message: Module Upgraded to oO Index: Calendar_Adv.pkg =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/Calendar_Adv.pkg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Calendar_Adv.pkg 3 Apr 2013 10:56:50 -0000 1.1 --- Calendar_Adv.pkg 7 Apr 2013 16:40:42 -0000 1.2 *************** *** 1,3 **** ! module=+:154=+:Calendar Advance=+:modules/mx_caladvance/=+:Calendar Module=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:154=+:153=+:Calendar Advance=+:Calendar Advance Main=+:calendar.php=+: --- 1,3 ---- ! module=+:154=+:Calendar Advance=+:modules/mx_calsnails/=+:Calendar Module=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:154=+:153=+:Calendar Advance=+:Calendar Advance Main=+:calendar.php=+: *************** *** 34,36 **** --- 34,41 ---- parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Calendar Querys1=+:Demo block=+:156=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 + New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 + function=+:154=+:157=+:Heb Block=+:Herew Calendar Block=+:mx_hebcal.php=+: + parameter=+:157=+:214=+:template=+:Radio_single_select=+:israel_calendar=+:a:2:{i:0;s:10:"israel_calendar";i:1;s:6:"hebcal_calendar";}=+:1=+:30 + parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 + block=+:=+:Herew Calendar=+:Demo Block=+:157=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 Index: CalSnails_Lite.pak =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/CalSnails_Lite.pak,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** CalSnails_Lite.pak 7 Apr 2013 16:37:46 -0000 1.17 --- CalSnails_Lite.pak 7 Apr 2013 16:40:42 -0000 1.18 *************** *** 34,41 **** parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Calendar Querys1=+:Demo block=+:156=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 - function=+:154=+:157=+:Heb Block=+:Herew Calendar Block=+:mx_hebcal.php=+: - parameter=+:157=+:214=+:template=+:Radio_single_select=+:israel_calendar=+:a:2:{i:0;s:10:"israel_calendar";i:1;s:6:"hebcal_calendar";}=+:1=+:30 - parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 - block=+:=+:Herew Calendar=+:Demo Block=+:157=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 --- 34,36 ---- |
|
From: Florin C B. <ory...@us...> - 2013-04-07 16:37:49
|
Update of /cvsroot/mxbb/mx_calsnails/language/lang_romanian In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17589/language/lang_romanian Modified Files: lang_main.php Log Message: Module Upgraded to oO Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/language/lang_romanian/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_main.php 5 Apr 2013 11:01:16 -0000 1.4 --- lang_main.php 7 Apr 2013 16:37:47 -0000 1.5 *************** *** 207,223 **** // For HebCal Months and Events // ! $lang['Tishrei'] = 'TiÅhri'; ! $lang['Heshvan'] = 'HeÅvan'; ! $lang['Kislev'] = 'Kislev'; ! $lang['Tevet'] = 'Tevet'; ! $lang['Shevat'] = 'Åevat'; ! $lang['Adar'] = 'Adar'; ! $lang['Adar II'] = 'Adar II'; ! $lang['Nisan'] = 'Nisan'; ! $lang['Iyar'] = 'Aiar'; ! $lang['Sivan'] = 'Sivan'; ! $lang['Tamuz'] = 'Tamuz'; ! $lang['Av'] = 'Av'; ! $lang['Elul'] = 'Elul'; // --- 207,232 ---- // For HebCal Months and Events // ! $lang['Yom'] = 'Yom'; //"Yom ":"××× " ! $lang['Rishon'] = 'Rishon'; //"ר×ש××","Rishon" ! $lang['Sheni'] = 'Sheni'; //"×©× ×","Sheni" ! $lang['Shlishi'] = 'Shlishi'; //"ש××ש×","Shlishi" ! $lang['Revi\'i'] = 'Revi\'i'; //"ר××¢×","Revi'i" ! $lang['Chamishi'] = 'Chamishi'; //"×××ש×","Chamishi" ! $lang['Shishi'] = 'Shishi'; //"שש×","Shishi" ! $lang['Shabbat'] = 'Shabbat'; //"ש×ת","Shabbat" ! ! $lang['Tishrei'] = 'TiÅhri'; //"תשר×","Tishrei" ! $lang['Heshvan'] = 'HeÅvan'; //"×ש××","Cheshvan" ! $lang['Kislev'] = 'Kislev'; //"×ס××","Kislev" ! $lang['Tevet'] = 'Tevet'; //"××ת","Tevet" ! $lang['Shevat'] = 'Åevat'; //"ש××","Shevat" ! $lang['Adar'] = 'Adar'; //"××ר","Adar" ! $lang['Adar II'] = 'Adar II'; //"××ר ×","Adar Bet" ! $lang['Nisan'] = 'Nisan'; //"× ×ס×","Nissan" ! $lang['Iyar'] = 'Aiar'; //"×××ר","Iyar" ! $lang['Sivan'] = 'Sivan'; //"ס×××","Sivan" ! $lang['Tamuz'] = 'Tamuz'; //"ת×××","Tammuz" ! $lang['Av'] = 'Av'; //"××","Av" ! $lang['Elul'] = 'Elul'; //"××××","Elul" // |