Old 17th November 2003, 18:12   #1
admaust
Junior Member
 
Join Date: Nov 2003
Location: WV
Posts: 41
Send a message via AIM to admaust
i want a website like FesterHead's

yeh thats right. FesterHead has a darn sexy website.
How can i too offer a website of this magnitude to my listeners?
are there plan HTML codes that will display the current song playing or anything of that nature.


yeh im a newbie -- stone me.
admaust is offline   Reply With Quote
Old 17th November 2003, 18:15   #2
djmastermind
Forum King
 
djmastermind's Avatar
 
Join Date: Jul 2003
Location: Houston, TX
Posts: 6,813
You'll have better luck with php. Anyhow.. here's the bot for current song scripts:

Check out the Sticky post titled...
SHOUTcast: Important Info & Answers to FAQs. READ ME!

Scroll down a bit and look for the section titled...
General SHOUTcast Information -> SHOUTcast ToolBox (All sorts of nifty add-ons for SHOUTcast)

1. The PHP based XML parser is a complete solution and comes ready for you to customize.

2. The Javascript parser (actually ASP) is another complete solution and comes ready for you to customize.
Note: Apparently this link isn't working anymore.
Try this thread for other ASP options.

Also, for an html implementation, check out:
KXRM's RadioToolbox
Oddsock's Do Something DSP plugin

-- Michael
djmastermind is offline   Reply With Quote
Old 17th November 2003, 18:16   #3
admaust
Junior Member
 
Join Date: Nov 2003
Location: WV
Posts: 41
Send a message via AIM to admaust
thanks mate!!!
i should have read the FAQ ... i hate n00bs too
admaust is offline   Reply With Quote
Old 17th November 2003, 19:57   #4
LollipopLustKil
Insomniac
(Forum King)
 
LollipopLustKil's Avatar
 
Join Date: Jul 2003
Location: Ohio
Posts: 3,033
Send a message via AIM to LollipopLustKil
Actually, Festerhead's website is integrated with the Sam2 layout.

Scotty Doesn't Know
LollipopLustKil is offline   Reply With Quote
Old 17th November 2003, 20:09   #5
FesterHead
Alumni
 
FesterHead's Avatar
 
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
Quote:
Actually, Festerhead's website is integrated with the Sam2 layout.
Indeed.

Plus over a year of customization and cool tool integration.

FesterHead is offline   Reply With Quote
Old 17th November 2003, 21:32   #6
DJHotIce
Forum Loser
(Forum King)
 
DJHotIce's Avatar
 
Join Date: Jan 2003
Location: That place I can't remember the name.
Posts: 4,617
Send a message via AIM to DJHotIce Send a message via Yahoo to DJHotIce
Just go to his forums if your intersted in a Sample code siplet

-DJHotIce
Bounce Multimedia - Professional Web Design
DJHotIce is offline   Reply With Quote
Old 17th November 2003, 23:27   #7
admaust
Junior Member
 
Join Date: Nov 2003
Location: WV
Posts: 41
Send a message via AIM to admaust
right on
i got my site setup: http://mp3nation.hypermart.net/tasty/index.php
but i think its stuck on displaying the same song? i dont know what the dealy is?

my shoutcast page is: http://tastyfresh.no-ip.com:8000
admaust is offline   Reply With Quote
Old 17th November 2003, 23:33   #8
admaust
Junior Member
 
Join Date: Nov 2003
Location: WV
Posts: 41
Send a message via AIM to admaust
i fixed it i do believe!
but thanks mates!
admaust is offline   Reply With Quote
Old 18th November 2003, 00:14   #9
FesterHead
Alumni
 
FesterHead's Avatar
 
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
Yep. Looks good to me.

The top snippet is from your web page.
The bottom snippet is from your DNAS.
Attached Images
File Type: jpg untitled2.jpg (10.3 KB, 181 views)

FesterHead is offline   Reply With Quote
Old 18th November 2003, 20:10   #10
drivehell
Senior Member
 
drivehell's Avatar
 
Join Date: Jun 2002
Location: Denver, Colorado
Posts: 121
I've done away with the php that came with SAM and implemented my own solution.. it's turning out great.. check it.. www.dnbradio.com
drivehell is offline   Reply With Quote
Old 18th November 2003, 20:13   #11
drivehell
Senior Member
 
drivehell's Avatar
 
Join Date: Jun 2002
Location: Denver, Colorado
Posts: 121
btw.. I may make my source public sometime in the near future.. If anyone is interested let me know..
drivehell is offline   Reply With Quote
Old 18th November 2003, 20:14   #12
djmastermind
Forum King
 
djmastermind's Avatar
 
Join Date: Jul 2003
Location: Houston, TX
Posts: 6,813
Is that FTP based?

-- Michael
djmastermind is offline   Reply With Quote
Old 19th November 2003, 03:43   #13
wisedj
Senior Member
 
Join Date: Oct 2003
Location: US
Posts: 122
So if I have Golive, Front Page or Dreamweaver, I will be able to change the page on SAM2?
wisedj is offline   Reply With Quote
Old 19th November 2003, 10:57   #14
drivehell
Senior Member
 
drivehell's Avatar
 
Join Date: Jun 2002
Location: Denver, Colorado
Posts: 121
Quote:
Is that FTP based?
no, it's SAM based, just like festerhead's, but I guess technically.. it's really just mysql based since SAM only controls the playlist automation and writes updates to the mysql db.

The php script reads all song data from the tables in SAM's mysql db. With everything stored in a db.. I found I was able to do some very handy things..

One of them for me is enabling dj's to cue themselves up to play live. I have setup a private shoutcast server that they connect to and start streaming.

Then they log in via the website where they have access to a webform to enter their dj name and show title. they click submit and are added to the top of the playlist cue, and once the current playing song finishes, SAM tunes into the private stream and starts broadcasting it publicly.

This way I'm not giving out passwords to the public servers, and also... i am able to re-encode their stream to a common bitrate. Lots of my dj's are not really able to handle 128k upload.
drivehell is offline   Reply With Quote
Old 19th November 2003, 11:12   #15
djmastermind
Forum King
 
djmastermind's Avatar
 
Join Date: Jul 2003
Location: Houston, TX
Posts: 6,813
Wow. That's very interesting.. sounds nice. I really need to get in on SAM2, but the truth of the matter is that I just don't have the cash to do so.

-- Michael
djmastermind is offline   Reply With Quote
Old 19th November 2003, 15:09   #16
FesterHead
Alumni
 
FesterHead's Avatar
 
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
All SAMs data resides in a MySQL database.

Use whatever tools necessary to extract and display.

I'm graphically and organizationally challeneged, so I started with the default samweb layout and modified it extensively to suite my needs.

FesterHead is offline   Reply With Quote
Old 19th November 2003, 19:37   #17
wisedj
Senior Member
 
Join Date: Oct 2003
Location: US
Posts: 122
I did noticed that the input file on the SAM2 HTML output is an HTML file, so I can design then with the program of my preference, then input that using the HTML output feature, then placing the output in a folder on my HDD, then that output HTML page can be uploaded using the FTP program of my preference.

In the way I see it, the reason of using SAM2 is to update the content or playlist, so the page designed, also bring the right codes to the output, then that HTML file, can be uploaded anywhere.
wisedj is offline   Reply With Quote
Old 19th November 2003, 23:06   #18
drivehell
Senior Member
 
drivehell's Avatar
 
Join Date: Jun 2002
Location: Denver, Colorado
Posts: 121
Quote:
Originally posted by festerhead

I'm graphically and organizationally challeneged, so I started with the default samweb layout and modified it extensively to suite my needs.

I got a lot of inspiration from your site
drivehell is offline   Reply With Quote
Old 19th November 2003, 23:21   #19
drivehell
Senior Member
 
drivehell's Avatar
 
Join Date: Jun 2002
Location: Denver, Colorado
Posts: 121
Quote:
Originally posted by wisedj
I did noticed that the input file on the SAM2 HTML output is an HTML file, so I can design then with the program of my preference, then input that using the HTML output feature, then placing the output in a folder on my HDD, then that output HTML page can be uploaded using the FTP program of my preference.

In the way I see it, the reason of using SAM2 is to update the content or playlist, so the page designed, also bring the right codes to the output, then that HTML file, can be uploaded anywhere.
Sam has a built in ftp client that you can configure to upload the file for you at a set interval. FTP can be effective, but you can get much more out of implementing a solution using php.

If you look in your SAM2 installation folder (usually in win C:\Program Files\Spacial Audio\SAM2\ there are a couple of subfolders called phpWeb(or something like that). In this folder you will find a single config file that you edit to reflect your station and then it should work automatically upon uploading it to a webserver that supports php. You can find further instructions aboud configuring SAM2's phpWeb on Spacial Audio's Website.

My implementation is a little bit different but can be configured pretty much the same way. Really, the only difference is that I am using OOP and building more of a framework that revolves around the SAM db as well as a content db that holds all the non-playlist related site content and users/members management. I plan to build in some other things like dj profiles.. user profiles.. archived show downloads.. and other common community type features.
drivehell is offline   Reply With Quote
Old 20th November 2003, 01:56   #20
wisedj
Senior Member
 
Join Date: Oct 2003
Location: US
Posts: 122
Thank You for the information and detailed explanation. I will look in to it to study my SAM2 and understand the way it works on all the aspects of it.
wisedj is offline   Reply With Quote
Old 23rd November 2003, 17:41   #21
hpnet
Junior Member
 
hpnet's Avatar
 
Join Date: Apr 2002
Location: USA
Posts: 15
Now Playing....

Hey -

I get how to use asp and php to make a thingy to tell people what's on your station, but how do you make that into an image like that which is in drivehell's signature?

Thanks for your help.
hpnet is offline   Reply With Quote
Old 23rd November 2003, 17:48   #22
djmastermind
Forum King
 
djmastermind's Avatar
 
Join Date: Jul 2003
Location: Houston, TX
Posts: 6,813
Scroll up. Images like Festerhead's and drivehell's were created via SAM2 broadcaster.

Please see this thread.

-- Michael
djmastermind is offline   Reply With Quote
Old 23rd November 2003, 20:03   #23
hpnet
Junior Member
 
hpnet's Avatar
 
Join Date: Apr 2002
Location: USA
Posts: 15
ah. Thank you!

(Note to self: read previous posts before making a new one)
hpnet is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Shoutcast > Shoutcast Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump