Version: 1.00, by Zero Tolerance
Developer Last Online: Nov 2023
Version: 3.0.3
Rating:
Released: 11-26-2004
Last Update: 11-27-2004
Installs: 286
DB Changes
No support by the author.
Yay, a radio system, an idea which i thought of in my sleep believe it or not .. maybe i work too hard.
Anyway this is a simple yet effective addition to your forum, and takes no time to install what so ever.
Features
ACP Features
vBRadio Channel Control
Add a new channel/radio station (Input: name, station stream url, for which cat)
Edit Existing Channels
Delete Exisiting Channels
vBRadio Category Control
Add a new category (Input: name)
Edit existing categories
Delete existing categories
Deletion Parameters
Choose to delete all channels within this category
Choose to move all channels within this category to another
Forum Interface Features
Radio pop's up in a window to keep while the user continues to browse
Drop down menu to select which station the user wishes to listen too
Player Controls
Volume Control
Play
Stop
Mute
Media Player Controls On/Off
Misc.
Only uses 1 SQL Query!
Included Within Download
Installation Instructions
Automatic DB/Template/Phrase Installer
A few pre-installed stations
Anyone having difficulties with listening to any of the stations please be patient. Also make sure that you have windows media player and in some cases real player installed.
Any questions/suggestions please post below, i have also put some previews up. Enjoy
- Zero Tolerance
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
If the Station has a beside it, click on and get the Audio Feed URL.
Thanks man, GREAT link! I have found that mousing over many of the will actually show the correct mms:// or .asx link and all you have to do is copy it.
I have built a library now with dozens of stations that cover a broad range of music and sports, etc. I think this is Hack-of-the-month material!!!
Make a backup of includes/functions_online.php before you begin!
In includes/functions__online.php find:
Code:
case 'bugs':
$userinfo['action'] = construct_phrase($vbphrase['viewing_x'], 'Bugs'); // Don't report 'bugs' as needing to be translated please :p
break;
Directly underneath add:
Code:
case 'vBRadio':
$userinfo['action'] = 'Listening to vBRadio';
$userinfo['where'] = "<a href=\"vBRadio.php?$session[sessionurl]\">vBRadio</a>";
break;
FIND:
Code:
case 'bugs.php':
$userinfo['activity'] = 'bugs';
break;
Underneath add:
Code:
case 'vBRadio.php':
$userinfo['activity'] = 'vBRadio';
break;
i want to emead it in the vbadvance pag if you have done this would you care to enlighten us with the code to add to the mod?
I use the forums NAVBAR, but it initially did not open correctly, so I just hardcoded the path to vBRadio.php and now it works fine. Are you looking to add the drop-down list of stations? I was going to try to get it to work via the NAVBAR so you can choose a station from the drop-down menu and play it that way...
I use the forums NAVBAR, but it initially did not open correctly, so I just hardcoded the path to vBRadio.php and now it works fine. Are you looking to add the drop-down list of stations? I was going to try to get it to work via the NAVBAR so you can choose a station from the drop-down menu and play it that way...
no sice the radio dont really have a templateim tring to put it in the vbadvance page as a mod so the whole thing will show in the center on this page www.djjeffa.com
no sice the radio dont really have a templateim tring to put it in the vbadvance page as a mod so the whole thing will show in the center on this page www.djjeffa.com
While I watch footbal I am going to mess with this and see what kind of module I can come up with.