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-05-30 10:04:11
|
Update of /cvsroot/mxbb/mx_smartor In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27660 Modified Files: album.php Log Message: lang file typo Index: album.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** album.php 18 Mar 2013 20:58:57 -0000 1.30 --- album.php 30 May 2013 10:04:08 -0000 1.31 *************** *** 35,40 **** $phpEx = substr(strrchr(__FILE__, '.'), 1); ! ! if (@file_exists( './viewtopic.' . $phpEx )) // -------------------------------------------- phpBB MOD MODE { define('MXBB_MODULE', false); --- 35,39 ---- $phpEx = substr(strrchr(__FILE__, '.'), 1); ! if (@file_exists('./viewtopic.' . $phpEx )) // -------------------------------------------- phpBB MOD MODE { define('MXBB_MODULE', false); *************** *** 163,167 **** else { ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { define('IN_PORTAL', true); --- 162,166 ---- else { ! if(!defined('IN_PORTAL') || !is_object($mx_block)) { define('IN_PORTAL', true); *************** *** 226,238 **** global $images, $is_block; ! } } - // // Get general album information // $album_root_path = $module_root_path . 'album_mod/'; ! include($album_root_path . 'album_common.'.$phpEx); ! // // Nav switch for mx --- 225,235 ---- global $images, $is_block; ! } } // // Get general album information // $album_root_path = $module_root_path . 'album_mod/'; ! include($module_root_path . 'album_mod/' . 'album_common.'.$phpEx); // // Nav switch for mx *************** *** 458,467 **** } } ! ! $catrows = array (); $options = ($album_view_mode == ALBUM_VIEW_LIST ) ? ALBUM_READ_ALL_CATEGORIES|ALBUM_AUTH_VIEW : ALBUM_AUTH_VIEW; $catrows = album_read_tree($album_user_id, $options); ! album_read_tree($album_user_id); $album_nav_cat_desc = album_make_nav_tree($cat_id, this_smartor_mxurl("smartor_mode=album_cat"), "nav" , $album_user_id); --- 455,463 ---- } } ! $catrows = array (); $options = ($album_view_mode == ALBUM_VIEW_LIST ) ? ALBUM_READ_ALL_CATEGORIES|ALBUM_AUTH_VIEW : ALBUM_AUTH_VIEW; $catrows = album_read_tree($album_user_id, $options); ! album_read_tree($album_user_id); $album_nav_cat_desc = album_make_nav_tree($cat_id, this_smartor_mxurl("smartor_mode=album_cat"), "nav" , $album_user_id); *************** *** 723,727 **** } */ - album_display_index($album_user_id, ALBUM_ROOT_CATEGORY, true, true, true); --- 719,722 ---- |
|
From: Florin C B. <ory...@us...> - 2013-05-30 09:58:51
|
Update of /cvsroot/mxbb/core/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26659 Modified Files: mx_functions_style.php Log Message: the other blocks for mx_shotcast page Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.126 retrieving revision 1.127 diff -C2 -d -r1.126 -r1.127 *** mx_functions_style.php 22 Apr 2013 17:45:04 -0000 1.126 --- mx_functions_style.php 30 May 2013 09:58:48 -0000 1.127 *************** *** 1833,1838 **** // ------------------------------------------------------------------------- // Read Module Main Language Definition ! // ------------------------------------------------------------------------- ! if ((@include $module_lang_path . "language/lang_" . $default_lang . "/lang_main.$phpEx") === false) { if ((@include $module_lang_path . "language/lang_english/lang_main.$phpEx") === false) --- 1833,1838 ---- // ------------------------------------------------------------------------- // Read Module Main Language Definition ! // ------------------------------------------------------------------------- ! if ((include $module_lang_path . "language/lang_" . $default_lang . "/lang_main.$phpEx") === false) { if ((@include $module_lang_path . "language/lang_english/lang_main.$phpEx") === false) *************** *** 1840,1845 **** mx_message_die(CRITICAL_ERROR, 'Module main language file ' . $mx_root_path . $module_lang_path . "language/lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); } ! } ! } if ($lang_mode == MX_LANG_ADMIN || $lang_mode == MX_LANG_ALL) { --- 1840,1845 ---- mx_message_die(CRITICAL_ERROR, 'Module main language file ' . $mx_root_path . $module_lang_path . "language/lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); } ! } ! } if ($lang_mode == MX_LANG_ADMIN || $lang_mode == MX_LANG_ALL) { |
|
From: Florin C B. <ory...@us...> - 2013-05-29 05:00:58
|
Update of /cvsroot/mxbb/mx_shotcast/templates/_core In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29583/_core Modified Files: shotcast_front.tpl shotcast_stats.tpl Log Message: the other blocks for mx_shotcast page Index: shotcast_front.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/templates/_core/shotcast_front.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** shotcast_front.tpl 7 Mar 2008 03:28:33 -0000 1.3 --- shotcast_front.tpl 29 May 2013 05:00:56 -0000 1.4 *************** *** 28,33 **** <!-- BEGIN switch_user_logged_in --> [ <a href="javascript:void(0);" onClick="window.open('{S_LISTEN_STATION}', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=320, height=142 left = 100, top = 100')">{L_CLICK_TO_LISTEN_STATION}</a> ]<br /> ! <a href="javascript:void(0);" onClick="window.open('{S_LISTEN_WMP}', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=320, height=142 left = 100, top = 100')"><img src="{WMP_IMG}" alt="{L_CLICK_TO_LISTEN_WMP}" border="0" /></a> ! <a href="javascript:void(0);" onClick="window.open('{S_LISTEN_REAL}', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=320, height=142 left = 100, top = 100')"><img src="{REAL_IMG}" alt="{L_CLICK_TO_LISTEN_REAL}" border="0" /></a> <!-- END switch_user_logged_in --> <!-- BEGIN switch_user_listening --> --- 28,33 ---- <!-- BEGIN switch_user_logged_in --> [ <a href="javascript:void(0);" onClick="window.open('{S_LISTEN_STATION}', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=320, height=142 left = 100, top = 100')">{L_CLICK_TO_LISTEN_STATION}</a> ]<br /> ! <!--a href="javascript:void(0);" onClick="window.open('{S_LISTEN_WMP}', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=320, height=142 left = 100, top = 100')"><img src="{WMP_IMG}" alt="{L_CLICK_TO_LISTEN_WMP}" border="0" /></a> ! <a href="javascript:void(0);" onClick="window.open('{S_LISTEN_REAL}', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=320, height=142 left = 100, top = 100')"><img src="{REAL_IMG}" alt="{L_CLICK_TO_LISTEN_REAL}" border="0" /></a --> <!-- END switch_user_logged_in --> <!-- BEGIN switch_user_listening --> Index: shotcast_stats.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/templates/_core/shotcast_stats.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** shotcast_stats.tpl 21 Mar 2008 23:07:11 -0000 1.3 --- shotcast_stats.tpl 29 May 2013 05:00:56 -0000 1.4 *************** *** 1,3 **** ! <table width="{BLOCK_SIZE}" cellpadding="1" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td class="row1" align="center" valign="middle"> --- 1,16 ---- ! <div class="clear"></div> ! <div class="forabg block" style="vertical-align:top;"> ! <div class="inner"> ! <ul class="icon bg2" style="width:70; display:block;> ! <dl style="vertical-align:middle;"> ! <dt style="text-align:center" class="cat"> ! {L_TITLE} ! </dt> ! </dl> ! </ul> ! <ul class="icon bg2" style="width:70; display:block;> ! <dl style="vertical-align:middle;"> ! <dt style="text-align:center" class="cat"> ! <table width="100%" cellpadding="0" cellspacing="1" border="0" style="border:none;"> <tr> <td class="row1" align="center" valign="middle"> *************** *** 31,35 **** <tr class="table"> <td class="row2" align="left" valign="bottom"> ! <i>{L_SONGURL} <b><a href="{S_SONGURL}">{S_SONGURL}</a></b></i> </td> </tr> --- 44,48 ---- <tr class="table"> <td class="row2" align="left" valign="bottom"> ! <i>{L_SONGURL} <b><a href="{S_STREAMURL}">{S_STREAMURL}</a></b></i> </td> </tr> *************** *** 37,41 **** <tr class="table"> <td class="row2" align="left" valign="bottom"> ! <i>{L_SONG} <b>{S_SONG}</b></i> </td> </tr> --- 50,54 ---- <tr class="table"> <td class="row2" align="left" valign="bottom"> ! <i>{L_SONG} <b><a href="{S_SONGURL}">{S_SONG}</a></b></i> </td> </tr> *************** *** 64,66 **** --- 77,85 ---- </tr> </table> + </dt> + </dl> + </ul> + </div> + <span class="corners-bottom"><span></span></span> + </div> <br clear="all" /> |
|
From: Florin C B. <ory...@us...> - 2013-05-29 05:00:45
|
Update of /cvsroot/mxbb/mx_shotcast In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29557 Modified Files: radioplayer.php Log Message: the other blocks for mx_shotcast page Index: radioplayer.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/radioplayer.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** radioplayer.php 28 May 2013 07:14:33 -0000 1.12 --- radioplayer.php 29 May 2013 05:00:43 -0000 1.13 *************** *** 100,104 **** <div id=\"iframe \" class=\"controls\"> ! <IFRAME src=\"".$module_root_path."includes/cur_song.".$phpEx."#\" name=\"embedFrame\" ID=\"embedFrame\" width=\"100\" height=\"0\" scrolling=\"no\" style=\"width:100%;height:0px;border:0px dotted #BEBEBE;\">Sorry, your browser doesn't seem to support IFrames!</iframe> </div> --- 100,104 ---- <div id=\"iframe \" class=\"controls\"> ! <IFRAME src=\"".$module_root_path."includes/cur_song.".$phpEx.(isset($_GET['embed']) ? $_GET['embed'] : '')."#\" name=\"embedFrame\" ID=\"embedFrame\" width=\"100\" height=\"0\" scrolling=\"no\" style=\"width:100%;height:0px;border:0px dotted #BEBEBE;\">Sorry, your browser doesn't seem to support IFrames!</iframe> </div> |
|
From: Florin C B. <ory...@us...> - 2013-05-29 04:34:05
|
Update of /cvsroot/mxbb/mx_shotcast In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28026 Modified Files: ShotCast.pak shotcast_front.php shotcast_last10.php shotcast_stats.php Log Message: the other blocks for mx_shotcast page Index: shotcast_front.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/shotcast_front.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** shotcast_front.php 28 May 2013 07:14:33 -0000 1.10 --- shotcast_front.php 29 May 2013 04:34:03 -0000 1.11 *************** *** 20,24 **** // //error_reporting( E_ALL ); ! @ini_set( 'display_errors', '1' ); // -------------------------------------------------------------------------------- --- 20,24 ---- // //error_reporting( E_ALL ); ! //@ini_set( 'display_errors', '1' ); // -------------------------------------------------------------------------------- *************** *** 215,219 **** // $template->set_filenames(array( ! 'body' => 'shotcast_front.tpl') ); --- 215,219 ---- // $template->set_filenames(array( ! 'front_body' => 'shotcast_front.tpl') ); *************** *** 276,286 **** ); ! $template->pparse('body'); // REMOVE OLD SESSIONS ! drop_shotcast_users($period); ! unset($liteners, $sql, $howmanylisten, $listeners_list, $block_size, $module_root_path, $isimler, $can_listen); ?> \ No newline at end of file --- 276,286 ---- ); ! $template->pparse('front_body'); // REMOVE OLD SESSIONS ! //drop_shotcast_users($period); ! //unset($liteners, $sql, $howmanylisten, $listeners_list, $block_size, $module_root_path, $isimler, $can_listen); ?> \ No newline at end of file Index: shotcast_stats.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/shotcast_stats.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** shotcast_stats.php 28 May 2013 07:14:33 -0000 1.8 --- shotcast_stats.php 29 May 2013 04:34:03 -0000 1.9 *************** *** 13,17 **** // //error_reporting( E_ALL ); ! @ini_set( 'display_errors', '1' ); // -------------------------------------------------------------------------------- --- 13,17 ---- // //error_reporting( E_ALL ); ! //@ini_set( 'display_errors', '1' ); // -------------------------------------------------------------------------------- *************** *** 22,25 **** --- 22,27 ---- { die("Hacking attempt"); + $module_root_path = "./"; + $phpEx = substr(strrchr(__FILE__, '.'), 1); } *************** *** 34,92 **** include_once($module_root_path . 'includes/common.'.$phpEx); ! $state = ($text[1] == 1) ? 'Up' : 'Down'; ! $shotcast_state_icon = ($text[1] == 1) ? 'online.gif' : 'offline.gif'; ! $text[2] = !empty($text[2]) ? $text[2] : $currentlisteners; ! $text[3] = !empty($text[3]) ? $text[3] : $maxlisteners; ! $text[5] = !empty($text[5]) ? $text[5] : $bitrate; ! $song[0] = !empty($song[0]) ? $song[0] : $title; ! // // Read block Configuration // // $block_config = read_block_config($block_id); ! $block_size = ( isset($block_size) && !empty($block_size) ? $block_size : '100%' ); ! // Generate block output (using templates) // Generate HTML for the block... // ! $template->set_filenames(array( ! 'body' => 'shotcast_stats.tpl') ! ); $template->assign_vars(array( ! 'SHOTCAST_STATE_IMG' => $module_root_path.'images/'.$shotcast_state_icon, ! 'L_STATION' => $lang['Stats_for'], ! 'S_STATION' => $station, 'L_STATE' => $lang['Server_state'], 'S_STATE' => $state, 'L_SERVER_TITLE' => $lang['Station'], ! 'S_SERVER_TITLE' => $servertitle, 'L_SONG' => $lang['Current_song'], ! 'S_SONG' => $song[0], 'L_BITRATE' => $lang['Bitrate'], ! 'S_BITRATE' => $text[5], 'L_PEAK_LISTENERS' => $lang['Listeners_peak'], ! 'S_PEAK_LISTENERS' => $text[2], 'L_MAX_LISTENERS' => $lang['Max_listeners'], ! 'S_MAX_LISTENERS' => $text[3], 'L_SERVERGENRE' => $lang['Server_genre'], ! 'S_SERVERGENRE' => $servergenre, 'L_SONGURL' => $lang['Stream_URL'], ! 'S_SONGURL' => $songurl, ! 'S_SERVERURL' => $serverurl, 'L_REPORTEDLISTENERS' => $lang['Unique'], ! 'S_REPORTEDLISTENERS' => $reportedlisteners, ! ! ! 'BLOCK_SIZE' => $block_size, 'BLOCK_ID' => $block_id, ! 'L_TITLE' => 'shotcast') ); ! $template->pparse('body'); - unset($station, $block_config, $state, $servertitle, $block_size, $module_root_path, $song[0], $bitrate, $currentlisteners, $maxlisteners); ?> \ No newline at end of file --- 36,94 ---- include_once($module_root_path . 'includes/common.'.$phpEx); ! $shotcast_state_icon = ($state == 'Up') ? 'online.gif' : 'offline.gif'; // // Read block Configuration // // $block_config = read_block_config($block_id); ! $block_title = $mx_block->block_info['block_title']; ! $b_description = $mx_block->block_info['block_desc']; ! $block_size = $mx_block->block_info['block_size']; ! $block_id = $mx_block->block_info['block_id']; ! $block_size = ( isset($block_size) && !empty($block_size) ? $block_size : '100%' ); // Generate block output (using templates) // Generate HTML for the block... // ! $template->set_filenames(array('statsbody' => 'shotcast_stats.tpl')); $template->assign_vars(array( ! 'SHOTCAST_STATE_IMG' => $module_root_path ."skins/".SKIN."/".$shotcast_state_icon, 'L_STATION' => $lang['Stats_for'], ! 'S_STATION' => $server_name, 'L_STATE' => $lang['Server_state'], 'S_STATE' => $state, 'L_SERVER_TITLE' => $lang['Station'], ! 'S_SERVER_TITLE' => $server_description, 'L_SONG' => $lang['Current_song'], ! 'S_SONG' => $title, 'L_BITRATE' => $lang['Bitrate'], ! 'S_BITRATE' => $bitrate, 'L_PEAK_LISTENERS' => $lang['Listeners_peak'], ! 'S_PEAK_LISTENERS' => $currentlisteners, 'L_MAX_LISTENERS' => $lang['Max_listeners'], ! 'S_MAX_LISTENERS' => $maxlisteners, 'L_SERVERGENRE' => $lang['Server_genre'], ! 'S_SERVERGENRE' => $stream_genre, 'L_SONGURL' => $lang['Stream_URL'], ! 'S_STREAMURL' => $no_cover_url, ! 'S_SONGURL' => aws_getInfo($artist, $song, 'track', 'url_info', $no_cover_url, false), ! 'S_SERVERURL' => $server_url, 'L_REPORTEDLISTENERS' => $lang['Unique'], ! 'S_REPORTEDLISTENERS' => $peaklisteners, 'BLOCK_SIZE' => $block_size, 'BLOCK_ID' => $block_id, ! 'L_TITLE' => $block_title,) ); ! //$mimetype = ""; ! //$server_description = ""; ! //$quality = ""; ! //$video_quality = ""; ! //$frame_size = ""; ! //$frame_rate = ""; ! //$server_url = ""; ! //$artist = ""; ! ! $template->pparse('statsbody'); ?> \ No newline at end of file Index: shotcast_last10.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/shotcast_last10.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** shotcast_last10.php 28 May 2013 07:14:33 -0000 1.8 --- shotcast_last10.php 29 May 2013 04:34:03 -0000 1.9 *************** *** 21,25 **** if( !defined('IN_PORTAL') || !is_object($mx_block)) { ! die("Hacking attempt"); } --- 21,27 ---- if( !defined('IN_PORTAL') || !is_object($mx_block)) { ! //die("Hacking attempt"); ! $module_root_path = "./"; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); } *************** *** 60,65 **** */ ! $caster_ip = $shotcast_config['shotcast_host']; // IP adress or domain ! $caster_port = $shotcast_config['shotcast_port']; // Port if( empty($lang['Before_that_you_heard']) && empty($lang['Now_Playing']) ) --- 62,67 ---- */ ! //$caster_ip = $shotcast_config['shotcast_host']; // IP adress or domain ! //$caster_port = $shotcast_config['shotcast_port']; // Port if( empty($lang['Before_that_you_heard']) && empty($lang['Now_Playing']) ) *************** *** 73,78 **** // The lastN is configurable at the DNAS with, ShowLastSongs= it defaults to 10 and has a maximum of 20 ! $t_max = $_REQUEST[n]; ! if (!t_max || $t_max<1 || $t_max>19) $t_max=10; //19 is the max here because 20=current_track+19 --- 75,81 ---- // The lastN is configurable at the DNAS with, ShowLastSongs= it defaults to 10 and has a maximum of 20 ! $n = 10; ! $t_max = $n; ! if (!$t_max || $t_max < 1 || $t_max > 19) $t_max = 10; //19 is the max here because 20=current_track+19 *************** *** 83,161 **** $success=0; ! ! if (@phpversion() >= '5.0.0' && ($text[1] == 1)) { $state = "Up"; } else { $state = "Down"; } if (@phpversion() < '5.0.0') { $state = "Up"; } ! ! $fp1 = @fsockopen($caster_ip, $caster_port, &$errno, &$errstr, $connect_timeout); //open connection ! if (!$fp1) ! { ! //if this fails, I'm done.... ! $er = '<p>' . $lang['Socket_functions_disabled'] . '</p>'; ! @fclose($fp1); ! $success++; } ! else { ! $er = ''; ! $request="GET /index.html HTTP/1.1\r\nHost:" . $caster_ip . ":" . $caster_port . "\r\nUser-Agent: SHOUTcast DNAS Status [index] * (Mozilla/PHP)\r\nConnection: close\r\n\r\n"; //get index.html ! @fputs($fp1,$request,strlen($request)); ! $page=''; ! while(!feof($fp1)) ! { ! $page .= fread($fp1, 16384); ! } ! @fclose($fp1); ! ! // now I have the entire /index.html in $page -- all I want from here is the current track... ! // (hint-hint) ! ! $song00 = ereg_replace("</b></td>.*", "", ereg_replace(".*Current Song: </font></td><td><font class=default><b>", "", $page)); // easy, right <img src="images/smilies/smile.gif" border="0" alt=""> ! ! // now let's get /played.html... (this is kinda long) ! $fp = @fsockopen($caster_ip, $caster_port, &$errno, &$errstr, $connect_timeout); ! if(!$fp) ! { ! //if connection could not be made ! @fclose($fp); ! $success++; ! } ! else { ! $request = "GET /played.html HTTP/1.1\r\nHost: " . $caster_ip . ":" . $caster_port . "\r\nUser-Agent: SHOUTcast DNAS Status [played] * (Mozilla/PHP)\r\n"."Connection: close\r\n\r\n"; ! @fputs($fp,$request,strlen($request)); ! $page = ''; ! while (!feof($fp)) ! { ! $page .= @fread($fp, 16384); ! } ! @fclose($fp); //close connection ! $played_html = $page; ! ! if ($played_html) { ! $played_html = ereg_replace('<x>','|-|',ereg_replace('</tr>','',ereg_replace('</td><td>','<x>',ereg_replace('<tr><td>','',ereg_replace('</tr>','</tr>' . $lf,ereg_replace('-->','--]',ereg_replace('<!--','[!--',ereg_replace('</table><br><br>.*','',ereg_replace('.*<b>Current Song</b></td></tr>','',$played_html))))))))); ! $xxn = strlen($played_html); ! $r = 2; ! $t_count = 0; ! $reading = 0; ! $track[0] = $song00; ! while ($r<$xxn & $t_count<=$t_max) { ! $cur = substr($played_html,$r,1); ! if ($cur == $lf) { $reading=0; } ! if ($reading == 1) { $track[$t_count] .= $cur; } ! if ($cur == "|" & substr($played_html,$r-1,1) == "-" & substr($played_html,$r-2,1) == "|") ! { ! $reading = 1; ! $t_count++; ! } ! $r++; } } ! } ! } ! ! // I now have $track[0-N] containg the current plus last N tracks... // Output time... --- 86,147 ---- $success=0; + if(empty($caster_internal_ip)) + { + $shout_caster_ip = $caster_ip; + $shout_caster_port = $caster_port; + } + else + { + $shout_caster_ip = $caster_internal_ip; + $shout_caster_port = $caster_internal_port; + } ! if (@phpversion() >= '5.0.0') { $state = "Up"; } else { $state = "Down"; } if (@phpversion() < '5.0.0') { $state = "Up"; } ! $song00 = $currentsong; ! //$fp1 = @fsockopen($shout_caster_ip, $shout_caster_port, $errno, $errstr, 5); //open connection ! $fp = @fsockopen($shout_caster_ip, $shout_caster_port, $errno, $errstr, 5); //open connection ! if(!$fp) ! { ! //if connection could not be made ! @fclose($fp); ! //$success++; } ! else { ! @fputs($fp, "GET /played.html HTTP/1.0\r\nUser-Agent: SHOUTcast DNAS Status Getter (Mozilla Compatible)\r\n\r\n"); ! $page = ""; ! while(!feof($fp)) ! { ! $page .= fgets($fp, 1000); ! } ! $page = preg_replace("~.*Server Status:~", "", $page); //extract data ! $page = preg_replace("~</b></td></tr></table><br>.*~", "", $page); //extract data ! $page_array = preg_split('~(</?[^>]+>)~' , $page, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY); ! $played_html = $page; ! if ($played_html) { ! $played_html = preg_replace('~<x>~','|-|', preg_replace('~</tr>~','', preg_replace('~</td><td>~','<x>', preg_replace('~<tr><td>~','', preg_replace('~</tr>~', '</tr>' . $lf, preg_replace('~-->~','--]', preg_replace('~<!--~','[!--', preg_replace('~</table><br><br>.*~','', preg_replace('~.*<b>Current Song</b></td></tr>~','',$played_html))))))))); ! $xxn = strlen($played_html); ! $r = 2; ! $t_count = 0; ! $reading = 0; ! $track[0] = $song00; ! while ($r < $xxn & $t_count <= $t_max) { ! $cur = substr($played_html, $r, 1); ! if ($cur == $lf) { $reading = 0; } ! if ($reading == 1) { @$track[$t_count] .= $cur; } ! if ($cur == "|" & substr($played_html,$r-1,1) == "-" & substr($played_html,$r-2,1) == "|") { ! $reading = 1; ! $t_count++; } + $r++; } ! } ! } ! @fclose($fp); //close connection ! // I now have $track[0-N] containg the current plus last N tracks... // Output time... *************** *** 204,210 **** <font face=' . $font . ' size=' . $fontsize . '>'; //Now playing... ! while ($r<=$t_max) { ! if ($r==0) { $output_string .= $lang['Now_Playing'] . ': <A><b>'.str_replace("'", "'",str_replace('"', '"',$track[$r])).'</b></A></td></tr></table></td></tr><tr><td><table bgcolor=' . $bottom . ' width="100%" border="0" cellpadding="' . $padding . '"><tr><td><br><font face=' . $font . ' size=' . $fontsize . '> ' . $lang['Before_that_you_heard'] . ' :<b><br><br>'; --- 190,196 ---- <font face=' . $font . ' size=' . $fontsize . '>'; //Now playing... ! while ($r <= $t_max) { ! if ($r == 0) { $output_string .= $lang['Now_Playing'] . ': <A><b>'.str_replace("'", "'",str_replace('"', '"',$track[$r])).'</b></A></td></tr></table></td></tr><tr><td><table bgcolor=' . $bottom . ' width="100%" border="0" cellpadding="' . $padding . '"><tr><td><br><font face=' . $font . ' size=' . $fontsize . '> ' . $lang['Before_that_you_heard'] . ' :<b><br><br>'; *************** *** 212,216 **** else { ! $output_string .= str_replace("'", "'",str_replace('"', '"',$track[$r])) . '<br>'; } $r++; --- 198,202 ---- else { ! $output_string .= str_replace("'", "'",str_replace('"', '"', @$track[$r])) . '<br>'; } $r++; *************** *** 239,243 **** while ($r <= $t_max) { ! if ($r==0) { $output_string .= '<tr><td vAlign=top> ' . $lang['Before_that_you_heard'] . ' :</i><br><br>'; --- 225,229 ---- while ($r <= $t_max) { ! if ($r == 0) { $output_string .= '<tr><td vAlign=top> ' . $lang['Before_that_you_heard'] . ' :</i><br><br>'; Index: ShotCast.pak =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/ShotCast.pak,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ShotCast.pak 28 May 2013 07:14:33 -0000 1.2 --- ShotCast.pak 29 May 2013 04:34:03 -0000 1.3 *************** *** 9,17 **** block=+:=+:StreamCast Last 10=+:Demo block=+:87=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:71=+:88=+:Shotcast Stats=+:StreamCast Statinstics Block =+:shotcast_stats.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:StreamCast Stats=+:Demo block=+:88=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:71=+:89=+:Radio Player=+:Radio Player or Index=+:radioplayer.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Radio Player=+:Demo block=+:89=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 9,17 ---- block=+:=+:StreamCast Last 10=+:Demo block=+:87=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:71=+:88=+:Stream Stats=+:Stream Stats =+:shotcast_stats.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:StreamCast Stats=+:Demo block=+:88=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:71=+:89=+:Radio Player=+:Radio Player=+:radioplayer.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Radio Player=+:Demo block=+:89=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Florin C B. <ory...@us...> - 2013-05-29 00:19:53
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15689 Added Files: bbcode.html Log Message: images for mx_shotcast page --- NEW FILE: bbcode.html --- <!-- BEGIN ulist_open --><ul style="list-style-type: {LIST_TYPE}"><!-- END ulist_open --> <!-- BEGIN ulist_open_default --><ul><!-- END ulist_open_default --> <!-- BEGIN ulist_close --></ul><!-- END ulist_close --> <!-- BEGIN olist_open --><ol style="list-style-type: {LIST_TYPE}"><!-- END olist_open --> <!-- BEGIN olist_close --></ol><!-- END olist_close --> <!-- BEGIN listitem --><li><!-- END listitem --> <!-- BEGIN listitem_close --></li><!-- END listitem_close --> <!-- BEGIN quote_username_open --><blockquote><div><cite>{USERNAME} {L_WROTE}:</cite><!-- END quote_username_open --> <!-- BEGIN quote_open --><blockquote class="uncited"><div><!-- END quote_open --> <!-- BEGIN quote_close --></div></blockquote><!-- END quote_close --> <!-- BEGIN code_open --><dl class="codebox"><dt>{L_CODE}: <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></dt><dd><code><!-- END code_open --> <!-- BEGIN code_close --></code></dd></dl><!-- END code_close --> <!-- BEGIN inline_attachment_open --><div class="inline-attachment"><!-- END inline_attachment_open --> <!-- BEGIN inline_attachment_close --></div><!-- END inline_attachment_close --> <!-- BEGIN b_open --><strong><!-- END b_open --> <!-- BEGIN b_close --></strong><!-- END b_close --> <!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open --> <!-- BEGIN u_close --></span><!-- END u_close --> <!-- BEGIN i_open --><em><!-- END i_open --> <!-- BEGIN i_close --></em><!-- END i_close --> <!-- BEGIN color_open --><span style="color: {COLOR}"><!-- END color_open --> <!-- BEGIN color_close --></span><!-- END color_close --> <!-- BEGIN size_open --><span style="font-size: {SIZE}px; line-height: normal"><!-- END size_open --> <!-- BEGIN size_close --></span><!-- END size_close --> <!-- BEGIN color --><span style="color: {COLOR}">{TEXT}</span><!-- END color --> <!-- BEGIN size --><span style="font-size: {SIZE}%; line-height: 116%;">{TEXT}</span><!-- END size --> <!-- BEGIN img --><a href="{URL}" onclick="return hs.expand(this)"><img src="{URL}" alt="{L_IMAGE}" onclick="viewableArea(this);" resizemod="on" onload="rmw_img_loaded(this)" /></a><!-- END img --> <!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url --> <!-- BEGIN email --><a href="mailto:{EMAIL}">{DESCRIPTION}</a><!-- END email --> <!-- BEGIN flash --><!-- URL's used in the movie--> <!-- text used in the movie--> <!-- --> <div style="text-align:center;"> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH={WIDTH} HEIGHT={HEIGHT}> <PARAM NAME=movie VALUE="{URL}"><PARAM NAME=quality VALUE=high> <PARAM NAME=scale VALUE=noborder> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="{URL}" quality=high scale=noborder wmode=transparent bgcolor=#000000 WIDTH={WIDTH} HEIGHT={HEIGHT} TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </EMBED></OBJECT> </div> <!-- END flash --> <!-- BEGIN GVideo --> <div style="text-align:center;"> <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="flv_video" name="flv_video" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="center" height="500" width="640"> <param name="movie" value="http://video.google.com/googleplayer.swf?docId={GVIDEOID}"></param> <embed style="width:640px; height:500px;" id="VideoPlayback" align="middle" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId={GVIDEOID}" allowScriptAccess="sameDomain" quality="best" bgcolor="#ffffff" scale="noScale" salign="TL" FlashVars="playerMode=embedded"> </embed> </object><br /> <a href="http://video.google.com/googleplayer.swf?docId={GVIDEOID}" target="_blank">http://video.google.com/videoplay?docid={GVIDEOID}</a><br /> </div> <!-- END GVideo --> <!-- BEGIN youtube --> <div style="text-align:center;"> <center> <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="flv_video" name="flv_video" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="center" height="500" width="640"> <param name="movie" value="http://www.youtube.com/v/{YOUTUBEID}"></param> <param name="quality" value="high"> <param name="play" value="true"> <param name="loop" value="true"> <param name="scale" value="showall"> <param name="wmode" value="opaque"> <param name="devicefont" value="false"> <param name="bgcolor" value="#ffffff"> <param name="menu" value="true"> <param name="allowFullScreen" value="true"> <param name="allowScriptAccess" value="always"> <param name="salign" value=""> <center><embed src="http://www.youtube.com/v/{YOUTUBEID}" type="application/x-shockwave-flash" width="640" height="500"></embed></center> </object> </center><br /> <a href="http://youtube.com/watch?v={YOUTUBEID}" target="_blank">{YOUTUBELINK}</a></div><br /> <!-- END youtube --> <!-- BEGIN scribd --> <div style="text-align:center;"> <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="{SCRIBDID}" name="{SCRIBDID}" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="500" width="640" align="center"> <param name="movie" value="{SCRIBDURL}"> <param name="quality" value="high"> <param name="play" value="true"> <param name="loop" value="true"> <param name="scale" value="showall"> <param name="wmode" value="opaque"> <param name="devicefont" value="false"> <param name="bgcolor" value="#ffffff"> <param name="menu" value="true"> <param name="allowFullScreen" value="true"> <param name="allowScriptAccess" value="always"> <param name="salign" value=""> <embed src="{SCRIBDURL}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_326877108105255_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle" height="500" width="100%"></embed> </object> <a title="View Article / Book" href="{SCRIBDURL}" style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;">View Article / Book</a> </div><br /> <!-- END scribd --> <!-- BEGIN ipaper --> <div style="text-align:center;"> <script type="text/javascript" src="http://www.scribd.com/javascripts/view.js"></script> <script type="text/javascript"> <!-- // var docId = '{IPAPERID}'; var access_key = '{IPAPERKEY}'; var height = '{HEIGHT}'; var width = '{WIDTH}'; function iPaper(docId, access_key, height, width) { var scribd_doc = scribd.Document.getDoc(docId, access_key); scribd_doc.addParam('height', height); scribd_doc.addParam('width', width); scribd_doc.write('embedded_flash'); } //--> </script> <a title="View Article / Book" href="{URL}" style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;">View Article / Book</a> </div><br /> <!-- END ipaper --> <!-- BEGIN stream --> <div style="text-align:center;"> <object id="wmp" width=300 height=70 classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject"> <param name="FileName" value="{URL}"> <param name="ShowControls" value="1"> <param name="ShowDisplay" value="0"> <param name="ShowStatusBar" value="1"> <param name="AutoSize" value="1"> <param name="autoplay" value="0"> <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows95/downloads/contents/wurecommended/s_wufeatured/mediaplayer/default.asp" src="{URL}" name=MediaPlayer2 showcontrols=1 showdisplay=0 showstatusbar=1 autosize=1 autoplay=0 visible=1 animationatstart=0 transparentatstart=1 loop=0 height=70 width=300> </embed> </object> </div> <!-- END stream --> <!-- BEGIN video --> <div style="text-align:center;"> <div align="left"><embed src="{URL}" autoplay="false" width={WIDTH} height={HEIGHT}></embed></div> </div> <!-- END video --> <!-- BEGIN hr --><hr noshade color='#000000' size='1'><!-- END hr --> <!-- BEGIN fade_open --> <span style="height: 1; Filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, FinishX=100%)"> <!-- END fade_open --> <!-- BEGIN fade_close --> </span> <!-- END fade_close --> |
|
From: Florin C B. <ory...@us...> - 2013-05-29 00:19:44
|
Update of /cvsroot/mxbb/core/templates/_core/images/page_icons In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15675/page_icons Added Files: icon_fm.gif Log Message: images for mx_shotcast page --- NEW FILE: icon_fm.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Florin C B. <ory...@us...> - 2013-05-28 07:15:10
|
Update of /cvsroot/mxbb/mx_shotcast/templates/pubOry/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638/templates/pubOry/admin Modified Files: shotcast_config_body.tpl Log Message: Version 3.5.2 Index: shotcast_config_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/templates/pubOry/admin/shotcast_config_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shotcast_config_body.tpl 2 Oct 2007 04:44:06 -0000 1.2 --- shotcast_config_body.tpl 28 May 2013 07:14:37 -0000 1.3 *************** *** 1,6 **** ! <center><h1>{L_SHOTCAST_SETTINGS}</h1> ! <p>{L_SHOTCAST_SETTINGS_EXPLAIN}<br /></p></center> ! ! <form enctype="multipart/form-data" action="{S_ACTION}" method=post> <table width="640" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> --- 1,7 ---- ! <center> ! <h1>{L_SHOTCAST_SETTINGS}</h1> ! <p>{L_SHOTCAST_SETTINGS_EXPLAIN}<br /></p> ! </center> ! <form enctype="multipart/form-data" action="{S_ACTION}" method="post"> <table width="640" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> *************** *** 28,31 **** --- 29,72 ---- </tr> <tr> + <td class="row1"><p><b>{L_PLAY_HOST}:</b><br></p></td> + <td class="row2"><input type="text" maxlength="64" size="54" name="play_host" value="{PLAY_HOST}" /></td> + </tr> + <tr> + <td class="row1"><p><b>{L_PLAY_ASX}:</b><br></p></td> + <td class="row2"><input type="text" maxlength="64" size="54" name="play_asx" value="{PLAY_ASX}" /></td> + </tr> + <tr> + <td class="row1"><p><b>{L_PLAY_PORT}:</b><br></p></td> + <td class="row2"><input type="text" maxlength="64" size="54" name="play_port" value="{PLAY_PORT}" /></td> + </tr> + <tr> + <td class="row1"><p><b>{L_PLAY_MOUNT}:</b><br></p></td> + <td class="row2"><input type="text" maxlength="64" size="54" name="play_mount" value="{PLAY_MOUNT}" /></td> + </tr> + <tr> + <td class="row1"><p><b>{L_CASTER}:</b><br></p></td> + <td class="row2"><input type="text" maxlength="64" size="54" name="caster" value="{S_CASTER}" /></td> + </tr> + <tr> + <td class="row1">{L_ALLOW_AUTOPLAY}</span></td> + <td class="row2"><input type="radio" name="allow_autoplay" value="1" {ALLOW_AUTOPLAY_YES} /> {L_YES} <input type="radio" name="allow_autoplay" value="0" {ALLOW_AUTOPLAY_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1"><p><b>{L_PICTURE_TYPE}:</b><br></p></td> + <td class="row2">{S_PICTURE_TYPE}</td></td> + </tr> + <tr> + <td class="row1"><p><b>{L_FALLBACK_TO}:</b><br></p></td> + <td class="row2">{S_FALLBACK_TO}</td></td> + </tr> + <tr> + <td class="row1"><p><b>{L_CAST_LOGO}:</b><br></p></td> + <td class="row2"><input type="text" maxlength="64" size="54" name="logo" value="{DISPLAY_LOGO}" /></td> + </tr> + <tr> + <td class="row1">{L_ALLOW_CURL}</span></td> + <td class="row2"><input type="radio" name="allow_curl" value="1" {ALLOW_CURL_YES} /> {L_YES} <input type="radio" name="allow_curl" value="0" {ALLOW_CURL_NO} /> {L_NO}</td> + </tr> + <tr> <td class="row1"><p><b>{L_CHECK_PERIOD}:</b><br><span class="gensmall">{L_CHECK_PERIOD_EXPLAIN}</span></p></td> <td class="row2"><input type="text" maxlength="16" size="16" name="check_period" value="{CHECK_PERIOD}" /></td> *************** *** 44,47 **** --- 85,117 ---- </tr> <tr> + <td class="row1"><p><b>{L_SKINPATH}:</b><br></p></td> + <!-- <td class="row2"><input type="text" maxlength="255" size="8" name="SKINpath" value="{SKINPATH}" /></td> --> + <td class="row2" width="50%"> + <select name="skin" multiple size="8"> + <!-- BEGIN stylelist --> + {stylelist.SKINPATH} + <!-- END stylelist --> + </select> + </td> + </tr> + <tr> + <td class="row1"><p><b>{L_STREAM_TYPE}:</b><br></p></td> + <td class="row2">{STREAM_TYPE}</td></td> + </tr> + <tr> + <td class="row1"><p><b>{L_SHOW_STATUS}:</b><br></p></td> + <td class="row2">{SHOW_STATUS}</td></td> + </tr> + </tr> + <tr> + <td class="row1">{L_ALLOW_GUESTS}</span></td> + <td class="row2"><input type="radio" name="allow_guests" value="1" {ALLOW_GUESTS_YES} /> {L_YES} <input type="radio" name="allow_guests" value="0" {ALLOW_GUESTS_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1">{L_GUESTNAME}<br><span class="gensmall">{L_GUESTNAME_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" name="guestname" value="{GUESTNAME}" size="12" maxlength="20" /></td> + </tr> + <tr> + <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> *************** *** 51,59 **** </tr> </table> - - - <br> </form> ! ! ! <br clear="all" /> --- 121,124 ---- </tr> </table> </form> ! <br clear="all" /> \ No newline at end of file |
|
From: Florin C B. <ory...@us...> - 2013-05-28 07:15:08
|
Update of /cvsroot/mxbb/mx_shotcast/language/lang_romanian In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638/language/lang_romanian Modified Files: lang_admin.php lang_main.php Added Files: index.html Log Message: Version 3.5.2 --- NEW FILE: index.html --- <HTML><HEAD> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <META name="GENERATOR" content="3D Editor 1.03 Copyright (c) 2003 by Albu Cristian"> <META name="robots" content="INDEX, FOLLOW"> <TITLE>Index of /radioplayer/v4/language/lang_romanian</TITLE> </HEAD> <BODY text="#FCFCFC" bgcolor="#0055AA" link="#147AEB" vlink="#144ABB" alink="#14FFBB"> <H1><HR><CENTER>Index of /radioplayer/v4/language/lang_romanian<P>Last Updated: Saturday, May 11th, 2013</CENTER><HR></H1><P><TABLE WIDTH=100%> <TD WIDTH=20% BGCOLOR=#147AEB><FONT COLOR=#EB8514><B>File name</B></FONT> <TD WIDTH=10% BGCOLOR=#005ACB><FONT COLOR=#EB8514><B>Size</B></FONT> <TD WIDTH=20% BGCOLOR=#003AAB><FONT COLOR=#EB8514><B>Last update</B></FONT> <TD WIDTH=50% BGCOLOR=#001A8B><FONT COLOR=#EB8514><B>Description</B></FONT></TR> <TR VALIGN=TOP><TD><A HREF="../index.html">[..]</A><TD ALIGN=CENTER><DIR><TD ALIGN=CENTER>5/11/2013, 16:3<TD>Parent directory <TR VALIGN=TOP><TD><A HREF="lang_main.php">lang_main.php</A><TD ALIGN=RIGHT>503<TD ALIGN=CENTER>8/6/2010, 4:21<TD> </TABLE><P ALIGN=RIGHT><SMALL>There are 1 files and 1 directories<BR ALIGN=RIGHT>for a total of 503 bytes.</SMALL></BODY> </HTML> Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/language/lang_romanian/lang_admin.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_admin.php 29 Apr 2008 02:39:49 -0000 1.3 --- lang_admin.php 28 May 2013 07:14:35 -0000 1.4 *************** *** 2,6 **** /** * ! * @package mxBB Portal Module - mx_shotcast * @version $Id$ * @copyright (c) 2006 [ory...@rd..., OryNider] mxBB Project Team --- 2,6 ---- /** * ! * @package MXP CMS Module - mx_shotcast * @version $Id$ * @copyright (c) 2006 [ory...@rd..., OryNider] mxBB Project Team *************** *** 9,24 **** */ ! $lang['shotcast_Settings'] = "Shotcast Radio Settings"; $lang['shotcast_Settings_explain'] = "Use the form below to configure your shotcast Settings"; ! $lang['shotcast_Settings_updated'] = "Shotcast Radio Settings Updated Sucessfully."; $lang['shotcast_Settings_return'] = "Click %sHere%s to return to shotcast Settings."; ! $lang['Radio_name'] = "Radio name"; ! $lang['shotcast_host'] = "Station host or ip"; ! $lang['shotcast_port'] = "Shotcast port"; ! $lang['shotcast_pass'] = "Shotcast password"; ! $lang['play_list'] = "Play List for Real Player"; $lang['Check_period'] = "Check period (seconds)"; ! $lang['Check_period_explain'] = "For exemple : Check who is on the radio from the web player and how many total listeners are connected"; $lang['show_listen'] = "Show Allways Listen"; --- 9,45 ---- */ ! $lang['shotcast_Settings'] = "Setari Radio SHOUTcast & ICEcast"; $lang['shotcast_Settings_explain'] = "Use the form below to configure your shotcast Settings"; ! $lang['shotcast_Settings_updated'] = "Radio Settings Updated Sucessfully."; $lang['shotcast_Settings_return'] = "Click %sHere%s to return to shotcast Settings."; ! $lang['Radio_name'] = "Numele Statiei Radio"; ! $lang['shotcast_host'] = "HOSTul ori IPul </br>(e.g. kdshfm.com)"; ! $lang['shotcast_port'] = "Port Caster pt. statia inplicita </br>(e.g. 7000)"; ! $lang['shotcast_pass'] = "Parala Caster"; ! ! $lang['caster'] = "Tip Caster: <b>shout</b> ori <b>ice</b>"; ! ! $lang['play_list'] = "Play List for Real and QuickTime Player: .pls type (e.g. listen.pls , livemp3"; ! $lang['play_asx'] = "Play List .asx type for wmp if you run Icecast (e.g. livemp3)"; ! $lang['play_host'] = "IP address of the server where the play lists are located. Leave blank if they are on the same server as the cast ip"; ! $lang['play_port'] = "Port of the server where the play lists are located. Leave blank if they are on the same server as the cast ip"; ! $lang['play_mount'] = "If ICEcast is used with mount points, or leave blank (e.g. /livemp3)"; ! ! $lang['allow_autoplay'] = "Allow automatic play at load"; ! $lang['allow_autoplay_explain'] = "If Stream should start automatic when player is loaded"; ! ! $lang['logo_config'] = "Logo config parameters"; ! $lang['logo_config_explain'] = "Logo should be put in: \"templates/current_style/images/\" (standallone in the root of \"/logos\"). You can use any format tha works on the web (jpeg, gif, png...)"; ! ! $lang['picture_type'] = "CD-cover, equliazer, logo (cover, eq, logo)"; ! $lang['fallback_to'] = "Fallback URL if no cover is found (eq/logo)"; ! $lang['cast_logo'] = "The filename of the logo you want to use"; ! ! $lang['allow_curl'] = "Allow CURL to get CD cover data (yes/no)"; ! $lang['allow_curl_explain'] = "Use Curl PHP Class to get CD cover data from last.fm, and amazone's API"; ! $lang['Check_period'] = "Check period (seconds)"; ! $lang['Check_period_explain'] = "For example : Check who is on the radio from the web player and how many total listeners are connected"; $lang['show_listen'] = "Show Allways Listen"; *************** *** 26,41 **** $lang['Allow_guests'] = "Allow guest(anonymous) users to listen?"; ! $lang['guestname'] = "Guest Name"; $lang['guestname_explain'] = "Definition of guests names - do NOT start the name with numbers, and no use of special chars!"; ! $lang['Reset'] = "Reset"; ! $lang['Submit'] = "Submit"; ! ! $lang['Show_status'] = "Show status"; ! $lang['Stream_type'] = "Stream Type"; ! $lang['skinpath'] = "Select Skin"; // --- 47,61 ---- $lang['Allow_guests'] = "Allow guest(anonymous) users to listen?"; ! $lang['guestname'] = "Nume Vizitator"; $lang['guestname_explain'] = "Definition of guests names - do NOT start the name with numbers, and no use of special chars!"; ! $lang['Reset'] = "Resetare"; ! $lang['Submit'] = "Trimite"; ! $lang['Show_status'] = "Arata status"; ! $lang['Stream_type'] = "Tip Flux"; + $lang['skinpath'] = "Selecteaza Fatza"; // Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/language/lang_romanian/lang_main.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lang_main.php 29 Apr 2008 02:39:49 -0000 1.5 --- lang_main.php 28 May 2013 07:14:35 -0000 1.6 *************** *** 2,47 **** /** * ! * @package Mx-Publisher StandAllone - radioplayer * @version $Id$ ! * @copyright (c) 2006 [ory...@rd..., OryNider] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * ! */ $lang['Radio'] = "Radio"; ! $lang['How_Many_Listeners'] = "Sunt <b>%d</b> ascultãtor(i) de pe acest website acum"; ! $lang['How_Many_Peak'] = "În total <b>%d</b> sunt conectaþi."; ! $lang['Who_Are_Listening' ] = "Cine ascultã radio: <b>%s</b>"; $lang['Click_to_listen_station'] = "Click pt a asculta"; ! $lang['Click_to_listen_wmp'] = "Click ca sã asculþi radio cu Windows Media Player"; ! $lang['Click_to_listen_real'] = "Click ca sã asculþi radio cu Real Player"; $lang['log_out_radio'] = "You have successfully logged out from Radio on "; ! $lang['Login_to_listen_station'] = "Logeazã-te ca sã asculþi radio"; ! $lang['Already_listening'] = "Momentan asculþi"; ! $lang['Please_Login_to_listen'] = "Te rog, logeazã-te pentru a asculta Radio."; $lang['About_radio'] = "Despre radio"; ! $lang['radio_Options'] = "Opþiuni radio"; $lang['About'] = "Despre"; ! $lang['Options'] = "Opþiuni"; $lang['Stats_for'] = "Statistice pt.:"; $lang['Server_state'] = "Stare server:"; ! $lang['Station'] = "Staþie:"; ! $lang['Current_song'] = "Acum cântã:"; $lang['Bitrate'] = "BitRate:"; ! $lang['Listeners_peak'] = "Conectaþi:"; ! $lang['Max_listeners'] = "Maxim ascultãtori:"; ! $lang['Server_genre'] = "Gen de muzicã:"; ! $lang['Stream_URL'] = "URL-ul streamului:"; ! $lang['Unique'] = "Ascultãtori Unici:"; ! $lang['Now_Playing'] = "Acum cântã"; ! $lang['Before_that_you_heard'] = "Ultimele nouã melodii"; ! $lang['Off_Air'] = "Serverul este <b>Off-Air</b>, incearcã mai târziu."; $lang['Socket_functions_disabled'] = "Functiile socket sunt dezactivate."; ! $lang['require_password'] = "necesitã parolã"; $lang['Unknown'] = "Unknown"; $lang['Unknown_Artist'] = "Unknown Artist"; ! $lang['listeners'] = "ascultãtori"; ! $lang['checking_title'] = "Se verificã titlul..."; // ! // That's all Folks! // ------------------------------------------------- ! ?> --- 2,70 ---- /** * ! * @package StandAllone - Radiplayer. * @version $Id$ ! * @copyright (c) 2006-2013 Little Frog, FlorinCB [aka OryNider], drknas * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * ! // This program is free software; you can redistribute it and/or ! // modify it under the terms of the GNU General Public License ! // as published by the Free Software Foundation; either version 2 ! // of the License, or (at your option) any later version. ! // ! // This program is distributed in the hope that it will be useful, ! // but WITHOUT ANY WARRANTY; without even the implied warranty of ! // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! // GNU General Public License for more details. ! // ! // You should have received a copy of the GNU General Public License ! // along with this program; if not, write to the Free Software ! // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ! -------------------------------------------------------*/ ! $lang['Radio_Player'] = "Player Radio"; ! $lang['Off_Air'] = "Serverul este <b>Off-Air</b>, incearcÄ mai târziu."; ! $lang['Edit_Config'] = "Player <b>NU</b> e configurat."; ! $lang['Socket_functions_disabled'] = 'Nu am putut folosi funcÅ£iile socket.'; ! $lang['checking_title'] = "Se verificÄ titlul..."; ! $lang['media_player'] = "Media Player"; ! $lang['auto_detect'] = "Auto detecteazÄ"; ! $lang['download'] = "DescarcÄ"; ! $lang['no_plugins_seems_to_be_needed'] = "Nu necesita <br> plugine"; ! $lang['Plugin'] = "Plugine"; ! $lang['stop'] = "Stop"; ! $lang['listeners'] = "ascultÄtori"; $lang['Radio'] = "Radio"; ! $lang['How_Many_Listeners'] = "AscultÄ <b>%d</b> de pe acest website"; ! $lang['How_Many_Peak'] = "De pe acest flux ascultÄ <b>%d</b>."; ! $lang['Who_Are_Listening'] = "Cine ascultÄ radio: <b>%s</b>"; $lang['Click_to_listen_station'] = "Click pt a asculta"; ! $lang['Click_to_listen_wmp'] = "Click ca sÄ asculÅ£i radio cu Windows Media Player"; ! $lang['Click_to_listen_real'] = "Click ca sÄ asculÅ£i radio cu Real Player"; $lang['log_out_radio'] = "You have successfully logged out from Radio on "; ! $lang['Login_to_listen_station'] = "LogeazÄ-te ca sÄ asculÅ£i radio"; ! $lang['Already_listening'] = "Momentan asculÅ£i"; ! $lang['Please_Login_to_listen'] = "Te rog, logeazÄ-te pentru a asculta Radio."; $lang['About_radio'] = "Despre radio"; ! $lang['Radio_Options'] = "OpÅ£iuni radio"; $lang['About'] = "Despre"; ! $lang['Options'] = "OpÅ£iuni"; $lang['Stats_for'] = "Statistice pt.:"; $lang['Server_state'] = "Stare server:"; ! $lang['Station'] = "StaÅ£ie:"; ! $lang['Current_song'] = "Acum:"; $lang['Bitrate'] = "BitRate:"; ! $lang['Listeners_peak'] = "ConectaÅ£i:"; ! $lang['Max_listeners'] = "Maxim ascultÄtori:"; ! $lang['Server_genre'] = "Gen:"; ! $lang['Stream_URL'] = "URL Flux:"; ! $lang['Unique'] = "Unici:"; ! $lang['Now_Playing'] = "Acum cântÄ"; ! $lang['Before_that_you_heard'] = "Ultimele nouÄ melodii"; $lang['Socket_functions_disabled'] = "Functiile socket sunt dezactivate."; ! $lang['require_password'] = "necesitÄ parolÄ"; $lang['Unknown'] = "Unknown"; $lang['Unknown_Artist'] = "Unknown Artist"; ! $lang['Description_Status'] = "Fluxul e sus la %s"; // ! // Asta'i tot lume! // ------------------------------------------------- ! ?> \ No newline at end of file |
|
From: Florin C B. <ory...@us...> - 2013-05-28 07:15:07
|
Update of /cvsroot/mxbb/mx_shotcast/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638/language/lang_english Modified Files: lang_admin.php lang_main.php Added Files: index.html Log Message: Version 3.5.2 --- NEW FILE: index.html --- <HTML><HEAD> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <META name="GENERATOR" content="3D Editor 1.03 Copyright (c) 2003 by Albu Cristian"> <META name="robots" content="INDEX, FOLLOW"> <TITLE>Index of /radioplayer/v4/language/lang_english</TITLE> </HEAD> <BODY text="#FCFCFC" bgcolor="#0055AA" link="#147AEB" vlink="#144ABB" alink="#14FFBB"> <H1><HR><CENTER>Index of /radioplayer/v4/language/lang_english<P>Last Updated: Saturday, May 11th, 2013</CENTER><HR></H1><P><TABLE WIDTH=100%> <TD WIDTH=20% BGCOLOR=#147AEB><FONT COLOR=#EB8514><B>File name</B></FONT> <TD WIDTH=10% BGCOLOR=#005ACB><FONT COLOR=#EB8514><B>Size</B></FONT> <TD WIDTH=20% BGCOLOR=#003AAB><FONT COLOR=#EB8514><B>Last update</B></FONT> <TD WIDTH=50% BGCOLOR=#001A8B><FONT COLOR=#EB8514><B>Description</B></FONT></TR> <TR VALIGN=TOP><TD><A HREF="../index.html">[..]</A><TD ALIGN=CENTER><DIR><TD ALIGN=CENTER>5/11/2013, 16:3<TD>Parent directory <TR VALIGN=TOP><TD><A HREF="lang_main.php">lang_main.php</A><TD ALIGN=RIGHT>497<TD ALIGN=CENTER>8/6/2010, 4:20<TD> </TABLE><P ALIGN=RIGHT><SMALL>There are 1 files and 1 directories<BR ALIGN=RIGHT>for a total of 497 bytes.</SMALL></BODY> </HTML> Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/language/lang_english/lang_admin.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lang_admin.php 29 Apr 2008 02:39:49 -0000 1.6 --- lang_admin.php 28 May 2013 07:14:35 -0000 1.7 *************** *** 2,6 **** /** * ! * @package mxBB Portal Module - mx_shotcast * @version $Id$ * @copyright (c) 2006 [ory...@rd..., OryNider] mxBB Project Team --- 2,6 ---- /** * ! * @package MXP CMS Module - mx_shotcast * @version $Id$ * @copyright (c) 2006 [ory...@rd..., OryNider] mxBB Project Team *************** *** 9,24 **** */ ! $lang['shotcast_Settings'] = "Shotcast Radio Settings"; $lang['shotcast_Settings_explain'] = "Use the form below to configure your shotcast Settings"; ! $lang['shotcast_Settings_updated'] = "Shotcast Radio Settings Updated Sucessfully."; $lang['shotcast_Settings_return'] = "Click %sHere%s to return to shotcast Settings."; ! $lang['Radio_name'] = "Radio name"; ! $lang['shotcast_host'] = "Station host or ip"; ! $lang['shotcast_port'] = "Shotcast port"; ! $lang['shotcast_pass'] = "Shotcast password"; ! $lang['play_list'] = "Play List for Real Player"; $lang['Check_period'] = "Check period (seconds)"; ! $lang['Check_period_explain'] = "For exemple : Check who is on the radio from the web player and how many total listeners are connected"; $lang['show_listen'] = "Show Allways Listen"; --- 9,45 ---- */ ! $lang['shotcast_Settings'] = "SHOUTcast & ICEcast Radio Settings"; $lang['shotcast_Settings_explain'] = "Use the form below to configure your shotcast Settings"; ! $lang['shotcast_Settings_updated'] = "Radio Settings Updated Sucessfully."; $lang['shotcast_Settings_return'] = "Click %sHere%s to return to shotcast Settings."; ! $lang['Radio_name'] = "Radio Station Name"; ! $lang['shotcast_host'] = "Station HOST or IP address </br>(e.g. kdshfm.com)"; ! $lang['shotcast_port'] = "Cast port for default station </br>(e.g. 7000)"; ! $lang['shotcast_pass'] = "Cast password"; ! ! $lang['caster'] = "Caster type: <b>shout</b> or <b>ice</b>"; ! ! $lang['play_list'] = "Play List for Real and QuickTime Player: .pls type (e.g. listen.pls , livemp3"; ! $lang['play_asx'] = "Play List .asx type for wmp if you run Icecast (e.g. livemp3)"; ! $lang['play_host'] = "IP address of the server where the play lists are located. Leave blank if they are on the same server as the cast ip"; ! $lang['play_port'] = "Port of the server where the play lists are located. Leave blank if they are on the same server as the cast ip"; ! $lang['play_mount'] = "If ICEcast is used with mount points, or leave blank (e.g. /livemp3)"; ! ! $lang['allow_autoplay'] = "Allow automatic play at load"; ! $lang['allow_autoplay_explain'] = "If Stream should start automatic when player is loaded"; ! ! $lang['logo_config'] = "Logo config parameters"; ! $lang['logo_config_explain'] = "Logo should be put in: \"templates/current_style/images/\" (standallone in the root of \"/logos\"). You can use any format tha works on the web (jpeg, gif, png...)"; ! ! $lang['picture_type'] = "CD-cover, equliazer, logo (cover, eq, logo)"; ! $lang['fallback_to'] = "Fallback URL if no cover is found (eq/logo)"; ! $lang['cast_logo'] = "The filename of the logo you want to use"; ! ! $lang['allow_curl'] = "Allow CURL to get CD cover data (yes/no)"; ! $lang['allow_curl_explain'] = "Use Curl PHP Class to get CD cover data from last.fm, and amazone's API"; ! $lang['Check_period'] = "Check period (seconds)"; ! $lang['Check_period_explain'] = "For example : Check who is on the radio from the web player and how many total listeners are connected"; $lang['show_listen'] = "Show Allways Listen"; Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/language/lang_english/lang_main.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lang_main.php 29 Apr 2008 02:39:49 -0000 1.6 --- lang_main.php 28 May 2013 07:14:35 -0000 1.7 *************** *** 2,48 **** /** * ! * @package Mx-Publisher StandAllone - radioplayer * @version $Id$ ! * @copyright (c) 2006 [ory...@rd..., OryNider] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * ! */ ! $lang['Radio_Player'] = "Radio Player"; ! $lang['Radio'] = "Radio"; ! $lang['How_Many_Listeners'] = "There are <b>%d</b> listener(s) from this site now"; ! $lang['How_Many_Peak'] = "Total <b>%d</b> listeners peak."; ! $lang['Who_Are_Listening' ] = "Who's on Radio: <b>%s</b>"; ! $lang['Click_to_listen_station'] = "Click to listen Radio"; ! $lang['Click_to_listen_wmp'] = "Click to listen Radio using Windows Media Player"; ! $lang['Click_to_listen_real'] = "Click to listen Radio using Real Player or Real One"; ! $lang['log_out_radio'] = "You have successfully logged out from Radio on "; ! $lang['Login_to_listen_station'] = "Login to listen Radio"; ! $lang['Already_listening'] = "You are Listening"; ! $lang['Please_Login_to_listen'] = "Please, login to listen Radio."; ! $lang['About_radio'] = "About radio"; ! $lang['radio_Options'] = "Radio Options"; ! $lang['About'] = "About"; ! $lang['Options'] = "Options"; ! $lang['Stats_for'] = "Stats For:"; ! $lang['Server_state'] = "Server State:"; ! $lang['Station'] = "Station:"; ! $lang['Current_song'] = "Current Song:"; ! $lang['Bitrate'] = "BitRate:"; $lang['Listeners_peak'] = "Listeners Peak:"; ! $lang['Max_listeners'] = "Max Listeners:"; ! $lang['Server_genre'] = "Server Genre:"; ! $lang['Stream_URL'] = "Stream URL:"; ! $lang['Unique'] = "Unique Listeners:"; ! $lang['Now_Playing'] = "Now Playing"; ! $lang['Before_that_you_heard'] = "Before that you heard"; ! $lang['Off_Air'] = "The server is <b>Off-Air</b>, try again later."; ! $lang['Socket_functions_disabled'] = "Unable to use socket functions."; ! $lang['require_password'] = "require password"; ! $lang['Unknown'] = "Unknown"; ! $lang['Unknown_Artist'] = "Unknown Artist"; ! $lang['listeners'] = "listeners"; ! $lang['checking_title'] = "Checking for song title..."; // // That's all Folks! // ------------------------------------------------- ! ?> --- 2,70 ---- /** * ! * @package StandAllone - Radiplayer. * @version $Id$ ! * @copyright (c) 2006-2013 Little Frog, FlorinCB [aka OryNider], drknas * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * ! // This program is free software; you can redistribute it and/or ! // modify it under the terms of the GNU General Public License ! // as published by the Free Software Foundation; either version 2 ! // of the License, or (at your option) any later version. ! // ! // This program is distributed in the hope that it will be useful, ! // but WITHOUT ANY WARRANTY; without even the implied warranty of ! // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! // GNU General Public License for more details. ! // ! // You should have received a copy of the GNU General Public License ! // along with this program; if not, write to the Free Software ! // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ! -------------------------------------------------------*/ ! $lang['Radio_Player'] = "Radio Player"; ! $lang['Off_Air'] = "The server is <b>Off-Air</b>, try again later."; ! $lang['Edit_Config'] = "Player configuration is <b>NOT</b>set."; ! $lang['Socket_functions_disabled'] = 'Unable to use socket functions.'; ! $lang['checking_title'] = "Checking for song title..."; ! $lang['media_player'] = "Media Player"; ! $lang['auto_detect'] = "Auto detect"; ! $lang['download'] = "Download"; ! $lang['no_plugins_seems_to_be_needed'] = " <br>Plugins OK"; ! $lang['Plugin'] = "Plugin"; ! $lang['stop'] = "Stop"; ! $lang['listeners'] = "listeners"; ! $lang['Radio'] = "Radio"; ! $lang['How_Many_Listeners'] = "There are <b>%d</b> listener(s) from this site"; ! $lang['How_Many_Peak'] = "In total <b>%d</b> peak from this stream."; ! $lang['Who_Are_Listening'] = "Who's on Radio: <b>%s</b>"; ! $lang['Click_to_listen_station'] = "Click to listen Radio"; ! $lang['Click_to_listen_wmp'] = "Click to listen Radio using Windows Media Player"; ! $lang['Click_to_listen_real'] = "Click to listen Radio using Real Player or Real One"; ! $lang['log_out_radio'] = "You have successfully logged out from Radio on "; ! $lang['Login_to_listen_station'] = "Login to listen Radio"; ! $lang['Already_listening'] = "You are Listening"; ! $lang['Please_Login_to_listen'] = "Please, login to listen Radio."; ! $lang['About_radio'] = "About radio"; ! $lang['Radio_Options'] = "Radio Options"; ! $lang['About'] = "About"; ! $lang['Options'] = "Options"; ! $lang['Stats_for'] = "Stats For:"; ! $lang['Server_state'] = "Server State:"; ! $lang['Station'] = "Station:"; ! $lang['Current_song'] = "Current Song:"; ! $lang['Bitrate'] = "BitRate:"; $lang['Listeners_peak'] = "Listeners Peak:"; ! $lang['Max_listeners'] = "Max Listeners:"; ! $lang['Server_genre'] = "Genre:"; ! $lang['Stream_URL'] = "Stream URL:"; ! $lang['Unique'] = "Unique Listeners:"; ! $lang['Now_Playing'] = "Now Playing"; ! $lang['Before_that_you_heard'] = "Before that you heard"; ! $lang['Socket_functions_disabled'] = "Unable to use socket functions."; ! $lang['require_password'] = "require password"; ! $lang['Unknown'] = "Unknown"; ! $lang['Unknown_Artist'] = "Unknown Artist"; ! $lang['Description_Status'] = "Stream is up at %s"; // // That's all Folks! // ------------------------------------------------- ! ?> \ No newline at end of file |
|
From: Florin C B. <ory...@us...> - 2013-05-28 07:15:06
|
Update of /cvsroot/mxbb/mx_shotcast In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638 Modified Files: ShotCast.pak db_install.php db_uninstall.php db_upgrade.php moreinfo.php play.php radioplayer.php shotcast_front.php shotcast_last10.php shotcast_stats.php Added Files: index.htm index.html index.php Log Message: Version 3.5.2 --- NEW FILE: index.html --- <html> <head> <script type="text/javascript"> <!-- function radio_player() { props=window.open('radioplayer.php', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=320, height=142 left = 100, top = 100'); } // --> </script> <title>Radio Player</title> </head> <body> <center> <br><br> <a href="javascript:radio_player()">Radio player</a> </center> </body> </html> Index: shotcast_stats.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/shotcast_stats.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** shotcast_stats.php 29 Apr 2008 02:39:48 -0000 1.7 --- shotcast_stats.php 28 May 2013 07:14:33 -0000 1.8 *************** *** 39,43 **** $text[3] = !empty($text[3]) ? $text[3] : $maxlisteners; $text[5] = !empty($text[5]) ? $text[5] : $bitrate; ! $song[0] = !empty($song[0]) ? $song[0] : $text[6]; // --- 39,43 ---- $text[3] = !empty($text[3]) ? $text[3] : $maxlisteners; $text[5] = !empty($text[5]) ? $text[5] : $bitrate; ! $song[0] = !empty($song[0]) ? $song[0] : $title; // --- NEW FILE: index.php --- <?php $args = ""; if(isset($_GET["language"])) { $language = $_GET["language"]; $args .= (($args == '') ? '?' : '&' ) . 'language='.$language; } elseif(isset($_GET["lang"])) { $language = $_GET["lang"]; $args .= (($args == '') ? '?' : '&' ) . 'lang='.$language; } if(isset($_GET["skin"])) { $radio_skin = $_GET["skin"]; $args .= (($args == '') ? '?' : '&' ) . 'skin='.$radio_skin; } elseif(isset($_GET["style"])) { $radio_skin = $_GET["style"]; $args .= (($args == '') ? '?' : '&' ) . 'style='.radio_skin; } if(isset($_GET["config"])) { $config_get = $_GET["config"]; $args .= (($args == '') ? '?' : '&' ) . 'config='.$config_get; } print " <html> <head> <script type=\"text/javascript\"> <!-- function radio_player() { props=window.open('radioplayer.php".$args."', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=320, height=142 left = 100, top = 100'); } // --> </script> <title>Radio Player</title> </head> <body> <center> <br><br> <a href=\"javascript:radio_player()\">Radio player</a> </center> </body> </html> "; ?> Index: shotcast_front.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/shotcast_front.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** shotcast_front.php 29 Apr 2008 02:39:48 -0000 1.9 --- shotcast_front.php 28 May 2013 07:14:33 -0000 1.10 *************** *** 54,62 **** // Read block Configuration // ! $title = $mx_block->block_info['block_title']; ! $block_size = ( isset($block_size) && !empty($block_size) ? $block_size : '100%' ); ! $shotcast_icon = 'shotcast_front_02.gif'; ! $wmp_icon = 'wmp_front.gif'; ! $real_icon = 'real_front.gif'; // -------------------------------------------------------------------------------- --- 54,78 ---- // Read block Configuration // ! $block_title = (isset($server_name) && !empty($server_name) ? $server_name : $mx_block->block_info['block_title']); ! $block_size = (isset($block_size) && !empty($block_size) ? $block_size : '100%' ); ! $shotcast_icon = 'cast_front.gif'; ! $wmp_icon = 'wmp_front.gif'; ! $real_icon = 'real_front.gif'; ! ! if ($userdata['user_level'] == ADMIN) ! { ! $user_color = $theme['fontcolor3']; ! $user_style = 'style="color:#' . $user_color . '; font-weight : bold;"'; ! } ! else if ($album_userdata['user_level'] == MOD) ! { ! $user_color = $theme['fontcolor2']; ! $user_style = 'style="color:#' . $user_color . '; font-weight : bold;"'; ! } ! else ! { ! $user_colour = $theme['fontcolor1']; ! $user_style = 'style="font-weight : bold;"'; ! } // -------------------------------------------------------------------------------- *************** *** 71,89 **** } ! if( empty($currentlisteners) && empty($text[2]) ) ! { ! $howmanypeak = $currentlisteners = $text[2] = $shotcast_config['currentlisteners']; ! } ! else if (empty($currentlisteners) && ($text[2] > 0)) { ! $howmanypeak = $currentlisteners = $text[2]; ! } ! else if( ($currentlisteners > 0) && ($text[2] > 0)) ! { ! $howmanypeak = ($currentlisteners > $text[2]) ? $currentlisteners : $text[2]; } else ! { ! $howmanypeak = $text[2]; } --- 87,97 ---- } ! if(empty($currentlisteners)) { ! $howmanypeak = $currentlisteners = $shotcast_config['currentlisteners']; } else ! { ! $howmanypeak = $currentlisteners; } *************** *** 108,118 **** if (!$userdata['session_logged_in']) { ! if ($record['username']==$userdata['username']) { ! $can_listen="yes"; } else { ! $can_listen="yes"; } } --- 116,126 ---- if (!$userdata['session_logged_in']) { ! if ($record['username'] == $userdata['username']) { ! $can_listen = "yes"; } else { ! $can_listen = "yes"; } } *************** *** 123,127 **** $can_listen="yes"; } ! elseif ($record['username']==$userdata['username']) { $can_listen="no"; --- 131,135 ---- $can_listen="yes"; } ! elseif ($record['username'] == $userdata['username']) { $can_listen="no"; *************** *** 149,160 **** } } ! ! $listeners = ( empty($isimler[1]) ? '' : ! '<a href="' . mx_append_sid( PHPBB_URL . 'profile.php?mode=viewprofile&u='.$isimler[1]) . '" >'.$isimler[1].'</a>' ); for($s = 2; $s <= $isimler[0]; $s++) { ! $listeners .= ', <a href="' . mx_append_sid( PHPBB_URL . 'profile.php?mode=viewprofile&u='.$isimler[$s]) . '" >'.$isimler[$s].'</a><br />'; } - //Get bots sessions $sql = "SELECT * FROM " . SHOTCAST_SESSION_TABLE . " --- 157,175 ---- } } ! $profile = !(PORTAL_BACKEND === 'phpbb3') ? 'profile' : 'memberlist'; ! if ($userdata['user_id'] != ANONYMOUS) ! { ! $profile_url = ''; ! } ! else ! { ! $profile_url = mx3_append_sid("{$phpbb_root_path}$profile.$phpEx", 'mode=viewprofile'); ! $profile_url .= '&u=' . (int) $userdata['user_id']; ! } ! $listeners = (empty($isimler[1]) ? '' : "<a href=\"". mx_append_sid("{$phpbb_root_path}.$profile.$phpEx?mode=viewprofile&u=".$isimler[1]) ."\" >". $isimler[1] ."</a>"); for($s = 2; $s <= $isimler[0]; $s++) { ! $listeners .= ", <a href=\"". mx_append_sid("{$phpbb_root_path}.$profile.$phpEx?mode=viewprofile&u=".$isimler[$s]) ."\" >". $isimler[$s] ."</a><br />"; } //Get bots sessions $sql = "SELECT * FROM " . SHOTCAST_SESSION_TABLE . " *************** *** 203,210 **** ); ! ! if (!$userdata['session_logged_in']) { ! $template->assign_block_vars('switch_user_logged_out', array()); } else --- 218,232 ---- ); ! if ($userdata['user_id'] != ANONYMOUS) { ! if ($can_listen == "no") ! { ! $template->assign_block_vars('switch_user_logged_out', array()); ! } ! else ! { ! $template->assign_block_vars('switch_user_logged_in', array()); ! } ! } else *************** *** 220,224 **** } ! if( empty($listeners) ) { $template->assign_block_vars('switch_listeners_list_off', array()); --- 242,246 ---- } ! if(empty($listeners)) { $template->assign_block_vars('switch_listeners_list_off', array()); *************** *** 232,256 **** $template->assign_vars(array( ! 'SHOTCAST_IMG' => $module_root_path.'images/'.$shotcast_icon, ! 'WMP_IMG' => $module_root_path.'images/'.$wmp_icon, ! 'REAL_IMG' => $module_root_path.'images/'.$real_icon, ! ! 'TOTAL_LISTENERS_ONLINE' => sprintf($lang['How_Many_Listeners'], $howmanylisten), ! 'TOTAL_LISTENERS_PEAK' => sprintf($lang['How_Many_Peak'], $howmanypeak), 'LISTENERS_LIST' => $listeners_list, ! 'L_CLICK_TO_LISTEN_STATION' => $lang['Click_to_listen_station'], ! 'L_CLICK_TO_LISTEN_WMP' => $lang['Click_to_listen_wmp'], ! 'L_CLICK_TO_LISTEN_REAL' => $lang['Click_to_listen_real'], ! 'S_LISTEN_STATION' => append_sid($module_root_path.'radioplayer.php'), ! 'S_LISTEN_WMP' => append_sid($module_root_path.'radioplayer.php?lang=&z=wmp'), ! 'S_LISTEN_REAL' => append_sid($module_root_path.'radioplayer.php?lang=&z=real'), ! 'S_MOREINFO' => append_sid($module_root_path.'moreinfo.php'), ! 'L_LOGIN_TO_LISTEN_STATION' => $lang['Login_to_listen_station'], ! 'L_ALREADY_LISTENING' => $lang['Already_listening'], 'BLOCK_SIZE' => $block_size, ! // 'U_URL' => append_sid(PORTAL_URL . 'index.' . $phpEx . '?block_id=' . $block_id), ! 'BLOCK_ID' => $block_id, ! 'L_VERSION' => _SHOTCAST_VERSION, ! 'L_TITLE' => 'shotcast') ); --- 254,277 ---- $template->assign_vars(array( ! 'SHOTCAST_IMG' => $module_root_path ."skins/".SKIN."/".$shotcast_icon, ! 'WMP_IMG' => $module_root_path ."skins/".SKIN."/".$wmp_icon, ! 'REAL_IMG' => $module_root_path ."skins/".SKIN."/".$real_icon, ! 'TOTAL_LISTENERS_ONLINE' => sprintf($lang['How_Many_Listeners'], $howmanylisten), ! 'TOTAL_LISTENERS_PEAK' => sprintf($lang['How_Many_Peak'], $howmanypeak), 'LISTENERS_LIST' => $listeners_list, ! 'L_CLICK_TO_LISTEN_STATION' => $lang['Click_to_listen_station'], ! 'L_CLICK_TO_LISTEN_WMP' => $lang['Click_to_listen_wmp'], ! 'L_CLICK_TO_LISTEN_REAL' => $lang['Click_to_listen_real'], ! 'S_LISTEN_STATION' => mx_append_sid($module_root_path.'radioplayer.'.$phpEx), ! 'S_LISTEN_WMP' => mx_append_sid($module_root_path.'radioplayer.php?embed=wmp7'), ! 'S_LISTEN_REAL' => mx_append_sid($module_root_path.'radioplayer.php?embed=real'), ! 'S_MOREINFO' => mx_append_sid($module_root_path.'moreinfo.'.$phpEx), ! 'L_LOGIN_TO_LISTEN_STATION' => $lang['Login_to_listen_station'], ! 'L_ALREADY_LISTENING' => $lang['Already_listening'], 'BLOCK_SIZE' => $block_size, ! 'L_TITLE' => $block_title, ! // 'U_URL' => mx_append_sid(PORTAL_URL . 'index.' . $phpEx . '?block_id=' . $block_id), ! 'BLOCK_ID' => $block_id, ! 'L_VERSION' => _SHOTCAST_VERSION) ); *************** *** 262,264 **** unset($liteners, $sql, $howmanylisten, $listeners_list, $block_size, $module_root_path, $isimler, $can_listen); ! ?> --- 283,286 ---- unset($liteners, $sql, $howmanylisten, $listeners_list, $block_size, $module_root_path, $isimler, $can_listen); ! ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/db_upgrade.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** db_upgrade.php 29 Apr 2008 02:39:48 -0000 1.9 --- db_upgrade.php 28 May 2013 07:14:33 -0000 1.10 *************** *** 31,35 **** } ! $mx_module_version = '3.0.0-RC'; $mx_module_copy = 'mxBB <i> - Shotcast</i> module by OryNider & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; --- 31,35 ---- } ! $mx_module_version = '3.5.2'; $mx_module_copy = 'mxBB <i> - Shotcast</i> module by OryNider & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; *************** *** 49,53 **** $upgrade_108 = 0; $upgrade_300 = 0; ! // // validate before 1.0 Gold --- 49,54 ---- $upgrade_108 = 0; $upgrade_300 = 0; ! $upgrade_350 = 0; ! // // validate before 1.0 Gold *************** *** 59,63 **** // ! // validate before 1.08 // if (!$result = $db->sql_query("SELECT bot_id from " . $mx_table_prefix . "shotcast_session")) --- 60,64 ---- // ! // validate before 1.08 - user sessions from mx_radio // if (!$result = $db->sql_query("SELECT bot_id from " . $mx_table_prefix . "shotcast_session")) *************** *** 67,71 **** // ! // validate before 3.0 Gold // if (!$result = $db->sql_query("SELECT config_value from " . $mx_table_prefix . "shotcast_config WHERE config_name = 'skin'")) --- 68,72 ---- // ! // validate before 3.0 Gold - backported support for - Custom Skins // if (!$result = $db->sql_query("SELECT config_value from " . $mx_table_prefix . "shotcast_config WHERE config_name = 'skin'")) *************** *** 74,77 **** --- 75,86 ---- } + // + // validate before 3.5.x - backported support for - Caster type: shout or ice + // + if (!$result = $db->sql_query("SELECT config_value from " . $mx_table_prefix . "shotcast_config WHERE config_name = 'caster'")) + { + $upgrade_350 = 1; + } + $message = "<b>Upgrading!</b><br/><br/>"; *************** *** 110,113 **** --- 119,138 ---- $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('skin', 'aero')"; } + + if ($upgrade_350 == 1) + { + $message .= "<b>Upgrading to v. 3.5.0...</b><br/><br/>"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('caster', 'shout')"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('allow_autoplay', '1')"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('allow_curl', '1')"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('play_asx', 'livemp3')"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('play_host', '')"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('play_port', '')"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('play_mount', '/livemp3')"; + + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('picture_type', 'cover')"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('fallback', 'eq')"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config VALUES ('logo', 'logo.gif')"; + } else { Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/db_install.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** db_install.php 29 Apr 2008 02:39:47 -0000 1.9 --- db_install.php 28 May 2013 07:14:33 -0000 1.10 *************** *** 35,39 **** } ! $mx_module_version = '3.0.0-RC'; $mx_module_copy = 'mxBB <i> - Shotcast</i> module by OryNider & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; --- 35,39 ---- } ! $mx_module_version = '3.5.2'; $mx_module_copy = 'mxBB <i> - Shotcast</i> module by OryNider & <a href="http://www.mxbb.net" target="_blank">Mx Team</a>'; *************** *** 71,76 **** $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('shotcast_host', 'tv3.stream-music.net')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('shotcast_port', '8188')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('shotcast_pass', 'thejoyfm')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('play_list', 'listen.pls')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('user_state_button', 'd1d2d2')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('check_period', '960')"; --- 71,89 ---- $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('shotcast_host', 'tv3.stream-music.net')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('shotcast_port', '8188')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('shotcast_pass', 'changeme')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('caster', 'shout')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('skin', 'aero')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('allow_autoplay', '1')" ! $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('allow_curl', '1')" $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('play_list', 'listen.pls')"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('play_asx', 'livemp3')"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('play_host', '')"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('play_port', '')"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('play_mount', '/livemp3')"; + + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('picture_type', 'cover')"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('fallback', 'eq')"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('logo', 'logo.gif')"; + $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('user_state_button', 'd1d2d2')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('check_period', '960')"; *************** *** 83,88 **** $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('allow_guests', '0')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('guestname', 'Guest')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('skin', 'aero')"; $sql[] = "UPDATE " . $mx_table_prefix . "module" . " --- 96,100 ---- $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('allow_guests', '0')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "shotcast_config ( config_name , config_value ) VALUES ('guestname', 'Guest')"; $sql[] = "UPDATE " . $mx_table_prefix . "module" . " Index: radioplayer.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/radioplayer.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** radioplayer.php 29 Apr 2008 02:39:48 -0000 1.11 --- radioplayer.php 28 May 2013 07:14:33 -0000 1.12 *************** *** 2,319 **** /** * ! * @package Mx-Publisher StandAllone - radioplayer * @version $Id$ ! * @copyright (c) 2004-2008 [Niklas Pull, http://pull.zapto.org] Mx-Publisher Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ ! /*************************************************************************** ! * mx_shotcast ! *************************************************************************** ! * History: ! *OryNider (16/09/2006) : 1st try ! *OryNider (19/04/2008) backported to radioplayer ! ***************************************************************************/ ! // error_reporting( E_ALL ); ! // ini_set( 'display_errors', '1' ); ! ! if( !defined('IN_PORTAL') || !is_object($mx_block)) ! { ! ! 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 ! // ! ! $title = 'Media Player Radio'; ! $block_size = ( isset($block_size) && !empty($block_size) ? $block_size : '315' ); ! $is_block = FALSE; ! } ! else ! { ! // ! // Read block Configuration ! // ! ! $title = $mx_block->block_info['block_title']; ! $block_size = ( isset($block_size) && !empty($block_size) ? $block_size : '100%' ); ! ! if( is_object($mx_block)) ! { ! $is_block = TRUE; ! } ! } ! define('IN_SHOTCAST', true); ! require($module_root_path .'includes/common.'.$phpEx); ! ?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> ! <head> ! <meta http-equiv="content-type" content="text/html; charset=Windows-1250" /> ! <meta name="description" content="Radio Player" /> ! <meta name="keywords" content="Radio Player" /> ! <meta name="author" content="Radio Player originaly made by: Niklas Pull - http://pull.zapto.org" /> ! <!-- First load standard template *.css definition, located in the the phpbb template folder --> ! <style type="text/css"> ! <!-- ! * { ! margin: 0; ! padding: 0; ! font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; ! font-size: 10px; ! } ! body { ! margin: 0; ! padding: 0; ! font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; ! font-size: 10px; ! color: #ffffff; ! BACKGROUND-IMAGE: url('<?=$module_root_path;?>images/<?=SKIN;?>/playerbg.png'); ! } ! /* General markup styles ! ---------------------------------------- */ ! * { ! font-size: 100%; ! } ! ! body, div, p, th, td, li, dd { ! voice-family: "\"}\""; ! voice-family: inherit; ! } ! ! html { ! /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */ ! height: 100%; ! margin-bottom: 1px; ! } ! ! /* General font families for common tags */ ! font,th,td,p { font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; } ! img { ! border: 0; ! } ! a, a:visited, a:active{ ! text-decoration: none; ! color: #8a99f4; ! border: 0px; ! } ! select{ ! font-family: Helvetica, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; ! font-size: 10px; ! background-color: #f1f1f1; ! border: 0px; ! } ! station{ ! font-weight: bold; ! font-size: 12px; ! font-family: Calibri, Helvetica, sans-serif; ! } ! #shell{ ! background-image: url('<?=$module_root_path;?>images/<?=SKIN;?>/shell.jpg'); ! width: 320px; ! height: 142px; ! left: 0px; ! top: 0px; ! position: absolute; ! } ! #station{ ! left: 5px; ! top: 1px; ! position: absolute; ! } ! #display{ ! width: 300px; ! height: 24px; ! left: 10px; ! right: 10px; ! top: 24px; ! font-weight: bold; ! font-size: 12px; ! font-family: Calibri, Trebuchet MS, Lucida Grande, Helvetica, Verdana, sans-serif; ! display: inline; ! position: absolute; ! } ! #songtitle{ ! } ! #currentlisteners{ ! } ! #streamtitle{ ! width: 305px; ! left: 10px; ! top: 37px; ! font-weight: bold; ! font-size: 12px; ! font-family: Calibri, Trebuchet MS, Lucida Grande, Helvetica, Verdana, sans-serif; ! position: absolute; ! } ! #listeners{ ! left: 123px; ! top: 56px; ! position: absolute; ! float:left; ! } ! #bitrate{ ! left: 136px; ! top: 69px; ! position: absolute; ! } ! #servergenre{ ! left: 137px; ! top: 82px; ! position: absolute; ! } ! #contentType{ ! left: 137px; ! top: 95px; ! position: absolute; ! } ! #play{ ! left: 10px; ! top: 110px; ! position: absolute; ! } ! #stop{ ! left: 45px; ! top: 115px; ! position: absolute; ! } ! #select{ ! left: 220px; ! top: 110px; ! position: absolute; ! } ! #infoPlayer{ ! left: 8px; ! top: 60px; ! position: absolute; ! } ! #infoPlugin{ ! left: 8px; ! top: 76px; ! position: absolute; ! } ! #equalizer{ ! left: 214px; ! bottom: 39px; ! position: absolute; ! } ! #closeButton{ ! left: 300px; ! top: 2px; ! position: absolute; ! } ! --> ! </style> ! <script type="text/javascript"> ! <!-- loadimg = new Image(27,27); ! loadimg.src = "<?=$module_root_path;?>images/<?=SKIN;?>/play_h.jpg"; loadimg2 = new Image(19,19); ! loadimg2.src = "<?=$module_root_path;?>images/<?=SKIN;?>/stop_h.jpg"; loadimg3 = new Image(18,18); ! loadimg3.src = "<?=$module_root_path;?>images/<?=SKIN;?>/close_h.png"; ! window.onload = function(){ ! checkSong(); ! checklisteners(); ! embedInfo(detectEmbed()); ! <?php ! if($autoplay) { ! ?> ! playR(); ! <?php ! } ! ?> } ! //--> ! </script> ! <title><?=$lang['Radio_Player'];?> • <?=$servertitle;?></title> ! <?php require($module_root_path . "includes/detectScript.htm"); ?> ! </head> <body> ! <div id="shell"> ! <div style="font-weight: bold; font-size: 12px; font-family: Calibri, Helvetica, sans-serif;" id="station">Radio Player :: <?=$servertitle;?></div> ! <marquee id="display" behavior="scroll" class="marquee" direction="left" scrolldelay="100" scrollamount="2"> ! <div id="songtitle"> ! <?php ! if($text[1] == 0) ! { ! echo $lang['Off_Air']; ! } ! else ! { ! echo $lang['checking_title']; ! } ! ?> </div> - </marquee> ! <div id="listeners"><?=$lang['Listeners_peak'];?> <nobr id="currentlisteners"><?=$currentlisteners;?></nobr></div> ! <div id="bitrate"><?=$bitrate;?> kbps</div> ! <div id="servergenre"><?=$stream_genre;?></div> ! <div id="contentType"><?=$mimetype;?></div> ! <div id="infoPlayer"></div> ! <div id="infoPlugin"></div> ! <div id="equalizer"><img id="eq" src="<?=$module_root_path;?>images/<?=SKIN;?>/equalizer_stop.gif" /></div> ! <div id="closeButton"><img id="closeB" src="<?=$module_root_path;?>images/<?=SKIN;?>/close.png" onclick="javascript:window.close()" ! onmouseover="javascript:document.getElementById('closeB').src = '<?=$module_root_path;?>images/<?=SKIN;?>/close_h.png';" ! onmouseout="javascript:document.getElementById('closeB').src = '<?=$module_root_path;?>images/<?=SKIN;?>/close.png';" /> </div> ! <div id="play"><img id="playB" src="<?=$module_root_path;?>images/<?=SKIN;?>/play.jpg" onclick="javascript:playR()" ! onmouseover="javascript:document.getElementById('playB').src = '<?=$module_root_path;?>images/<?=SKIN;?>/play_h.jpg';" ! onmouseout="javascript:document.getElementById('playB').src = '<?=$module_root_path;?>images/<?=SKIN;?>/play.jpg';" /> </div> ! <div id="stop"><img id="stopB" src="<?=$module_root_path;?>images/<?=SKIN;?>/stop.jpg" onclick="javascript:stopR()" ! onmouseover="document.getElementById('stopB').src = '<?=$module_root_path;?>images/<?=SKIN;?>/stop_h.jpg';" ! onmouseout="document.getElementById('stopB').src = '<?=$module_root_path;?>images/<?=SKIN;?>/stop.jpg';" /> </div> ! <div id="select"> ! Media Player:<br /> ! <select id="embedchoise" onchange="javascript:changeEmbed()"> ! <option value="auto">Auto detect</option> ! <option value="wmp">WMP</option> ! <?php ! if ($mimetype !== 'audio/aacp') ! { ! ?> ! <option value="real">RealPlayer</option> ! <?php ! } ! ?> ! <script type="text/javascript"> ! <!-- // ! if(AXcompatible()){ ! document.write('<option value="winampX">WinampX</option>'); ! } else { ! <?php ! if ($mimetype !== 'audio/aacp') { ! ?> ! document.write('<option value="quicktime">QuickTime</option>'); ! <?php ! } ! ?> ! } ! // --> ! </script> </select> </div> --- 2,147 ---- /** * ! * @package StandAllone - Radiplayer. * @version $Id$ ! * @copyright (c) 2006-2013 Little Frog, FlorinCB [aka OryNider], drknas * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * + // This program is free software; you can redistribute it and/or + // modify it under the terms of the GNU General Public License + // as published by the Free Software Foundation; either version 2 + // of the License, or (at your option) any later version. + // + // This program is distributed in the hope that it will be useful, + // but WITHOUT ANY WARRANTY; without even the implied warranty of + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + // GNU General Public License for more details. + // + // You should have received a copy of the GNU General Public License + // along with this program; if not, write to the Free Software + // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ ! // History: ! // Little Frog (v 1.x - 2.x) ! // OryNider (v 1.x - 3.x) ! // DrKnas (v 4.0 - 4.2.x) ! // OryNider (Current maintainer: 3.5.x & 4.9.x & mxpcms versions) ! $module_root_path = "./"; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); define('IN_SHOTCAST', true); ! require($module_root_path ."includes/common." . $phpEx); ! $html = " ! <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\"> ! <html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\"> ! <head> ! <meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\" /> ! <meta name=\"description\" content=\"Radio Player\" /> ! <meta name=\"keywords\" content=\"Radio Player\" /> ! <meta name=\"author\" content=\"Radio Player originaly made by: Niklas Pull - http://pull.zapto.org\" />"; ! $html .= css($module_root_path, $phpEx, $radio_skin); ! $html .= java_script($module_root_path, $phpEx, $mimetype, $clean_config, $radio_skin, $autoplay, $state, $lang, $java_debug, $update_title); ! $html .= " ! <script type=\"text/javascript\"><!-- loadimg = new Image(27,27); ! loadimg.src = '".$module_root_path ."skins/".SKIN."/play_h.png'; loadimg2 = new Image(19,19); ! loadimg2.src = '".$module_root_path ."skins/".SKIN."/stop_h.png'; loadimg3 = new Image(18,18); ! loadimg3.src = '".$module_root_path ."skins/".SKIN."/close_h.png'; ! window.onunload = function() { ! stopWinampx(); } ! window.onload = function() ! { ! embedInfo(detectEmbed()); ! "; ! if(basename($_SERVER['PHP_SELF']) !== "play.php") ! { ! $html .= " ! updateInfo(); ! //checkSong(); ! //checkCover(); ! //checkcover_url(); ! "; ! if($autoplay) ! { ! //if($state == "Up") ! //{ ! $html .= " ! playR();"; ! //} ! } ! } ! $html .= " ! } ! //--></script>"; ! $html .= " ! <title>" . $title_tag . "</title> </head> <body> ! <!-- // Create ActiveX objects for later checks for WMP versions. --> ! <OBJECT CLASSID=\"CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95\" HEIGHT=\"0\" ID=\"WMP64\" WIDTH=\"0\" STYLE=\"visibility: hidden;\"></OBJECT> ! <OBJECT CLASSID=\"CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6\" HEIGHT=\"0\" ID=\"WMP7\" WIDTH=\"0\" STYLE=\"visibility: hidden;\"></OBJECT> ! <div id=\"shell\"> ! <div style=\"font-weight: bold; font-size: 12px; font-family: Calibri, Helvetica, sans-serif;\" id=\"station\">" . $title_bar . "</div> ! <span style=\"font-weight : bold;\">"; ! if($state == "Down") ! { ! $html .= "<div id=\"display\">" . $lang['Off_Air'] . "</div>"; ! } ! else ! { ! $html .= "<div class=\"dmarquee\" style=\"font-weight: bold; font-size: 12px; font-family: Calibri, Helvetica, sans-serif;\"><div><div>" . $lang['stop'] . "</div></div></div>"; ! } ! $html .= " ! </span> ! ! <div id=\"iframe \" class=\"controls\"> ! <IFRAME src=\"".$module_root_path."includes/cur_song.".$phpEx."#\" name=\"embedFrame\" ID=\"embedFrame\" width=\"100\" height=\"0\" scrolling=\"no\" style=\"width:100%;height:0px;border:0px dotted #BEBEBE;\">Sorry, your browser doesn't seem to support IFrames!</iframe> </div> ! <div id=\"firstinfo\"></div> ! <div id=\"secondinfo\"></div> ! <div id=\"thirdinfo\"></div> ! <div id=\"forthinfo\"></div> ! <div id=\"infoPlayer\"></div> ! <div id=\"infoPlugin\"></div> ! <div id=\"equalizer\"><a id=\"cover_url\" target=\"_blank\" href=\"" . $no_cover_url . "\"><img id=\"eq\" src=\"" . $module_root_path . "skins/" . SKIN . "/equalizer_stop.gif\" /></a></div> ! <div id=\"closeButton\"><img id=\"closeB\" src=\"" . $module_root_path . "skins/" . SKIN . "/close.png\" onclick=\"javascript:window.close()\" ! onmouseover=\"javascript:document.getElementById('closeB').src = '" . $module_root_path . "skins/" . SKIN . "/close_h.png';\" ! onmouseout=\"javascript:document.getElementById('closeB').src = '" . $module_root_path . "skins/" . SKIN . "/close.png';\" /> </div> ! <div id=\"play\"><img id=\"playB\" src=\"" . $module_root_path . "skins/" . SKIN . "/play.png\" onclick=\"javascript:playR()\" ! onmouseover=\"javascript:document.getElementById('playB').src = '" . $module_root_path . "skins/" . SKIN . "/play_h.png';\" ! onmouseout=\"javascript:document.getElementById('playB').src = '" . $module_root_path . "skins/" . SKIN . "/play.png';\" /> </div> ! <div id=\"stop\"><img id=\"stopB\" src=\"" . $module_root_path . "skins/" . SKIN . "/stop.png\" onclick=\"javascript:stopR()\" ! onmouseover=\"document.getElementById('stopB').src = '" . $module_root_path . "skins/" . SKIN . "/stop_h.png';\" ! onmouseout=\"document.getElementById('stopB').src = '" . $module_root_path . "skins/" . SKIN . "/stop.png';\" /> </div> ! <div id=\"select\"> ! " . $lang['media_player'] . " ! <select id=\"embedchoise\" onchange=\"javascript:changeEmbed()\"> ! <option value=\"auto\">" . $lang['auto_detect'] . "</option> ! <option value=\"wmp\">WMP</option>"; ! ! if ($mimetype !== 'audio/aacp') ! { ! $html .= "<option value=\"real\">RealPlayer</option>"; ! $html .= "<option value=\"quicktime\">QuickTime</option>"; ! } ! $html .= " ! <script type=\"text/javascript\"><!--// ! if(AXcompatible()) { ! document.write('<option value=\"winampX\">WinampX</option>'); ! } ! // --></script> </select> </div> *************** *** 321,328 **** </div> - <div id="iframe"> - <IFRAME src="#" name="embedFrame" ID="embedFrame" width="0" height="0" style="border: 0px;"></iframe> - </div> </body> ! </html> \ No newline at end of file --- 149,158 ---- </div> + </div> </body> ! </html>"; ! ! print $html; ! ! ?> \ No newline at end of file Index: play.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/play.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** play.php 29 Apr 2008 02:39:48 -0000 1.6 --- play.php 28 May 2013 07:14:33 -0000 1.7 *************** *** 1,174 **** ! <?php ! if( !defined('IN_PORTAL') || !is_object($mx_block)) ! { ! ! 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 ! // ! $title = 'Media Player Radio'; ! $block_size = ( isset($block_size) && !empty($block_size) ? $block_size : '315' ); ! $is_block = FALSE; } else { ! // ! // Read block Configuration ! // ! ! $title = $mx_block->block_info['block_title']; ! $block_size = ( isset($block_size) && !empty($block_size) ? $block_size : '100%' ); ! if( is_object($mx_block)) { ! $is_block = TRUE; } } ! define('IN_SHOTCAST', true); ! require($module_root_path .'includes/common.'.$phpEx); ! ! header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); ! header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); ! header('Cache-Control: no-store, no-cache, must-revalidate'); ! header('Cache-Control: post-check=0, pre-check=0', false); ! header('Pragma: no-cache'); ! ?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> ! <head> ! <?php require($module_root_path . "includes/detectScript.htm"); ?> ! <script type="text/javascript"> ! <!-- ! window.onunload = function(){ ! stopWinampx(); ! } ! //--> ! </script> </head> <body> ! <?php ! if(!isset($_GET['embed'])){ ! ?> ! <script type="text/javascript"> var embed = detectEmbed(); ! self.location = 'play.php?embed='+embed; ! </script> ! <?php ! } else { - if($_GET['embed'] == "real") { ! ?> ! <OBJECT id="RVOCX" classid="CLSID:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"> ! <PARAM name="SRC" value="http://<?=$radio->host;?>:<?=$radio->port;?><?=$wmplist;?>"> ! <PARAM name="autostart" value="true"> ! <EMBED autostart="true" src="http://<?=$radio->host;?>:<?=$radio->port;?><?=$wmplist;?>" type="audio/x-pn-realaudio-plugin"> ! </EMBED> ! </OBJECT> ! <?php } else if($_GET['embed'] == "quicktime") { ! ?> ! <OBJECT id="QuickTime" classid="CLSID:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" ! codebase="http://www.apple.com/qtactivex/qtplugin.cab"> ! <PARAM name="SRC" value="http://<?=$radio->host;?>:<?=$radio->port;?><?=$wmplist;?>"> ! <PARAM name="AUTOPLAY" value="true"> ! <EMBED id="QuickTime" src="http://<?=$radio->host;?>:<?=$radio->port;?><?=$wmplist;?>" type="audio/mpegurl" autoplay="true" ! pluginspace="http://www.apple.com/quicktime/download/"> ! </EMBED> ! </OBJECT> ! <?php } else if($_GET['embed'] == "winampX") { ! ?> ! <OBJECT id="IWinAmpActiveX" classid="CLSID:FE0BD779-44EE-4A4B-AA2E-743C63F2E5E6" ! codebase="http://pdl.stream.aol.com/downloads/aol/unagi/ampx_en_dl.cab" version="-1,-1,-1,-1"> ! </OBJECT> ! <script type="text/javascript"> ! winampx = document.getElementById('IWinAmpActiveX'); ! winampx.AppendFileToPlaylist('http://<?=$radio->host;?>:<?=$radio->port;?>'); ! winampx.Play(); ! </script> ! <?php } else if($_GET['embed'] == "wmp6") { ! ?> ! <OBJECT id="MediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" ! codebase="http://activex.microsoft.com/activex/controls/mplayer/sv/nsmp2inf.cab#Version=6,4,5,715" ! type="application/x-oleobject"> ! <PARAM name="FileName" value="http://<?=$radio->host;?>:<?=$radio->port;?>"> ! <PARAM name="AutoStart" value="true"> ! </OBJECT> ! <?php } else if($_GET['embed'] == "wmp7") { ! ?> ! <OBJECT id="MediaPlayer" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"> ! <PARAM name="url" value="http://<?=$radio->host;?>:<?=$radio->port;?>"> ! <PARAM name="AutoStart" value="true"> ! <EMBED type="application/x-mplayer2" ! pluginspage="http://www.microsoft.com/windows/windowsmedia/" ! filename="http://<?=$radio->host;?>:<?=$radio->port;?>" src="http://<?=$radio->host;?>:<?=$radio->port;?>" ! autostart=1> ! </EMBED> ! </OBJECT> ! <?php } else if($_GET['embed'] == "aac_wmp") { ! ?> ! <SCRIPT LANGUAGE="JavaScript"> ! //IE Code ! document.write ('<OBJECT ID="MediaPlayer"'); ! document.write (' CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"'); ! document.write (' CODEBASE="http://retro-radio.net/plugin/setup_AAC_aacPlus_plugin_1_0_36.exe"'); ! document.write (' standby="Loading Microsoft Windows Media Player components..."'); ! document.write (' TYPE="application/x-oleobject" width="250" height="62">'); ! document.write (' <PARAM NAME="FileName" VALUE="icyx://<?=$scip;?>:<?=$scport;?>" valuetype="ref">'); ! document.write ('<PARAM NAME="url" VALUE="icyx://<?=$scip;?>:<?=$scport;?>"> '); ! document.write ('<PARAM NAME="AutoStart" VALUE="true">'); ! document.write ('<PARAM NAME="ShowControls" VALUE="1">'); ! ! //Firefox code ! document.write (' <Embed type="application/x-ms-wmp"'); ! document.write (' pluginspage="<?=$ff2pluginspace;?>"'); ! document.write (' filename="icyx://<?=$scip;?>:<?=$scport;?>"'); ! document.write (' src="icyx://<?=$scip;?>:<?=$scport;?>"'); ! document.write (' Name=MediaPlayer'); ! document.write (' ShowControls=1'); ! document.write (' ShowDisplay=1'); ! document.write (' ShowStatusBar=1'); ! document.write (' AUTOSTART=1'); ! document.write (' width=290'); ! document.write (' height=320>'); document.write (' </embed>'); - document.write ('</OBJECT>'); ! </SCRIPT> ! <?php } } ! ?> ! </body> ! </html> --- 1,608 ---- ! <?php ! // ! // Radiplayer. ! // Copyright (C) 2008 name of drknas ! // ! // This program is free software; you can redistribute it and/or ! // modify it under the terms of the GNU General Public License ! // as published by the Free Software Foundation; either version 2 ! // of the License, or (at your option) any later version. ! // ! // This program is distributed in the hope that it will be useful, ! // but WITHOUT ANY WARRANTY; without even the implied warranty of ! // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! // GNU General Public License for more details. ! // ! // You should have received a copy of the GNU General Public License ! // along with this program; if not, write to the Free Software ! // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ! // ! // History: ! // Little Frog (v 1.x - 2.x) ! // OryNider (v 1.x - 3.x) ! // DrKnas (v 4.0 - 4.2.x) ! // OryNider (Current maintainer: 3.5.x & 4.9.x & mxpcms versions) ! header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); ! header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); ! header('Cache-Control: no-store, no-cache, must-revalidate'); ! header('Cache-Control: post-check=0, pre-check=0', false); ! header('Pragma: no-cache'); ! $module_root_path = "./"; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); ! define('IN_SHOTCAST', true); ! require($module_root_path .'includes/common.'.$phpEx); ! //* MX-CMS Code Start ! if(defined('IN_PORTAL')) ! { ! user_listensc($nick); //Update web listen users ! } ! //* MX-CMS Code End ! if(isset($_GET["config"])) ! { ! $config_get = $_GET["config"]; } else { ! $config_get = "config"; ! } ! // this is a user input some cleaning should be done. ! $clean_config = preg_replace("/[^a-zA-Z0-9_.-@]/", "", $config_get); ! $config = $module_root_path . "config/" . $clean_config . "." . $phpEx; ! if($clean_config == "display_config") ! { ! die("Faulty config file."); ! } ! if(!file_exists($config)) ! { ! // this is a user input some cleaning should be done. ! $config = $module_root_path . "config/config." . $phpEx; ! if(!file_exists($config)) { ! die("U have to suply in the url what config file to use!"); } } ! $html = " ! <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\"> <html> ! <head>"; ! $html .= css($module_root_path, $phpEx, $radio_skin); ! $html .= "<title>" . $lang['Radio_Player'] . " • " . $station_name . "</title>"; ! $html .= java_script($module_root_path, $phpEx, $mimetype, $clean_config, $radio_skin, $autoplay, $state, $lang, $java_debug, $update_title); ! $html .= "<SCRIPT LANGUAGE=\"JavaScript\"> ! var videoElements = document.getElementsByTagName('video'); ! for (var i=0; i<videoElements.length; i++) ! { ! videoElement = videoElements[i]; ! ! var control = document.createElement('object'); ! control.type = 'application/x-ms-wmp'; ! control.width = 212; ! control.width = 32; ! ! // following standard attributes need to be assigned only when they are present in the video tag ! if (videoElement.id != \"\") { control.id = videoElement.id; } ! if (videoElement.dir != \"\") { control.dir = videoElement.dir; } ! //if (videoElement.class != \"\") { control.class = videoElement.class; } ! if (videoElement.title != \"\") { control.title = videoElement.title; } ! if (videoElement.draggable) { control.draggable = true; } ! if (videoElement.lang != \"\") { control.lang = videoElement.lang; } ! if (videoElement.spellcheck) { control.spellcheck = true; } ! if (videoElement.style.cssText != \"\") { control.style.cssText = videoElement.style.cssText; } ! ! // controls attribute - boolean for video tag. ! // for WMP, uiMode => \"full\" shows controls, \"none\" shows only video window ! var controls = (videoElement.controls == true) ? \"full\" : \"none\"; ! control.setAttribute(\"uiMode\", controls); ! ! var autostart = videoElement.autoplay; // boolean - maps to object.autostart property ! var paramAutoStart = document.createElement(\"param\"); ! paramAutoStart.name = \"autostart\"; ! paramAutoStart.value = autostart; ! control.appendChild(paramAutoStart); ! ! //OPEN: Should we always set autostart when \"controls\" are hidden ? ! ! var paramUrl = document.createElement(\"param\"); ! paramUrl.name = \"url\"; ! paramUrl.value = supportedMediaSource; ! control.appendChild(paramUrl); ! } ! </SCRIPT>"; ! $html .= " </head> <body> ! <!--// Create ActiveX objects for later checks for WMP versions. --> ! <!--// OBJECT CLASSID=\"CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95\" ID=\"WMP64\" STYLE=\"visibility: visible;\" type=\"application/x-mplayer2\" type=\"application/x-oleobject\"></OBJECT --> ! <!--// OBJECT CLASSID=\"CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6\" ID=\"WMP7\" STYLE=\"visibility: visible;\" type=\"application/x-oleobject\" type=\"application/x-mplayer2\"></OBJECT-->"; ! if(!isset($_GET['embed'])) ! { ! $html .= " ! <script type=\"text/javascript\"> var embed = detectEmbed(); ! self.location = 'play.php?config=" . $clean_config . "&embed='+embed; ! </script>"; ! } else { if($_GET['embed'] == "real") { ! $html .= " ! <OBJECT id=\"RVOCX\" width=\"90\" height=\"12\" classid=\"CLSID:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA\"> ! <PARAM name=\"SRC\" value=\"".$protocol_type."://".$full_real_and_quick_playlist_url . "\"> ! <PARAM NAME=\"CONTROLS\" VALUE=\"VolumeSlider\"> ! <PARAM NAME=\"NOJAVA\" VALUE=\"true\"> ! <PARAM name=\"autostart\" value=\"true\"> ! <EMBED autostart=\"true\" src=\"".$protocol_type."://".$full_real_and_quick_playlist_url . "\" width=\"90\" height=\"12\" NOJAVA=\"true\" CONTROLS=\"VolumeSlider\" type=\"audio/x-pn-realaudio-plugin\"> ! </EMBED> ! </OBJECT>"; } else if($_GET['embed'] == "quicktime") { ! $html .= " ! <OBJECT width=\"90\" height=\"12\" id=\"QuickTime\" classid=\"CLSID:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B\" ! codebase=\"http://www.apple.com/qtactivex/qtplugin.cab\"> ! <PARAM name=\"SRC\" value=\"http://".$full_real_and_quick_playlist_url . "\"> ! <PARAM name=\"AUTOPLAY\" value=\"true\"> ! <EMBED id=\"QuickTime\" src=\"http://".$full_real_and_quick_playlist_url . "\" width=\"90\" height=\"12\" type=\"audio/mpegurl\" autoplay=\"true\" ! pluginspace=\"http://www.apple.com/quicktime/download/\"> ! </EMBED> ! </OBJECT>"; } else if($_GET['embed'] == "winampX") { ! $html .= " ! <SCRIPT LANGUAGE=\"JavaScript\"> ! //IE Code http://radio.hostinglotus.com/~jaranai/ampx_en_dl.cab ! var otobasla = 1; //Sayfa yuklendiginde calsin 1 / Ziyaretci baslatsin 0 ! var leaktest = 1; ! var winampx; ! var gecko = !(navigator.appName == 'Internet Explorer'); ! var initted = 0; ! ! function mozIAmpXEvents() { } ! mozIAmpXEvents.prototype = { ! WinampMsgEvent: function ( msgID ) {}, ! WinampStatus: function( msgID, comp ) {}, ! WinampMetaData: function( data, size ) {}, ! QueryInterface: function(iid) ! { ! if (!iid.equals(Components.interfaces.Unagi2MozEvents)&& ! !iid.equals(Components.interfaces.nsISupports)) ! { ! throw Components.results.NS_ERROR_NO_INTERFACE; ! } ! return this; ! }, ! val: \"<devault value>\" ! } ! WINAMPX_EVENT_FILE_END = 1; ! WINAMPX_EVENT_TRACK_CHANGED = 2; ! WINAMPX_EVENT_LAUNCH_URL = 3; ! WINAMPX_EVENT_TRACK_INFO_CHANGED = 4; ! WINAMPX_EVENT_VIDEO_WND_REQUESTED = 5; ! WINAMPX_EVENT_VIDEO_WND_SIZE_CHANGED = 6; ! WINAMPX_EVENT_VIDEO_WND_DONE = 7; ! WINAMPX_EVENT_HWND_READY = 8; ! WINAMPX_EVENT_NO_SOUNDCARD_AVL = 100; ! WINAMPX_EVENT_NO_PLUGINS_AVL = 101; ! WINAMPX_EVENT_CANT_PLAY_FILE = 102; ! WINAMPX_EVENT_WMA_FILE_EXPIRED = 103; ! WINAMPX_EVENT_FILE_NOT_FOUND = 104; ! WINAMPX_EVENT_PLAYLIST_NO_FILES_PRESENT = 105; ! WINAMPX_EVENT_PLAYLIST_EMPTY = 106; ! WINAMPX_EVENT_REAL_ENGINE_MISSING = 107; ! WINAMPX_EVENT_CORRUPT_FILE = 108, ! WINAMPX_EVENT_UNSUPPORTED_FORMAT = 109; ! WINAMPX_EVENT_QUICKTIME_ENGINE_MISSING = 110, ! WINAMPX_EVENT_REAL_ENGINE_ERROR = 111, ! WINAMPX_EVENT_FILE_SYSTEM_CHANGE = 112 ! WINAMPX_STATUS_INIT_WININET = 200; ! WINAMPX_STATUS_OPENING_URL = 201; ! WINAMPX_STATUS_HTTP_ERROR = 202; ! WINAMPX_STATUS_DOWNLOADING_URL = 203; ! WINAMPX_STATUS_URL_DOWNLOADED = 204; ! WINAMPX_STATUS_CANNOT_CREATE_TEMP_FILE = 205; ! WINAMPX_STATUS_CANNOT_OPEN_URL = 206; ! WINAMPX_STATUS_CONNECTION_LOST = 207; ! WINAMPX_STATUS_PREBUFFERING = 208; ! WINAMPX_STATUS_RESYNC = 209; ! WINAMPX_STATUS_BROADCAST_INTERRUPT = 210; ! WINAMPX_STATUS_BROADCAST_TERMINATE = 211; ! WINAMPX_STATUS_DOLBY_ERROR = 212; ! WINAMPX_STATUS_TRANSFER_RATE = 213; ! WINAMPX_STATUS_STREAM_BEGIN = 214; ! WINAMPX_STATUS_LENGTH_CHANGE = 215; ! WINAMPX_STATUS_VIDEO_KEYPRESS = 216; ! WINAMPX_STATUS_VIDEO_SYSKEYPRESS = 217; ! WINAMPX_STATUS_SERVER_RESTART = 218; ! WINAMPX_STATUS_SERVER_CRASH = 219; ! WINAMPX_STATUS_ERROR_KILLING_THREAD = 220; ! WINAMPX_STATUS_ADVANCED_PARSE_ERROR = 221; ! WINAMPX_STATUS_SERVER_SWAPPED = 222; ! STATUS_STOPED = 0; ! STATUS_PLAYING = 1; ! STATUS_PAUSED = 2; ! STATUS_BUFFERING = 3; ! var clockPrebuffer; ! ! function onWinampMSGEvent(a) ! { ! switch(a) ! { ! case WINAMPX_EVENT_HWND_READY: ! var hwnd = winampx.hwnd; ! winampx.SetVideoHWND(hwnd); ! if ( leaktest ) winampx.Play(); ! break; ! case WINAMPX_EVENT_VIDEO_WND_DONE: ! winampx.RemoveFullScreen(); ! case WINAMPX_EVENT_FILE_SYSTEM_CHANGE: ! RefreshTitle(); ! RefreshPlaylist(); ! break; ! default: ! break; ! } ! } ! vpstatus=0; ! if (document.images) ! { ! zap=new Array(15); ! zap[0]=new Image; zap[0].src=\"". $module_root_path . "skins/" . SKIN . "/voldis_on.gif\"; ! zap[1]=new Image; zap[1].src=\"". $module_root_path . "skins/" . SKIN . "/voldis_off.gif\"; ! zap[2]=new Image; zap[2].src=\"". $module_root_path . "skins/" . SKIN . "/voldis_mute.gif\"; ! zap[3]=new Image; zap[3].src=\"". $module_root_path . "skins/" . SKIN . "/stop_on.gif\"; ! zap[4]=new Image; zap[4].src=\"". $module_root_path . "skins/" . SKIN . "/stop_off.gif\"; ! zap[5]=new Image; zap[5].src=\"". $module_root_path . "skins/" . SKIN . "/play_on.gif\"; ! zap[6]=new Image; zap[6].src=\"". $module_root_path . "skins/" . SKIN . "/play_off.gif\"; ! zap[7]=new Image; zap[7].src=\"". $module_root_path . "skins/" . SKIN . "/pause_on.gif\"; ! zap[8]=new Image; zap[8].src=\"". $module_root_path . "skins/" . SKIN . "/pause_off.gif\"; ! zap[9]=new Image; zap[9].src=\"". $module_root_path . "skins/" . SKIN . "/mute_on.gif\"; ! zap[10]=new Image; zap[10].src=\"". $module_root_path . "skins/" . SKIN . "/mute_off.gif\"; ! zap[11]=new Image; zap[11].src=\"". $module_root_path . "skins/" . SKIN . "/volup_up.gif\"; ! zap[12]=new Image; zap[12].src=\"". $module_root_path . "skins/" . SKIN . "/volup_dwn.gif\"; ! zap[13]=new Image; zap[13].src=\"". $module_root_path . "skins/" . SKIN . "/voldwn_up.gif\"; ! zap[14]=new Image; zap[14].src=\"". $module_root_path . "skins/" . SKIN . "/voldwn_dwn.gif\"; ! } ! ! function onClickPlay(a) ! { ! winampx.Play(); ! RefreshTitle(); ! afmObj_play(1); ! RefreshPlaylist(); ! } ! function onClickStop() ! { ! winampx.Stop(); ! afmObj_play(0); ! RefreshPlaylist(); ! } ! function onClickPause() ! { ! winampx.Pause(); ! afmObj_play(0); ! } ! function onClickPrevious() ! { ! winampx.PreviousTrack(); ! RefreshTitle(); ! RefreshPlaylist(); ! } ! function onClickNext() ! { ! winampx.NextTrack(); ! RefreshTitle(); ! RefreshPlaylist(); ! } ! function onClicPlaylist(no) ! { ! winampx.Stop(); ! winampx.PlaylistPos = no; ! winampx.Play(); ! } ! function onClickgeri() { ! var val = winampx.Position - 10; ! winampx.Position = val; ! } ! ! function onClickileri() { ! var val = winampx.Position + 10; ! winampx.Position = val; ! } ! function Mute() ! { ! suanses = winampx.Volume; ! if ( suanses >= 1 ) { ! img_mute_on.style.display = \"block\"; ! img_mute_off.style.display = \"none\"; ! volumerate.innerHTML = \"Ses düzeyi - 0\"; ! suanses = 0; ! winampx.Volume = 0; ! } else { ! img_mute_on.style.display = \"none\"; ! img_mute_off.style.display = \"block\"; ! winampx.Volume = 255; ! suanses = winampx.Volume; ! volumerate.innerHTML = \"Ses düzeyi - 255\"; ! } ! } ! function setVolume(act) { ! currentVol = winampx.Volume; ! if(act == \"up\") { ! targetVol = currentVol + 5; ! if(targetVol >= 255) targetVol = 255; ! } else if(act == \"down\") { ! targetVol = currentVol - 5; ! if(targetVol <= 0) targetVol = 0; ! } else if(act <= 255) { ! targetVol = act; ! } ! volumerate.innerHTML = \"Ses düzeyi - \"+targetVol; ! winampx.Volume = targetVol; ! } ! function about() { ! var res = 'IWinAmpActiveX E-mail: aq...@by..., Homepage : theaqua.com : Skin tasarýmý : sd...@sa...'; ! alert(res); ! } ! function imgchange(imgnum) ! { ! if (imgnum == \"play\") { vpstatus=1; document.vpstop.src=zap[4].src; document.vpplay.src=zap[5].src; document.vppaus.src=zap[8].src; } ! if (imgnum == \"paus\") { vpstatus=2; document.vpstop.src=zap[4].src; document.vpplay.src=zap[6].src; document.vppaus.src=zap[7].src; } ! if (imgnum == \"stop\") { vpstatus=3; document.vpstop.src=zap[3].src; document.vpplay.src=zap[6].src; document.vppaus.src=zap[8].src; } ! if (imgnum == \"muta\") { vpstatus=4; document.vpmute.src=zap[10].src; } ! if (imgnum == \"mutb\") { vpstatus=5; document.vpmute.src=zap[9].src; } ! if (imgnum == \"vola\") { vpstatus=3; document.vpvolup.src=zap[11].src; } ! if (imgnum == \"volb\") { vpstatus=3; document.vpvolup.src=zap[12].src; } ! if (imgnum == \"volc\") { vpstatus=3; document.vpvoldwn.src=zap[13].src; } ! if (imgnum == \"vold\") { vpstatus=3; document.vpvoldwn.src=zap[14].src; } ! } ! function playitnow() { if (vpstatus == 1) { } else { winampx.Play(); imgchange('play'); } } ! function pausitnow() { if (vpstatus == 2) { playitnow() } else { winampx.Pause(); imgchange('paus'); } } ! function stopitnow() { if (vpstatus == 3) { } else { winampx.Stop(); imgchange('stop'); } } ! ! document.writeln('<table width=\"238\" height=\"38\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" background=\"". $module_root_path . "skins/" . SKIN . "/controller_bg.png\" style=\"margin: 0; padding: 0\">'); ! document.writeln(' <tbody style=\"margin: 0; padding: 0\">'); ! document.writeln(''); ! document.writeln(''); ! document.writeln(' <tr style=\"margin: 0; padding: 0\">'); ! document.writeln(' <td style=\"margin: 0; padding: 0\" width=\"45\"><img src=\"". $module_root_path . "skins/" . SKIN . "/spacer.gif\" width=\"0\" height=\"0\"></td>'); ! document.writeln(' <td style=\"margin: 0; padding: 0\" width=\"30\"><a title=\"Stop Video Stream\" style=\"text-decoration: none; color: #8a99f4; border: 0px none; margin: 0; padding: 0\" onmousedown=\"stopitnow();\"><img name=\"vpstop\" src=\"". $module_root_path . "skins/" . SKIN . "/stop_off.gif\" width=\"25\" height=\"21\" border=\"0\"></a></td>'); ! document.writeln(' <td style=\"margin: 0; padding: 0\" width=\"4\"><img src=\"". $module_root_path . "skins/" . SKIN . "/spacer.gif\" width=\"0\" height=\"0\"></td>'); ! document.writeln(' '); ! document.writeln(''); ! document.writeln(''); ! document.writeln(''); ! document.writeln(' '); ! document.writeln(' <td style=\"margin: 0; padding: 0\" width=\"20\"><img src=\"". $module_root_path . "skins/" . SKIN . "/spacer.gif\" width=\"0\" height=\"0\"></dd>'); ! document.writeln(' <td style=\"margin: 0; padding: 0\" width=\"40\"><a title=\"Play Video Stream\" style=\"text-decoration: none; color: #8a99f4; border: 0px none; margin: 0; padding: 0\" onmousedown=\"playitnow();\"><img name=\"vpplay\" src=\"". $module_root_path . "skins/" . SKIN . "/play_off.gif\" width=\"41\" height=\"26\" border=\"0\"></a></td>'); ! document.writeln(' <td style=\"margin: 0; padding: 0\" width=\"20\"><img src=\"". $module_root_path . "skins/" . SKIN . "/spacer.gif\" width=\"0\" height=\"0\"></dd>'); ! document.writeln(' '); ! document.writeln(''); ! document.writeln(''); ! document.writeln(''); ! document.writeln(' '); ! document.writeln(' <td style=\"margin: 0; padding: 0\" width=\"4\"><img src=\"". $module_root_path . "skins/" . SKIN . "/spacer.gif\" width=\"4\" height=\"4\"></td>'); ! document.writeln(' <td style=\"margin: 0; padding: 0\" width=\"30\"><a title=\"Pause Video Stream\" style=\"text-decoration: none; color: #8a99f4; border: 0px none; margin: 0; padding: 0\" onmousedown=\"pausitnow();\"><img name=\"vppaus\" src=\"". $module_root_path . "skins/" . SKIN . "/pause_off.gif\" width=\"25\" height=\"21\" border=\"0\"></a></td>'); ! document.writeln(' <td style=\"margin: 0; padding: 0\" width=\"45\"><img src=\"". $module_root_path . "skins/" . SKIN . "/spacer.gif\" width=\"4\" height=\"4\"></td>'); ! document.writeln(' </tr>'); ! document.writeln(''); ! document.writeln(''); ! document.writeln('</tbody>'); ! document.writeln('</table>'); ! ! if (gecko) ! { ! navigator.plugins.refresh(false); ! ! document.writeln('<div id=\"embedframe\" width=\"0\" height=\"0\" style=\"visibility: hidden; display: none;\">'); ! document.writeln('<OBJECT width=\"0\" height=\"0\" ID=\"IWinAmpActiveXG\" border=\"0\" CLASSID=\"CLSID:FE0BD779-44EE-4A4B-AA2E-743C63F2E5E6\"'); ! document.writeln('codebase=\"".ADDON_URL."addonsx/ampx_en_dl.cab\" version=\"-1,-1,-1,-1\" STYLE=\"visibility: hidden; display: none;\">'); ! document.writeln('</OBJECT>'); ! document.writeln('</div>'); ! ! winampx = document.getElementById('IWinAmpActiveXG'); ! winampx.AppendFileToPlaylist('".$protocol_type."://".$caster_ip.":".$caster_port.$icecast_mount_point."'); ! playitnow(); ! } ! else ! { ! //FF Code ! document.writeln('<OBJECT width=\"100\" height=\"12\" ID=\"IWinAmpActiveX\" border=\"0\" CLASSID=\"CLSID:FE0BD779-44EE-4A4B-AA2E-743C63F2E5E6\"'); ! document.writeln('codebase=\"".ADDON_URL."addonsx/ampx_en_dl.cab\" version=\"-1,-1,-1,-1\">'); ! document.writeln('</OBJECT>'); ! ! events = new mozIAmpXEvents(); ! events.WinampMsgEvent = onWinampMSGEvent; ! events.WinampStatus = onWinampStatus; ! events.WinampMetaData = onWinampMetaData; ! ! winampx = document.getElementById('IWinAmpActiveX'); ! winampx.AppendFileToPlaylist('".$protoc... [truncated message content] |
|
From: Florin C B. <ory...@us...> - 2013-05-28 07:14:50
|
Update of /cvsroot/mxbb/mx_shotcast/images/default In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638/images/default Removed Files: close.jpg close.png close_h.png equalizer.psd equalizer_play.gif equalizer_stop.gif play.jpg play_h.jpg player.psd playerbg.png shell.jpg stop.jpg stop_h.jpg Log Message: Version 3.5.2 --- equalizer.psd DELETED --- --- play_h.jpg DELETED --- --- player.psd DELETED --- --- equalizer_play.gif DELETED --- --- shell.jpg DELETED --- --- play.jpg DELETED --- --- close.png DELETED --- --- stop_h.jpg DELETED --- --- equalizer_stop.gif DELETED --- --- stop.jpg DELETED --- --- playerbg.png DELETED --- --- close.jpg DELETED --- --- close_h.png DELETED --- |
|
From: Florin C B. <ory...@us...> - 2013-05-28 07:14:49
|
Update of /cvsroot/mxbb/mx_shotcast/images/aero In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638/images/aero Removed Files: close.png close_h.png equalizer_play.gif equalizer_stop.gif play.jpg play.png play_h.jpg play_h.png playerbg.png shell.jpg stop.jpg stop_h.jpg Log Message: Version 3.5.2 --- play_h.png DELETED --- --- close_h.png DELETED --- --- play_h.jpg DELETED --- --- play.png DELETED --- --- equalizer_play.gif DELETED --- --- shell.jpg DELETED --- --- play.jpg DELETED --- --- close.png DELETED --- --- stop_h.jpg DELETED --- --- equalizer_stop.gif DELETED --- --- stop.jpg DELETED --- --- playerbg.png DELETED --- |
|
From: Florin C B. <ory...@us...> - 2013-05-28 07:14:48
|
Update of /cvsroot/mxbb/mx_shotcast/templates/prosilver/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638/templates/prosilver/admin Added Files: shotcast_config_body.html Log Message: Version 3.5.2 --- NEW FILE: shotcast_config_body.html --- <center> <h1>{L_SHOTCAST_SETTINGS}</h1> <p>{L_SHOTCAST_SETTINGS_EXPLAIN}<br /></p> </center> <form enctype="multipart/form-data" action="{S_ACTION}" method="post"> <table cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <thead> <tr> <th class="thHead" colspan="2">{L_SHOTCAST_SETTINGS}</th> </tr> </thead> <tbody> <tr> <td class="row1"><p><b>{L_SHOTCAST}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="shotcast_name" value="{STATION_NAME}" /></td> </tr> <tr> <td class="row1"><p><b>{L_STREAM}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="shotcast_host" value="{STATION_HOST}" /></td> </tr> <tr> <td class="row1"><p><b>{L_PORT}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="shotcast_port" value="{STATION_PORT}" /></td> </tr> <tr> <td class="row1"><p><b>{L_PASS}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="shotcast_pass" value="{STATION_PASS}" /></td> </tr> <tr> <td class="row1"><p><b>{L_PLAY_LIST}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="play_list" value="{PLAY_LIST}" /></td> </tr> <tr> <td class="row1"><p><b>{L_PLAY_HOST}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="play_host" value="{PLAY_HOST}" /></td> </tr> <tr> <td class="row1"><p><b>{L_PLAY_ASX}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="play_asx" value="{PLAY_ASX}" /></td> </tr> <tr> <td class="row1"><p><b>{L_PLAY_PORT}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="play_port" value="{PLAY_PORT}" /></td> </tr> <tr> <td class="row1"><p><b>{L_PLAY_MOUNT}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="play_mount" value="{PLAY_MOUNT}" /></td> </tr> <tr> <td class="row1"><p><b>{L_CASTER}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="caster" value="{S_CASTER}" /></td> </tr> <tr> <td class="row1">{L_ALLOW_AUTOPLAY}</span></td> <td class="row2"><input type="radio" name="allow_autoplay" value="1" {ALLOW_AUTOPLAY_YES} /> {L_YES} <input type="radio" name="allow_autoplay" value="0" {ALLOW_AUTOPLAY_NO} /> {L_NO}</td> </tr> <tr> <td class="row1"><p><b>{L_PICTURE_TYPE}:</b><br></p></td> <td class="row2">{PICTURE_TYPE}</td></td> </tr> <tr> <td class="row1"><p><b>{L_FALLBACK_TO}:</b><br></p></td> <td class="row2">{FALLBACK_TO}</td></td> </tr> <tr> <td class="row1"><p><b>{L_CAST_LOGO}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="logo" value="{DISPLAY_LOGO}" /></td> </tr> <tr> <td class="row1">{L_ALLOW_CURL}</span></td> <td class="row2"><input type="radio" name="allow_curl" value="1" {ALLOW_CURL_YES} /> {L_YES} <input type="radio" name="allow_curl" value="0" {ALLOW_CURL_NO} /> {L_NO}</td> </tr> <tr> <td class="row1"><p><b>{L_CHECK_PERIOD}:</b><br><span class="gensmall">{L_CHECK_PERIOD_EXPLAIN}</span></p></td> <td class="row2"><input type="text" maxlength="16" size="16" name="check_period" value="{CHECK_PERIOD}" /></td> </tr> <tr> <td class="row1"><span class="genmed">{L_FORCE_ONLINE}:</span></td> <td class="row2"><span class="genmed"><input type="radio" {FORCE_ON_ENABLED} name="force_online" value="1" />{L_YES} <input type="radio" {FORCE_ON_DISABLED} name="force_online" value="0" />{L_NO}</span></td> </tr> <tr> <td class="row1">{L_SHOW_LISTEN}<br><span class="gensmall">{L_SHOW_LISTEN_INFO}</span></td> <td class="row2"> <select name="show_listen_select" class="forminput"> <option value="1"{S_LISTEN_YES}>{L_YES}</option> <option value="0"{S_LISTEN_NO}>{L_NO}</option> </select></td> </tr> <tr> <td class="row1"><p><b>{L_SKINPATH}:</b><br></p></td> <!-- <td class="row2"><input type="text" maxlength="255" size="8" name="SKINpath" value="{SKINPATH}" /></td> --> <td class="row2" width="50%"> <select name="skin" multiple class="forminput"> {FIRST_ROW} <!-- BEGIN stylelist --> {stylelist.SKINPATH} <!-- END stylelist --> </select> </td> </tr> <tr> <td class="row1"><p><b>{L_STREAM_TYPE}:</b><br></p></td> <td class="row2">{STREAM_TYPE}</td></td> </tr> <tr> <td class="row1"><p><b>{L_SHOW_STATUS}:</b><br></p></td> <td class="row2">{SHOW_STATUS}</td></td> </tr> </tr> <tr> <td class="row1">{L_ALLOW_GUESTS}</span></td> <td class="row2"><input type="radio" name="allow_guests" value="1" {ALLOW_GUESTS_YES} /> {L_YES} <input type="radio" name="allow_guests" value="0" {ALLOW_GUESTS_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_GUESTNAME}<br><span class="gensmall">{L_GUESTNAME_EXPLAIN}</span></td> <td class="row2"><input class="post" type="text" name="guestname" value="{GUESTNAME}" size="12" maxlength="20" /></td> </tr> <tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> </td> </tr> </tbody> </table> </form> <br clear="all" /> |
Update of /cvsroot/mxbb/mx_shotcast/skins/system In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638/skins/system Added Files: cast_front.gif close.png close_h.png controller_bg.png equalizer_play.gif equalizer_stop.gif index.html mute_off.gif mute_on.gif offline.gif online.gif pause_off.gif pause_on.gif play.jpg play.png play_h.jpg play_h.png play_off.gif play_on.gif playerbg.png real_front.gif screenshot.png screenshot_firefox.png shell.jpg shell.png skin_config.php spacer.gif stop.jpg stop.png stop_h.jpg stop_h.png stop_off.gif stop_on.gif wmp_front.gif Log Message: Version 3.5.2 --- NEW FILE: close_h.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shell.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: online.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pause_off.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mute_off.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pause_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: screenshot_firefox.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: playerbg.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_off.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: screenshot.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shell.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: wmp_front.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_h.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: real_front.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cast_front.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_h.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mute_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: spacer.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.html --- <HTML><HEAD> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <META name="GENERATOR" content="3D Editor 1.03 Copyright (c) 2003 by Albu Cristian"> <META name="robots" content="INDEX, FOLLOW"> <TITLE>Index of /radioplayer/v4/skins/aero</TITLE> </HEAD> <BODY text="#FCFCFC" bgcolor="#0055AA" link="#147AEB" vlink="#144ABB" alink="#14FFBB"> <H1><HR><CENTER>Index of /radioplayer/v4/skins/aero<P>Last Updated: Saturday, May 11th, 2013</CENTER><HR></H1><P><TABLE WIDTH=100%> <TD WIDTH=20% BGCOLOR=#147AEB><FONT COLOR=#EB8514><B>File name</B></FONT> <TD WIDTH=10% BGCOLOR=#005ACB><FONT COLOR=#EB8514><B>Size</B></FONT> <TD WIDTH=20% BGCOLOR=#003AAB><FONT COLOR=#EB8514><B>Last update</B></FONT> <TD WIDTH=50% BGCOLOR=#001A8B><FONT COLOR=#EB8514><B>Description</B></FONT></TR> <TR VALIGN=TOP><TD><A HREF="../index.html">[..]</A><TD ALIGN=CENTER><DIR><TD ALIGN=CENTER>5/11/2013, 16:3<TD>Parent directory <TR VALIGN=TOP><TD><A HREF="close.png">close.png</A><TD ALIGN=RIGHT>1,029<TD ALIGN=CENTER>4/19/2008, 9:17<TD> <TR VALIGN=TOP><TD><A HREF="close_h.png">close_h.png</A><TD ALIGN=RIGHT>882<TD ALIGN=CENTER>4/19/2008, 9:30<TD> <TR VALIGN=TOP><TD><A HREF="equalizer_play.gif">equalizer_play.gif</A><TD ALIGN=RIGHT>11,975<TD ALIGN=CENTER>2/24/2008, 23:50<TD> <TR VALIGN=TOP><TD><A HREF="equalizer_stop.gif">equalizer_stop.gif</A><TD ALIGN=RIGHT>545<TD ALIGN=CENTER>2/24/2008, 23:52<TD> <TR VALIGN=TOP><TD><A HREF="play.jpg">play.jpg</A><TD ALIGN=RIGHT>1,834<TD ALIGN=CENTER>4/19/2008, 8:58<TD> <TR VALIGN=TOP><TD><A HREF="play.png">play.png</A><TD ALIGN=RIGHT>2,080<TD ALIGN=CENTER>4/19/2008, 8:40<TD> <TR VALIGN=TOP><TD><A HREF="play_h.jpg">play_h.jpg</A><TD ALIGN=RIGHT>1,843<TD ALIGN=CENTER>4/19/2008, 9:0<TD> <TR VALIGN=TOP><TD><A HREF="play_h.png">play_h.png</A><TD ALIGN=RIGHT>2,006<TD ALIGN=CENTER>4/19/2008, 8:49<TD> <TR VALIGN=TOP><TD><A HREF="playerbg.png">playerbg.png</A><TD ALIGN=RIGHT>297<TD ALIGN=CENTER>4/19/2008, 7:27<TD> <TR VALIGN=TOP><TD><A HREF="shell.jpg">shell.jpg</A><TD ALIGN=RIGHT>18,095<TD ALIGN=CENTER>4/19/2008, 7:25<TD> <TR VALIGN=TOP><TD><A HREF="skin_config.php">skin_config.php</A><TD ALIGN=RIGHT>134<TD ALIGN=CENTER>11/19/2008, 21:39<TD> <TR VALIGN=TOP><TD><A HREF="stop.jpg">stop.jpg</A><TD ALIGN=RIGHT>1,123<TD ALIGN=CENTER>4/19/2008, 13:4<TD> <TR VALIGN=TOP><TD><A HREF="stop_h.jpg">stop_h.jpg</A><TD ALIGN=RIGHT>808<TD ALIGN=CENTER>2/21/2008, 2:16<TD> </TABLE><P ALIGN=RIGHT><SMALL>There are 13 files and 1 directories<BR ALIGN=RIGHT>for a total of 42651 bytes.</SMALL></BODY> </HTML> --- NEW FILE: controller_bg.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_h.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: offline.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: equalizer_play.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_h.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: skin_config.php --- <?php /** Original skin by: * * copyright (C) 2007-2013 OryNider * www.pubory.uv.ro * < ory...@rd... > (Florin C Bodin) * */ $text_color = "#FF5000"; $current_color = "#ffbf9a"; $normalbg = "#000000"; $selectedbg = "#808000"; $displayfont = "Arial Narrow"; $background_color = "#ffffff"; $link_color = "#8a99f4"; $vlink_color = "#006699"; $alink_color = "#006699"; $hlink_color = "#f3a625"; $selectbox_color = "#0c4596"; $selectbox_text_color = "#ffffff"; // Skin Graphics $skininfo = array(); //Do not edit here $current_color = (@song_siteInfo($artist, $song, $no_cover_url, 'url_info') !== $no_cover_url) ? $link_color : $current_color; $skininfo['body_bgcolor'] = $background_color; $skininfo['body_text'] = $text_color; $skininfo['body_link'] = $link_color; $skininfo['body_vlink'] = $vlink_color; $skininfo['body_alink'] = $alink_color; $skininfo['body_hlink'] = $hlink_color; $skininfo['display_text'] = $current_color; $skininfo['display_font'] = $displayfont; $skininfo['display_fontSize'] = "12"; $skininfo['display_width'] = "298"; $skininfo['display_height'] = "24"; $skininfo['display_left'] = "10"; $skininfo['display_right'] = "10"; $skininfo['display_top'] = "30"; $skininfo['display_style'] = "white-space:nowrap;color:".$current_color." !important;background-color:transparent;text-align:center;blabla:5;"; $skininfo['image'] = "1"; //Valid values are: 0 for small; 1 for medium; 2 for large; and 3 for eXtrem large; $skininfo['version'] = "3"; $skininfo['subversion'] = "5"; $skininfo['name'] = "system"; $skininfo['comment'] = "This is the skin based on original skin v2.0 made by Niklas Pull aka Little Frog."; $skininfo['author'] = "OryNider"; $skininfo['email'] = "ory...@rd..."; $skininfo['homepage'] = "http://pubory.uv.ro/"; $skininfo['screenshot'] = "screenshot.png"; $css = " <style type=\"text/css\"> <!-- * { margin: 0; padding: 0; font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; font-size: 10px; } body { margin: 0; padding: 0; font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; font-size: 10px; color: " . $background_color . "; BACKGROUND-IMAGE: url('" . $module_root_path . "skins/" . $radio_skin . "/playerbg.png'); } a, a:visited, a:active{ text-decoration: none; color: #8a99f4; border: 0px; } /* General markup styles ---------------------------------------- */ * { font-size: 100%; } body, div, p, th, td, li, dd { voice-family: \"\\\"}\\\"\"; voice-family: inherit; } html { /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */ height: 100%; margin-bottom: 1px; } /* General font families for common tags */ font,th,td,p { font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; } img { border: 0; } a, a:visited, a:active{ text-decoration: none; color: " . $link_color . "; border: 0px; } select{ font-family: Helvetica, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; font-size: 10px; background-color: " . $selectbox_color . "; color: " . $selectbox_text_color . "; border: 0px; } station{ font-weight: bold; font-size: 12px; font-family: Calibri, Helvetica, sans-serif; } #shell{ background-image: url('" . $module_root_path . "skins/" . $radio_skin . "/shell.png'); width: 320px; height: 142px; left: 0px; top: 0px; position: absolute; } #station{ left: 5px; top: 5px; position: absolute; } #display{ width: 300px; height: 24px; left: 10px; right: 10px; top: 30px; font-weight: bold; font-size: 12px; font-family: Calibri, Trebuchet MS, Lucida Grande, Helvetica, Verdana, sans-serif; display: inline; position: absolute; } #songtitle{ right: 8px; top: 30px; display: inline; position: absolute; font-weight: bold; width: 214px; } #songtitle{ width: 305px; } #currentlisteners{ } #streamtitle{ width: 211px; left: 10px; top: 37px; font-weight: bold; font-size: 12px; font-family: Calibri, Trebuchet MS, Lucida Grande, Helvetica, Verdana, sans-serif; position: absolute; } #listeners{ left: 123px; top: 89px; position: absolute; width: 130px; } #servergenre{ left: 137px; top: 65px; position: absolute; } #bitrate{ left: 138px; top: 53px; position: absolute; } #contentType{ left: 138px; top: 77px; position: absolute; } #firstinfo{ left: 135px; top: 53px; position: absolute; float:left; } #secondinfo{ left: 135px; top: 66px; position: absolute; } #thirdinfo{ left: 135px; top: 79px; position: absolute; } #forthinfo{ left: 135px; top: 92px; position: absolute; } #play{ left: 10px; top: 110px; position: absolute; } #stop{ left: 45px; top: 115px; position: absolute; } #select{ right: 10px; top: 117px; position: absolute; } #select{ left: 220px; top: 110px; position: absolute; } #infoPlayer{ left: 10px; top: 60px; position: absolute; } #infoPlayer{ left: 8px; top: 60px; position: absolute; } #embedFrame{ left: 4px; right: 4px; top: 70px; position: absolute; } #infoPlugin{ left: 20px; top: 74px; position: absolute; } #infoPlugin{ left: 8px; top: 79px; position: absolute; } #equalizer{ left: 214px; bottom: 39px; position: absolute; } #equalizer{ left: 214px; top: 54px; position: absolute; } #eq{ left: -1px; top: -4px; width: 95px; height: 48px; display: inline; position: absolute; } #cover_url{ text-decoration: underline; color: " . $link_color . "; } #closeButton{ left: 300px; top: 2px; position: absolute; } --> </style>"; ?> --- NEW FILE: close.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: equalizer_stop.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_off.gif --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/mxbb/mx_shotcast/skins/red In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638/skins/red Added Files: cast_front.gif close.png close_h.png controller_bg.png equalizer_play.gif equalizer_stop.gif index.html mute_off.gif mute_on.gif offline.gif online.gif pause_off.gif pause_on.gif play.jpg play.png play_h.jpg play_h.png play_off.gif play_on.gif playerbg.png real_front.gif screenshot.png screenshot_eq.png shell.jpg shell.png skin_config.php spacer.gif stop.jpg stop.png stop_h.jpg stop_h.png stop_off.gif stop_on.gif wmp_front.gif Log Message: Version 3.5.2 --- NEW FILE: close_h.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shell.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: online.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pause_off.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mute_off.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pause_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: playerbg.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: screenshot_eq.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_off.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: screenshot.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shell.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: wmp_front.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_h.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: real_front.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cast_front.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_h.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mute_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: spacer.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.html --- <HTML><HEAD> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <META name="GENERATOR" content="3D Editor 1.03 Copyright (c) 2003 by Albu Cristian"> <META name="robots" content="INDEX, FOLLOW"> <TITLE>Index of /radioplayer/v4/skins/aero</TITLE> </HEAD> <BODY text="#FCFCFC" bgcolor="#0055AA" link="#147AEB" vlink="#144ABB" alink="#14FFBB"> <H1><HR><CENTER>Index of /radioplayer/v4/skins/aero<P>Last Updated: Saturday, May 11th, 2013</CENTER><HR></H1><P><TABLE WIDTH=100%> <TD WIDTH=20% BGCOLOR=#147AEB><FONT COLOR=#EB8514><B>File name</B></FONT> <TD WIDTH=10% BGCOLOR=#005ACB><FONT COLOR=#EB8514><B>Size</B></FONT> <TD WIDTH=20% BGCOLOR=#003AAB><FONT COLOR=#EB8514><B>Last update</B></FONT> <TD WIDTH=50% BGCOLOR=#001A8B><FONT COLOR=#EB8514><B>Description</B></FONT></TR> <TR VALIGN=TOP><TD><A HREF="../index.html">[..]</A><TD ALIGN=CENTER><DIR><TD ALIGN=CENTER>5/11/2013, 16:3<TD>Parent directory <TR VALIGN=TOP><TD><A HREF="close.png">close.png</A><TD ALIGN=RIGHT>1,029<TD ALIGN=CENTER>4/19/2008, 9:17<TD> <TR VALIGN=TOP><TD><A HREF="close_h.png">close_h.png</A><TD ALIGN=RIGHT>882<TD ALIGN=CENTER>4/19/2008, 9:30<TD> <TR VALIGN=TOP><TD><A HREF="equalizer_play.gif">equalizer_play.gif</A><TD ALIGN=RIGHT>11,975<TD ALIGN=CENTER>2/24/2008, 23:50<TD> <TR VALIGN=TOP><TD><A HREF="equalizer_stop.gif">equalizer_stop.gif</A><TD ALIGN=RIGHT>545<TD ALIGN=CENTER>2/24/2008, 23:52<TD> <TR VALIGN=TOP><TD><A HREF="play.jpg">play.jpg</A><TD ALIGN=RIGHT>1,834<TD ALIGN=CENTER>4/19/2008, 8:58<TD> <TR VALIGN=TOP><TD><A HREF="play.png">play.png</A><TD ALIGN=RIGHT>2,080<TD ALIGN=CENTER>4/19/2008, 8:40<TD> <TR VALIGN=TOP><TD><A HREF="play_h.jpg">play_h.jpg</A><TD ALIGN=RIGHT>1,843<TD ALIGN=CENTER>4/19/2008, 9:0<TD> <TR VALIGN=TOP><TD><A HREF="play_h.png">play_h.png</A><TD ALIGN=RIGHT>2,006<TD ALIGN=CENTER>4/19/2008, 8:49<TD> <TR VALIGN=TOP><TD><A HREF="playerbg.png">playerbg.png</A><TD ALIGN=RIGHT>297<TD ALIGN=CENTER>4/19/2008, 7:27<TD> <TR VALIGN=TOP><TD><A HREF="shell.jpg">shell.jpg</A><TD ALIGN=RIGHT>18,095<TD ALIGN=CENTER>4/19/2008, 7:25<TD> <TR VALIGN=TOP><TD><A HREF="skin_config.php">skin_config.php</A><TD ALIGN=RIGHT>134<TD ALIGN=CENTER>11/19/2008, 21:39<TD> <TR VALIGN=TOP><TD><A HREF="stop.jpg">stop.jpg</A><TD ALIGN=RIGHT>1,123<TD ALIGN=CENTER>4/19/2008, 13:4<TD> <TR VALIGN=TOP><TD><A HREF="stop_h.jpg">stop_h.jpg</A><TD ALIGN=RIGHT>808<TD ALIGN=CENTER>2/21/2008, 2:16<TD> </TABLE><P ALIGN=RIGHT><SMALL>There are 13 files and 1 directories<BR ALIGN=RIGHT>for a total of 42651 bytes.</SMALL></BODY> </HTML> --- NEW FILE: controller_bg.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_h.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: offline.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: equalizer_play.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_h.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: skin_config.php --- <?php /** Original skin by: * copyright (C) 2007-2010 DrKnas * http://forums.winamp.com/member.php?u=271283 * * */ $text_color = "#FFFF00"; $current_color = "#ffc2af"; $normalbg = "#000000"; $selectedbg = "#808000"; $displayfont = "Arial Narrow"; $background_color = "#ffffff"; $link_color = "#8a99f4"; $vlink_color = "#006699"; $alink_color = "#006699"; $hlink_color = "#f3a625"; $selectbox_color = "#851724"; $selectbox_text_color = "#ffffff"; // Skin Graphics $normalbg = "#000000"; $selectedbg = "#808000"; $displayfont = "Arial Narrow"; $skininfo = array(); //Do not edit here $current_color = (@song_siteInfo($artist, $song, $no_cover_url, 'url_info') !== $no_cover_url) ? $link_color : $current_color; $skininfo['body_bgcolor'] = $background_color; $skininfo['body_text'] = $text_color; $skininfo['body_link'] = $link_color; $skininfo['body_vlink'] = $vlink_color; $skininfo['body_alink'] = $alink_color; $skininfo['body_hlink'] = $hlink_color; $skininfo['display_text'] = $current_color; $skininfo['display_font'] = $displayfont; $skininfo['display_fontSize'] = "12"; $skininfo['display_width'] = "211"; $skininfo['display_height'] = "24"; $skininfo['display_left'] = "10"; $skininfo['display_right'] = "10"; $skininfo['display_top'] = "30"; $skininfo['display_style'] = "white-space:nowrap;color:".$current_color." !important;background-color:transparent;text-align:center;blabla:5;"; $skininfo['image'] = "0"; //Valid values are: 0 for small; 1 for medium; 2 for large; and 3 for eXtrem large; $skininfo['version'] = "4"; $skininfo['subversion'] = "9"; $skininfo['name'] = "blue"; $skininfo['comment'] = "This is the skin based on original skin v2.0 made by Niklas Pull aka Little Frog."; $skininfo['author'] = "DrKnas"; $skininfo['email'] = ""; $skininfo['homepage'] = ""; $skininfo['screenshot'] = "screenshot.png"; $css = " <style type=\"text/css\"> <!-- * { margin: 0; padding: 0; font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; font-size: 10px; } body { margin: 0; padding: 0; font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; font-size: 10px; color: " . $background_color . "; BACKGROUND-IMAGE: url('" . $module_root_path . "skins/" . $radio_skin . "/playerbg.png'); } /* General markup styles ---------------------------------------- */ * { font-size: 100%; } body, div, p, th, td, li, dd { voice-family: \"\\\"}\\\"\"; voice-family: inherit; } html { /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */ height: 100%; margin-bottom: 1px; } /* General font families for common tags */ font,th,td,p { font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; } img { border: 0; } a, a:visited, a:active{ text-decoration: none; color: " . $link_color . "; border: 0px; } select{ font-family: Helvetica, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; font-size: 10px; background-color: " . $selectbox_color . "; color: " . $selectbox_text_color . "; border: 0px; } station{ font-weight: bold; font-size: 12px; font-family: Calibri, Helvetica, sans-serif; } #shell{ background-image: url('" . $module_root_path . "skins/" . $radio_skin . "/shell.jpg'); width: 320px; height: 142px; left: 0px; top: 0px; position: absolute; } #station{ left: 5px; top: 1px; position: absolute; } #display{ width: 300px; height: 24px; left: 10px; right: 10px; top: 30px; font-weight: bold; font-size: 12px; font-family: Calibri, Trebuchet MS, Lucida Grande, Helvetica, Verdana, sans-serif; display: inline; position: absolute; } #songtitle{ right: 98px; top: 30px; display: inline; position: absolute; font-weight: bold; width: 214px; } #currentlisteners{ } #streamtitle{ width: 211px; left: 10px; top: 37px; font-weight: bold; font-size: 12px; font-family: Calibri, Trebuchet MS, Lucida Grande, Helvetica, Verdana, sans-serif; position: absolute; } #bitrate{ left: 138px; top: 53px; position: absolute; } #servergenre{ left: 137px; top: 65px; position: absolute; } #contentType{ left: 138px; top: 77px; position: absolute; } #listeners{ left: 138px; top: 89px; position: absolute; width: 130px; } #firstinfo{ left: 137px; top: 53px; position: absolute; float:left; } #secondinfo{ left: 137px; top: 66px; position: absolute; } #thirdinfo{ left: 137px; top: 79px; position: absolute; } #forthinfo{ left: 137px; top: 92px; position: absolute; } #play{ left: 10px; top: 110px; position: absolute; } #stop{ left: 45px; top: 115px; position: absolute; } #select{ right: 10px; top: 117px; position: absolute; } #embedFrame{ left: 2px; right: 2px; top: 64px; position: absolute; } #infoPlayer{ left: 10px; top: 60px; position: absolute; } #infoPlugin{ left: 20px; top: 74px; position: absolute; } #equalizer{ left: 236px; top: 26px; position: absolute; } #cover_url{ } #closeButton{ left: 300px; top: 2px; position: absolute; } --> </style>"; ?> --- NEW FILE: close.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: equalizer_stop.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_off.gif --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/mxbb/mx_shotcast/skins/green In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638/skins/green Added Files: cast_front.gif close.png close_h.png controller_bg.png equalizer_play.gif equalizer_stop.gif index.html mute_off.gif mute_on.gif offline.gif online.gif pause_off.gif pause_on.gif play.jpg play.png play_h.jpg play_h.png play_off.gif play_on.gif playerbg.png real_front.gif screenshot.png shell.jpg shell.png skin_config.php spacer.gif stop.jpg stop.png stop_h.jpg stop_h.png stop_off.gif stop_on.gif wmp_front.gif Log Message: Version 3.5.2 --- NEW FILE: close_h.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shell.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: online.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pause_off.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mute_off.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pause_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: playerbg.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_off.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: screenshot.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shell.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: wmp_front.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_h.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: real_front.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cast_front.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_h.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mute_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: spacer.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.html --- <HTML><HEAD> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <META name="GENERATOR" content="3D Editor 1.03 Copyright (c) 2003 by Albu Cristian"> <META name="robots" content="INDEX, FOLLOW"> <TITLE>Index of /radioplayer/v4/skins/aero</TITLE> </HEAD> <BODY text="#FCFCFC" bgcolor="#0055AA" link="#147AEB" vlink="#144ABB" alink="#14FFBB"> <H1><HR><CENTER>Index of /radioplayer/v4/skins/aero<P>Last Updated: Saturday, May 11th, 2013</CENTER><HR></H1><P><TABLE WIDTH=100%> <TD WIDTH=20% BGCOLOR=#147AEB><FONT COLOR=#EB8514><B>File name</B></FONT> <TD WIDTH=10% BGCOLOR=#005ACB><FONT COLOR=#EB8514><B>Size</B></FONT> <TD WIDTH=20% BGCOLOR=#003AAB><FONT COLOR=#EB8514><B>Last update</B></FONT> <TD WIDTH=50% BGCOLOR=#001A8B><FONT COLOR=#EB8514><B>Description</B></FONT></TR> <TR VALIGN=TOP><TD><A HREF="../index.html">[..]</A><TD ALIGN=CENTER><DIR><TD ALIGN=CENTER>5/11/2013, 16:3<TD>Parent directory <TR VALIGN=TOP><TD><A HREF="close.png">close.png</A><TD ALIGN=RIGHT>1,029<TD ALIGN=CENTER>4/19/2008, 9:17<TD> <TR VALIGN=TOP><TD><A HREF="close_h.png">close_h.png</A><TD ALIGN=RIGHT>882<TD ALIGN=CENTER>4/19/2008, 9:30<TD> <TR VALIGN=TOP><TD><A HREF="equalizer_play.gif">equalizer_play.gif</A><TD ALIGN=RIGHT>11,975<TD ALIGN=CENTER>2/24/2008, 23:50<TD> <TR VALIGN=TOP><TD><A HREF="equalizer_stop.gif">equalizer_stop.gif</A><TD ALIGN=RIGHT>545<TD ALIGN=CENTER>2/24/2008, 23:52<TD> <TR VALIGN=TOP><TD><A HREF="play.jpg">play.jpg</A><TD ALIGN=RIGHT>1,834<TD ALIGN=CENTER>4/19/2008, 8:58<TD> <TR VALIGN=TOP><TD><A HREF="play.png">play.png</A><TD ALIGN=RIGHT>2,080<TD ALIGN=CENTER>4/19/2008, 8:40<TD> <TR VALIGN=TOP><TD><A HREF="play_h.jpg">play_h.jpg</A><TD ALIGN=RIGHT>1,843<TD ALIGN=CENTER>4/19/2008, 9:0<TD> <TR VALIGN=TOP><TD><A HREF="play_h.png">play_h.png</A><TD ALIGN=RIGHT>2,006<TD ALIGN=CENTER>4/19/2008, 8:49<TD> <TR VALIGN=TOP><TD><A HREF="playerbg.png">playerbg.png</A><TD ALIGN=RIGHT>297<TD ALIGN=CENTER>4/19/2008, 7:27<TD> <TR VALIGN=TOP><TD><A HREF="shell.jpg">shell.jpg</A><TD ALIGN=RIGHT>18,095<TD ALIGN=CENTER>4/19/2008, 7:25<TD> <TR VALIGN=TOP><TD><A HREF="skin_config.php">skin_config.php</A><TD ALIGN=RIGHT>134<TD ALIGN=CENTER>11/19/2008, 21:39<TD> <TR VALIGN=TOP><TD><A HREF="stop.jpg">stop.jpg</A><TD ALIGN=RIGHT>1,123<TD ALIGN=CENTER>4/19/2008, 13:4<TD> <TR VALIGN=TOP><TD><A HREF="stop_h.jpg">stop_h.jpg</A><TD ALIGN=RIGHT>808<TD ALIGN=CENTER>2/21/2008, 2:16<TD> </TABLE><P ALIGN=RIGHT><SMALL>There are 13 files and 1 directories<BR ALIGN=RIGHT>for a total of 42651 bytes.</SMALL></BODY> </HTML> --- NEW FILE: controller_bg.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_h.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: offline.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: equalizer_play.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_h.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: skin_config.php --- <?php /** Original skin by: * copyright (C) 2007-2010 DrKnas * http://forums.winamp.com/member.php?u=271283 * * */ $text_color = "#ffffff"; $current_color = "#fff3af"; $normalbg = "#000000"; $selectedbg = "#808000"; $displayfont = "Arial Narrow"; $background_color = "#ffffff"; $link_color = "#8a99f4"; $vlink_color = "#006699"; $alink_color = "#006699"; $hlink_color = "#f3a625"; $selectbox_color = "#0e851c"; $selectbox_text_color = "#ffffff"; // Skin Graphics $current_color = (@song_siteInfo($artist, $song, $no_cover_url, 'url_info') !== $no_cover_url) ? $link_color : $current_color; $normal_color = "#FFFF00"; $normalbg = "#000000"; $selectedbg = "#808000"; $displayfont = "Arial Narrow"; $skininfo = array(); //Do not edit here $skininfo['body_bgcolor'] = $background_color; $skininfo['body_text'] = $text_color; $skininfo['body_link'] = $link_color; $skininfo['body_vlink'] = $vlink_color; $skininfo['body_alink'] = $alink_color; $skininfo['body_hlink'] = $hlink_color; $skininfo['display_text'] = $current_color; $skininfo['display_font'] = $displayfont; $skininfo['display_fontSize'] = "12"; $skininfo['display_width'] = "211"; $skininfo['display_height'] = "24"; $skininfo['display_left'] = "10"; $skininfo['display_right'] = "10"; $skininfo['display_top'] = "30"; $skininfo['display_style'] = "white-space:nowrap;color:".$current_color." !important;background-color:transparent;text-align:center;blabla:5;"; $skininfo['image'] = "0"; //Valid values are: 0 for small; 1 for medium; 2 for large; and 3 for eXtrem large; $skininfo['version'] = "4"; $skininfo['subversion'] = "9"; $skininfo['name'] = "blue"; $skininfo['comment'] = "This is the skin based on original skin v2.0 made by Niklas Pull aka Little Frog."; $skininfo['author'] = "DrKnas"; $skininfo['email'] = ""; $skininfo['homepage'] = ""; $skininfo['screenshot'] = "screenshot.png"; $css = " <style type=\"text/css\"> <!-- * { margin: 0; padding: 0; font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; font-size: 10px; } body { margin: 0; padding: 0; font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; font-size: 10px; color: " . $background_color . "; BACKGROUND-IMAGE: url('" . $module_root_path . "skins/" . $radio_skin . "/playerbg.png'); } /* General markup styles ---------------------------------------- */ * { font-size: 100%; } body, div, p, th, td, li, dd { voice-family: \"\\\"}\\\"\"; voice-family: inherit; } html { /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */ height: 100%; margin-bottom: 1px; } /* General font families for common tags */ font,th,td,p { font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; } img { border: 0; } a, a:visited, a:active{ text-decoration: none; color: " . $link_color . "; border: 0px; } select{ font-family: Helvetica, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; font-size: 10px; background-color: " . $selectbox_color . "; color: " . $selectbox_text_color . "; border: 0px; } station{ font-weight: bold; font-size: 12px; font-family: Calibri, Helvetica, sans-serif; } #shell{ background-image: url('" . $module_root_path . "skins/" . $radio_skin . "/shell.jpg'); width: 320px; height: 142px; left: 0px; top: 0px; position: absolute; } #station{ left: 5px; top: 1px; position: absolute; } #display{ width: 300px; height: 24px; left: 10px; right: 10px; top: 30px; font-weight: bold; font-size: 12px; color: " . $text_color . "; font-family: Calibri, Trebuchet MS, Lucida Grande, Helvetica, Verdana, sans-serif; display: inline; position: absolute; } #songtitle{ right: 98px; top: 30px; display: inline; position: absolute; font-weight: bold; width: 214px; } #currentlisteners{ } #streamtitle{ width: 211px; left: 10px; top: 37px; font-weight: bold; color: " . $current_color . "; font-size: 12px; font-family: ".$displayfont.", Trebuchet MS, Calibri, Lucida Grande, Helvetica, Verdana, sans-serif; position: absolute; } #bitrate{ left: 138px; top: 53px; position: absolute; } #servergenre{ left: 137px; top: 65px; position: absolute; } #contentType{ left: 138px; top: 77px; position: absolute; } #listeners{ left: 138px; top: 89px; position: absolute; width: 130px; } #firstinfo{ left: 137px; top: 53px; position: absolute; float:left; } #secondinfo{ left: 137px; top: 66px; position: absolute; } #thirdinfo{ left: 137px; top: 79px; position: absolute; } #forthinfo{ left: 137px; top: 92px; position: absolute; } #play{ left: 10px; top: 110px; position: absolute; } #stop{ left: 45px; top: 115px; position: absolute; } #select{ right: 10px; top: 117px; position: absolute; } #infoPlayer{ left: 10px; top: 60px; position: absolute; } #embedFrame{ left: 1px; right: 1px; top: 64px; position: absolute; } #infoPlugin{ left: 20px; top: 74px; position: absolute; } #equalizer{ left: 236px; top: 26px; position: absolute; } #cover_url{ } #closeButton{ left: 300px; top: 2px; position: absolute; } --> </style>"; ?> --- NEW FILE: close.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: equalizer_stop.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_off.gif --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/mxbb/mx_shotcast/skins/default In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638/skins/default Added Files: cast_front.gif close.jpg close.png close_h.jpg close_h.png controller_bg.png eq.psd equalizer.psd equalizer_play.gif equalizer_stop.gif index.html mute_off.gif mute_on.gif offline.gif online.gif pause_off.gif pause_on.gif play.jpg play.png play_h.jpg play_h.png play_off.gif play_on.gif player.psd playerbg.png real_front.gif screenshot.png shell.jpg shell.png skin_config.php spacer.gif stop.jpg stop.png stop_h.jpg stop_h.png stop_off.gif stop_on.gif wmp_front.gif Log Message: Version 3.5.2 --- NEW FILE: close_h.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: player.psd --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shell.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: online.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: close.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pause_off.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mute_off.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: equalizer.psd --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pause_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: playerbg.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_off.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: screenshot.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: eq.psd --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shell.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: wmp_front.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_h.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: real_front.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cast_front.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_h.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mute_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: close_h.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: spacer.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.html --- <HTML><HEAD> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <META name="GENERATOR" content="3D Editor 1.03 Copyright (c) 2003 by Albu Cristian"> <META name="robots" content="INDEX, FOLLOW"> <TITLE>Index of /radioplayer/v4/skins/aero</TITLE> </HEAD> <BODY text="#FCFCFC" bgcolor="#0055AA" link="#147AEB" vlink="#144ABB" alink="#14FFBB"> <H1><HR><CENTER>Index of /radioplayer/v4/skins/aero<P>Last Updated: Saturday, May 11th, 2013</CENTER><HR></H1><P><TABLE WIDTH=100%> <TD WIDTH=20% BGCOLOR=#147AEB><FONT COLOR=#EB8514><B>File name</B></FONT> <TD WIDTH=10% BGCOLOR=#005ACB><FONT COLOR=#EB8514><B>Size</B></FONT> <TD WIDTH=20% BGCOLOR=#003AAB><FONT COLOR=#EB8514><B>Last update</B></FONT> <TD WIDTH=50% BGCOLOR=#001A8B><FONT COLOR=#EB8514><B>Description</B></FONT></TR> <TR VALIGN=TOP><TD><A HREF="../index.html">[..]</A><TD ALIGN=CENTER><DIR><TD ALIGN=CENTER>5/11/2013, 16:3<TD>Parent directory <TR VALIGN=TOP><TD><A HREF="close.png">close.png</A><TD ALIGN=RIGHT>1,029<TD ALIGN=CENTER>4/19/2008, 9:17<TD> <TR VALIGN=TOP><TD><A HREF="close_h.png">close_h.png</A><TD ALIGN=RIGHT>882<TD ALIGN=CENTER>4/19/2008, 9:30<TD> <TR VALIGN=TOP><TD><A HREF="equalizer_play.gif">equalizer_play.gif</A><TD ALIGN=RIGHT>11,975<TD ALIGN=CENTER>2/24/2008, 23:50<TD> <TR VALIGN=TOP><TD><A HREF="equalizer_stop.gif">equalizer_stop.gif</A><TD ALIGN=RIGHT>545<TD ALIGN=CENTER>2/24/2008, 23:52<TD> <TR VALIGN=TOP><TD><A HREF="play.jpg">play.jpg</A><TD ALIGN=RIGHT>1,834<TD ALIGN=CENTER>4/19/2008, 8:58<TD> <TR VALIGN=TOP><TD><A HREF="play.png">play.png</A><TD ALIGN=RIGHT>2,080<TD ALIGN=CENTER>4/19/2008, 8:40<TD> <TR VALIGN=TOP><TD><A HREF="play_h.jpg">play_h.jpg</A><TD ALIGN=RIGHT>1,843<TD ALIGN=CENTER>4/19/2008, 9:0<TD> <TR VALIGN=TOP><TD><A HREF="play_h.png">play_h.png</A><TD ALIGN=RIGHT>2,006<TD ALIGN=CENTER>4/19/2008, 8:49<TD> <TR VALIGN=TOP><TD><A HREF="playerbg.png">playerbg.png</A><TD ALIGN=RIGHT>297<TD ALIGN=CENTER>4/19/2008, 7:27<TD> <TR VALIGN=TOP><TD><A HREF="shell.jpg">shell.jpg</A><TD ALIGN=RIGHT>18,095<TD ALIGN=CENTER>4/19/2008, 7:25<TD> <TR VALIGN=TOP><TD><A HREF="skin_config.php">skin_config.php</A><TD ALIGN=RIGHT>134<TD ALIGN=CENTER>11/19/2008, 21:39<TD> <TR VALIGN=TOP><TD><A HREF="stop.jpg">stop.jpg</A><TD ALIGN=RIGHT>1,123<TD ALIGN=CENTER>4/19/2008, 13:4<TD> <TR VALIGN=TOP><TD><A HREF="stop_h.jpg">stop_h.jpg</A><TD ALIGN=RIGHT>808<TD ALIGN=CENTER>2/21/2008, 2:16<TD> </TABLE><P ALIGN=RIGHT><SMALL>There are 13 files and 1 directories<BR ALIGN=RIGHT>for a total of 42651 bytes.</SMALL></BODY> </HTML> --- NEW FILE: controller_bg.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_h.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: offline.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: equalizer_play.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_h.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: skin_config.php --- <?php /** Original skin by: * copyright (C) 2007-2010 DrKnas * http://forums.winamp.com/member.php?u=271283 * * */ $text_color = "#fFFFFf"; $current_color = "#8s89f4"; $normalbg = "#000000"; $selectedbg = "#808000"; $displayfont = "Arial Narrow"; $background_color = "#ffffff"; $link_color = "#aa66ff"; $vlink_color = "#006699"; $alink_color = "#006699"; $hlink_color = "#f3a625"; $selectbox_color = "#0c4596"; $selectbox_text_color = "#ffffff"; // Skin Graphics $current_color = (@song_siteInfo($artist, $song, $no_cover_url, 'url_info') !== $no_cover_url) ? $link_color : $current_color; $skininfo = array(); //Do not edit here $skininfo['body_bgcolor'] = $background_color; $skininfo['body_text'] = $text_color; $skininfo['body_link'] = $link_color; $skininfo['body_vlink'] = $vlink_color; $skininfo['body_alink'] = $alink_color; $skininfo['body_hlink'] = $hlink_color; $skininfo['display_text'] = $current_color; $skininfo['display_font'] = $displayfont; $skininfo['display_fontSize'] = "12"; $skininfo['display_width'] = "211"; $skininfo['display_height'] = "24"; $skininfo['display_left'] = "10"; $skininfo['display_right'] = "10"; $skininfo['display_top'] = "30"; $skininfo['display_style'] = "white-space:nowrap;color:".$current_color." !important;background-color:transparent;text-align:center;blabla:5;"; $skininfo['image'] = "0"; //Valid values are: 0 for small; 1 for medium; 2 for large; and 3 for eXtrem large; $skininfo['version'] = "4"; $skininfo['subversion'] = "9"; $skininfo['name'] = "system"; $skininfo['comment'] = "This is the skin based on original skin v2.0 made by Niklas Pull aka Little Frog."; $skininfo['author'] = "DrKnas"; $skininfo['email'] = ""; $skininfo['homepage'] = ""; $skininfo['screenshot'] = "screenshot.png"; ?> --- NEW FILE: close.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: equalizer_stop.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_off.gif --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/mxbb/mx_shotcast/skins/blue In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638/skins/blue Added Files: cast_front.gif close.png close_h.png controller_bg.png equalizer_play.gif equalizer_stop.gif index.html mute_off.gif mute_on.gif offline.gif online.gif pause_off.gif pause_on.gif play.jpg play.png play_h.jpg play_h.png play_off.gif play_on.gif playerbg.png real_front.gif screenshot.png screenshot_cover.png shell.jpg shell.png skin_config.php spacer.gif stop.jpg stop.png stop_h.jpg stop_h.png stop_off.gif stop_on.gif wmp_front.gif Log Message: Version 3.5.2 --- NEW FILE: close_h.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shell.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: online.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pause_off.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mute_off.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pause_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: screenshot_cover.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: playerbg.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_off.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: screenshot.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shell.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: wmp_front.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_h.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: real_front.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cast_front.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_h.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mute_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: spacer.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.html --- <HTML><HEAD> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <META name="GENERATOR" content="3D Editor 1.03 Copyright (c) 2003 by Albu Cristian"> <META name="robots" content="INDEX, FOLLOW"> <TITLE>Index of /radioplayer/v4/skins/aero</TITLE> </HEAD> <BODY text="#FCFCFC" bgcolor="#0055AA" link="#147AEB" vlink="#144ABB" alink="#14FFBB"> <H1><HR><CENTER>Index of /radioplayer/v4/skins/aero<P>Last Updated: Saturday, May 11th, 2013</CENTER><HR></H1><P><TABLE WIDTH=100%> <TD WIDTH=20% BGCOLOR=#147AEB><FONT COLOR=#EB8514><B>File name</B></FONT> <TD WIDTH=10% BGCOLOR=#005ACB><FONT COLOR=#EB8514><B>Size</B></FONT> <TD WIDTH=20% BGCOLOR=#003AAB><FONT COLOR=#EB8514><B>Last update</B></FONT> <TD WIDTH=50% BGCOLOR=#001A8B><FONT COLOR=#EB8514><B>Description</B></FONT></TR> <TR VALIGN=TOP><TD><A HREF="../index.html">[..]</A><TD ALIGN=CENTER><DIR><TD ALIGN=CENTER>5/11/2013, 16:3<TD>Parent directory <TR VALIGN=TOP><TD><A HREF="close.png">close.png</A><TD ALIGN=RIGHT>1,029<TD ALIGN=CENTER>4/19/2008, 9:17<TD> <TR VALIGN=TOP><TD><A HREF="close_h.png">close_h.png</A><TD ALIGN=RIGHT>882<TD ALIGN=CENTER>4/19/2008, 9:30<TD> <TR VALIGN=TOP><TD><A HREF="equalizer_play.gif">equalizer_play.gif</A><TD ALIGN=RIGHT>11,975<TD ALIGN=CENTER>2/24/2008, 23:50<TD> <TR VALIGN=TOP><TD><A HREF="equalizer_stop.gif">equalizer_stop.gif</A><TD ALIGN=RIGHT>545<TD ALIGN=CENTER>2/24/2008, 23:52<TD> <TR VALIGN=TOP><TD><A HREF="play.jpg">play.jpg</A><TD ALIGN=RIGHT>1,834<TD ALIGN=CENTER>4/19/2008, 8:58<TD> <TR VALIGN=TOP><TD><A HREF="play.png">play.png</A><TD ALIGN=RIGHT>2,080<TD ALIGN=CENTER>4/19/2008, 8:40<TD> <TR VALIGN=TOP><TD><A HREF="play_h.jpg">play_h.jpg</A><TD ALIGN=RIGHT>1,843<TD ALIGN=CENTER>4/19/2008, 9:0<TD> <TR VALIGN=TOP><TD><A HREF="play_h.png">play_h.png</A><TD ALIGN=RIGHT>2,006<TD ALIGN=CENTER>4/19/2008, 8:49<TD> <TR VALIGN=TOP><TD><A HREF="playerbg.png">playerbg.png</A><TD ALIGN=RIGHT>297<TD ALIGN=CENTER>4/19/2008, 7:27<TD> <TR VALIGN=TOP><TD><A HREF="shell.jpg">shell.jpg</A><TD ALIGN=RIGHT>18,095<TD ALIGN=CENTER>4/19/2008, 7:25<TD> <TR VALIGN=TOP><TD><A HREF="skin_config.php">skin_config.php</A><TD ALIGN=RIGHT>134<TD ALIGN=CENTER>11/19/2008, 21:39<TD> <TR VALIGN=TOP><TD><A HREF="stop.jpg">stop.jpg</A><TD ALIGN=RIGHT>1,123<TD ALIGN=CENTER>4/19/2008, 13:4<TD> <TR VALIGN=TOP><TD><A HREF="stop_h.jpg">stop_h.jpg</A><TD ALIGN=RIGHT>808<TD ALIGN=CENTER>2/21/2008, 2:16<TD> </TABLE><P ALIGN=RIGHT><SMALL>There are 13 files and 1 directories<BR ALIGN=RIGHT>for a total of 42651 bytes.</SMALL></BODY> </HTML> --- NEW FILE: controller_bg.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_h.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: offline.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: equalizer_play.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: stop_h.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: skin_config.php --- <?php /** Original skin by: * copyright (C) 2007-2010 DrKnas * http://forums.winamp.com/member.php?u=271283 * * */ $text_color = "#FFFF00"; $current_color = "#cfdfef"; $normalbg = "#000000"; $selectedbg = "#808000"; $displayfont = "Arial Narrow"; $background_color = "#ffffff"; $link_color = "#FF5000"; $vlink_color = "#006699"; $alink_color = "#006699"; $hlink_color = "#f3a625"; $selectbox_color = "#0c4596"; $selectbox_text_color = "#ffffff"; // Skin Graphics $normalbg = "#000000"; $selectedbg = "#808000"; $displayfont = "Arial Narrow"; $skininfo = array(); //Do not edit here $current_color = (@song_siteInfo($artist, $song, $no_cover_url, 'url_info') !== $no_cover_url) ? $link_color : $current_color; $skininfo['body_bgcolor'] = $background_color; $skininfo['body_text'] = $text_color; $skininfo['body_link'] = $link_color; $skininfo['body_vlink'] = $vlink_color; $skininfo['body_alink'] = $alink_color; $skininfo['body_hlink'] = $hlink_color; $skininfo['display_text'] = $current_color; $skininfo['display_font'] = $displayfont; $skininfo['display_fontSize'] = "12"; $skininfo['display_width'] = "211"; $skininfo['display_height'] = "24"; $skininfo['display_left'] = "10"; $skininfo['display_right'] = "10"; $skininfo['display_top'] = "30"; $skininfo['display_style'] = "white-space:nowrap;color:".$current_color." !important;background-color:transparent;text-align:center;blabla:5;"; $skininfo['image'] = "0"; //Valid values are: 0 for small; 1 for medium; 2 for large; and 3 for eXtrem large; $skininfo['version'] = "4"; $skininfo['subversion'] = "9"; $skininfo['name'] = "blue"; $skininfo['comment'] = "This is the skin based on original skin v2.0 made by Niklas Pull aka Little Frog."; $skininfo['author'] = "DrKnas"; $skininfo['email'] = ""; $skininfo['homepage'] = ""; $skininfo['screenshot'] = "screenshot.png"; $css = " <style type=\"text/css\"> <!-- * { margin: 0; padding: 0; font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; font-size: 10px; } body { margin: 0; padding: 0; font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; font-size: 10px; color: " . $background_color . "; BACKGROUND-IMAGE: url('" . $module_root_path . "skins/" . $radio_skin . "/playerbg.png'); } /* General markup styles ---------------------------------------- */ * { font-size: 100%; } body, div, p, th, td, li, dd { voice-family: \"\\\"}\\\"\"; voice-family: inherit; } html { /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */ height: 100%; margin-bottom: 1px; } /* General font families for common tags */ font,th,td,p { font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; } img { border: 0; } a, a:visited, a:active{ text-decoration: none; color: " . $link_color . "; border: 0px; } select{ font-family: Helvetica, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; font-size: 10px; background-color: " . $selectbox_color . "; color: " . $selectbox_text_color . "; border: 0px; } station{ font-weight: bold; font-size: 12px; font-family: Calibri, Helvetica, sans-serif; } #shell{ background-image: url('" . $module_root_path . "skins/" . $radio_skin . "/shell.jpg'); width: 320px; height: 142px; left: 0px; top: 0px; position: absolute; } #station{ left: 5px; top: 1px; position: absolute; } #display{ width: 300px; height: 24px; left: 10px; right: 10px; top: 30px; font-weight: bold; font-size: 12px; font-family: Calibri, Trebuchet MS, Lucida Grande, Helvetica, Verdana, sans-serif; display: inline; position: absolute; } #songtitle{ right: 98px; top: 30px; display: inline; position: absolute; font-weight: bold; width: 214px; } #currentlisteners{ } #streamtitle{ width: 211px; left: 10px; top: 37px; font-weight: bold; font-size: 12px; font-family: Calibri, Trebuchet MS, Lucida Grande, Helvetica, Verdana, sans-serif; position: absolute; } #bitrate{ left: 138px; top: 53px; position: absolute; } #servergenre{ left: 137px; top: 65px; position: absolute; } #contentType{ left: 138px; top: 77px; position: absolute; } #listeners{ left: 123px; top: 89px; position: absolute; width: 130px; } #firstinfo{ left: 137px; top: 53px; position: absolute; float:left; } #secondinfo{ left: 137px; top: 66px; position: absolute; } #thirdinfo{ left: 137px; top: 79px; position: absolute; } #forthinfo{ left: 137px; top: 92px; position: absolute; } #play{ left: 10px; top: 110px; position: absolute; } #stop{ left: 45px; top: 115px; position: absolute; } #select{ right: 10px; top: 117px; position: absolute; } #infoPlayer{ left: 10px; top: 60px; position: absolute; } #embedFrame{ left: 2px; right: 2px; top: 64px; position: absolute; } #infoPlugin{ left: 20px; top: 74px; position: absolute; } #equalizer{ left: 236px; top: 26px; position: absolute; } #cover_url{ } #closeButton{ left: 300px; top: 2px; position: absolute; } --> </style>"; ?> --- NEW FILE: close.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: equalizer_stop.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: play_off.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Florin C B. <ory...@us...> - 2013-05-28 07:14:42
|
Update of /cvsroot/mxbb/mx_shotcast/language/lang_spanish In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638/language/lang_spanish Added Files: index.html lang_admin.php lang_main.php Log Message: Version 3.5.2 --- NEW FILE: index.html --- <HTML><HEAD> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <META name="GENERATOR" content="3D Editor 1.03 Copyright (c) 2003 by Albu Cristian"> <META name="robots" content="INDEX, FOLLOW"> <TITLE>Index of /radioplayer/v4/language/lang_spanish</TITLE> </HEAD> <BODY text="#FCFCFC" bgcolor="#0055AA" link="#147AEB" vlink="#144ABB" alink="#14FFBB"> <H1><HR><CENTER>Index of /radioplayer/v4/language/lang_spanish<P>Last Updated: Saturday, May 11th, 2013</CENTER><HR></H1><P><TABLE WIDTH=100%> <TD WIDTH=20% BGCOLOR=#147AEB><FONT COLOR=#EB8514><B>File name</B></FONT> <TD WIDTH=10% BGCOLOR=#005ACB><FONT COLOR=#EB8514><B>Size</B></FONT> <TD WIDTH=20% BGCOLOR=#003AAB><FONT COLOR=#EB8514><B>Last update</B></FONT> <TD WIDTH=50% BGCOLOR=#001A8B><FONT COLOR=#EB8514><B>Description</B></FONT></TR> <TR VALIGN=TOP><TD><A HREF="../index.html">[..]</A><TD ALIGN=CENTER><DIR><TD ALIGN=CENTER>5/11/2013, 16:3<TD>Parent directory <TR VALIGN=TOP><TD><A HREF="lang_main.php">lang_main.php</A><TD ALIGN=RIGHT>464<TD ALIGN=CENTER>2/17/2009, 18:20<TD> </TABLE><P ALIGN=RIGHT><SMALL>There are 1 files and 1 directories<BR ALIGN=RIGHT>for a total of 464 bytes.</SMALL></BODY> </HTML> --- NEW FILE: lang_main.php --- <?php /** * * @package StandAllone - Radiplayer. * @version $Id: lang_main.php,v 1.1 2013/05/28 07:14:38 orynider Exp $ * @copyright (c) 2006-2013 Little Frog, FlorinCB [aka OryNider], drknas * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -------------------------------------------------------*/ $lang['Radio_Player'] = "Reproductor de Radio"; $lang['Off_Air'] = "El servidor esta <b>Fuera de Linea</b>, trate luego." $lang['Edit_Config'] = "El Reproductor <b>NO</b> está configurado."; $lang['Socket_functions_disabled'] = 'No puedo utilizar funciones de socket.'; $lang['checking_title'] = "Analizando el titulo de la cancion..."; $lang['media_player'] = "Reproductor de Medios"; $lang['auto_detect'] = "Auto detectar"; $lang['download'] = "Descargar"; $lang['no_plugins_seems_to_be_needed'] = "No se requieren de plugins <br> adicionales"; $lang['Plugin'] = "Plugin"; $lang['stop'] = "Parada"; $lang['listeners'] = "listeners"; $lang['Radio'] = "Radio"; $lang['How_Many_Listeners'] = "There are <b>%d</b> listener(s) from this site now"; $lang['How_Many_Peak'] = "Total <b>%d</b> listeners peak."; $lang['Who_Are_Listening'] = "Who's on Radio: <b>%s</b>"; $lang['Click_to_listen_station'] = "Click to listen Radio"; $lang['Click_to_listen_wmp'] = "Click to listen Radio using Windows Media Player"; $lang['Click_to_listen_real'] = "Click to listen Radio using Real Player or Real One"; $lang['log_out_radio'] = "You have successfully logged out from Radio on "; $lang['Login_to_listen_station'] = "Login to listen Radio"; $lang['Already_listening'] = "You are Listening"; $lang['Please_Login_to_listen'] = "Please, login to listen Radio."; $lang['About_radio'] = "About radio"; $lang['Radio_Options'] = "Radio Options"; $lang['About'] = "About"; $lang['Options'] = "Options"; $lang['Stats_for'] = "Stats For:"; $lang['Server_state'] = "Server State:"; $lang['Station'] = "Station:"; $lang['Current_song'] = "Current Song:"; $lang['Bitrate'] = "BitRate:"; $lang['Listeners_peak'] = "Listeners Peak:"; $lang['Max_listeners'] = "Max Listeners:"; $lang['Server_genre'] = "Server Genre:"; $lang['Stream_URL'] = "Stream URL:"; $lang['Unique'] = "Unique Listeners:"; $lang['Now_Playing'] = "Now Playing"; $lang['Before_that_you_heard'] = "Before that you heard"; $lang['Socket_functions_disabled'] = "Unable to use socket functions."; $lang['require_password'] = "require password"; $lang['Unknown'] = "Unknown"; $lang['Unknown_Artist'] = "Unknown Artist"; $lang['Description_Status'] = "El flujo e hacia la %s"; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: lang_admin.php --- <?php /** * * @package MXP CMS Module - mx_shotcast * @version $Id: lang_admin.php,v 1.1 2013/05/28 07:14:38 orynider Exp $ * @copyright (c) 2006 [ory...@rd..., OryNider] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ $lang['shotcast_Settings'] = "Setari Radio SHOUTcast & ICEcast"; $lang['shotcast_Settings_explain'] = "Use the form below to configure your shotcast Settings"; $lang['shotcast_Settings_updated'] = "Radio Settings Updated Sucessfully."; $lang['shotcast_Settings_return'] = "Click %sHere%s to return to shotcast Settings."; $lang['Radio_name'] = "Numele Statiei Radio"; $lang['shotcast_host'] = "HOSTul ori IPul </br>(e.g. kdshfm.com)"; $lang['shotcast_port'] = "Port Caster pt. statia inplicita </br>(e.g. 7000)"; $lang['shotcast_pass'] = "Parala Caster"; $lang['caster'] = "Tip Caster: <b>shout</b> ori <b>ice</b>"; $lang['play_list'] = "Play List for Real and QuickTime Player: .pls type (e.g. listen.pls , livemp3"; $lang['play_asx'] = "Play List .asx type for wmp if you run Icecast (e.g. livemp3)"; $lang['play_host'] = "IP address of the server where the play lists are located. Leave blank if they are on the same server as the cast ip"; $lang['play_port'] = "Port of the server where the play lists are located. Leave blank if they are on the same server as the cast ip"; $lang['play_mount'] = "If ICEcast is used with mount points, or leave blank (e.g. /livemp3)"; $lang['allow_autoplay'] = "Allow automatic play at load"; $lang['allow_autoplay_explain'] = "If Stream should start automatic when player is loaded"; $lang['logo_config'] = "Logo config parameters"; $lang['logo_config_explain'] = "Logo should be put in: \"templates/current_style/images/\" (standallone in the root of \"/logos\"). You can use any format tha works on the web (jpeg, gif, png...)"; $lang['picture_type'] = "CD-cover, equliazer, logo (cover, eq, logo)"; $lang['fallback_to'] = "Fallback URL if no cover is found (eq/logo)"; $lang['cast_logo'] = "The filename of the logo you want to use"; $lang['allow_curl'] = "Allow CURL to get CD cover data (yes/no)"; $lang['allow_curl_explain'] = "Use Curl PHP Class to get CD cover data from last.fm, and amazone's API"; $lang['Check_period'] = "Check period (seconds)"; $lang['Check_period_explain'] = "For example : Check who is on the radio from the web player and how many total listeners are connected"; $lang['show_listen'] = "Show Allways Listen"; $lang['show_listen_info'] = "Select Yes if you whant the listen option to be displayed allways or No if you whant to hide the listen option when allready listening."; $lang['Allow_guests'] = "Allow guest(anonymous) users to listen?"; $lang['guestname'] = "Nume Vizitator"; $lang['guestname_explain'] = "Definition of guests names - do NOT start the name with numbers, and no use of special chars!"; $lang['Reset'] = "Resetare"; $lang['Submit'] = "Trimite"; $lang['Show_status'] = "Arata status"; $lang['Stream_type'] = "Tip Flux"; $lang['skinpath'] = "Selecteaza Fatza"; // // That's all Folks! // ------------------------------------------------- ?> |
|
From: Florin C B. <ory...@us...> - 2013-05-28 07:14:41
|
Update of /cvsroot/mxbb/mx_shotcast/logos In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638/logos Added Files: index.htm logo.gif Log Message: Version 3.5.2 --- NEW FILE: logo.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Florin C B. <ory...@us...> - 2013-05-28 07:14:40
|
Update of /cvsroot/mxbb/mx_shotcast/config In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638/config Added Files: config.php config_ice.php config_shout.php display_config.php index.htm index.html Log Message: Version 3.5.2 --- NEW FILE: index.html --- <HTML><HEAD> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <META name="GENERATOR" content="3D Editor 1.03 Copyright (c) 2003 by Albu Cristian"> <META name="robots" content="INDEX, FOLLOW"> <TITLE>Index of /radioplayer/v4/config</TITLE> </HEAD> <BODY text="#FCFCFC" bgcolor="#0055AA" link="#147AEB" vlink="#144ABB" alink="#14FFBB"> <H1><HR><CENTER>Index of /radioplayer/v4/config<P>Last Updated: Saturday, May 11th, 2013</CENTER><HR></H1><P><TABLE WIDTH=100%> <TD WIDTH=20% BGCOLOR=#147AEB><FONT COLOR=#EB8514><B>File name</B></FONT> <TD WIDTH=10% BGCOLOR=#005ACB><FONT COLOR=#EB8514><B>Size</B></FONT> <TD WIDTH=20% BGCOLOR=#003AAB><FONT COLOR=#EB8514><B>Last update</B></FONT> <TD WIDTH=50% BGCOLOR=#001A8B><FONT COLOR=#EB8514><B>Description</B></FONT></TR> <TR VALIGN=TOP><TD><A HREF="../index.html">[..]</A><TD ALIGN=CENTER><DIR><TD ALIGN=CENTER>5/11/2013, 16:3<TD>Parent directory <TR VALIGN=TOP><TD><A HREF="config.php">config.php</A><TD ALIGN=RIGHT>2,498<TD ALIGN=CENTER>2/17/2009, 18:21<TD> <TR VALIGN=TOP><TD><A HREF="display_config.php">display_config.php</A><TD ALIGN=RIGHT>2,133<TD ALIGN=CENTER>8/6/2010, 4:6<TD> </TABLE><P ALIGN=RIGHT><SMALL>There are 2 files and 1 directories<BR ALIGN=RIGHT>for a total of 4631 bytes.</SMALL></BODY> </HTML> --- NEW FILE: config_ice.php --- <?php /*************************************************************************** * *********************** SET UP VARIABLES HERE ****************************/ // // Generic config parameters // // Radio Station Name here $station_name = "Radio Station Offline"; // IP address (e.g. kdshfm.com) $caster_ip = ""; // Port for the caster (e.g. 7000) Leave blank if u don't know what your doing. $caster_port = ""; // Caster type: shout or ice $caster = "ice"; // What skin to use $radio_skin = "default"; // What language to use $language = "english"; // If Stream should start automatic when player is loaded $autoplay = true; // // Icecast config parameters // // If icecast is used with mount points else leave blank (e.g. /livemp3) $icecast_mount_point = "/livemp3"; // .pls type play list (e.g. listen.pls , livemp3) $playlist_pls = "livemp3"; //$playlist_pls = "livemp3"; // .asx type play list. Looks like u need an asx type of play list for wmp if // u run Icecast (e.g. livemp3) $playlist_asx = "livemp3"; // IP address of the server where the play lists are located. Leave blank if // they are on the same server as the caster ip. $playlist_ip = ""; // Port of the server where the play lists are located. Leave blank if they // are on the same server as the caster ip. $playlist_port = ""; //Secure cookies on the site were the playlist(s) is located ? $cookie_secure = false; //If other then port 80 where the play lists are located. Leave blank if they $server_port = ''; // // Logo config parameters // // Logo should be put in the root of "/logos". U can use any format tha works // on the web (jpeg, gif, png...) // What do u want to use? CD-cover, equliazer, logo (cover, eq, logo) $picture = "cover"; // Fallback if no cover is found (eq/logo) $fallback = "eq"; // The filename of the logo u want to use $logo_name = "logo.gif"; // Fallback URL to use when no cover is found. Leave blank if they // are on the same server as the caster ip. $caster_url = ""; /************************* DO NOT EDIT BELOW THIS LINE *********************/ /************************ IF U DON'T KNOW WHAT U ARE DOING *****************/ // // Advanced config parameters // // Use Curl to get cd cover data (yes/no) $curl = "no"; // If both web server and icecast are behind a router and the web server needs // to know the internal ip of caster so it can pull the info for the player. // This could be the case if all three got different internal ip-s. $caster_internal_ip = ""; $caster_internal_port = ""; //Server protocol if we use cookies $server_protocol = ($cookie_secure) ? 'https://' : 'http://'; // Fallback URL to use when no cover is found. Edit above. $no_cover_url = (empty($caster_url)) ? $server_protocol.$caster_ip . (($caster_port != 80) ? ":".$caster_port : "") : $caster_url; $full_logo_url = ""; // Easier java debug messages (yes/no). $java_debug = "no"; /************************* DO NOT EDIT BELOW THIS LINE *********************/ /***************************************************************************/ ?> --- NEW FILE: display_config.php --- <?php /********************************* EDIT DISPLAY ******************************/ // !!!DONT TOUCH IF U DONT KNOW WHAT U ARE DOING!!! // // Here u can change ure title and info to whatever u want it to be... and // it's easy as pie. ;) // Here U have a couple of pre defined values that u can use. // They are: // 1. $a - The song that is playing now. // 2. $b - How many listeners there are online now. // 3. $c - Maximum amount of listeners that can connect. (Only ShotCast) // 4. $d - What type format ure sending in mpeg or acc. // 5. $e - The genre of your server. // 6. $f - The bitrate ure sending in. // 7. $g - Maximum amount of listeners u ever had connected. // And if u are running ice cast then u have some more variables. // They are: // 8. $h - Server name. // 9. $i = Server description. // 10. $j = Quality. // 11. $k = Video quality. // 12. $l = Frame size. // 13. $m = Frame rate. // 14. $n = Server URL. // 15. $o = Artist. // // So how do u make ure own pretty title? // Here are some exmples: // // 1. // $title = "Now playing: $a ($b/$c)"; // The player title would now show e.g. // "Now playing: Frodo United - Gandalf song (63/120)" // // 2. // $title = "$a"; // The player title would now show e.g. // "Happy Hamster - Hardcore pimpin" // // 3. // $title = "U are now listening to $a in $f kbps. U are one of $b listeners."; // The player title would now show e.g. // "U are now listening to 1 hour - Jet engine sound in 32 kbps. U are one of 25 listeners." // // Radio title //E.g. $title = "$a"; $title = "$a"; //HTML TITLE /TITLE TAG and Status $title_bar = $lang['Radio_Player']." • ".$station_name; $title_tag = $lang['Radio_Player']." • ".$station_name; // There are four lines of info u can change to whatever u like. Dont use text that is to long // couse it may damage the apperence of the player. // First info $firstinfo = $lang['listeners'].": $b"; // Second info $secondinfo = $lang['Server_genre']." $e"; // Third info $thirdinfo = $lang['Bitrate']." $f"; // Forth info $forthinfo = " $d"; // How often to update title (miliseconds). To low value is not good. U might hammer your // server to death. $update_title = "5000"; //************************* DO NOT EDIT BELOW THIS LINE *********************/ ?> --- NEW FILE: config.php --- <?php /** * * @package Mx-Publisher Module - mx_shotcast * @version $Id: config.php,v 1.1 2013/05/28 07:14:38 orynider Exp $ * @copyright (c) 2002-2006 [OryNider] MXP-CMS Development Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ /* /* MX-CMS Code Starts /* Security check */ if((!defined('IN_SHOTCAST') && !defined('IN_PORTAL'))) { die("Hacking attempt"); } // History: // Little Frog (v 1.x - 2.x) // OryNider (v 1.x - 3.x) // DrKnas (v 4.0 - 4.2.x) // OryNider (Current maintainer: 3.5.x & 4.9.x & mxpcms versions) /* /* MX-CMS Code Starts */ if(!is_object($mx_block) && !defined('IN_ADMIN')) { define('IN_PORTAL', true); $mx_root_path = $module_root_path . "../../"; include_once($mx_root_path . 'common.'.$phpEx); // Start session management $mx_user->init($user_ip, PAGE_INDEX); // End session management $title = 'Media Player Radio'; $is_block = FALSE; } if(defined('IN_PORTAL') || is_object($mx_block)) { // Read block Configuration $title = $mx_block->block_info['block_title']; $is_block = TRUE; } // // Define table names. // @define('SHOTCAST_CONFIG_TABLE', $mx_table_prefix.'shotcast_config'); @define('SHOTCAST_SESSION_TABLE', $mx_table_prefix.'shotcast_session'); //Check for shotcast version if(file_exists($mx_root_path . "modules/mx_radio/includes/common.$phpEx")) { !defined('SHOTCAST_SESSION_TABLE') ? define('SHOTCAST_SESSION_TABLE', $mx_table_prefix.'radio_session') : false; } //$mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x // Cache settings $use_cache = 1; // // mx_shotcast version... // $module_name = 'shotcast'; if (($mx_cache->get('shotcast_module')) && ($use_cache)) { $module = $mx_cache->get('shotcast_module'); $music_module_copy = $module['module_copy']; $music_module_name = $module['module_name']; $music_module_version = $module['module_version']; } else { $module = array(); $sql = "SELECT * FROM " . MODULE_TABLE . " WHERE module_name = '$module_name'"; if(!($result = $db->sql_query($sql))) { mx_message_die(GENERAL_ERROR, "Couldn't obtain shotcast module informations from database", '', __LINE__, __FILE__, $sql); } while($module = $db->sql_fetchrow($result)) { $music_module_copy = $module['module_copy']; $music_module_name = $module['module_name']; $music_module_version = $module['module_version']; } if ($use_cache) { $mx_cache->put('shotcast_module', $module); } } if( !empty($music_module_copy) ) { define('_SHOTCAST_VERSION', 'mxBB <i> - ' . $music_module_name . '</i> ' . $music_module_version . ' © 2007-2008 by OryNider'); } else { define('_SHOTCAST_VERSION', 'mxBB <i> - ShotCast Module ver. 3.x</i> © 2007-2008 by OryNider'); } // // Load language files. // $default_lang = ($mx_user->lang['default_lang']) ? $mx_user->encode_lang($mx_user->lang['default_lang']) : (($board_config['default_lang']) ? $board_config['default_lang'] : 'english'); if (empty($default_lang)) { // - populate $default_lang $default_lang = 'english'; } //Main module lang if ((@include_once $module_root_path . "language/lang_" . $default_lang . "/lang_main.$phpEx") === false) { if ((@include_once $module_root_path . "language/lang_english/lang_main.$phpEx") === false) { mx_message_die(CRITICAL_ERROR, 'Language file ' . $module_root_path . "language/lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); } $default_lang = 'english'; } //Admin Module Lang if(@file_exists($module_root_path . "language/lang_" . $default_lang . "/lang_admin.$phpEx") ) { include($module_root_path . "language/lang_" . $default_lang . "/lang_admin.$phpEx"); } else { include($module_root_path . "language/lang_english/lang_admin.$phpEx"); } // // Common definitions... // $time = date("U"); $cfg_shotcastname = $board_config['sitename'] . ' -> ' . 'shotcast'; if(empty($user_ip)) { $client_ip = ( !empty($_SERVER['REMOTE_ADDR']) ) ? $_SERVER['REMOTE_ADDR'] : ( ( !empty($_ENV['REMOTE_ADDR']) ) ? $_ENV['REMOTE_ADDR'] : getenv('REMOTE_ADDR') ); $user_ip = phpBB2::encode_ip($client_ip); } $user_id = $userdata['user_id']; $nick = str_replace(" ", "_", $userdata['username']); $radio_bot_id = ANONYMOUS; // ================================================================================ // [ SHOTCAST CONFIG ] // ================================================================================ $shotcast_config = array(); // // Get radio Settings from config table // if (($mx_cache->get('shotcast_config')) && ($use_cache)) { $shotcast_config = $mx_cache->get('shotcast_config'); } else { $sql = "SELECT * FROM " . SHOTCAST_CONFIG_TABLE; if (!($result = $db->sql_query($sql))) { if (!function_exists('mx_message_die')) { die("Couldnt query shotcast_config information, Allso this hosting or server is using a cache optimizer not compatible with MX-Publisher or just lost connection to database wile query."); } else { mx_message_die( GENERAL_ERROR, 'Couldnt query shotcast_config information', '', __LINE__, __FILE__, $sql ); } } while ($row = $db->sql_fetchrow($result)) { $shotcast_config[$row['config_name']] = $row['config_value']; } $db->sql_freeresult($result); if ($use_cache) { $mx_cache->put('shotcast_config', $shotcast_config); } } //read check period $period = $shotcast_config['check_period'] * 1000; if ($userdata['user_id'] == ANONYMOUS) { if($this_agent) { $nick = $this_agent; } else { $nick = $shotcast_config['guestname']; } if ($this_bot_id) { $radio_bot_id = $this_bot_id; } } // ================================================================================ // [ COMMON FUNCTIONS ] // ================================================================================ function user_listensc($nick) { global $userdata, $shotcast_config, $db, $user_ip, $radio_bot_id; $current_time = date("U"); $user_id = $userdata['user_id']; $sql = "DELETE FROM " . SHOTCAST_SESSION_TABLE . " WHERE session_ip = '" . $user_ip . "'"; if(!$result = $db->sql_query($sql)) { mx_message_die(CRITICAL_ERROR, 'SQL Error in function user_listensc(): DELETE<br />', '', __LINE__, __FILE__, $sql); } $sql = "INSERT INTO " . SHOTCAST_SESSION_TABLE . " (user_id, username, time, session_ip, bot_id) VALUES ('$user_id', '" . addslashes($nick) . "', '$current_time', '$user_ip', '$radio_bot_id')"; if(!$result = $db->sql_query($sql)) { mx_message_die(CRITICAL_ERROR, 'SQL Error in function user_listensc(): INSERT INTO<br />', '', __LINE__, __FILE__, $sql); } } //Update user statue "listening/not listening" //Since this is loaded in a iframe it's not need for debuging code function update_shotcast_users($nick) { global $shotcast_config, $db, $lang, $user_ip; $time = date("U"); $sql = "UPDATE " . SHOTCAST_SESSION_TABLE . " SET time = $time WHERE session_ip = '" . $user_ip . "'"; if(!$result = $db->sql_query($sql)) { $sql = "UPDATE " . SHOTCAST_SESSION_TABLE . " SET time = $time WHERE username = '" . $nick . "'"; if(!$result = $db->sql_query($sql)) { user_listensc($nick); } } /* if(defined('RADIO_SESSION_TABLE')) { $sql = "DELETE FROM " . RADIO_SESSION_TABLE . " WHERE session_ip = '$user_ip'"; $db->sql_query($sql); $sql = "INSERT INTO " . RADIO_SESSION_TABLE . " (user_id, username, time, session_ip, bot_id) VALUES ('$user_id', '" . addslashes($nick) . "', '$time', '$user_ip', '$radio_bot_id')"; $db->sql_query($sql); } */ } function drop_shotcast_users($period) { global $shotcast_config, $db, $lang; $current_time = date("U"); //prevent delay $period = $period + 2; // Calcul max_time $max_time = $current_time - $period; $sql = "DELETE FROM " . SHOTCAST_SESSION_TABLE . " WHERE time < {$max_time}"; if(!$result = $db->sql_query($sql)) { mx_message_die(CRITICAL_ERROR, 'SQL Error in function drop_shotcast_users()', '', __LINE__, __FILE__, $sql); } } /* /* MX-CMS Code Ends */ //require($module_root_path . 'includes/config.'.$phpEx); /*************************************************************************** * *********************** SET UP VARIABLES HERE ****************************/ // // Generic config parameters // // Radio Station Name here $station_name = strip_tags($shotcast_config['shotcast_name']) ; //Radio Station Offline // IP address (e.g. kdshfm.com) $caster_ip = $shotcast_config['shotcast_host']; // Port for the caster (e.g. 7000) Leave blank if u don't know what your doing. $caster_port = (int) $shotcast_config['shotcast_port']; // SHOUTcast Password $caster_pass = $shotcast_config['shotcast_pass']; // Caster type: shout or ice $caster = $shotcast_config['caster']; // What skin to use $radio_skin = $shotcast_config['skin']; // What language to use $language = $default_lang; // If Stream should start automatic when player is loaded $autoplay = $shotcast_config['allow_autoplay']; // // Icecast config parameters // // If icecast is used with mount points else leave blank (e.g. /livemp3) $icecast_mount_point = $shotcast_config['play_mount']; // .pls type play list (e.g. listen.pls , livemp3) $playlist_pls = $shotcast_config['play_list']; //$playlist_pls = "livemp3"; // .asx type play list. Looks like u need an asx type of play list for wmp if // u run Icecast (e.g. livemp3) $playlist_asx = $shotcast_config['play_asx']; // IP address of the server where the play lists are located. Leave blank if // they are on the same server as the caster ip. $playlist_ip = $shotcast_config['play_host']; // Port of the server where the play lists are located. Leave blank if they // are on the same server as the caster ip. $playlist_port = (int) trim($portal_config['play_port']); //If other then port 80 where the play lists are located. Leave blank if they $server_port = ($portal_config['server_port'] <> 80) ? ':' . (int) trim($portal_config['server_port']) . '/' : '/'; // // Logo config parameters // // Logo should be put in the root of "/logos". U can use any format tha works // on the web (jpeg, gif, png...) // What do u want to use? CD-cover, equliazer, logo (cover, eq, logo) $picture = $shotcast_config['picture_type']; // Fallback if no cover is found (eq/logo) $fallback = $shotcast_config['fallback']; // The filename of the logo u want to use $logo_name = $shotcast_config['logo']; //logo.gif = $images['mx_logo'] // Fallback URL to use when no cover is found. Leave blank if they // are on the same server as the caster ip. $caster_url = ""; /************************* DO NOT EDIT BELOW THIS LINE *********************/ /************************ IF U DON'T KNOW WHAT U ARE DOING *****************/ // // Advanced config parameters // // Use Curl to get cd cover data (yes/no) $curl = $shotcast_config['use_curl']; // If both web server and icecast are behind a router and the web server needs // to know the internal ip of caster so it can pull the info for the player. // This could be the case if all three got different internal ip-s. $caster_internal_ip = $shotcast_config['cast_ip']; $caster_internal_port = $shotcast_config['cast_port']; // Do not rely on cookie_secure, users seem to think that it means a secured cookie instead of an encrypted connection $cookie_secure = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 1 : 0; //Server protocol if we use cookies $protocol_type = ($cookie_secure) ? 'https' : 'http'; $server_protocol = $protocol_type.'://'; // Fallback URL to use when no cover is found. Edit above. $no_cover_url = (empty($caster_url)) ? $server_protocol.$caster_ip . (($caster_port != 80) ? ":".$caster_port : "") : $caster_url; $full_logo_url = PORTAL_URL . 'templates/' . $theme['template_name'] . '/images/'.$logo_name; // Easier java debug messages (yes/no). $java_debug = $shotcast_config['show_debug']; /************************* DO NOT EDIT BELOW THIS LINE *********************/ /***************************************************************************/ ?> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> --- NEW FILE: config_shout.php --- <?php /*************************************************************************** * *********************** SET UP VARIABLES HERE ****************************/ // // Generic config parameters // // Radio Station Name here $station_name = "Radio Station Offline"; // IP address (e.g. kdshfm.com) $caster_ip = ""; // Port for the caster (e.g. 7000) Leave blank if u don't know what your doing. $caster_port = ""; // Caster type: shout or ice $caster = "shout"; // What skin to use $radio_skin = "default"; // What language to use $language = "english"; // If Stream should start automatic when player is loaded $autoplay = true; // // Icecast config parameters // // If icecast is used with mount points else leave blank (e.g. /livemp3) $icecast_mount_point = ""; // .pls type play list (e.g. listen.pls , livemp3) $playlist_pls = "listen.pls"; //$playlist_pls = "livemp3"; // .asx type play list. Looks like u need an asx type of play list for wmp if // u run Icecast (e.g. livemp3) $playlist_asx = ""; // IP address of the server where the play lists are located. Leave blank if // they are on the same server as the caster ip. $playlist_ip = ""; // Port of the server where the play lists are located. Leave blank if they // are on the same server as the caster ip. $playlist_port = ""; //Secure cookies on the site were the playlist(s) is located ? $cookie_secure = false; //If other then port 80 where the play lists are located. Leave blank if they $server_port = ''; // // Logo config parameters // // Logo should be put in the root of "/logos". U can use any format tha works // on the web (jpeg, gif, png...) // What do u want to use? CD-cover, equliazer, logo (cover, eq, logo) $picture = "cover"; // Fallback if no cover is found (eq/logo) $fallback = "eq"; // The filename of the logo u want to use $logo_name = "logo.gif"; // Fallback URL to use when no cover is found. Leave blank if they // are on the same server as the caster ip. $caster_url = ""; /************************* DO NOT EDIT BELOW THIS LINE *********************/ /************************ IF U DON'T KNOW WHAT U ARE DOING *****************/ // // Advanced config parameters // // Use Curl to get cd cover data (yes/no) $curl = "no"; // If both web server and icecast are behind a router and the web server needs // to know the internal ip of caster so it can pull the info for the player. // This could be the case if all three got different internal ip-s. $caster_internal_ip = ""; $caster_internal_port = ""; //Server protocol if we use cookies $server_protocol = ($cookie_secure) ? 'https://' : 'http://'; // Fallback URL to use when no cover is found. Edit above. $no_cover_url = (empty($caster_url)) ? $server_protocol.$caster_ip . (($caster_port != 80) ? ":".$caster_port : "") : $caster_url; $full_logo_url = ""; // Easier java debug messages (yes/no). $java_debug = "no"; /************************* DO NOT EDIT BELOW THIS LINE *********************/ /***************************************************************************/ ?> |
|
From: Florin C B. <ory...@us...> - 2013-05-28 07:11:32
|
Update of /cvsroot/mxbb/mx_shotcast/templates/prosilver/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22569/admin Log Message: Directory /cvsroot/mxbb/mx_shotcast/templates/prosilver/admin added to the repository |
|
From: Florin C B. <ory...@us...> - 2013-05-28 07:11:21
|
Update of /cvsroot/mxbb/mx_shotcast/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22558/prosilver Log Message: Directory /cvsroot/mxbb/mx_shotcast/templates/prosilver added to the repository |
|
From: Florin C B. <ory...@us...> - 2013-05-28 07:08:27
|
Update of /cvsroot/mxbb/mx_shotcast/skins/retro In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22290/retro Log Message: Directory /cvsroot/mxbb/mx_shotcast/skins/retro added to the repository |