Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Radio and TV Add-on Details »»
Radio and TV Add-on
Version: 1.7, by Dream Dream is offline
Developer Last Online: Sep 2010 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.8 Rating:
Released: 07-11-2007 Last Update: 11-04-2007 Installs: 686
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

This mod's vB 3.6.x version has been abandoned. The new vB 3.7.x version is here.

This will add a radio and TV library to your forum.

Features:
- Users can add / delete / edit own stations
- Favorite stations
- Report broken / duplicate stations
- Full AJAX
- Plays Windows Media Player, Real Player and Quicktime streams
- and more...

Nominate this mod for Mod of the Month!

If you like this script don't forget to donate.

This mod is "Re-usable Code", meaning you can modify it and release your own "distribution".

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #452  
Old 09-08-2007, 03:58 AM
basketmen's Avatar
basketmen basketmen is offline
 
Join Date: Nov 2006
Posts: 446
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Dream

i've success insert from shoutcast.com list to my radio stations hack


go to shoutcast.com

Click tune in yellow button the radio station you choose

it will playing in your winamp player

in your winamp playlist right click to the radio station you choose, and choose Playlist entries,
copy paste link there to your Streaming URL radio stations hack
for example http://scfire-dll-aa01.stream.aol.com:80/stream/1014




let me know if you can make this method better or another info :handshake:
Reply With Quote
  #453  
Old 09-08-2007, 05:19 PM
vnairp11 vnairp11 is offline
 
Join Date: Jul 2007
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I love this mod!, for the next version can you customize it to users needs, share fav with other users display user avatars in user favorites. settings for group permissions. relocation of the player and add radio station boxes. user status on what everyone is listening to, Default auto load for users favorites, user commenting etc. Integration with MGC chatbox would be a good option too.
Reply With Quote
  #454  
Old 09-08-2007, 07:53 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, no plans to make most of those.

You can relocate the player and add station tables easily editing the template RADIOSTATIONS.

Settings for usergroup permissions are already available in the Radio Stations options.

"customize it to users needs" not sure what you mean by that.

To share stations with other users, you can send the "permalink" link to anyone you like.

User commenting was thought of, but it would just bloat the mod with useless comments on most boards.

User status on what everyone is listening to is interesting, but would need some research as I'm not sure how it could be acomplished.

Display user avatar in user favorites is a little useless in my opinion...

What could be interesting is to see any user's list of favorites, with something like radiostations.php?do=showfavorites&userid=123

Integration with MGC shoutbox, I don't see what kind of integration could be accomplished. Either way that could be a separate mod as not everyone uses both. Also, you can link stations in the chatbox using the permalink anytime.

Default station per user was thought of, but wasn't implemented because of layout problems (wouldn't know where to put a button "make this station default" in the favorites list).
Reply With Quote
  #455  
Old 09-09-2007, 12:39 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by basketmen View Post
Hi Dream

i've success insert from shoutcast.com list to my radio stations hack


go to shoutcast.com

Click tune in yellow button the radio station you choose

it will playing in your winamp player

in your winamp playlist right click to the radio station you choose, and choose Playlist entries,
copy paste link there to your Streaming URL radio stations hack
for example http://scfire-dll-aa01.stream.aol.com:80/stream/1014




let me know if you can make this method better or another info :handshake:
I tried doing that before and it didn't work for me.
Reply With Quote
  #456  
Old 09-09-2007, 04:15 AM
basketmen's Avatar
basketmen basketmen is offline
 
Join Date: Nov 2006
Posts: 446
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream View Post
I tried doing that before and it didn't work for me.
its strange if you cant insert it, maybe you choose broken station

this is two station for example that i get from shoutcast with methode above, i choose with default player, not real player

kaskusradio http://202.74.73.98:8000 http://www.kaskusradio.com/

Heart Beat Station http://85.214.37.145:8000 http://heartbeatstation.info/
Reply With Quote
  #457  
Old 09-09-2007, 07:39 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes maybe I did. That's interesting maybe Winamp uses a Windows Media Player stream format...
Reply With Quote
  #458  
Old 09-09-2007, 12:38 PM
basketmen's Avatar
basketmen basketmen is offline
 
Join Date: Nov 2006
Posts: 446
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i am now still working how to embed this hack in myspace and other website

i can place the hack by using <iframe> </iframe> code , but myspace and some others site cant use iframe, so i working how to place with <embed> </embed> code


this is code to embed our video if we know the video url

Quote:
<embed name='MediaPlayer' src='YOUR MEDIA URL HERE'
type='application/x-mplayer2' width='300' height='240' ShowControls='1'
ShowStatusBar='0' autostart="1" loop="1" EnableContextMenu='0' DisplaySize='0'
pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/'>
</embed>


can you give clue what i need to place YOUR MEDIA URL HERE or some other info
Reply With Quote
  #459  
Old 09-09-2007, 12:52 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You place the streaming URL there...

I don't use Myspace, so I don't know if you can add this hack there.
Reply With Quote
  #460  
Old 09-09-2007, 02:06 PM
basketmen's Avatar
basketmen basketmen is offline
 
Join Date: Nov 2006
Posts: 446
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok this tutorial how to embed this radio hack in myspace and other website


open your RADIOSTATIONS_PLAYER template

in the bottom add this


Quote:
<br><br>
<span class="smallfont">insert this radio to your myspace or your website <BR>
Copy paste this code </span><br>
<textarea name="link" cols="40" onClick="select()"><embed name='MediaPlayer' src='$html_url'
type='application/x-mplayer2' width='300' height='250' ShowControls='1'
ShowStatusBar='0' autostart="1" loop="1" EnableContextMenu='0' DisplaySize='0'
pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/'>
</embed><br><strong>$html_station_name</strong><br />
Get this radio or tv online here: <A HREF="http://www.yoururl.com" target="_blank">your website </A>
</textarea>

if you have any suggest to make this more perfect let us know :handshake:

i just still dont understand the station name is never viewed in above code, i think this code is right to viewing station name <strong>$html_station_name</strong>
Reply With Quote
  #461  
Old 09-09-2007, 08:43 PM
wickedstangs wickedstangs is offline
 
Join Date: Mar 2007
Location: San Diego
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very Nice marked as installed and MOTM.. Thank You
Reply With Quote
Reply


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


All times are GMT. The time now is 02:39 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05602 seconds
  • Memory Usage 2,322KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete