View Single Post
  #1  
Old 13th May 2011, 18:08
DARCK's Avatar
DARCK DARCK is offline
Senior Member
 
Join Date: Apr 2011
P2P
Posts: 69
Default [TSSE 5.6]player shoutcast+plugin


Click image for larger version

Name:	Capture.jpg
Views:	497
Size:	287.4 KB
ID:	2886

create the plugin

Plugin Name: player

Plugin Title: player

Plugin Content:
PHP Code:
<A HREF="#" class="Style3" onClick="window.open('play/flscplayer.php','player','toolbar=0, location=0, directories=0, status=0,  resizable=0, copyhistory=0, menuBar=0, width=590, height=490, left=0, top=0');return(false)"><img title="Ecouter" src="play/images.jpeg" alt="Ecouter" width="100%"></a

You have to modify the ip of your shoutcast

edit radio.php
PHP Code:
<?

$radio 
'yourip';
$port '8000';
echo 
"radio=http://$radio:$port/;";
?>
upload play and flashplayer.swf to root/play
Attached Files
File Type: gz play.tar.gz (111.6 KB, 415 views)
File Type: gz flscplayer_2.3b.swf.tar.gz (13.3 KB, 308 views)

Last edited by Fynnon; 14th May 2011 at 15:17.
Reply With Quote
The Following 4 Users Say Thank You to DARCK For This Useful Post:
eckeO5 (18th May 2011), Fynnon (17th July 2011), Marco (23rd July 2011), peiratikos (10th November 2011)