![]() |
Quote:
PHP Code:
|
I'm an idiot now, so forgive me but replacing some script in the noted php, will allow a person to potentially use the radio in version 3.6.0, right?
I get an error message inside a database error page, that looks similar to those above, too. |
Error on line 111... Should read
Currently reads PHP Code:
PHP Code:
PHP Code:
Quote:
|
bump... anyone get this to work with 3.6 ?
|
I installed it on a 3.5.2 and have since upgraded to 3.6.0... it has no sql problems but the stations don't seem to play anymore. This related at all?
|
nope doesnt work with 3.6 i get this error when trying to install
PHP Code:
|
Quote:
Then again, given how none of my members have been whining about it not working, either it's just me or it's not being used at all. :p |
I had it installed on 3.5.1 but when before i upgraded i uninstalled all the mods as to start fresh in a sense went to install it and no go.. i have the wimpy bundle from www.wimpyplayer.com but i would like everything be based of of vb instead. guess ill continue to wait for a port.
|
Work's fine for me on 3.6 :)
|
Works for me no problemo on 3.6 :)
|
Oo i edited on entry... after i edited it says it can't find a phrase... lol
|
Quote:
|
bump
|
Quote:
|
Quote:
Quote:
|
Same problem here...
Quote:
|
Quote:
|
Quote:
|
Quote:
Should have installed it with 3.5.x then upgraded to 3.6. :) |
Eh I had it on 3.5, upgraded to 3.6 and it stopped playing the channels.
|
Quote:
I know a ton of radio stations that just don't pick up , its terrible. |
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.
|
Quote:
|
for ONLY MEMBERS
find at radio template; Code:
<center> Code:
<if condition="$show['member']"> |
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 |
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:
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. |
No luck with any type of 3.6 :(
|
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? |
It seems as if your using the 3.5.5 Version Fresh and new.. I don't think its compatable with it.
|
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?
|
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 |
same here!!
|
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? |
Quote:
could you describe it a little bit easier ???? i am sorry, but i want, that vbradio is running on my forum PLEASE |
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 |
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....
|
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... |
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. |
Quote:
|
yeah i was following your advice... and it is appreciated...
|
All times are GMT. The time now is 10:11 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|