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: OryNider <ory...@us...> - 2008-03-13 10:36:10
|
Update of /cvsroot/mxbb/mx_music/language/lang_romanian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32467/language/lang_romanian Modified Files: Tag: core28x lang_admin.php lang_main.php Log Message: upgrade version for core28x branch |
|
From: OryNider <ory...@us...> - 2008-03-13 10:36:07
|
Update of /cvsroot/mxbb/mx_music/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32467/language/lang_english Modified Files: Tag: core28x lang_admin.php lang_main.php Log Message: upgrade version for core28x branch |
|
From: OryNider <ory...@us...> - 2008-03-13 10:36:00
|
Update of /cvsroot/mxbb/mx_music/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32467/templates/subSilver Modified Files: Tag: core28x music_index_body.tpl Added Files: Tag: core28x music_flv_body.tpl Log Message: upgrade version for core28x branch --- NEW FILE: music_flv_body.tpl --- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <th height="25" colspan="2" class="thTop">{SONG_TITLE}</th> </tr> <tr> <td width="44%" class="row1" align="center"> <!-- BEGIN media --> <SCRIPT LANGUAGE="JavaScript"> 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="{U_SONG}"'); document.write (' src="{U_SONG}"'); document.write (' Name=MediaPlayer'); document.write (' ShowControls=1'); document.write (' ShowDisplay=1'); document.write (' ShowStatusBar=1'); document.write (' AUTOSTART=1'); document.write (' AutoSize=1'); document.write (' width={WIDTH}'); document.write (' height={HEIGHT}>'); document.write (' </Embed>'); } if ( navigator.appName != "Netscape" ){ document.write(' <embed id="wmp" name="wmp" type="audio/mpeg" width="70" height="300" ShowTracker="0" ShowDisplay="0" ShowGotoBar="0" ShowStatusBar="1" ShowCaptioning="0" AUTOSTART="1" filename="{U_SONG}" src="{U_SONG}" ></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="{U_SONG}">'); document.write ('<PARAM NAME="FileName" value="{U_SONG}">'); document.write ('<PARAM NAME="AutoStart" VALUE="true">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); document.write ('<PARAM NAME="ShowStatusBar" VALUE="1">'); document.write ('<PARAM NAME="AutoSize" VALUE="1">'); document.write ('<PARAM NAME="uiMode" VALUE="mini">'); 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="{U_SONG}"'); document.write (' src="{U_SONG}"'); document.write (' Name="MediaPlayer2"'); document.write (' ShowControls="1"'); document.write (' ShowDisplay="1"'); document.write (' ShowStatusBar="1"'); document.write (' AUTOSTART="true"'); document.write (' AutoSize="1"'); document.write (' width="70"'); document.write (' height="300">'); 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="{U_SONG}">'); document.write ('<PARAM NAME="FileName" value="{U_SONG}">'); document.write ('<PARAM NAME="AutoStart" VALUE="true">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); document.write ('<PARAM NAME="ShowStatusBar" VALUE="1">'); document.write ('<PARAM NAME="AutoSize" VALUE="1">'); //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="{U_SONG}"'); document.write (' src="{U_SONG}"'); document.write (' Name="MediaPlayer"'); document.write (' ShowControls="1"'); document.write (' ShowDisplay="1"'); document.write (' ShowStatusBar="1"'); document.write (' AUTOSTART="true"'); document.write (' AutoSize="1"'); document.write (' width="{WIDTH}"'); document.write (' height="{HEIGHT}">'); document.write (' </embed>'); document.write ('</OBJECT>'); } } else { document.write(' <embed type="audio/mpeg" height="70" width="300" AUTOSTART="1" filename="{U_SONG}" src="{U_SONG}" ></embed>'); } </SCRIPT> <!-- END media --> <!-- BEGIN flash --> <EMBED src="{U_SONG}" 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> <!-- END flash --> <!-- BEGIN flashvideo --> <embed src="{SONG_URL}" id="VideoPlayback" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350" flashvars=""> </embed> <!-- END flashvideo --> <!-- BEGIN youtube --> <object width="425" height="350"> <param name="movie" value="{VIDEO_URL}" /> <param name="wmode" value="transparent" /> <param name="allowfullscreen" value="true" /> <param name="flashvars" value="&rs=1&sn=1&iurl={U_IMG}" /> <embed src="{VIDEO_URL}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350" allowfullscreen="true" flashvars="&rs=1&sn=1&iurl={U_IMG}" /> </object> <!-- END youtube --> <!-- BEGIN flv --> <div id="flvplayer"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="425" height="350" id="flvplayer" align="center"> <param name="allowScriptAccess" value="always" /> <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=no" /> <embed src="{VIDEO_URL}" flashvars="file={SONG_URL}&image={U_IMG}&shuffleOnLoad=no" 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> <!-- END flv --> <!-- BEGIN ram --> <embed src="{U_SONG}" align="center" width="275" height="40" type="audio/x-pn-realaudio-plugin" console="cons" controls="ControlPanel" autostart="false"></embed> <!-- END ram --> <!-- BEGIN qt --> <object id="qt" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="377" height="212"> <param name="qtsrc" value="{U_SONG}"> <param name="autoplay" value="true"> <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="{U_SONG}" width="377" height="212" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" controller="true" loop="false" autoplay="true" kioskmode="true" cache="false"> </embed> </object> <!-- END qt --> <!-- BEGIN img --> <a href="javascript:void(0);" onClick="window.open('{SONG_FULL_URL}','','scrollbars=yes,resizable=no,width=804,height=610')"><img src="{SONG_THUMB_URL}" id="image" type="image" width="425" height="350" border="1"></a> <!-- END img --> </td> </td> </tr> </table> <br clear="all" /> Index: music_index_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/subSilver/music_index_body.tpl,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -C2 -d -r1.4.2.1 -r1.4.2.2 *** music_index_body.tpl 12 Sep 2007 23:50:01 -0000 1.4.2.1 --- music_index_body.tpl 13 Mar 2008 10:35:19 -0000 1.4.2.2 *************** *** 10,14 **** </tr> </table> ! <table width="100%" cellpadding="1" cellspacing="1" border="0" class="forumline"> <!-- BEGIN top_songs --> <tr> --- 10,14 ---- </tr> </table> ! <table width="100%" cellpadding="1" cellspacing="0" border="0" class="forumline"> <!-- BEGIN top_songs --> <tr> *************** *** 59,63 **** </table> <br /> ! <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <th width="70%" class="thCornerL" height="25" nowrap="nowrap"> {L_CATEGORY} </th> --- 59,63 ---- </table> <br /> ! <table width="100%" cellpadding="1" cellspacing="0" border="0" class="forumline"> <tr> <th width="70%" class="thCornerL" height="25" nowrap="nowrap"> {L_CATEGORY} </th> *************** *** 123,127 **** <!-- BEGIN switch_user_logged_out --> <form method="post" action="{S_LOGIN_ACTION}"> ! <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td> --- 123,127 ---- <!-- BEGIN switch_user_logged_out --> <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> |
|
From: OryNider <ory...@us...> - 2008-03-13 10:35:57
|
Update of /cvsroot/mxbb/mx_music/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32467/admin Modified Files: Tag: core28x admin_music_auth.php admin_music_cat.php admin_music_cfg.php admin_music_ext.php Log Message: upgrade version for core28x branch |
|
From: OryNider <ory...@us...> - 2008-03-13 10:35:57
|
Update of /cvsroot/mxbb/mx_music/music_box In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32467/music_box Modified Files: Tag: core28x music_common.php Log Message: upgrade version for core28x branch |
|
From: OryNider <ory...@us...> - 2008-03-13 10:35:36
|
Update of /cvsroot/mxbb/mx_music/upload/song_image In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32467/upload/song_image Added Files: Tag: core28x no_image.gif Log Message: upgrade version for core28x branch --- NEW FILE: no_image.gif --- (This appears to be a binary file; contents omitted.) |
|
From: OryNider <ory...@us...> - 2008-03-13 10:35:35
|
Update of /cvsroot/mxbb/mx_music/upload In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32467/upload Added Files: Tag: core28x no_image.flv Log Message: upgrade version for core28x branch --- NEW FILE: no_image.flv --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/mxbb/mx_music/contrib In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32467/contrib Added Files: Tag: core28x mx_music_german_language.zip mx_music_lang_chinese.zip mx_music_lang_dutch.zip mx_music_lang_vietnamese.zip mx_music_romanian_language.zip Log Message: upgrade version for core28x branch --- NEW FILE: mx_music_lang_chinese.zip --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mx_music_german_language.zip --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mx_music_lang_dutch.zip --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mx_music_romanian_language.zip --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mx_music_lang_vietnamese.zip --- (This appears to be a binary file; contents omitted.) |
|
From: OryNider <ory...@us...> - 2008-03-13 10:33:16
|
Update of /cvsroot/mxbb/mx_music/contrib In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31589/contrib Log Message: Directory /cvsroot/mxbb/mx_music/contrib added to the repository --> Using per-directory sticky tag `core28x' |
|
From: OryNider <ory...@us...> - 2008-03-13 10:20:37
|
Update of /cvsroot/mxbb/mx_music/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25720/subSilver Modified Files: mx_music.cfg Log Message: fix {LANG} Index: mx_music.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/subSilver/mx_music.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_music.cfg 13 Mar 2008 04:53:37 -0000 1.1 --- mx_music.cfg 13 Mar 2008 10:20:19 -0000 1.2 *************** *** 47,61 **** - if ( !file_exists( $current_template_images . '/lang_' . $board_config['default_lang'] ) ) - { - $link_language='lang_english'; - } - else - { - $link_language='lang_' . $board_config['default_lang']; - } - - define('LANG', $link_language); - // ------------------------------------------------------------------------- // (Re)Define images --- 47,50 ---- *************** *** 63,84 **** // MOM Pics ! $mx_images['upload_song'] = "$current_template_images/" . LANG . "/upload_song.gif"; $mx_images['no_image'] = "$current_template_images/no_image.gif"; // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_template_phpbb_images/" . LANG . "/icon_quote.gif"; ! $mx_images['icon_edit'] = "$current_template_phpbb_images/" . LANG . "/icon_edit.gif"; ! $mx_images['icon_search'] = "$current_template_phpbb_images/" . LANG . "/icon_search.gif"; ! $mx_images['icon_profile'] = "$current_template_phpbb_images/" . LANG . "/icon_profile.gif"; ! $mx_images['icon_pm'] = "$current_template_phpbb_images/" . LANG . "/icon_pm.gif"; ! $mx_images['icon_email'] = "$current_template_phpbb_images/" . LANG . "/icon_email.gif"; $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $mx_images['icon_ip'] = "$current_template_phpbb_images/" . LANG . "/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_template_phpbb_images/" . LANG . "/icon_www.gif"; ! $mx_images['icon_icq'] = "$current_template_phpbb_images/" . LANG . "/icon_icq_add.gif"; ! $mx_images['icon_aim'] = "$current_template_phpbb_images/" . LANG . "/icon_aim.gif"; ! $mx_images['icon_yim'] = "$current_template_phpbb_images/" . LANG . "/icon_yim.gif"; ! $mx_images['icon_msnm'] = "$current_template_phpbb_images/" . LANG . "/icon_msnm.gif"; $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; --- 52,73 ---- // MOM Pics ! $mx_images['upload_song'] = "$current_template_images/{LANG}/upload_song.gif"; $mx_images['no_image'] = "$current_template_images/no_image.gif"; // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; ! $mx_images['icon_edit'] = "$current_template_phpbb_images/{LANG}/icon_edit.gif"; ! $mx_images['icon_search'] = "$current_template_phpbb_images/{LANG}/icon_search.gif"; ! $mx_images['icon_profile'] = "$current_template_phpbb_images/{LANG}/icon_profile.gif"; ! $mx_images['icon_pm'] = "$current_template_phpbb_images/{LANG}/icon_pm.gif"; ! $mx_images['icon_email'] = "$current_template_phpbb_images/{LANG}/icon_email.gif"; $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $mx_images['icon_ip'] = "$current_template_phpbb_images/{LANG}/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_template_phpbb_images/{LANG}/icon_www.gif"; ! $mx_images['icon_icq'] = "$current_template_phpbb_images/{LANG}/icon_icq_add.gif"; ! $mx_images['icon_aim'] = "$current_template_phpbb_images/{LANG}/icon_aim.gif"; ! $mx_images['icon_yim'] = "$current_template_phpbb_images/{LANG}/icon_yim.gif"; ! $mx_images['icon_msnm'] = "$current_template_phpbb_images/{LANG}/icon_msnm.gif"; $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; |
|
From: OryNider <ory...@us...> - 2008-03-13 10:20:29
|
Update of /cvsroot/mxbb/mx_music/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25720/prosilver Modified Files: prosilver.cfg Log Message: fix {LANG} Index: prosilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/prosilver/prosilver.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** prosilver.cfg 9 Mar 2008 12:02:27 -0000 1.2 --- prosilver.cfg 13 Mar 2008 10:20:19 -0000 1.3 *************** *** 34,38 **** $mx_template_config = true; ! $mx_template_name = 'subSilver'; // ------------------------------------------------------------------------- --- 34,39 ---- $mx_template_config = true; ! $mx_template_name = 'prosilver'; ! // ------------------------------------------------------------------------- *************** *** 46,60 **** - if ( !file_exists( $current_template_images . '/lang_' . $board_config['default_lang'] ) ) - { - $link_language='lang_english'; - } - else - { - $link_language='lang_' . $board_config['default_lang']; - } - - define('LANG', $link_language); - // ------------------------------------------------------------------------- // (Re)Define images --- 47,50 ---- *************** *** 62,83 **** // MOM Pics ! $mx_images['upload_song'] = "$current_template_images/" . LANG . "/upload_song.gif"; $mx_images['no_image'] = "$current_template_images/no_image.gif"; // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_template_phpbb_images/" . LANG . "/icon_quote.gif"; ! $mx_images['icon_edit'] = "$current_template_phpbb_images/" . LANG . "/icon_edit.gif"; ! $mx_images['icon_search'] = "$current_template_phpbb_images/" . LANG . "/icon_search.gif"; ! $mx_images['icon_profile'] = "$current_template_phpbb_images/" . LANG . "/icon_profile.gif"; ! $mx_images['icon_pm'] = "$current_template_phpbb_images/" . LANG . "/icon_pm.gif"; ! $mx_images['icon_email'] = "$current_template_phpbb_images/" . LANG . "/icon_email.gif"; $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $mx_images['icon_ip'] = "$current_template_phpbb_images/" . LANG . "/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_template_phpbb_images/" . LANG . "/icon_www.gif"; ! $mx_images['icon_icq'] = "$current_template_phpbb_images/" . LANG . "/icon_icq_add.gif"; ! $mx_images['icon_aim'] = "$current_template_phpbb_images/" . LANG . "/icon_aim.gif"; ! $mx_images['icon_yim'] = "$current_template_phpbb_images/" . LANG . "/icon_yim.gif"; ! $mx_images['icon_msnm'] = "$current_template_phpbb_images/" . LANG . "/icon_msnm.gif"; $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; --- 52,73 ---- // MOM Pics ! $mx_images['upload_song'] = "$current_template_images/{LANG}/upload_song.gif"; $mx_images['no_image'] = "$current_template_images/no_image.gif"; // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; ! $mx_images['icon_edit'] = "$current_template_phpbb_images/{LANG}/icon_edit.gif"; ! $mx_images['icon_search'] = "$current_template_phpbb_images/{LANG}/icon_search.gif"; ! $mx_images['icon_profile'] = "$current_template_phpbb_images/{LANG}/icon_profile.gif"; ! $mx_images['icon_pm'] = "$current_template_phpbb_images/{LANG}/icon_pm.gif"; ! $mx_images['icon_email'] = "$current_template_phpbb_images/{LANG}/icon_email.gif"; $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $mx_images['icon_ip'] = "$current_template_phpbb_images/{LANG}/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_template_phpbb_images/{LANG}/icon_www.gif"; ! $mx_images['icon_icq'] = "$current_template_phpbb_images/{LANG}/icon_icq_add.gif"; ! $mx_images['icon_aim'] = "$current_template_phpbb_images/{LANG}/icon_aim.gif"; ! $mx_images['icon_yim'] = "$current_template_phpbb_images/{LANG}/icon_yim.gif"; ! $mx_images['icon_msnm'] = "$current_template_phpbb_images/{LANG}/icon_msnm.gif"; $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; |
|
From: OryNider <ory...@us...> - 2008-03-13 10:20:29
|
Update of /cvsroot/mxbb/mx_music/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25720/_core Modified Files: _core.cfg Log Message: fix {LANG} Index: _core.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/_core.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** _core.cfg 9 Mar 2008 12:02:25 -0000 1.2 --- _core.cfg 13 Mar 2008 10:20:17 -0000 1.3 *************** *** 34,38 **** $mx_template_config = true; ! $mx_template_name = 'subSilver'; --- 34,38 ---- $mx_template_config = true; ! $mx_template_name = '_core'; *************** *** 47,61 **** - if ( !file_exists( $current_template_images . '/lang_' . $board_config['default_lang'] ) ) - { - $link_language='lang_english'; - } - else - { - $link_language='lang_' . $board_config['default_lang']; - } - - define('LANG', $link_language); - // ------------------------------------------------------------------------- // (Re)Define images --- 47,50 ---- *************** *** 63,84 **** // MOM Pics ! $mx_images['upload_song'] = "$current_template_images/" . LANG . "/upload_song.gif"; $mx_images['no_image'] = "$current_template_images/no_image.gif"; // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_template_phpbb_images/" . LANG . "/icon_quote.gif"; ! $mx_images['icon_edit'] = "$current_template_phpbb_images/" . LANG . "/icon_edit.gif"; ! $mx_images['icon_search'] = "$current_template_phpbb_images/" . LANG . "/icon_search.gif"; ! $mx_images['icon_profile'] = "$current_template_phpbb_images/" . LANG . "/icon_profile.gif"; ! $mx_images['icon_pm'] = "$current_template_phpbb_images/" . LANG . "/icon_pm.gif"; ! $mx_images['icon_email'] = "$current_template_phpbb_images/" . LANG . "/icon_email.gif"; $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $mx_images['icon_ip'] = "$current_template_phpbb_images/" . LANG . "/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_template_phpbb_images/" . LANG . "/icon_www.gif"; ! $mx_images['icon_icq'] = "$current_template_phpbb_images/" . LANG . "/icon_icq_add.gif"; ! $mx_images['icon_aim'] = "$current_template_phpbb_images/" . LANG . "/icon_aim.gif"; ! $mx_images['icon_yim'] = "$current_template_phpbb_images/" . LANG . "/icon_yim.gif"; ! $mx_images['icon_msnm'] = "$current_template_phpbb_images/" . LANG . "/icon_msnm.gif"; $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; --- 52,73 ---- // MOM Pics ! $mx_images['upload_song'] = "$current_template_images/{LANG}/upload_song.gif"; $mx_images['no_image'] = "$current_template_images/no_image.gif"; // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; ! $mx_images['icon_edit'] = "$current_template_phpbb_images/{LANG}/icon_edit.gif"; ! $mx_images['icon_search'] = "$current_template_phpbb_images/{LANG}/icon_search.gif"; ! $mx_images['icon_profile'] = "$current_template_phpbb_images/{LANG}/icon_profile.gif"; ! $mx_images['icon_pm'] = "$current_template_phpbb_images/{LANG}/icon_pm.gif"; ! $mx_images['icon_email'] = "$current_template_phpbb_images/{LANG}/icon_email.gif"; $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $mx_images['icon_ip'] = "$current_template_phpbb_images/{LANG}/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_template_phpbb_images/{LANG}/icon_www.gif"; ! $mx_images['icon_icq'] = "$current_template_phpbb_images/{LANG}/icon_icq_add.gif"; ! $mx_images['icon_aim'] = "$current_template_phpbb_images/{LANG}/icon_aim.gif"; ! $mx_images['icon_yim'] = "$current_template_phpbb_images/{LANG}/icon_yim.gif"; ! $mx_images['icon_msnm'] = "$current_template_phpbb_images/{LANG}/icon_msnm.gif"; $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; |
|
From: OryNider <ory...@us...> - 2008-03-13 10:16:31
|
Update of /cvsroot/mxbb/mx_music/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23840 Modified Files: Tag: core28x subSilver.cfg Log Message: fix {LANG} Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/subSilver/Attic/subSilver.cfg,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** subSilver.cfg 9 Mar 2008 12:00:41 -0000 1.2.2.1 --- subSilver.cfg 13 Mar 2008 10:16:24 -0000 1.2.2.2 *************** *** 47,61 **** - if ( !file_exists( $current_template_images . '/lang_' . $board_config['default_lang'] ) ) - { - $link_language='lang_english'; - } - else - { - $link_language='lang_' . $board_config['default_lang']; - } - - define('LANG', $link_language); - // ------------------------------------------------------------------------- // (Re)Define images --- 47,50 ---- *************** *** 63,84 **** // MOM Pics ! $mx_images['upload_song'] = "$current_template_images/" . LANG . "/upload_song.gif"; $mx_images['no_image'] = "$current_template_images/no_image.gif"; // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_template_phpbb_images/" . LANG . "/icon_quote.gif"; ! $mx_images['icon_edit'] = "$current_template_phpbb_images/" . LANG . "/icon_edit.gif"; ! $mx_images['icon_search'] = "$current_template_phpbb_images/" . LANG . "/icon_search.gif"; ! $mx_images['icon_profile'] = "$current_template_phpbb_images/" . LANG . "/icon_profile.gif"; ! $mx_images['icon_pm'] = "$current_template_phpbb_images/" . LANG . "/icon_pm.gif"; ! $mx_images['icon_email'] = "$current_template_phpbb_images/" . LANG . "/icon_email.gif"; $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $mx_images['icon_ip'] = "$current_template_phpbb_images/" . LANG . "/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_template_phpbb_images/" . LANG . "/icon_www.gif"; ! $mx_images['icon_icq'] = "$current_template_phpbb_images/" . LANG . "/icon_icq_add.gif"; ! $mx_images['icon_aim'] = "$current_template_phpbb_images/" . LANG . "/icon_aim.gif"; ! $mx_images['icon_yim'] = "$current_template_phpbb_images/" . LANG . "/icon_yim.gif"; ! $mx_images['icon_msnm'] = "$current_template_phpbb_images/" . LANG . "/icon_msnm.gif"; $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; --- 52,73 ---- // MOM Pics ! $mx_images['upload_song'] = "$current_template_images/{LANG}/upload_song.gif"; $mx_images['no_image'] = "$current_template_images/no_image.gif"; // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; ! $mx_images['icon_edit'] = "$current_template_phpbb_images/{LANG}/icon_edit.gif"; ! $mx_images['icon_search'] = "$current_template_phpbb_images/{LANG}/icon_search.gif"; ! $mx_images['icon_profile'] = "$current_template_phpbb_images/{LANG}/icon_profile.gif"; ! $mx_images['icon_pm'] = "$current_template_phpbb_images/{LANG}/icon_pm.gif"; ! $mx_images['icon_email'] = "$current_template_phpbb_images/{LANG}/icon_email.gif"; $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $mx_images['icon_ip'] = "$current_template_phpbb_images/{LANG}/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_template_phpbb_images/{LANG}/icon_www.gif"; ! $mx_images['icon_icq'] = "$current_template_phpbb_images/{LANG}/icon_icq_add.gif"; ! $mx_images['icon_aim'] = "$current_template_phpbb_images/{LANG}/icon_aim.gif"; ! $mx_images['icon_yim'] = "$current_template_phpbb_images/{LANG}/icon_yim.gif"; ! $mx_images['icon_msnm'] = "$current_template_phpbb_images/{LANG}/icon_msnm.gif"; $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; |
|
From: OryNider <ory...@us...> - 2008-03-13 10:06:37
|
Update of /cvsroot/mxbb/mx_music/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15463 Removed Files: Tag: core28x music.cfg Log Message: --- music.cfg DELETED --- |
|
From: OryNider <ory...@us...> - 2008-03-13 10:03:16
|
Update of /cvsroot/mxbb/mx_music/language/lang_romanian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9295/language/lang_romanian Added Files: Tag: core28x lang_main.php Log Message: upgrade version for core28x branch --- NEW FILE: lang_main.php --- <?php /** * * @package mxBB Portal Module - mx_music * @version $Id: lang_main.php,v 1.3.2.2 2008/03/13 10:02:13 orynider Exp $ * @copyright (c) 2003 [ory...@rd..., OryNider] mxBB Development Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ /* Translation: Românã (Romanian) Rev date: September 02, 2006 Copyright: (C) 2006 Romanian phpBB online community - http://www.phpbb.ro/ Translator: Aliniuz < al...@ya... > */ // // Music Online // $lang['Music'] = 'Media Center'; // // Music Index // $lang['Music_Online'] = 'Muzicã'; $lang['Songs'] = 'Melodii'; $lang['Cat_Views'] = 'Board Views'; $lang['Last_Song'] = 'Ultima melodie'; $lang['Public_Categories'] = 'Categorii publice'; $lang['Music_sub_categories'] = 'Sub-categorii'; $lang['No_Songs'] = 'Nici o melodie'; $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'; // // 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'; $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'; $lang['Download'] = 'Download'; $lang['New_Comment'] = 'Comentariu nou'; $lang['Not_rated'] = '<i>nu este votat</i>'; // // Upload // $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'; // // ModCP // $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'; $lang['Songs_unapproved_successfully'] = 'Melodiile tale au fost dezaprobate cu succes'; // // 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'; // // Comment // $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'; // // Song Image // $lang['Song_image'] = 'Song Image'; $lang['Song_image_desc'] = 'The Image of this song<br />(such as CD Cover, Artist Photo...)'; $lang['No_image'] = 'No Image'; $lang['Upload_image'] = 'Upload Image from your PC'; $lang['Not_allowed_image_type'] = 'Your uploaded image type is not allowed'; $lang['Bad_upload_image_size'] = 'Bad upload image size'; $lang['Upload_image_size_too_big'] = 'Your uploaded image size is too big'; // // 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'; ?> |
|
From: OryNider <ory...@us...> - 2008-03-13 10:03:16
|
Update of /cvsroot/mxbb/mx_music/phpbb2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9295/phpbb2 Added Files: Tag: core28x music_db_install.php music_db_uninstall.php Log Message: upgrade version for core28x branch --- NEW FILE: music_db_install.php --- <?php /** * * @package phpBB Mod - Media Center * @version $Id: music_db_install.php,v 1.1.2.2 2008/03/13 10:02:14 orynider Exp $ * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ $phpEx = substr(strrchr(__FILE__, '.'), 1); if ( !defined('PORTAL_BACKEND') && @file_exists( './viewtopic.' . $phpEx ) ) // -------------------------------------------- phpBB MOD MODE { define( 'MXBB_MODULE', false ); define( 'IN_PHPBB', true ); $phpbb_root_path = $module_root_path = './'; $mx_mod_path = $phpbb_root_path . 'mx_mod/'; include($phpbb_root_path . 'common.' . $phpEx); include($mx_mod_path . "includes/functions_required.$phpEx"); //Check if forum_hack is installed if (!isset($mx_root_path)) { $mx_root_path = './'; @define('IN_PORTAL', true); include_once($mx_mod_path . "includes/mx_constants.$phpEx"); include_once($mx_mod_path . "includes/shared/phpbb2/includes/functions.$phpEx"); } else { @define('IN_PORTAL', true); include_once($mx_root_path . "includes/mx_constants.$phpEx"); include_once($mx_root_path . "includes/shared/phpbb2/includes/functions.$phpEx"); } require($mx_mod_path . "includes/functions_core.$phpEx"); require($mx_mod_path . "includes/functions_styles.$phpEx"); //Check for cash mod if (file_exists($phpbb_root_path . 'includes/functions_cash.'.$phpEx)) { define('IN_CASHMOD', true); } //@ini_set( 'display_errors', '1' ); error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables //error_reporting(E_ALL & ~E_NOTICE); define( 'PAGE_KB', -502 ); // If this id generates a conflict with other mods, change it ;) // // Instatiate the mx_cache class // $mx_cache = new mx_cache(); // // Get mxBB config settings // //$portal_config = $mx_cache->obtain_mxbb_config(); // // instatiate the mx_request_vars class // $mx_request_vars = new mx_request_vars(); // // Page selector // $page_id = $mx_request_vars->request('page', MX_TYPE_INT, 1); $is_block = false; // // instatiate the mx_user class // $mx_user = new mx_user(); if (file_exists("./modcp.$phpEx")) // phpBB2 { define('PORTAL_BACKEND', 'phpbb2'); $tplEx = 'tpl'; // // Start user session // - populate $userdata and $lang // $mx_user->init($user_ip, $page_id, false); init_userprefs($userdata); $mx_user->set_module_default_style('prosilver'); // For compatibility with core 2.8.x if (!$userdata['user_level'] == ADMIN) { die('Only admins may run this script!!!'); } } else if (@file_exists("./mcp.$phpEx")) // phpBB3 { define('PORTAL_BACKEND', 'phpbb3'); $tplEx = 'html'; // // Start user session // - populate $userdata and $lang // $mx_user->init($user_ip, $page_id, false); $user->setup(); // // End session management // $mx_user->set_module_default_style('prosilver'); // For compatibility with core 2.8.x if ($userdata['user_type'] != USER_FOUNDER) { die('Only admins may run this script!!!'); } } else { die('Copy this file in phpbb_root_path were is your viewtopic.php file!!!'); } } else // --------------------------------------------------------------------------------- mxBB Module MODE { define( 'MXBB_MODULE', true ); if ( !function_exists( 'read_block_config' ) ) { define( 'IN_PORTAL', true ); $mx_root_path = './../../'; $module_root_path = './'; $phpEx = substr(strrchr(__FILE__, '.'), 1); include_once( $mx_root_path . 'common.' . $phpEx ); // Start session management $mx_user->init($user_ip, PAGE_INDEX); // End session management define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.' . $phpEx ) ); } else { if( !defined('IN_PORTAL') || !is_object($mx_block)) { die("Hacking attempt"); } // // Read Block Settings (default mode) // $title = !empty( $mx_block->block_info['block_title'] ) ? $mx_block->block_info['block_title'] : $lang['KB_title']; $desc = $mx_block->block_info['block_desc']; $block_size = ( isset( $block_size ) && !empty( $block_size ) ? $block_size : '100%' ); //Check for cash mod if (file_exists($phpbb_root_path . 'includes/functions_cash.'.$phpEx)) { define('IN_CASHMOD', true); } $is_block = true; global $images; } define( 'MXBB_27x', @file_exists( $mx_root_path . 'mx_login.'.$phpEx ) ); } // // Check if mx_common Mod is prezent // if (!file_exists($mx_mod_path . "includes/functions_admincp.$phpEx")) { die('mx mod is not uploaded!!!'); } else { require($mx_mod_path . "includes/functions_admincp.$phpEx"); } // // Check if mx_common Mod is prezent // if ( !file_exists( $mx_mod_path . 'includes/' . 'functions_admincp.' . $phpEx ) ) { die('mx_mod folder is not uploaded!!!'); } else { include_once( $mx_mod_path . 'includes/' . 'functions_admincp.' . $phpEx ); include_once( $mx_mod_path . 'includes/functions_required.' . $phpEx ); } $page_title = 'Installing/Upgrading Media Center'; include($phpbb_root_path . 'includes/page_header.'.$phpEx); $sql = array(); // If fresh install if ( !$result = $db->sql_query( "SELECT config_name from " . $table_prefix . "music_config" ) ) { $message = "<b>This is a fresh install!</b><br/><br/>"; $sql[] = "DROP TABLE IF EXISTS " . $table_prefix . "music"; $sql[] = "DROP TABLE IF EXISTS " . $table_prefix . "music_rate"; $sql[] = "DROP TABLE IF EXISTS " . $table_prefix . "music_comment"; $sql[] = "DROP TABLE IF EXISTS " . $table_prefix . "music_cat"; $sql[] = "DROP TABLE IF EXISTS " . $table_prefix . "music_config"; $sql[] = "CREATE TABLE ". $table_prefix . "music ( song_id int(11) UNSIGNED NOT NULL auto_increment, song_filename varchar(255) NOT NULL, song_filetype varchar(255) NOT NULL, song_imagename varchar(255) NOT NULL, song_title varchar(255) NOT NULL, song_url varchar(255) NOT NULL, song_desc text, song_singer varchar(255) NOT NULL, song_user_id mediumint(8) NOT NULL, song_username varchar(32), song_user_ip char(8) NOT NULL DEFAULT '0', song_time int(11) UNSIGNED NOT NULL, song_cat_id mediumint(8) UNSIGNED NOT NULL DEFAULT '1', song_view_count int(11) UNSIGNED NOT NULL DEFAULT '0', song_lock tinyint(3) NOT NULL DEFAULT '0', song_approval tinyint(3) NOT NULL DEFAULT '1', song_download_count varchar(255) NOT NULL, PRIMARY KEY (song_id), KEY song_cat_id (song_cat_id), KEY song_user_id (song_user_id), KEY song_time (song_time) ) TYPE=MyISAM"; $sql[] = "CREATE TABLE ". $table_prefix . "music_rate ( rate_song_id int(11) UNSIGNED NOT NULL, rate_user_id mediumint(8) NOT NULL, rate_user_ip char(8) NOT NULL, rate_point tinyint(3) UNSIGNED NOT NULL, KEY rate_song_id (rate_song_id), KEY rate_user_id (rate_user_id), KEY rate_user_ip (rate_user_ip), KEY rate_point (rate_point) ) TYPE=MyISAM"; $sql[] = "CREATE TABLE ". $table_prefix . "music_comment ( comment_id int(11) UNSIGNED NOT NULL auto_increment, comment_song_id int(11) UNSIGNED NOT NULL, comment_user_id mediumint(8) NOT NULL, comment_username varchar(32), comment_user_ip char(8) NOT NULL, comment_time int(11) UNSIGNED NOT NULL, comment_text TEXT, comment_edit_time int(11) UNSIGNED, comment_edit_count smallint(5) UNSIGNED NOT NULL DEFAULT '0', comment_edit_user_id mediumint(8), PRIMARY KEY(comment_id), KEY comment_song_id (comment_song_id), KEY comment_user_id (comment_user_id), KEY comment_user_ip (comment_user_ip), KEY comment_time (comment_time) ) TYPE=MyISAM"; $sql[] = "CREATE TABLE ". $table_prefix . "music_cat ( cat_id mediumint(8) UNSIGNED NOT NULL auto_increment, cat_parent mediumint(8) UNSIGNED NOT NULL DEFAULT '0', cat_type tinyint NOT NULL DEFAULT '0', cat_title varchar(255) NOT NULL, cat_desc text, cat_order mediumint(8) NOT NULL, cat_views mediumint(8) NOT NULL, cat_view_level tinyint(3) NOT NULL DEFAULT '-1', cat_upload_level tinyint(3) NOT NULL DEFAULT '0', cat_rate_level tinyint(3) NOT NULL DEFAULT '0', cat_comment_level tinyint(3) NOT NULL DEFAULT '0', cat_edit_level tinyint(3) NOT NULL DEFAULT '0', cat_delete_level tinyint(3) NOT NULL DEFAULT '2', cat_view_groups varchar(255), cat_upload_groups varchar(255), cat_rate_groups varchar(255), cat_comment_groups varchar(255), cat_edit_groups varchar(255), cat_delete_groups varchar(255), cat_moderator_groups varchar(255), cat_approval tinyint(3) NOT NULL DEFAULT '0', PRIMARY KEY (cat_id), KEY cat_order (cat_order) ) TYPE=MyISAM"; $sql[] = "CREATE TABLE " . $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 " . $table_prefix . "music_config VALUES ('max_songs', '1024')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('user_songs_limit', '50')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('mod_songs_limit', '250')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('max_file_size', '3145728')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('rows_per_page', '20')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('cols_per_page', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('top', '5')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('sort_method', 'song_time')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('sort_order', 'DESC')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('mp3_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('wav_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('wma_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('wmv_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('mid_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('ram_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('au_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('mpeg_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('avi_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('swf_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('qt_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('rm_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('desc_length', '512000')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('hotlink_prevent', '0')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('hotlink_allowed', 'cfmanager.gate2vn.net')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('rate', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('rate_scale', '10')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('comment', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('music_version', '.1.0')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('max_image_size', '1024000')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('max_image_width', '800')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('max_image_height', '600')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('download', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('enable_integration', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('override_default_pages', '0')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('index', '5')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('xs_enabled', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('img_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('flv_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('show_index_subcats', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('rows_per_page_pic', '5')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('cols_per_page_pic', '5')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('rows_per_page_media', '10')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('cols_per_page_media', '1')"; $message .= mx_do_install_upgrade( $sql ); } else { // // Upgrade checks // $upgrade_206 = 0; $upgrade_207 = 0; // // validate before 2.06 // $result = $db->sql_query( "SELECT config_value from " . $table_prefix . "music_config WHERE config_name = 'enable_integration'" ); if ( $db->sql_numrows( $result ) == 0 ) { $upgrade_206 = 1; } // // validate before 2.07 // $result = $db->sql_query( "SELECT config_value from " . $table_prefix . "music_config WHERE config_name = 'xs_enabled'" ); if ( $db->sql_numrows( $result ) == 0 ) { $upgrade_207 = 1; } $message = "<b>Upgrading!</b><br/><br/>"; if ( $upgrade_206 == 1 ) { $message .= "<b>Upgrading to v. 2.06 ...</b><br/><br/>"; $sql[] = "ALTER TABLE " . $table_prefix . "music ADD song_imagename VARCHAR(255) not null AFTER song_filename"; $sql[] = "ALTER TABLE " . $table_prefix . "music ADD song_download_count VARCHAR(255) not null DEFAULT '0' AFTER song_approval"; $sql[] = "ALTER TABLE " . $table_prefix . "music_cat ADD cat_views mediumint(8) NOT NULL"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('wmv_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('mid_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('ram_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('au_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('mpeg_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('avi_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('swf_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('qt_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('rm_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('max_image_size', '1024000')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('max_image_width', '800')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('max_image_height', '600')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('download', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('enable_integration', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('override_default_pages', '0')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('index', '5')"; } if ( $upgrade_207 == 1 ) { $message .= "<b>Upgrading to v. 2.0.7...</b><br/><br/>"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('xs_enabled', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('img_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('flv_allowed', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('show_index_subcats', '1')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('rows_per_page_pic', '5')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('cols_per_page_pic', '5')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('rows_per_page_media', '10')"; $sql[] = "INSERT INTO " . $table_prefix . "music_config VALUES ('cols_per_page_media', '1')"; $sql[] = "ALTER TABLE " . $table_prefix . "music_cat ADD cat_parent mediumint(8) UNSIGNED NOT NULL DEFAULT '0' AFTER cat_id"; $sql[] = "ALTER TABLE " . $table_prefix . "music_cat ADD cat_type tinyint NOT NULL DEFAULT '0' AFTER cat_parent"; $sql[] = "ALTER TABLE " . $table_prefix . "music ADD song_filetype varchar(255) NOT NULL AFTER song_filename"; $sql[] = "UPDATE ". $table_prefix ."music_config SET config_value = '0.7' WHERE config_name = 'music_version'"; } else { $message .= "<b>Nothing to upgrade...</b><br/><br/>"; } $message .= mx_do_install_upgrade( $sql ); // // Empty module cache // include_once( $mx_mod_path . 'includes/functions_tools.' . $phpEx ); $module_cache = new module_cache($root_path); $module_cache->tidy(); $module_cache->save(); } echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; echo "<tr><th class=\"thHead\" align=\"center\">Mod Installation/Upgrading/Uninstalling Information - mod specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; include($phpbb_root_path . 'includes/page_tail.'.$phpEx); ?> --- NEW FILE: music_db_uninstall.php --- <?php /** * * @package phpBB2 Mod - pafileDB * @version $Id: music_db_uninstall.php,v 1.1.2.2 2008/03/13 10:02:16 orynider Exp $ * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ $phpEx = substr(strrchr(__FILE__, '.'), 1); if ( !defined('PORTAL_BACKEND') && @file_exists( './viewtopic.' . $phpEx ) ) // -------------------------------------------- phpBB MOD MODE { define( 'MXBB_MODULE', false ); define( 'IN_PHPBB', true ); $phpbb_root_path = $module_root_path = './'; $mx_mod_path = $phpbb_root_path . 'mx_mod/'; include($phpbb_root_path . 'common.' . $phpEx); include($mx_mod_path . "includes/functions_required.$phpEx"); //Check if forum_hack is installed if (!isset($mx_root_path)) { $mx_root_path = './'; @define('IN_PORTAL', true); include_once($mx_mod_path . "includes/mx_constants.$phpEx"); include_once($mx_mod_path . "includes/shared/phpbb2/includes/functions.$phpEx"); } else { @define('IN_PORTAL', true); include_once($mx_root_path . "includes/mx_constants.$phpEx"); include_once($mx_root_path . "includes/shared/phpbb2/includes/functions.$phpEx"); } require($mx_mod_path . "includes/functions_core.$phpEx"); require($mx_mod_path . "includes/functions_styles.$phpEx"); //Check for cash mod if (file_exists($phpbb_root_path . 'includes/functions_cash.'.$phpEx)) { define('IN_CASHMOD', true); } //@ini_set( 'display_errors', '1' ); error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables //error_reporting(E_ALL & ~E_NOTICE); define( 'PAGE_KB', -502 ); // If this id generates a conflict with other mods, change it ;) // // Instatiate the mx_cache class // $mx_cache = new mx_cache(); // // Get mxBB config settings // //$portal_config = $mx_cache->obtain_mxbb_config(); // // instatiate the mx_request_vars class // $mx_request_vars = new mx_request_vars(); // // Page selector // $page_id = $mx_request_vars->request('page', MX_TYPE_INT, 1); $is_block = false; // // instatiate the mx_user class // $mx_user = new mx_user(); if (file_exists("./modcp.$phpEx")) // phpBB2 { define('PORTAL_BACKEND', 'phpbb2'); $tplEx = 'tpl'; // // Start user session // - populate $userdata and $lang // $mx_user->init($user_ip, $page_id, false); init_userprefs($userdata); $mx_user->set_module_default_style('prosilver'); // For compatibility with core 2.8.x if (!$userdata['user_level'] == ADMIN) { die('Only admins may run this script!!!'); } } else if (@file_exists("./mcp.$phpEx")) // phpBB3 { define('PORTAL_BACKEND', 'phpbb3'); $tplEx = 'html'; // // Start user session // - populate $userdata and $lang // $mx_user->init($user_ip, $page_id, false); $user->setup(); // // End session management // $mx_user->set_module_default_style('prosilver'); // For compatibility with core 2.8.x if ($userdata['user_type'] != USER_FOUNDER) { die('Only admins may run this script!!!'); } } else { die('Copy this file in phpbb_root_path were is your viewtopic.php file!!!'); } } else // --------------------------------------------------------------------------------- mxBB Module MODE { define( 'MXBB_MODULE', true ); if ( !function_exists( 'read_block_config' ) ) { define( 'IN_PORTAL', true ); $mx_root_path = './../../'; $module_root_path = './'; $phpEx = substr(strrchr(__FILE__, '.'), 1); include_once( $mx_root_path . 'common.' . $phpEx ); // Start session management $mx_user->init($user_ip, PAGE_INDEX); // End session management define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.' . $phpEx ) ); } else { if( !defined('IN_PORTAL') || !is_object($mx_block)) { die("Hacking attempt"); } // // Read Block Settings (default mode) // $title = !empty( $mx_block->block_info['block_title'] ) ? $mx_block->block_info['block_title'] : $lang['KB_title']; $desc = $mx_block->block_info['block_desc']; $block_size = ( isset( $block_size ) && !empty( $block_size ) ? $block_size : '100%' ); //Check for cash mod if (file_exists($phpbb_root_path . 'includes/functions_cash.'.$phpEx)) { define('IN_CASHMOD', true); } $is_block = true; global $images; } define( 'MXBB_27x', @file_exists( $mx_root_path . 'mx_login.'.$phpEx ) ); } // // Check if mx_common Mod is prezent // if (!file_exists($mx_mod_path . "includes/functions_admincp.$phpEx")) { die('mx mod is not uploaded!!!'); } else { require($mx_mod_path . "includes/functions_admincp.$phpEx"); } $page_title = 'Uninstalling Media Center'; include($phpbb_root_path . 'includes/page_header.'.$phpEx); $sql = array( "DROP TABLE " . $table_prefix . "music", "DROP TABLE " . $table_prefix . "music_rate", "DROP TABLE " . $table_prefix . "music_comment", "DROP TABLE " . $table_prefix . "music_config" ); echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; echo "<tr><th class=\"thHead\" align=\"center\">Mod Installation/Upgrading/Uninstalling Information - mod specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . mx_do_install_upgrade( $sql ) . "</span></td></tr>"; echo "</table><br />"; include($phpbb_root_path . 'includes/page_tail.'.$phpEx); ?> |
|
From: OryNider <ory...@us...> - 2008-03-13 10:03:16
|
Update of /cvsroot/mxbb/mx_music In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9295 Removed Files: Tag: core28x music_db_install.php music_db_uninstall.php Log Message: upgrade version for core28x branch --- music_db_install.php DELETED --- --- music_db_uninstall.php DELETED --- |
|
From: OryNider <ory...@us...> - 2008-03-13 10:03:12
|
Update of /cvsroot/mxbb/mx_music/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9295/language/lang_english Added Files: Tag: core28x lang_main.php Log Message: upgrade version for core28x branch --- NEW FILE: lang_main.php --- <?php /** * * @package mxBB Portal Module - mx_music * @version $Id: lang_main.php,v 1.3.2.2 2008/03/13 10:02:07 orynider Exp $ * @copyright (c) 2003 [ory...@rd..., OryNider] mxBB Development Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ // // Music Online // $lang['Music'] = 'Media Center'; // // Music Index // $lang['Music_Online'] = 'Music Online'; $lang['Songs'] = 'Songs'; $lang['Cat_Views'] = 'Board Views'; $lang['Last_Song'] = 'Last Song'; $lang['Public_Categories'] = 'Public Categories'; $lang['Music_sub_categories'] = 'Sub-categories'; $lang['No_Songs'] = 'No Song'; $lang['Top_Songs'] = 'Top Songs'; $lang['Recent_Songs'] = 'Recent Songs'; $lang['Song_Limit'] = 'Song limit'; $lang['Nav_Separator'] = ' » '; $lang['View'] = 'Listen'; $lang['Singer'] = 'Singer'; // // Category View // $lang['Category_not_exist'] = 'This category does not exist'; $lang['Upload_Song'] = 'Upload Song'; $lang['Song_Title'] = 'Song Title'; $lang['Pic_Title'] = 'Pic Title'; $lang['Category_pics'] = 'Category Images'; $lang['Images'] = 'Images'; $lang['Category_songs'] = 'Category Media'; $lang['Media'] = 'Media'; $lang['Edit_song'] = 'Edit'; $lang['Delete_song'] = 'Del'; $lang['Rating'] = 'Rating'; $lang['Comments'] = 'Comments'; $lang['Download'] = 'Download'; $lang['Listen'] = 'Listen URL'; $lang['New_Comment'] = 'New Comment'; $lang['Not_rated'] = '<i>not rated</i>'; // // Upload // $lang['Song_url'] = 'Song URL'; $lang['Song_Desc'] = 'Song Lyric'; $lang['Plain_text_only'] = 'Plain text only'; $lang['Max_length'] = 'Max length (bytes)'; $lang['Upload_song_from_machine'] = 'Upload song from your PC'; $lang['Upload_to_Category'] = 'Upload to Category'; $lang['Upload_no_title'] = 'You missed the song title'; $lang['Upload_no_file'] = 'You must enter the path of song'; $lang['Upload_both_file'] = 'You can just choose 1 in 2 way Upload or Link URL'; $lang['Desc_too_long'] = 'Song lyric is too long'; $lang['Max_file_size'] = 'Maximum file size (bytes)'; $lang['Allowed_file'] = 'These files are allowed'; $lang['Music_reached_quota'] = 'This category has reached the quota of songs. Now you cannot upload any more. Please contact the administrators for more information'; $lang['User_reached_songs_quota'] = 'You have reached your quota of songs. Now you cannot upload any more. Please contact the administrators for more information'; $lang['Bad_upload_file_size'] = 'Your uploaded file is too large or corrupted'; $lang['Not_allowed_file_type'] = 'Your file type is not allowed'; $lang['Missed_song_title'] = 'You missed the song title'; $lang['Missed_song_url'] = 'You missed the song url'; $lang['Music_upload_successful'] = 'Your song has been uploaded successfully'; $lang['Music_upload_need_approval'] = 'Your song has been uploaded successfully.<br /><br />But the feature Song Approval has been enabled so your song must be approved by a administrator or a moderator before posting'; $lang['Click_return_category'] = 'Click %shere%s to return to the category'; $lang['Click_return_music_index'] = 'Click %shere%s to return to the Music Index'; // View song $lang['Song_not_exist'] = 'This song does not exits'; // Edit song $lang['Edit_Song_Info'] = 'Edit Song infomation'; $lang['Songs_updated_successfully'] = 'Your song information has been updated successfully'; // Delete song $lang['Music_delete_confirm'] = 'Are you sure to delete these song(s)?'; $lang['Songs_deleted_successfully'] = 'These song(s) have been deleted successfully'; // // ModCP // $lang['Approval'] = 'Approval'; $lang['Approve'] = 'Approve'; $lang['Unapprove'] = 'Unapprove'; $lang['Status'] = 'Status'; $lang['Locked'] = 'Locked'; $lang['Not_approved'] = 'Not approved'; $lang['Approved'] = 'Approved'; $lang['Move_to_Category'] = 'Move to Category'; $lang['Songs_moved_successfully'] = 'Your song(s) have been moved successfully'; $lang['Songs_locked_successfully'] = 'Your song(s) have been locked successfully'; $lang['Songs_unlocked_successfully'] = 'Your song(s) have been unlocked successfully'; $lang['Songs_approved_successfully'] = 'Your song(s) have been approved successfully'; $lang['Songs_unapproved_successfully'] = 'Your song(s) have been unapproved successfully'; // // Rate // $lang['Current_Rating'] = 'Current Rating'; $lang['Please_Rate_It'] = 'Please Rate It'; $lang['Already_rated'] = 'You have already rated this song'; $lang['Music_rate_successfully'] = 'Your song has been rated successfully'; // // Comment // $lang['Comment_no_text'] = 'Please enter your comment'; $lang['Comment_too_long'] = 'Your comment is too long'; $lang['Comment_delete_confirm'] = 'Are you sure to delete this comment?'; $lang['Song_Locked'] = 'Sorry, this song was locked. So you cannot post comment for this song anymore'; // // Song Image // $lang['Song_image'] = 'Song Image'; $lang['Song_image_desc'] = 'The Image of this song<br />(such as CD Cover, Artist Photo...)'; $lang['No_image'] = 'No Image'; $lang['Upload_image'] = 'Upload Image from your PC'; $lang['Not_allowed_image_type'] = 'Your uploaded image type is not allowed'; $lang['Bad_upload_image_size'] = 'Bad upload image size'; $lang['Upload_image_size_toobig'] = 'Your uploaded image size is too big'; // // Search Song // $lang['Search_song'] = 'Search song'; // auth_key $lang['Music_view_can'] = 'You <b>can</b> view songs in this category'; $lang['Music_view_cannot'] = 'You <b>cannot</b> view songs in this category'; $lang['Music_download_can'] = 'You <b>can</b> download songs in this category'; $lang['Music_download_cannot'] = 'You <b>cannot</b> download songs in this category'; $lang['Music_upload_can'] = 'You <b>can</b> upload new songs in this category'; $lang['Music_upload_cannot'] = 'You <b>cannot</b> upload new songs in this category'; $lang['Music_rate_can'] = 'You <b>can</b> rate songs in this category'; $lang['Music_rate_cannot'] = 'You <b>cannot</b> rate songs in this category'; $lang['Music_comment_can'] = 'You <b>can</b> post comments to songs in this category'; $lang['Music_comment_cannot'] = 'You <b>cannot</b> post comments to songs in this category'; $lang['Music_edit_can'] = 'You <b>can</b> edit your songs and comments in this category'; $lang['Music_edit_cannot'] = 'You <b>cannot</b> edit your songs and comments in this category'; $lang['Music_delete_can'] = 'You <b>can</b> delete your songs and comments in this category'; $lang['Music_delete_cannot'] = 'You <b>cannot</b> delete your songs and comments in this category'; $lang['Music_moderate_can'] = 'You <b>can</b> %smoderate%s this category'; ?> |
|
From: OryNider <ory...@us...> - 2008-03-13 09:35:15
|
Update of /cvsroot/mxbb/mx_music/music_box/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30086/music_box/includes Modified Files: music_constants.php Log Message: upgrade version to 2.0.2 for core29x branch Index: music_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/includes/music_constants.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** music_constants.php 13 Mar 2008 04:43:05 -0000 1.5 --- music_constants.php 13 Mar 2008 09:35:10 -0000 1.6 *************** *** 58,61 **** --- 58,63 ---- // Footer Copyrights // ------------------------------------------------------------------------- + $mx_user->set_module_lang_path($module_root_path . 'music_box/'); + if (!MXBB_MODULE) { *************** *** 63,68 **** { $mx_user->set_module_cfg_name('mx_music'); - $mx_user->set_module_lang_path($module_root_path . 'music_box/'); - $mx_user->extend(MX_LANG_ALL, MX_IMAGES); } } --- 65,68 ---- *************** *** 73,89 **** $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x } - - if (is_object($mx_page)) - { - // ------------------------------------------------------------------------- - // Extend User Style with module lang and images - // Usage: $mx_user->extend(LANG, IMAGES) - // Switches: - // - LANG: MX_LANG_MAIN (default), MX_LANG_ADMIN, MX_LANG_ALL, MX_LANG_NONE - // - IMAGES: MX_IMAGES (default), MX_IMAGES_NONE - // ------------------------------------------------------------------------- - $mx_user->extend(MX_LANG_ALL, MX_IMAGES); - } } ?> \ No newline at end of file --- 73,86 ---- $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x } } + // ------------------------------------------------------------------------- + // Extend User Style with module lang and images + // Usage: $mx_user->extend(LANG, IMAGES) + // Switches: + // - LANG: MX_LANG_MAIN (default), MX_LANG_ADMIN, MX_LANG_ALL, MX_LANG_NONE + // - IMAGES: MX_IMAGES (default), MX_IMAGES_NONE + // ------------------------------------------------------------------------- + $mx_user->extend(MX_LANG_ALL, MX_IMAGES); + ?> \ No newline at end of file |
|
From: OryNider <ory...@us...> - 2008-03-13 09:35:15
|
Update of /cvsroot/mxbb/mx_music/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30086/templates/_core Modified Files: music_index_body.tpl Log Message: upgrade version to 2.0.2 for core29x branch Index: music_index_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_index_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_index_body.tpl 29 Jan 2008 07:51:29 -0000 1.1 --- music_index_body.tpl 13 Mar 2008 09:35:10 -0000 1.2 *************** *** 10,14 **** </tr> </table> ! <table width="100%" cellpadding="1" cellspacing="1" border="0" class="forumline"> <!-- BEGIN top_songs --> <tr> --- 10,14 ---- </tr> </table> ! <table width="100%" cellpadding="1" cellspacing="0" border="0" class="forumline"> <!-- BEGIN top_songs --> <tr> *************** *** 59,63 **** </table> <br /> ! <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <th width="70%" class="thCornerL" height="25" nowrap="nowrap"> {L_CATEGORY} </th> --- 59,63 ---- </table> <br /> ! <table width="100%" cellpadding="1" cellspacing="0" border="0" class="forumline"> <tr> <th width="70%" class="thCornerL" height="25" nowrap="nowrap"> {L_CATEGORY} </th> *************** *** 123,127 **** <!-- BEGIN switch_user_logged_out --> <form method="post" action="{S_LOGIN_ACTION}"> ! <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td> --- 123,127 ---- <!-- BEGIN switch_user_logged_out --> <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> |
|
From: OryNider <ory...@us...> - 2008-03-13 09:35:15
|
Update of /cvsroot/mxbb/mx_music/language/lang_romanian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30086/language/lang_romanian Removed Files: index.htm lang_admin.php lang_main.php Log Message: upgrade version to 2.0.2 for core29x branch --- lang_main.php DELETED --- --- lang_admin.php DELETED --- --- index.htm DELETED --- |
|
From: OryNider <ory...@us...> - 2008-03-13 09:35:15
|
Update of /cvsroot/mxbb/mx_music/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30086/language/lang_english Removed Files: index.htm lang_admin.php lang_main.php Log Message: upgrade version to 2.0.2 for core29x branch --- lang_main.php DELETED --- --- lang_admin.php DELETED --- --- index.htm DELETED --- |
|
From: OryNider <ory...@us...> - 2008-03-13 09:35:14
|
Update of /cvsroot/mxbb/mx_music/language In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30086/language Removed Files: index.htm Log Message: upgrade version to 2.0.2 for core29x branch --- index.htm DELETED --- |
|
From: OryNider <ory...@us...> - 2008-03-13 09:35:14
|
Update of /cvsroot/mxbb/mx_music/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30086/templates/subSilver Modified Files: music_index_body.tpl Log Message: upgrade version to 2.0.2 for core29x branch Index: music_index_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/subSilver/music_index_body.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** music_index_body.tpl 13 Sep 2007 11:26:29 -0000 1.5 --- music_index_body.tpl 13 Mar 2008 09:35:11 -0000 1.6 *************** *** 10,14 **** </tr> </table> ! <table width="100%" cellpadding="1" cellspacing="1" border="0" class="forumline"> <!-- BEGIN top_songs --> <tr> --- 10,14 ---- </tr> </table> ! <table width="100%" cellpadding="1" cellspacing="0" border="0" class="forumline"> <!-- BEGIN top_songs --> <tr> *************** *** 59,63 **** </table> <br /> ! <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <th width="70%" class="thCornerL" height="25" nowrap="nowrap"> {L_CATEGORY} </th> --- 59,63 ---- </table> <br /> ! <table width="100%" cellpadding="1" cellspacing="0" border="0" class="forumline"> <tr> <th width="70%" class="thCornerL" height="25" nowrap="nowrap"> {L_CATEGORY} </th> *************** *** 123,127 **** <!-- BEGIN switch_user_logged_out --> <form method="post" action="{S_LOGIN_ACTION}"> ! <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td> --- 123,127 ---- <!-- BEGIN switch_user_logged_out --> <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> |
|
From: OryNider <ory...@us...> - 2008-03-13 09:35:14
|
Update of /cvsroot/mxbb/mx_music/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30086/admin Modified Files: admin_music_auth.php admin_music_cat.php admin_music_cfg.php admin_music_ext.php Log Message: upgrade version to 2.0.2 for core29x branch Index: admin_music_ext.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/admin/admin_music_ext.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_music_ext.php 8 Mar 2008 20:07:59 -0000 1.6 --- admin_music_ext.php 13 Mar 2008 09:35:10 -0000 1.7 *************** *** 37,47 **** // Read language definition // ********************************************************************** ! if ( !file_exists( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_english/lang_admin.' . $phpEx ); } ! else { ! include( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.' . $phpEx ); } --- 37,47 ---- // Read language definition // ********************************************************************** ! if (file_exists($music_root_path . "language/lang_" . $board_config['default_lang'] . "/lang_admin.$phpEx")) { ! include($music_root_path . "language/lang_" . $board_config['default_lang'] . "/lang_admin.$phpEx"); } ! else if (file_exists($music_root_path . "language/lang_english/lang_admin.$phpEx")) { ! include($music_root_path . "language/lang_english/lang_admin.$phpEx"); } Index: admin_music_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/admin/admin_music_cat.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_music_cat.php 8 Mar 2008 20:07:59 -0000 1.7 --- admin_music_cat.php 13 Mar 2008 09:35:10 -0000 1.8 *************** *** 36,54 **** // Read language definition // ********************************************************************** ! if ( file_exists( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.' . $phpEx ); } ! else if ( file_exists( $module_root_path . 'language/lang_english/lang_admin.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_english/lang_admin.' . $phpEx ); } ! if ( file_exists( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ); } ! else if ( file_exists( $module_root_path . 'language/lang_english/lang_main.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_english/lang_main.' . $phpEx ); } --- 36,55 ---- // Read language definition // ********************************************************************** ! if (file_exists($music_root_path . "language/lang_" . $board_config['default_lang'] . "/lang_admin.$phpEx")) { ! include($music_root_path . "language/lang_" . $board_config['default_lang'] . "/lang_admin.$phpEx"); } ! else if (file_exists($music_root_path . "language/lang_english/lang_admin.$phpEx")) { ! include($music_root_path . "language/lang_english/lang_admin.$phpEx"); } ! ! if (file_exists($music_root_path . "language/lang_" . $board_config['default_lang'] . "/lang_main.$phpEx")) { ! include($music_root_path . "language/lang_" . $board_config['default_lang'] . "/lang_main.$phpEx"); } ! else if (file_exists($music_root_path . "language/lang_english/lang_main.$phpEx")) { ! include($music_root_path . "language/lang_english/lang_main.$phpEx"); } Index: admin_music_auth.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/admin/admin_music_auth.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_music_auth.php 8 Mar 2008 20:07:59 -0000 1.6 --- admin_music_auth.php 13 Mar 2008 09:35:10 -0000 1.7 *************** *** 36,54 **** // Read language definition // ********************************************************************** ! if ( file_exists( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.' . $phpEx ); } ! else if ( file_exists( $module_root_path . 'language/lang_english/lang_admin.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_english/lang_admin.' . $phpEx ); } ! if ( file_exists( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ); } ! else if ( file_exists( $module_root_path . 'language/lang_english/lang_main.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_english/lang_main.' . $phpEx ); } --- 36,55 ---- // Read language definition // ********************************************************************** ! if (file_exists($music_root_path . "language/lang_" . $board_config['default_lang'] . "/lang_admin.$phpEx")) { ! include($music_root_path . "language/lang_" . $board_config['default_lang'] . "/lang_admin.$phpEx"); } ! else if (file_exists($music_root_path . "language/lang_english/lang_admin.$phpEx")) { ! include($music_root_path . "language/lang_english/lang_admin.$phpEx"); } ! ! if (file_exists($music_root_path . "language/lang_" . $board_config['default_lang'] . "/lang_main.$phpEx")) { ! include($music_root_path . "language/lang_" . $board_config['default_lang'] . "/lang_main.$phpEx"); } ! else if (file_exists($music_root_path . "language/lang_english/lang_main.$phpEx")) { ! include($music_root_path . "language/lang_english/lang_main.$phpEx"); } Index: admin_music_cfg.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/admin/admin_music_cfg.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** admin_music_cfg.php 8 Mar 2008 20:07:59 -0000 1.9 --- admin_music_cfg.php 13 Mar 2008 09:35:10 -0000 1.10 *************** *** 36,54 **** // Read language definition // ********************************************************************** ! if ( file_exists( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.' . $phpEx ); } ! else if ( file_exists( $module_root_path . 'language/lang_english/lang_admin.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_english/lang_admin.' . $phpEx ); } ! if ( file_exists( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ); } ! else if ( file_exists( $module_root_path . 'language/lang_english/lang_main.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_english/lang_main.' . $phpEx ); } --- 36,55 ---- // Read language definition // ********************************************************************** ! if (file_exists($music_root_path . "language/lang_" . $board_config['default_lang'] . "/lang_admin.$phpEx")) { ! include($music_root_path . "language/lang_" . $board_config['default_lang'] . "/lang_admin.$phpEx"); } ! else if (file_exists($music_root_path . "language/lang_english/lang_admin.$phpEx")) { ! include($music_root_path . "language/lang_english/lang_admin.$phpEx"); } ! ! if (file_exists($music_root_path . "language/lang_" . $board_config['default_lang'] . "/lang_main.$phpEx")) { ! include($music_root_path . "language/lang_" . $board_config['default_lang'] . "/lang_main.$phpEx"); } ! else if (file_exists($music_root_path . "language/lang_english/lang_main.$phpEx")) { ! include($music_root_path . "language/lang_english/lang_main.$phpEx"); } |