PDA

View Full Version : [Webradio-Hack] Is there a way??


Kars10
08-19-2002, 03:11 PM
Hello Guys!!
I?ve looking for a Integrated-Webradio for my VB, where the User can choice his favorite Radiostation.:classic:
Maybe a hack that allows to add the stations via AdminCp, and the user can manage them in his UserCP.

Not a "must be" but maybe a thing for the Lesane- Store-Hack....

Now, is there a way to build something, or is this a bad idea.
Thanx for your help! :D

g-force2k2
08-19-2002, 03:18 PM
do you mean actual radio stations that members can listen to or more or less like a drop down for other purposes?

g-force2k2

Kars10
08-19-2002, 03:29 PM
Originally posted by g-force2k2
do you mean actual radio stations that members can listen to or more or less like a drop down for other purposes?

g-force2k2

Hello g-force!
If you use a webradio, you go to the Radio-URL via your browser. Than your Winamp (or some other Player) takes the part.
We must find a way to integrate the Radiostations in the Db so the user can grab it and play it on Forum. Maybe a standalone Playerfile....
And the whole thing editable in the UserCP.
Any idea? :confused:

Dark_Wizard
08-19-2002, 03:35 PM
I would think this could be bandwidth intensive...

NTLDR
08-19-2002, 03:37 PM
Originally posted by Dark_Wizard
I would think this could be bandwidth intensive...

It shouldn't be if it is streaming the media from a station that isn't run by you, not sure if thats what hes asking or not.

Kars10
08-19-2002, 03:45 PM
The first Problem is, to put the correct words in english together, so u can understand me... ;)

What i mean is a Web-Radiosystem integrated in vb.
In the admin cp you manage the global-settings, and the user sets his favorite settings in the UserCP.
The main thing is that currently is nothing available and thats the reason while i can give you just the idea....
Lets talk about it. :)

ethank
08-20-2002, 01:26 AM
Hmmm.... shoutcast generates XML. Maybe a hack that'll put the currently playing song from a given station and a "listen" link?

Kars10
08-20-2002, 10:12 AM
Originally posted by ethank
Hmmm.... shoutcast generates XML. Maybe a hack that'll put the currently playing song from a given station and a "listen" link?

I think that would be a great feature!!
Let us bring this together.
Heres my MSN: minifreunde@hotmail.com :)

ethank
08-20-2002, 03:55 PM
All it would need is a function, possibly a setting (for server) and a few variables generated, used by a variable in header.

ethank
08-20-2002, 05:03 PM
<a href="http://www.kription.com/scxml/server/server.html" target="_blank">http://www.kription.com/scxml/server/server.html</a>

There you go, PHP class for doing Shoutcast lookups and parsing from the XML page.