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
  #432  
Old 03-01-2007, 06:04 AM
Clynch Clynch is offline
 
Join Date: Feb 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dear Zero i am getting

Database error in vBulletin 3.6.4:

Invalid SQL:
INSERT INTO phrase 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, March 1st 2007 @ 03:02:50 AM
Script : http://cory-lynch.com/forums/admincp...php?do=steptwo
Referrer : http://cory-lynch.com/forums/admincp...php?do=stepone
IP Address : (HIDDEN)
Username : Crash
Classname : vb_database

when running your installer at steptwo stepone works fine.
Reply With Quote
  #433  
Old 03-01-2007, 04:57 PM
Raydar Raydar is offline
 
Join Date: Dec 2005
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi and Help please!

I am getting lost with the 3.6 mods on page 24 and 25. I don't understand why you need to create stuff in phrase manager and then delete it. What is a varname? If I just put any name, how does Vbulletin know what to look for? These are the types of questions that are popping into my head.

These mods are easy for advanced users of VBulletin, but hard for people like me (obviously, lol).

Also, I'm tyring to understand this -

Quote:
Originally Posted by TheBlackPoet View Post

INSERT INTO phrase 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, September 14th 2006 @ 11:27:01 PM
Script : http://www.talkjesus.com/admincp/ins...php?do=steptwo
Referrer : http://www.talkjesus.com/admincp/ins...php?do=stepone
IP Address : xx
Username : Chad
Classname : vb_database

your problem is this:


$install=array();

$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_added', 'Radio Category Added', 1000,'vbulletin');";
$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_edited', 'Radio Category Edited', 1000,'vbulletin');";
$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_deleted', 'Radio Category Deleted', 1000,'vbulletin');";
$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_ndeleted', 'Radio Category Not Deleted', 1000,'vbulletin');";
$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_added', 'Radio Channel Added', 1000,'vbulletin');";
$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_edited', 'Radio Channel Edited', 1000,'vbulletin');";
$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_deleted', 'Radio Channel Deleted', 1000,'vbulletin');";
$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_ndeleted', 'Radio Channel Not Deleted', 1000,'vbulletin');";

in the install_vBradio.php file between line 80 & 89... needs to be entered into your phrases ONE LINE A TIME .....

like so...

'', -1, 'radio_cat_added', 'Radio Category Added', 1000,'vbulletin'

I entered each one of these a new phrase which i named based on the line ex. RadioCatAdded..

after i got all of those entered.., i deleted line 80 - 89 REFRESHED (F5) and then went back to the install..

it worked fine...

then I was directed to uninstall the install_vBRadio.php and the xml file (in the AdminCP directory....

I appreciate the info given to me, and i hope this detailed info works for someone...
Is there a word missing from the following sentence -

Quote:
in the install_vBradio.php file between line 80 & 89... needs to be entered into your phrases ONE LINE A TIME .....
After where it says - 89... needs to be entered into your,,,

Could you please tell me what needs to be entered? I'm not following this.

It would be very handy for us if this modded file was placed on here as an attachment so that we could just download it. Would anyone like to post one please?

Thanks for your time

Reggie
Reply With Quote
  #434  
Old 03-01-2007, 06:00 PM
Raydar Raydar is offline
 
Join Date: Dec 2005
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have it sort of installed. In one post it was said to delete line 80 and 89 and then in another post it said delete lines 80 to 86. What should I delete here please? I have deleted lines 80 - 89.
I know this is a rough installation, but the bulk is done. If anyone here can help me clean it up, that would be great.

Is it possible to put internet tv stations through this? I notice that the little tv screen can do more than just cool graphics.

Also, where is a good place to get the links for stations, I went to shoutcast.com but I couldn't figure out how to get the links off that site, but it's 5.24 in the morning here, so that may explain it.

One final question i have is I want to put a message at the top of it saying to people that they may have to wait a few seconds for it to buffer. How can I do this please?

Thanks in advance for all my questions.

Reggie
Reply With Quote
  #435  
Old 03-01-2007, 07:53 PM
FRANKTHETANK 2 FRANKTHETANK 2 is offline
 
Join Date: Sep 2006
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

why cant someone just post the new modified file?jesus what would that take 5 mins.
Reply With Quote
  #436  
Old 03-01-2007, 08:03 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 FRANKTHETANK 2 View Post
why cant someone just post the new modified file?jesus what would that take 5 mins.
Permission from author =\
Reply With Quote
  #437  
Old 03-01-2007, 08:07 PM
Clynch Clynch is offline
 
Join Date: Feb 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Shazz do you even have a copy of the working one? and if u do whynot just release it and give the credit to the author.. that should cover the leagallaities shouldn't it???
Reply With Quote
  #438  
Old 03-01-2007, 08:19 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 Clynch View Post
Shazz do you even have a copy of the working one? and if u do whynot just release it and give the credit to the author.. that should cover the leagallaities shouldn't it???
Yes I do...
But considering its editing baiscally the main part of the whole mod. It has his codes in it...
I would have to make sure its ok. (Due to the fact that it gets removed 99% of the time I do it)
Reply With Quote
  #439  
Old 03-01-2007, 09:44 PM
Clynch Clynch is offline
 
Join Date: Feb 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well can you give us people that are having the current issue's with it a copy? on the side vs posting?? i do not neccessarly think that would be breaking the rules.
Reply With Quote
  #440  
Old 03-02-2007, 05:36 AM
FRANKTHETANK 2 FRANKTHETANK 2 is offline
 
Join Date: Sep 2006
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

shazz can you pm me it or aim my aim name is doggy69699. i woudl like to put this up instaed of keep updating my mp3 player. please and thanks
Reply With Quote
  #441  
Old 03-02-2007, 07:17 PM
linhhon2003 linhhon2003 is offline
 
Join Date: Jan 2005
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just import File XML and with some problem

Quote:
Database error in vBulletin 3.6.5:

Invalid SQL:
INSERT INTO phrase 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 : Friday, March 2nd 2007 @ 02:21:16 PM
Script : http://localhost/Forum/adminzone/ins...php?do=steptwo
Referrer : http://localhost/Forum/adminzone/ins...php?do=stepone
IP Address : 127.0.0.1
Username : admin
Classname : vb_database
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:29 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.04798 seconds
  • Memory Usage 2,318KB
  • 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
  • (5)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
  • (1)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