djultra89 Posted September 28, 2013 Share Posted September 28, 2013 hi there does anyone have any sort of coding were i can put a few DJ pictures in were it shows who's on air and whats playing? html if possible and has to work with sam broadcaster. and the page refreshes automatically image attached Link to comment Share on other sites More sharing options...
Brutish Sailor Posted September 29, 2013 Share Posted September 29, 2013 I can, but Im not writing pal scripts. SAM allready has this avalible somewhere. KNSJ.org / 89.1 FM San Diego Link to comment Share on other sites More sharing options...
djultra89 Posted September 30, 2013 Author Share Posted September 30, 2013 yeah i know sam does but how would i do it please help....... Hyper-Radio - powered by SAM Broadcaster /** * Open a popup window to send a song request to SAM */ function request(songID) { var samhost = "192.168.0.3"; var samport = "1221"; requestAudioRealm(songID, samhost, samport); } http://techtonic.net46.net/image/hyperlogo.jpg Users Listening: 0 Currently Playing Time na.gif images/buy.png images/home.png images/info.png by from Recently Played Links Album Time na.gif - radio promo images/buy.png images/home.png 0:14 az_1986_Now That's What I Call Music 84 (Pre-Release) OverDrive-RG_Alicia Keys.jpg Alicia Keys - Girl On Fire images/buy.png images/home.png Now That's What I Call Music! 84 (Pre-Release) OverDrive-RG 3:45 az_1912_Euphoria - Electronic Dance Music_Avicii.jpg Avicii - Sweet Dreams (Cazzette Meet At Night Mix) images/buy.png images/home.png Euphoria - Electronic Dance Music 6:39 az_2011_Now That's What I Call Music 84 (Pre-Release) OverDrive-RG_The Justice Collective.jpg The Justice Collective - He Ain't Heavy, He's My Brother images/buy.png images/home.png Now That's What I Call Music! 84 (Pre-Release) OverDrive-RG 4:36 az_1966_Euphoric Clubland [Disc 1]_VA.jpg VA - Euphoric Clubland 2013 [Disc 1] images/buy.png images/home.png Euphoric Clubland [Disc 1] 77:44 // var refreshID = ""; refreshID = setTimeout("DoRefresh()", 90000); function DoRefresh() { var buster = Math.random(); document.location.href = 'playing.html?buster='+buster; } //]=> // // Make sure the DOM is ready $(document).ready(function() { // Rounding of corners (Cross-browser compatible) // See http://jquery.malsup.com/corner/ for different Styles. // Rounds the page corners $('#page').corner(); // Rounds the Navigation Menu Corners $('#navigation dl').corner(); // Rounds the Currently Playing Table Corners $('#currently_playing').corner(); // Rounds the Coming Up Corners $('#coming-up').corner(); // Rounds the Recently Played Table Corners $('#recently_played').corner(); // Style odd and even rows in Currently Playing Table (Cross-browser compatible) $('#recently_played table tbody tr:nth-child(odd)').addClass('recently_played_odd'); $('#recently_played table tbody tr:nth-child(even)').addClass('recently_played_even'); // Round the Dedication Corners $('#dedication dl').corner('tl tr').corner(); // Round the Top Request Corners $('#top_requests dl').corner(); }); //]=> Link to comment Share on other sites More sharing options...
djaubs89 Posted October 24, 2017 Share Posted October 24, 2017 that photo i posted is a pic from 106themix now how did they upload there images? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now