Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

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
  #352  
Old 09-15-2006, 03:28 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Upgraded vb to 3.6.1 and tried to re-run vbradio install...got this

Database error in vBulletin 3.6.1:

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, 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
Reply With Quote
  #353  
Old 09-22-2006, 11:10 AM
wobbly wobbly is offline
 
Join Date: Sep 2005
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

same here!!
Reply With Quote
  #354  
Old 09-22-2006, 11:37 AM
wobbly wobbly is offline
 
Join Date: Sep 2005
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ive just had a look through the errors, this is what I did to get it installed.

I opened up the install file in admincp

I inserted all the phrases stated in the install_vbradio.php file manually in admincp

I deleted the phrase install part in the install_vbradio.php file and then uploaded and re-ran the install script.

working on 3.6.1

Great script btw.

Any ideas of how I could make this popup from my cpms left hand navmenu?
Reply With Quote
  #355  
Old 09-22-2006, 11:45 AM
frosch68 frosch68 is offline
 
Join Date: Feb 2006
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wobbly
Ive just had a look through the errors, this is what I did to get it installed.

I opened up the install file in admincp

I inserted all the phrases stated in the install_vbradio.php file manually in admincp

I deleted the phrase install part in the install_vbradio.php file and then uploaded and re-ran the install script.

working on 3.6.1

Great script btw.

Any ideas of how I could make this popup from my cpms left hand navmenu?
sounds nice, but i am an absolut newbie
could you describe it a little bit easier ????

i am sorry, but i want, that vbradio is running on my forum

PLEASE
Reply With Quote
  #356  
Old 09-22-2006, 01:14 PM
Black_Widow Black_Widow is offline
 
Join Date: Aug 2004
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possibile to use cookie so that people can listen station of their choice everytime they open radio windows?
do you think this is hard to code?

Thank you
Reply With Quote
  #357  
Old 09-23-2006, 05:43 AM
TheBlackPoet's Avatar
TheBlackPoet TheBlackPoet is offline
 
Join Date: May 2006
Location: Pasadena, Texas, USA
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this worked perfectly on 3.54 but when i updated to 360.. it wont install the tables...!!! my members are broken hearted.. and i'm stuck with an alternative that i would rather throw it in the air and blast it....
Reply With Quote
  #358  
Old 09-23-2006, 06:29 AM
TheBlackPoet's Avatar
TheBlackPoet TheBlackPoet is offline
 
Join Date: May 2006
Location: Pasadena, Texas, USA
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

okay thanks to thread # https://vborg.vbsupport.ru/showpost....&postcount=353 i was able to get mine working....

if you get an error like this:
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, 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...
Reply With Quote
  #359  
Old 09-23-2006, 08:43 AM
wobbly wobbly is offline
 
Join Date: Sep 2005
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thats what I said above ^^^^

You have to go to your phrases & languages and add the following manually.

phrase = radio_cat_added text= Radio Category Added

and the same for the rest

radio_cat_edited Radio Category Edited

radio_cat_deleted Radio Category Deleted

radio_cat_ndeleted Radio Category Not Deleted

radio_channel_added Radio Channel Added

radio_channel_edited Radio Channel Edited

radio_channel_deleted Radio Channel Deleted

radio_channel_ndeleted Radio Channel Not Deleted

Then delete the following lines from your install_vb radio.php

$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');";

Then all you have to do is upload the install_vbradio.php and run the installer again.
Reply With Quote
  #360  
Old 09-23-2006, 08:47 AM
frosch68 frosch68 is offline
 
Join Date: Feb 2006
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wobbly
thats what I said above ^^^^

You have to go to your phrases & languages and add the following manually.

phrase = radio_cat_added text= Radio Category Added

and the same for the rest

radio_cat_edited Radio Category Edited

radio_cat_deleted Radio Category Deleted

radio_cat_ndeleted Radio Category Not Deleted

radio_channel_added Radio Channel Added

radio_channel_edited Radio Channel Edited

radio_channel_deleted Radio Channel Deleted

radio_channel_ndeleted Radio Channel Not Deleted


Then delete the following lines from your install_vb radio.php

$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');";

Then all you have to do is upload the install_vbradio.php and run the installer again.
thank you, it works fine !!!!!
Reply With Quote
  #361  
Old 09-23-2006, 09:35 PM
TheBlackPoet's Avatar
TheBlackPoet TheBlackPoet is offline
 
Join Date: May 2006
Location: Pasadena, Texas, USA
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah i was following your advice... and it is appreciated...
Reply With Quote
Reply

Thread Tools

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 05:36 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.13910 seconds
  • Memory Usage 2,314KB
  • 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_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