Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBRadio v1.0 Details »»
vBRadio v1.0
Version: 1.00, by Zero Tolerance Zero Tolerance is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.0 Beta 1 Rating:
Released: 06-14-2005 Last Update: Never Installs: 319
DB Changes Template Edits
 
No support by the author.

Port of: https://vborg.vbsupport.ru/showthrea...threadid=72227

Pretty simply, enjoy

- Zero Tolerance

Show Your Support

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

Comments
  #342  
Old 08-26-2006, 08:48 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zelda-King
Eh I had it on 3.5, upgraded to 3.6 and it stopped playing the channels.
Are you sure its not the channel.
I know a ton of radio stations that just don't pick up , its terrible.
Reply With Quote
  #343  
Old 08-26-2006, 09:20 PM
Zelda-King's Avatar
Zelda-King Zelda-King is offline
 
Join Date: Nov 2002
Location: London, England
Posts: 674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Possible but I don't think so. I tried quite a lot of channels on a few occasions. I had noticed some channels not playing on 3.5 at a particular time but they'd usually work if I tried again later.
Reply With Quote
  #344  
Old 08-29-2006, 12:51 AM
TroyF2000's Avatar
TroyF2000 TroyF2000 is offline
 
Join Date: Aug 2006
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by a quote
it doesnt work for those doing a fresh install with 3.6. it works if you had it installed with 3.5.x and then upgraded.
That doesn't make any sense! If it works on 3.6.0 one time, it should work for it EVERY time. If possible, someone should release the "UPGRADED" instead of "FRESH" script exerps that cause this addon to work if people upgraded to 3.6.0 rather than went by it fresh.
Reply With Quote
  #345  
Old 08-29-2006, 09:39 PM
murrtex murrtex is offline
 
Join Date: May 2002
Location: izmir
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

for ONLY MEMBERS

find at radio template;

Code:
	<center>
	{$Station_Select}<br /><br />
	<input type='button' value='play this station' class='button' onclick='initiateStation()' />
	</center>
and replace

Code:
<if condition="$show['member']">
	<center>
	{$Station_Select}<br /><br />
	<input type='button' value='play this station' class='button' onclick='initiateStation()' />
	</center>
<else />
<b><a href="register.php$session[sessionurl_q]" rel="nofollow">Please $vbphrase[register] for use vbradio.</a></b></center>
</if>
Reply With Quote
  #346  
Old 09-01-2006, 03:11 AM
hackindave hackindave is offline
 
Join Date: Jun 2003
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get this when installing to VBulletin 3.6.0

Database error in vBulletin 3.6.0:

Invalid SQL:
INSERT INTO softhack_forumsphrase VALUES ('', -1, 'radio_cat_added', 'Radio Category Added', 1000,'vbulletin');;

MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136
Date : Thursday, August 31st 2006 @ 09:08:17 PM
Script : xxxxxxxx
Referrer : xxxxxxx
IP Address : xxx.xxx.xx.xxx
Username : hackindave
Classname : vb_database
Reply With Quote
  #347  
Old 09-06-2006, 10:01 PM
bluesteel bluesteel is offline
 
Join Date: Feb 2003
Location: Macclesfield, UK
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've been messing about with the RADIO template in an attempt to add graphical buttons for the controls and volume.

I have had some success, and thought I would share with those of you who haven't managed this yet. This is my first attempt at something like this, so please don't be too upset if it doesn't work lol

I am running this on 3.5.4. I can't vouch for any other version sorry.

Destructions:
  • Make a backup of your RADIO template
  • Replace your RADIO template content with the contents of the RADIO.txt file
  • Copy the images to your /forum/images/vBRadio folder
Thats it!

Now, I am really crap @ graphics, so don't get too excited about them
If anybody takes the time to create some better ones (and that won't be hard to do!), please feel free to share them with us.
Reply With Quote
  #348  
Old 09-06-2006, 10:02 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No luck with any type of 3.6
Reply With Quote
  #349  
Old 09-08-2006, 03:34 PM
95turbocivic 95turbocivic is offline
 
Join Date: Jan 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i get this error how do i fix it
Error. vbradio.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

and i did this already
vBRadio.php --> ROOT FORUM DIRECTORY
admin_vbradio.php --> ROOT FORUM DIRECTORY/admincp
install_vbradio.php --> ROOT FORUM DIRECTORY/admincp
vbradio.xml --> ROOT FORUM DIRECTORY/admincp

what else do i need to do?
Reply With Quote
  #350  
Old 09-08-2006, 09:32 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It seems as if your using the 3.5.5 Version Fresh and new.. I don't think its compatable with it.
Reply With Quote
  #351  
Old 09-09-2006, 08:35 AM
Chicago_VLNU_4s Chicago_VLNU_4s is offline
 
Join Date: Mar 2006
Location: Chicago
Posts: 453
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

here's the deal, my vbradio use to work, then i did something (i don't know what, maybe add more updates) and you would click on it in the nav. bar and it wouldn't pop-up anymore. My forum got hacked so restored from last backup point and then it pop's up. I don't know if it was playable then, but sence the restoration, many updates have been added and re-added and it still pops up, but when you click "Play this Station" , nothin happens. The windows media box is spose to show up and load the station but nothin! The button is dull... nothin happens when you click it. Anyone know what could be the problem and how to fix it?
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 04:21 PM.


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.09169 seconds
  • Memory Usage 2,313KB
  • 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
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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