View Single Post
  #7  
Old 30th June 2018, 23:37
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default
LOl ok read

Ok undo all from first post

Now we will add the plugin

Go to the link below
https://mixstream.net/streaming/crea...dio-player.php

choose SHOUTcast v1

set up all the shoutcast info up hit submit

copy the script too TSUEPlugin_Radio


Appearance/Manage Templates/TSUEPlugin_Radio

Search in Templates TSUEPlugin_Radio

Replace with

PHP Code:
<div class="widget">    <h4>        <img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/forums/mix/{$toggleSrc}.png" alt="" title="" rel="TSUERadio" id="toggle" class="middle pointer" />        {$radioOptions['radio_swfradiochannel']}    </h4>    <p id="TSUERadio" class="{$class}">   <center>   <script>var flashvars = {};flashvars.serverHost "http://ip or Domain:8000/;";flashvars.getStats "1";flashvars.autoStart "1";flashvars.textColour "gray";flashvars.buttonColour "black";flashvars.backgroundURL "none";var params = {};params.bgcolor"black";</script><script type="text/javascript" src="/flash/v1.3.js"></script></center>       </p></div> 
Reply With Quote