PDA

View Full Version : vBRadio v1.0


Pages : 1 [2] 3

cat4m
05-02-2006, 02:52 PM
I have this installed and everything is in the right place but I cant get it to work ?? Can anyone help please ?

john_robot
05-03-2006, 05:07 AM
Hi, can some one pls integrate following in to this , If the Real Player not detected on their system This gives you a message
Your browser has not detected a RealPlayer plug-in. It may be that you need to download RealPlayer or adjust your browser settings.

For help downloading or upgrading RealPlayer for free, visit our audio/video help page

Alternatively you can try to play the clip in the standalone player or change your preferences.

http://www.bbc.co.uk/mediaselector/check/media/video/otdvideo/86/05/03/3118_03-05-86?bgc=6699CC&nbram=1&bbram=1&size=4x3&news=1&prefs=1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>BBC Media Player</title>

<link REL="stylesheet" HREF="/mediaselector/includes/en/style.css">

<script language="JavaScript">
<!--
var isMac = (navigator.userAgent.indexOf("Mac") != -1);
var isIE = (navigator.userAgent.indexOf("MSIE") != -1);
var isOpera = (navigator.userAgent.indexOf("Opera") != -1);
function testForActiveXPlayer(){
if(document.layers && (!document.documentElement)){return false} //exclude NS4 which can't handle try/catch blocks
if(document.all){return true} //IE family post 4 will have activeX and IE4 can't handle try/catch
if(player){return player;} //we don't want to spawn players willy-nilly
try{
if(window.ActiveXObject){
return new ActiveXObject("WMPlayer.OCX.7");
}else if (window.GeckoActiveXObject){
return new GeckoActiveXObject("WMPlayer.OCX.7");
}else {
return false;
}
} catch(oError) { return false; }
}

function testForPlugin() {
if(document.layers){return navigator.mimeTypes['application/x-mplayer2'].enabledPlugin;} //NS family always have mimeTypes
if(document.all){return false} //IE should use activeX objects
try{
if(navigator.mimeTypes){
return navigator.mimeTypes['application/x-mplayer2'].enabledPlugin;
}
}catch (oError) { return false;}

}
function setPage() {
self.focus()
}
var subtitleWidth = 0;
var subtitleHeight = 0;

var transportBar = 0;

transportBar = 58;
var minWidth = 280;


function resize(w,h) { //take in the height and width of the plugin window
if(minWidth < subtitleWidth){
minWidth = subtitleWidth;
}
var contentFurnitureHeight = 64; //the sum height of the html elements on the page EXCLUDING the video window
if(w < minWidth){
width = minWidth;
}else{
width = w;
}
height = h + (contentFurnitureHeight + transportBar + subtitleHeight);
resizeForContentSize(width,height);
}

function resizeForContentSize(contentWidth,contentHeight) {
var titleBar = 26;
var windowBarWidth = 0;
var statusHeight = 0;
var xpSecurityInfo = 23;
var firefoxStatus = 23;
var flickoverMargin = 20; //for mozilla which puts scrollbars on the window by default unless it's oversized first
if(navigator.platform == 'Win32'){
windowBarWidth = 12;
titleBar = 32;
statusHeight = 6;
}
if(document.all){
statusHeight += xpSecurityInfo; //for security zone info on MSIE
}else if(document.layers){
statusHeight = 0;
}
height = contentHeight + titleBar + statusHeight;
width = contentWidth + windowBarWidth;
if (!(document.layers || document.all)){
height += firefoxStatus;
window.resizeTo(width + flickoverMargin , height + flickoverMargin);
}
window.resizeTo(width , height);
}


fullscreen_on = new Image();
fullscreen_on.src = '/mediaselector/images/en/fullscreen_on.gif';

function switchOn(img) {
document.images[img].src = '/mediaselector/images/en/' + img + '_on.gif';
}
function switchOff(img) {
document.images[img].src = '/mediaselector/images/en/' + img + '_off.gif';
}

function changePrefs(){
resizeForContentSize(425,298);
location.href='http://www.bbc.co.uk/mediaselector/check/media/video/otdvideo/86/05/03/3118_03-05-86?bgc=6699CC&nbram=1&bbram=1&size=4x3&news=1&prefs=1';
}
function closeMe() {
setTimeout('self.close()',1000);
}
//-->
</script>

<script language="Javascript">
<!--
if ((navigator.userAgent.indexOf('MSIE') != -1) && (navigator.userAgent.indexOf('Win') != -1)){
document.write('<style type="text/css">');
document.write('body {overflow: auto;}');
document.write('</style>');
}
-->
</script>

</head>

<body bgcolor="#000000" text="#000000" link="#000000" vlink="#000000" alink="#0000000" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"
onload="setPage();resize(192,144);">

<table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#000000">
<tr>
<td align="center">

<!-- Top Banner table --><!--width="91" height="24" -->
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="32" valign="top" bgcolor="#6699CC" width="96"><img src="/mediaselector/images/logo_6699CC.gif" alt="BBC" border="0"></td>
<td bgcolor="6699CC" align="right"><div class="redBanner">&nbsp;</div></td>
</tr>
<tr><td colspan="2"><img src="/furniture/tiny.gif" alt="" width="1" height="5"></td></tr>
<tr><td bgcolor="#626668" height="22"><div class="greyBanner"><a href="http://news.bbc.co.uk/media/video/otdvideo/86/05/03/nb/3118_03-05-86_4x3_nb.ram" onclick="closeMe();" class="vidHead"><font size="1">Launch this in standalone player</font></a></div></td>
<td bgcolor="#626668" align="right">

<img src="/furniture/tiny.gif" alt="" width="1" height="5">

</td></tr>
<tr><td colspan="2"><img src="/furniture/tiny.gif" alt="" width="1" height="5"></td></tr>
</table>
<!-- Top Banner table -->

<script language="JavaScript">
<!--
if ( navigator.appName == "Netscape" )
{
navigator.plugins.refresh();
}
//-->
</script>


<table cellspacing="0" cellpadding="0" border="0" bgcolor="#000000">
<tr><td bgcolor="#000000" valign="bottom" align="center" width="100%">

<!-- Real Embed SSITool (Embed pt1 of 2) v1.1 - do not copy, see http://intracat/ssi/ for usage -->
<script language="Javascript">
<!-- //
var ssit_RealPresent=0;
var ssit_RealPlayer4=0;
var ssit_RealPlayer5=0;
var ssit_RealPlayerG2=0;
var ssit_bIsMac5=((navigator.appVersion.indexOf("Macintosh") != -1) && (navigator.appVersion.indexOf("MSIE 5") != -1));
var ssit_bIsOpera=(navigator.userAgent.indexOf("Opera") != -1);
if ((navigator.userAgent.indexOf("MSIE")<0 ) || (ssit_bIsMac5) || (ssit_bIsOpera)) {
numPlugins = navigator.plugins.length;
for (ssit_i = 0; ssit_i < numPlugins; ssit_i++) {
plugin = navigator.plugins[ssit_i];
if ((plugin.name.indexOf("RealPlayer") != -1) || (plugin.name.indexOf("RealOne") != -1) || (plugin.name=="rpnp.so")){
ssit_RealPresent=1;
}
}
}

if ((navigator.userAgent.indexOf('MSIE') != -1) && (navigator.userAgent.indexOf('Win') != -1) && (!ssit_bIsOpera)){
document.writeln(' <script language="VBScript"> ');
document.writeln(' on error resume next ');
document.writeln(' ssit_RealPlayerG2 = (NOT IsNull(CreateObject("rmocx.RealPlayer G2 Control"))) ');
document.writeln(' ssit_RealPlayer5 = (NOT IsNull(CreateObject("RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)"))) ');
document.writeln(' ssit_RealPlayer4 = (NOT IsNull(CreateObject("RealVideo.RealVideo(tm) ActiveX Control (32-bit)"))) ');
document.writeln(' <\/script> ');
}

// Set Mac IE3 and IE4 opt-out - attempts to play regardless
var ssit_bIsMac = ((navigator.appVersion.indexOf("Macintosh") != -1) && ((navigator.appVersion.indexOf("MSIE") != -1) && (!ssit_bIsMac5)));
// End Mac IE3/4 opt-out


if (ssit_RealPresent || ssit_RealPlayerG2 || ssit_RealPlayer5 || ssit_RealPlayer4 || ssit_bIsMac)


{
document.write ('<object id="rp1" name="rp1" classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" width="192" height="144" border="0"><param name="autostart" value="true"><param name="src" value="http://news.bbc.co.uk/media/video/otdvideo/86/05/03/nb/3118_03-05-86_4x3_nb.ram"><param name="controls" value="ImageWindow"><param name="console" value="av"><embed name="rp1" id="rp1" border="0" src="http://news.bbc.co.uk/media/video/otdvideo/86/05/03/nb/3118_03-05-86_4x3_nb.ram" width="192" height="144" autostart="true" controls="ImageWindow" console="av" type="audio/x-pn-realaudio-plugin"></embed></object><noembed><a href="http://news.bbc.co.uk/media/video/otdvideo/86/05/03/nb/3118_03-05-86_4x3_nb.ram">Play the clip in RealPlayer</a></noembed>'); }
else {
document.write('<div class="downloadPrompt" align="left"><font size="1" color="#00FF66"><b>Your browser has not detected a RealPlayer plugin. It may be that you need to download RealPlayer or adjust your browser settings.<br><br>');
document.write('For help downloading or upgrading RealPlayer for free, visit our <a href="http://www.bbc.co.uk/radio/audiohelp.shtml?focuswin" target="_blank" class="downloadLink">audio/video help</a> page<br><br>');
document.write('Alternatively you can try to <a href="http://news.bbc.co.uk/media/video/otdvideo/86/05/03/nb/3118_03-05-86_4x3_nb.ram" class="downloadLink">play the clip in the standalone player</a> or <a href="http://www.bbc.co.uk/mediaselector/check/media/video/otdvideo/86/05/03/3118_03-05-86?bgc=6699CC&nbram=1&bbram=1&size=4x3&news=1&prefs=1" onclick="changePrefs()" class="downloadLink">change your preferences</a>.</b></font></div>');
}
function setFullScreen() {
if (isIE) {
playerObj = "document.all.rp1";
} else {
playerObj = "document.embeds['rp1']";
}
playState = eval(playerObj + ".GetPlayState()");
if((playState==0) || (playState==1)) {
alert("A clip must be started before you can set it to full size.");
}
else {
alert("Switching to fullscreen mode...\n\n(Press Esc to return to the desktop)");
eval(playerObj +".SetFullScreen()");
}
}
//function setFullScreen() {
//playState = document.rp1.GetPlayState();
// if((playState==0) || (playState==1)) {
// alert("A clip must be started before you can set it to full size.");
// }
// else {
// alert("Press Esc to return to the original size.");
// document.rp1.SetFullScreen();
// }
//}


// -->
</script>
<noscript><object id="rp1" name="rp1" classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" width="192" height="144" border="0"><param name="autostart" value="true"><param name="src" value="http://news.bbc.co.uk/media/video/otdvideo/86/05/03/nb/3118_03-05-86_4x3_nb.ram"><param name="controls" value="ImageWindow"><param name="console" value="av"><embed name="rp1" id="rp1" src="http://news.bbc.co.uk/media/video/otdvideo/86/05/03/nb/3118_03-05-86_4x3_nb.ram" width=192" height="144" autostart="true" controls="ImageWindow" console="av" type="audio/x-pn-realaudio-plugin"></embed></object></noscript>
<!-- END Real Embed SSITool -->

</td></tr>

<script language="JavaScript">
<!--

if (ssit_RealPresent || ssit_RealPlayerG2 || ssit_RealPlayer5 || ssit_RealPlayer4 || ssit_bIsMac) {
document.write('<tr><td align="center" height="30"><object id="rp2" name="rp2" classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" width="192" height="30" border="0"><param name="autostart" value="true"><param name="src" value="http://news.bbc.co.uk/media/video/otdvideo/86/05/03/nb/3118_03-05-86_4x3_nb.ram"><param name="controls" value="StatusBar"><param name="console" value="av"><embed name="rp2" id="rp2" src="http://news.bbc.co.uk/media/video/otdvideo/86/05/03/nb/3118_03-05-86_4x3_nb.ram" width="192" height="30" controls="StatusBar" console="av" type="audio/x-pn-realaudio-plugin"></embed></object></td></tr>'); document.write('<tr><td align="center" height="28"><object id="rp3" name="rp3" classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" width="192" height="28" border="0"><param name="autostart" value="true"><param name="src" value="http://news.bbc.co.uk/media/video/otdvideo/86/05/03/nb/3118_03-05-86_4x3_nb.ram"><param name="controls" value="ControlPanel"><param name="console" value="av"><embed name="rp3" id="rp3" src="http://news.bbc.co.uk/media/video/otdvideo/86/05/03/nb/3118_03-05-86_4x3_nb.ram" width="192" height="28" controls="ControlPanel" console="av" type="audio/x-pn-realaudio-plugin"></embed></object></td></tr>');
}


// -->
</script>
<noscript>
<tr><td align="center" height="30"><object id="rp2" name="rp2" classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" width="192" height="30" border="0"><param name="autostart" value="true"><param name="src" value="http://news.bbc.co.uk/media/video/otdvideo/86/05/03/nb/3118_03-05-86_4x3_nb.ram"><param name="controls" value="StatusBar"><param name="console" value="av"><embed name="rp2" id="rp2" src="http://news.bbc.co.uk/media/video/otdvideo/86/05/03/nb/3118_03-05-86_4x3_nb.ram" width="192" height="30" controls="StatusBar" console="av" type="audio/x-pn-realaudio-plugin"></embed></object></td></tr> <tr><td align="center" height="28"><object id="rp3" name="rp3" classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" width="192" height="28" border="0"><param name="autostart" value="true"><param name="src" value="http://news.bbc.co.uk/media/video/otdvideo/86/05/03/nb/3118_03-05-86_4x3_nb.ram"><param name="controls" value="ControlPanel"><param name="console" value="av"><embed name="rp3" id="rp3" src="http://news.bbc.co.uk/media/video/otdvideo/86/05/03/nb/3118_03-05-86_4x3_nb.ram" width="192" height="28" controls="ControlPanel" console="av" type="audio/x-pn-realaudio-plugin"></embed></object></td></tr>
</noscript>



</table>



</td></tr></table>

</body>
</html>



pls can somebody tell me how to integrate this to vBRadio v1.0 ?

Sychev_S
05-06-2006, 07:13 PM
Quick Question: How can I install TWO vbradio plugins, one for Radio and the other one for TV?
I already have Radio one installed.

davidw
05-06-2006, 07:35 PM
I've reinstalled this hack now that I can make it work with firefox - I just can't make the controls work - I will probably remove them.

Sychev_S
05-07-2006, 03:16 AM
Quick Question: How can I install TWO vbradio plugins, one for Radio and the other one for TV?
I already have Radio one installed.
Just REPLACED "radio" to "tv" in all fo the files and installed.
You can see it on my site on top, where icon of radio and tv is.:banana:

Devil Woman
05-09-2006, 08:51 PM
I don't have it installed but,

Find:


<script type="text/javascript">
<!--

function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=n o,height=320,width=650,location=no,menubar=no,resi zable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td>

Replace with:
<if condition="!$bbuserinfo['userid']">
<script type="text/javascript">
<!--

function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=n o,height=320,width=650,location=no,menubar=no,resi zable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td>
</if>

See if that works!

Where would I look to find this would it be radio template or somewhere else?

Thanks

simon.
05-18-2006, 12:40 PM
Ok Install went good for me, many people are tuning in (>40 a day). However... On "Online Users" it says "Unknown Location - vbradio.php". Is there anyway of making it say "Listening to the Radio".

Let me know!

Thanks.

Gizmo5h1t3
05-18-2006, 04:08 PM
Ok Install went good for me, many people are tuning in (>40 a day). However... On "Online Users" it says "Unknown Location - vbradio.php". Is there anyway of making it say "Listening to the Radio".

Let me know!

Thanks.

here ya go mate....

https://vborg.vbsupport.ru/showthread.php?t=83247&highlight=custom+wol

hack to add custom WOL loactions...works a treat..and the best is, u can call em wot u want...heh heh..open to abuse if ya wanna get ure own back on a member....lol

realbiggig
05-20-2006, 01:18 PM
nice looking hack but it just wont install for me.. no idea why

i keep getting this error while i'm trying to install it and i know for a fact the file is in the my admin directory
Error. vbradio.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

anyone have any idea's how to get around this?

davidw
05-20-2006, 01:40 PM
Where did you upload the vbradio.xml file?

realbiggig
05-20-2006, 02:03 PM
vbradio.xml was copied into my admincp with the 2 other files and vbradio.php is in my forum root.
BTW my admincp has been renamed not that should matter right?

realbiggig
05-20-2006, 02:48 PM
doh.. user error.. very nice mod!
ty!

Roody
05-24-2006, 12:57 AM
here

Ok I have installed this, and its running on my site, but I have no AdminCP for it at all. I looked up and down in my vBulletin AdminCP and I dont have it. Any ideas?

-Bah never mind. Like an idiot I had a file in the wrong location. ;)

Roody
05-24-2006, 11:56 AM
I've tried this, using the usergroup IDs, but what are the member group IDs?
I tried using the same numbers as usergroup IDs (which I figure is wrong, but couldn't work out what else to put here) and when I try to access the radio I get no permission message.

Thanks :)

Where is this change supposed to be made because when I put it in the Radio Template with the respective usergroup ID's it still didn't prevent those excluded from listening to it.

Thx for any help. :)

Roody
05-25-2006, 01:04 PM
Where is this change supposed to be made because when I put it in the Radio Template with the respective usergroup ID's it still didn't prevent those excluded from listening to it.

Thx for any help. :)

Bump

ShackMaster
05-25-2006, 07:15 PM
I'm having problems validating the code with W3C...

character "<" is the first character of a delimiter but occurred as data .

<a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_

This message may appear in several cases:

* You tried to include the "<" character in your page: you should escape it as "&lt;"
* You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
* Another possibility is that you forgot to close quotes in a previous tag.



an attribute value literal can occur in an attribute specification list only after a VI delimiter .

<a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_

Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value".


end tag for element "a" which is not open .

...pse_tcat.gif" alt="" border="0" /></a>

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.


Any ideas how to correct?

Lqd
06-01-2006, 11:10 AM
if you guys like add my radio station to the Radio it's:

Name: HARD.fm
Gengre: Dance Music
Stream: http://files.hard.fm/listen.asx

bada_bing
06-01-2006, 03:43 PM
Is this hack group permission based ?

Roody
06-05-2006, 11:35 PM
Is this hack group permission based ?

Ive been attempting to find out how to do that also.

Draygonia
06-15-2006, 01:07 PM
<font color="DarkOrange">There is now the problem that I feel like what I installed didnt do anything. After the part where you add the code, do you press enter and than paste the code? Because I dont see the buttons that say Vbradio in the admin panel. It doesnt even show up in the plugins or even products page. What am I doing wrong?</font>

Pamela
06-16-2006, 06:03 AM
*clicks install*

Cool! Thanks!!! :banana:

Veer
06-17-2006, 07:45 AM
Installing but this error found when i run installer file in admincp:
http://www.mysite.com/admincp/install_vbradio.php

http://img100.imageshack.us/img100/736/error8lt.png


Files uploaded as:

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

Now What Can I Do? :tired:

MrTiggr
06-20-2006, 11:43 AM
Search the whole thread for any post about working with vb3.5.4, does it intergrate with the latest vb? Thanks

MrPHD
06-30-2006, 03:47 PM
Gives me this message: Error. vbradio.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below but y have put on it, why?

peterska2
06-30-2006, 04:22 PM
check that your zip contained the vbradio.xml file and that you have uploaded it to your admincp directory. If in doubt, download a fresh zip and unpack and upload the files again, overwriting any existing files on the server. Then try again.

bada_bing
06-30-2006, 07:00 PM
Looks intrsting will install tonight

Wabuf
07-02-2006, 12:22 AM
I've tried to install this hack, but get this by step 2:
Invalid SQL:
INSERT INTO phrase VALUES ('', -1, 'radio_cat_added', 'Radio Category Added', 1000,'vbulletin');;

MySQL Error : Duplicate entry 'radio_cat_added--1-1000' for key 2
Error Number : 1062

any idea on how to fix this?

Wabuf
07-02-2006, 12:40 AM
never mind... I got it to work!

xtremeteam
07-02-2006, 04:07 AM
in step 3 when i have to look for
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
in the navbar the only thing i can find close to this is

<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

should i just edit that? and remove the ""_q""

davidw
07-02-2006, 04:15 PM
don't remove the _q - leave that as is. Sometimes over a period of time - things change.

Montana
07-02-2006, 05:20 PM
I get a HTTP 404 error when I try to adminster the vBRadio via AdminCP both on Channel Control and Category Control.

Logged out of AdminCp and Logged back in again, still the same problem. Any suggestions?

Uploaded everything again and fixed own problem.......admin_vbradio.php must have been corrupt??

TrueVisions
07-04-2006, 10:36 PM
*Clicks Install..

Everything works great. My users love it but I have just 1 quick question..

In firefox, the Stations play, but the controls & video do NOT work. However in IE, everything works perfectly. Is there a plugin / way to automatically install the plugin to firefox browsers, so that the controls & video screen work properly? Anyone have an Idea about that?

Is there a way to dispay the buffering status in the window??

Any ideas, I might be able to do the code myself.

Thanx in advance!

:cool:

Markowitch
07-09-2006, 01:08 PM
Zero tolerance, how can you submit this and not provide an uninstaller!! Bad style IMHO.

And why not install it as a product? Whats with this quirky install_vbradio.php in the admincp folder.

Zero tolerance - yeah right!

bashy
07-09-2006, 01:23 PM
Uninstall is usually a reversal of the installation, Actually i have only just uninstalled this myself today, all went well!!!

No good speaking to someone who does not come here anymore (not since january 2006 lol)

whoopass
07-09-2006, 06:02 PM
How do I show the vbradio category or create it so that it shows in my forums or my vbportal page? I would like it to show and not just a link in my menu.
Not sure how to do this. Any help is appreciated.

Thanks.

Markowitch
07-09-2006, 07:43 PM
Uninstall is usually a reversal of the installation, Actually i have only just uninstalled this myself today, all went well!!!

No good speaking to someone who does not come here anymore (not since january 2006 lol)

Thanx Bashy. I have unistalled it again.

It kept crashing firefox. Strange though... on localhost it does not crash firefox, but on the production server firefox dies as soon as I close the radio window :cross-eyed:

TrueVisions
07-12-2006, 05:12 PM
SO nobody knows how to fix the firefox problem..? It works ok. But it doesnt display the video. Can't for the life of me figure out why.

i wish somebody else would post in here again!

bada_bing
07-13-2006, 07:32 PM
Installed this but crashing IE and will not load correctly in FF.

How do I un-install this please. I want to remove all traces and database entries

da420
07-14-2006, 04:34 AM
SO nobody knows how to fix the firefox problem..? It works ok. But it doesnt display the video. Can't for the life of me figure out why.

i wish somebody else would post in here again!

Have your users install the IE tabs for FireFox. Just right click the link and open in an IE tab. Works like a charm.

Snake
07-14-2006, 11:13 AM
Way to go, ZT! As usual, you are the BEST vB coder out there. ;)

bada_bing
07-14-2006, 11:45 AM
Installed this but crashing IE and will not load correctly in FF.

How do I un-install this please. I want to remove all traces and database entries
HOW DO I UNINSTALL THIS?

xnear
07-15-2006, 02:28 PM
It's a right function, I like this. Thanks~~~

Expat
07-15-2006, 03:21 PM
Working fine for me, and I was able to add some TV stations as well. I just need to figure out how to resize the player...

Perhaps a size option in the next release if you do one?

Expat
07-16-2006, 03:47 PM
It's working well. You might want to change the name though, since it also supports streaming video. I added some tv stations last night and it works like a charm.

bada_bing
07-17-2006, 05:20 PM
HOW DO I UNINSTALL THIS?
Can someone help me figure out how to uninstall this please

youthBYTES
07-17-2006, 09:46 PM
I got this installed fine, only it doesn't play anything on Firefox or IE. The screen just stays black. Any ideas anyone?

youthBYTES
07-17-2006, 10:16 PM
Nevermind... I removed all the files. Now I just want to get the thing out of the admin menu. Does anyone know how to do so?

futuredood
08-02-2006, 10:37 AM
wow i wish i could install this but too bad it doesn't seem to work..

obmob
08-04-2006, 02:00 AM
u.u it's dead, vbradio it's dead after i upgraded.

obmob
08-04-2006, 03:11 PM
No, it says a database error ocurred :(

davidw
08-04-2006, 03:18 PM
Have you tried reinstalling it?

obmob
08-04-2006, 03:29 PM
Have you tried reinstalling it?i'm on to that ;)

Shazz
08-04-2006, 03:54 PM
Does have many bugs without tweaking with it a little ;)
________
RX-2 (http://www.ford-wiki.com/wiki/Mazda_RX-2)

obmob
08-04-2006, 03:59 PM
aw... well, this is what i got, all files were already in my test site...so i ran the install file, it asked me to make full install and this is the error i got.

Database error in vBulletin 3.6.0:

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, August 4th 2006 @ 11:56:51 AM
Script : http://localhost/admincp/install_vbradio.php?do=steptwo
Referrer : http://localhost/admincp/install_vbradio.php?do=stepone
IP Address : 127.0.0.1
Username : user
Classname : vb_database

Shazz
08-04-2006, 04:06 PM
^Whats your aim?,Msn or Yahoo?
You don't have pm enbaled ;)
________
Ford Kuga specifications (http://www.ford-wiki.com/wiki/Ford_Kuga)

obmob
08-04-2006, 04:10 PM
OH, i'll enable it.

Hmm... strange, but i restored only radio table in my database, now it's working O_O

Of course, i lost my template ^^

WEll... i guess you don't have to worry XD

thanks for your concern Shazz

melbo
08-04-2006, 09:39 PM
obmob, WHat did you add to your db? I am trying to install it on 3.6 for the first time.

Thanks

obmob
08-04-2006, 11:20 PM
Oh, i was upgrading, somehow i think i missed my original radio table.

try installing as usual, i don't think you'd might get any troubles ;)

da420
08-05-2006, 03:19 AM
If this hasn't been mentioned this hack seems to work on 3.6 :D

majoreyeswater
08-05-2006, 06:27 PM
When i try and install this, it can't locate the .xml file within admincp. It's there I can see it...

any advice anyone?

Shazz
08-05-2006, 08:18 PM
When i try and install this, it can't locate the .xml file within admincp. It's there I can see it...

any advice anyone?
Instead of manager products > add new plugin
________
Chrysler LX platform specifications (http://www.dodge-wiki.com/wiki/Chrysler_LX_platform)

melbo
08-06-2006, 12:10 AM
I'm getting this on install:
Database error in vBulletin 3.6.0:

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 : Saturday, August 5th 2006 @ 08:07:55 PM
Script : http://www.survivalmonkey.com/forum/admincp/install_vbradio.php?do=steptwo
Referrer : http://www.survivalmonkey.com/forum/admincp/install_vbradio.php?do=stepone
IP Address : 67.142.130.33
Username : ***********
Classname : vb_database

ANy suggestions?

C-Los 21
08-06-2006, 03:41 PM
^ I get the same error, i'm using 3.6.0 any ideas?

Shazz
08-06-2006, 03:43 PM
It currently does not run on a 3.6.0...
________
magic flight launch box (http://vaporizer.org/reviews/magic-flight-launch-box)

C-Los 21
08-06-2006, 04:27 PM
It currently does not run on a 3.6.0...

ok thanks. :down: :down: :down: :down:

Shazz
08-06-2006, 04:29 PM
ok thanks. :down: :down: :down: :down:
It would be nice if zero re-did his thing :)
________
Virago 750 (http://www.yamaha-tech.com/wiki/Yamaha_Virago_750)

tazB.ca
08-06-2006, 04:57 PM
I'm getting this on install:
Database error in vBulletin 3.6.0:

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 : Saturday, August 5th 2006 @ 08:07:55 PM
Script : http://www.survivalmonkey.com/forum/admincp/install_vbradio.php?do=steptwo
Referrer : http://www.survivalmonkey.com/forum/admincp/install_vbradio.php?do=stepone
IP Address : 67.142.130.33
Username : ***********
Classname : vb_database

ANy suggestions?

Same whats this mean?

Shazz
08-06-2006, 04:59 PM
The radio does not work on 3.6.0.
________
Chang'an Ford (http://www.ford-wiki.com/wiki/Chang'an_Ford)

tazB.ca
08-06-2006, 06:18 PM
Oh I have... 3.5.4

Shazz
08-06-2006, 06:28 PM
Oh I have... 3.5.4
Database error in vBulletin 3.6.0:

You said yours was the same...
________
medical marijuana patients (http://mmjp.org)

Eric
08-15-2006, 08:58 AM
The radio does not work on 3.6.0.
Quite a few changes in vB's database structure. Note, i've not tested this, but in 'install_vbradio.php' replace all of step 2 with:


if ($_POST['do'] == "steptwo")
{
$install_phrases = array(
'radio_cat_added' => 'Radio Category Added',
'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'
);

foreach ($install_phrases AS $p_varname => $p_text)
{
$DB->query_write("
INSERT INTO " . TABLE_PREFIX . "phrase VALUES (-1, '$p_varname', '$p_text', 'error' ,'vbulletin', '" . $db->escape_string($vbulletin->userinfo['username']) . "', " . TIMENOW . ", '1.0.0')
");
}

$DB->query_write("
CREATE TABLE " . TABLE_PREFIX . "radio (
rid int(11) NOT NULL auto_increment,
r_iscat varchar(5) NOT NULL default 'no',
r_name varchar(255) NOT NULL,
r_location varchar(255) NOT NULL,
r_forcat int(15) NOT NULL default '0',
PRIMARY KEY (rid)
)
");

$DB->query_write("
INSERT INTO " . TABLE_PREFIX . "radio (rid, r_iscat, r_name, r_location, r_forcat)
VALUES (1, 'yes', 'Alternative Rock', '', 0), (12, 'no', 'KNAC', 'http://release.theplatform.com/content.select?pid=_Vx9pkxpFxxCRGWMQ2FKCqW70iuLi6M n&UserName=knaclive', 1), (9, 'no', 'A.I.R. Radio', 'http://130.49.24.169:1015/listen.pls', 1), (7, 'no', 'Idobi', 'http://www.idobi.com/radio/iradio.rm', 1), (8, 'no', 'American Radio Network', 'http://www.myamericanradio.net/audio/heavymetalhigh/preload.asx', 1)
");

print_form_header('', '');
print_table_header("vBRadio 1.0 Installation");
print_description_row("Database modifications complete. DELETE 'install_vbradio.php' AND 'vbradio.xml' FROM 'admincp' DIRECTORY NOW!");
}

TroyF2000
08-15-2006, 05:36 PM
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.

KevNJ
08-17-2006, 02:40 AM
Error on line 111... Should read

Currently reads
";

Should read
");

Then I get this error.
Database error in vBulletin 3.6.0:

Invalid SQL:

INSERT INTO jelsoft_phrase VALUES (-1, 'radio_cat_added', 'Radio Category Added', 'error' ,'vbulletin', 'Kevin', , '1.0.0');

MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136
Date : Wednesday, August 16th 2006 @ 08:32:28 PM
Script : http://www.jerseyparties.com/forums/admincp/install_vbradio.php?do=steptwo
Referrer : http://www.jerseyparties.com/forums/admincp/install_vbradio.php?do=stepone
IP Address :
Username :
Classname : vb_database

Quite a few changes in vB's database structure. Note, i've not tested this, but in 'install_vbradio.php' replace all of step 2 with:


if ($_POST['do'] == "steptwo")
{
$install_phrases = array(
'radio_cat_added' => 'Radio Category Added',
'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'
);

foreach ($install_phrases AS $p_varname => $p_text)
{
$DB->query_write("
INSERT INTO " . TABLE_PREFIX . "phrase VALUES (-1, '$p_varname', '$p_text', 'error' ,'vbulletin', '" . $db->escape_string($vbulletin->userinfo['username']) . "', " . TIMENOW . ", '1.0.0')
");
}

$DB->query_write("
CREATE TABLE " . TABLE_PREFIX . "radio (
rid int(11) NOT NULL auto_increment,
r_iscat varchar(5) NOT NULL default 'no',
r_name varchar(255) NOT NULL,
r_location varchar(255) NOT NULL,
r_forcat int(15) NOT NULL default '0',
PRIMARY KEY (rid)
)
");

$DB->query_write("
INSERT INTO " . TABLE_PREFIX . "radio (rid, r_iscat, r_name, r_location, r_forcat)
VALUES (1, 'yes', 'Alternative Rock', '', 0), (12, 'no', 'KNAC', 'http://release.theplatform.com/content.select?pid=_Vx9pkxpFxxCRGWMQ2FKCqW70iuLi6M n&UserName=knaclive', 1), (9, 'no', 'A.I.R. Radio', 'http://130.49.24.169:1015/listen.pls', 1), (7, 'no', 'Idobi', 'http://www.idobi.com/radio/iradio.rm', 1), (8, 'no', 'American Radio Network', 'http://www.myamericanradio.net/audio/heavymetalhigh/preload.asx', 1)
";

print_form_header('', '');
print_table_header("vBRadio 1.0 Installation");
print_description_row("Database modifications complete. DELETE 'install_vbradio.php' AND 'vbradio.xml' FROM 'admincp' DIRECTORY NOW!");

}

KevNJ
08-21-2006, 10:46 PM
bump... anyone get this to work with 3.6 ?

Ragnarok
08-22-2006, 12:33 AM
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?

KevNJ
08-22-2006, 01:12 PM
nope doesnt work with 3.6 i get this error when trying to install

Database error in vBulletin 3.6.0:

Invalid SQL:
INSERT INTO jelsoft_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 : Tuesday, August 22nd 2006 @ 07:10:57 AM
Script : http://www.MYSITE.com/forums/admincp/install_vbradio.php?do=steptwo
Referrer : http://www.MYSITE.com/forums/admincp/install_vbradio.php?do=stepone
IP Address : edited
Username : kevin
Classname : vb_database

Ragnarok
08-22-2006, 01:32 PM
nope doesnt work with 3.6 i get this error when trying to install
Except I'm not trying to install- I installed vBradio before I upgraded to 3.6.0

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

KevNJ
08-22-2006, 02:12 PM
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.

Exitilus
08-22-2006, 04:52 PM
Work's fine for me on 3.6 :)

da420
08-22-2006, 05:02 PM
Works for me no problemo on 3.6 :)

obmob
08-22-2006, 11:49 PM
Oo i edited on entry... after i edited it says it can't find a phrase... lol

frosch68
08-23-2006, 05:34 AM
Work's fine for me on 3.6 :)

new-install of vbradio in 3.6. ? if it is so, waht have you done ???

KevNJ
08-25-2006, 07:22 PM
bump

Shazz
08-25-2006, 08:40 PM
new-install of vbradio in 3.6. ? if it is so, waht have you done ???
*edit.

da420
08-25-2006, 10:02 PM
bump

Works for me no problemo on 3.6 :)

Like I said... works for me:)

ikomianos
08-26-2006, 07:44 AM
Same problem here...

MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136

Is there any way to make it work in VB 3.6 ?

KevNJ
08-26-2006, 04:06 PM
Like I said... works for me:)

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.

Shazz
08-26-2006, 04:15 PM
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.
Thats a good point. Its true, Interesting

da420
08-26-2006, 04:19 PM
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 sucks.

Should have installed it with 3.5.x then upgraded to 3.6. :)

Zelda-King
08-26-2006, 08:31 PM
Eh I had it on 3.5, upgraded to 3.6 and it stopped playing the channels.

Shazz
08-26-2006, 08:48 PM
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.

Zelda-King
08-26-2006, 09:20 PM
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.

TroyF2000
08-29-2006, 12:51 AM
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.

murrtex
08-29-2006, 09:39 PM
for ONLY MEMBERS

find at radio template;

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

and replace

<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>

hackindave
09-01-2006, 03:11 AM
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

bluesteel
09-06-2006, 10:01 PM
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 folderThats 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.

Shazz
09-06-2006, 10:02 PM
No luck with any type of 3.6 :(

95turbocivic
09-08-2006, 03:34 PM
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?

Shazz
09-08-2006, 09:32 PM
It seems as if your using the 3.5.5 Version Fresh and new.. I don't think its compatable with it.

Chicago_VLNU_4s
09-09-2006, 08:35 AM
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?

Chadi
09-15-2006, 03:28 AM
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/install_vbradio.php?do=steptwo
Referrer : http://www.talkjesus.com/admincp/install_vbradio.php?do=stepone
IP Address : xx
Username : Chad
Classname : vb_database

wobbly
09-22-2006, 11:10 AM
same here!!

wobbly
09-22-2006, 11:37 AM
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?

frosch68
09-22-2006, 11:45 AM
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

Black_Widow
09-22-2006, 01:14 PM
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

TheBlackPoet
09-23-2006, 05:43 AM
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....

TheBlackPoet
09-23-2006, 06:29 AM
okay thanks to thread # https://vborg.vbsupport.ru/showpost.php?p=1080616&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...

wobbly
09-23-2006, 08:43 AM
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.

frosch68
09-23-2006, 08:47 AM
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 !!!!!

TheBlackPoet
09-23-2006, 09:35 PM
yeah i was following your advice... and it is appreciated...

Lottis
09-25-2006, 09:27 AM
No luck with any type of 3.6 :(
Mine works great with 3.6.1

Shazz
09-25-2006, 11:16 AM
Mine works great with 3.6.1
Im getting lost, where it says Delete phrase, Add phrase. How?
Whats the phrase type?
Whats the product type?

TheBlackPoet
09-27-2006, 01:57 AM
this is a screenshot of what to do.. i did this in a hurry, so.... sorry if its not clearly explained..

FIRST - GO TO YOUR ADMIN CP
SECOND - FIND YOUR LANGUAGES AND PHRASES ON YOUR LEFT MENU
WHEN YOU FIND IT, SELECT PHRASE MANAGER

THEN SEE THE ATTACHMENT I PROVIDED...

THIS STEP SHOULD BE FOLLOWED FOR EACH LINE OF CODE....

WHEN YOU FINISH INSERTING THE LINES...

DELETE LINES 80 - 86 BECAUSE NOW, YOU DONT NEED IT AUTO INSTALLED.. YOU JUST DID IT MANUALLY..
SAVE THE FILE....
REUPLOAD IT TO THE CORRECT DIRECTORY...

GO THROUGH YOUR INSTALL AGAIN... IT SHOULD BE A 5 SECOND PROCESS..

YOU WILL BE PROMPTED TO DELETE TWO FILES....

THEN START ADDING YOUR RADIO STATIONS...

I GET ALL MY STATIONS FROM HERE.. http://www.shoutcast.com/
I COPY THE URL AND PASTE IT IN MY RADIO URL; GIVE IT A NAME... AND PRESTO....

GOOD LUCK.

Adromir
09-27-2006, 09:50 AM
Mmmh.. Somehow i am having two problems with it on vbb 3.6.0

1. The Popup- Window isnt in the Correct size on Firefox (ok, i made the Window resizable, so it isnt such a great Problem)

2. There are no vbradio- controlls in the AdminCP, so i cant change the Stations.

Does anyone have an advice?

thanks
Adromir

TheBlackPoet
09-28-2006, 01:33 AM
sorry buddy... dont want you ta think you're being ig'd but i have no idea...

Adromir
09-28-2006, 07:59 AM
Ok.. Its not really a Problem anymore.. I can edit my Channels in the DB via phpmyadmin directly..

obmob
09-28-2006, 03:56 PM
this is a screenshot of what to do.. i did this in a hurry, so.... sorry if its not clearly explained..

FIRST - GO TO YOUR ADMIN CP
SECOND - FIND YOUR LANGUAGES AND PHRASES ON YOUR LEFT MENU
WHEN YOU FIND IT, SELECT PHRASE MANAGER

THEN SEE THE ATTACHMENT I PROVIDED...

THIS STEP SHOULD BE FOLLOWED FOR EACH LINE OF CODE....

WHEN YOU FINISH INSERTING THE LINES...

DELETE LINES 80 - 86 BECAUSE NOW, YOU DONT NEED IT AUTO INSTALLED.. YOU JUST DID IT MANUALLY..
SAVE THE FILE....
REUPLOAD IT TO THE CORRECT DIRECTORY...

GO THROUGH YOUR INSTALL AGAIN... IT SHOULD BE A 5 SECOND PROCESS..

YOU WILL BE PROMPTED TO DELETE TWO FILES....

THEN START ADDING YOUR RADIO STATIONS...

I GET ALL MY STATIONS FROM HERE.. http://www.shoutcast.com/
I COPY THE URL AND PASTE IT IN MY RADIO URL; GIVE IT A NAME... AND PRESTO....

GOOD LUCK..pls playlists? :surprised:

I have never been able to play pls files in vbradio... or in windows media player

UnmodNick
10-05-2006, 01:09 AM
Just followed the manual insertion steps and it works fine on 3.6.1

Thanks!

Joe Gronlund
10-05-2006, 10:20 PM
Everytime i edit a channel, i get this error message.

Cannot find phrase radio_channel_edited

Does anyone know whats up? I know the phrase is there..

Minha
10-06-2006, 04:47 PM
I can?t do the second step of install because i got a Database Error.

This is the text.

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 : Friday, October 6th 2006 @ 10:43:03 AM

Please, i need some help.

Thx for all ;)

Minha
10-06-2006, 04:51 PM
Sorry, I didn?t read the 24 Page with the same error type ;)

Thanks at all :)

da420
10-06-2006, 04:52 PM
Did you follow the instructions outlined in this post?

https://vborg.vbsupport.ru/showpost.php?p=1084327&postcount=363

Minha
10-06-2006, 05:01 PM
Sorry da420, I wrote before read the answer of my problem.

I just do it ;)

In five minutes i tell you if this works :)
Thanks.

Minha
10-06-2006, 07:00 PM
At the end I did it, but I don?t find how activate in the forum :(

da420
10-06-2006, 07:30 PM
Do you mean put in the navbar so it can be accessed?

If so, Find;

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>

Underneath Add;

<script type="text/javascript">
<!--

function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=n o,height=320,width=650,location=no,menubar=no,resi zable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td>

Click save, and it should show up in the navbar and work now. :)

Minha
10-06-2006, 11:14 PM
Do you mean put in the navbar so it can be accessed?

If so, Find;

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>

Underneath Add;

<script type="text/javascript">
<!--

function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=n o,height=320,width=650,location=no,menubar=no,resi zable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td>

Click save, and it should show up in the navbar and work now. :)I forgot to do it :P.

It works!!!! But.......there is always one but..... When click on vBRadio link the Popup window is too small for view the list of radio channel and windows media. Do you know the code for modify this size and where can I do it?

Sorry for my English :P
Thanks da420 ;)

da420
10-11-2006, 04:35 PM
I forgot to do it :P.

It works!!!! But.......there is always one but..... When click on vBRadio link the Popup window is too small for view the list of radio channel and windows media. Do you know the code for modify this size and where can I do it?

Sorry for my English :P
Thanks da420 ;)

I beleive if you change what I highlighted in red in this code in your navbar to whatever you heart desires it should fix it. :)

function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=n o,height=320,width=650,location=no,menubar=no,resi zable=no,status=no,toolbar=no')

Minha
10-11-2006, 05:45 PM
I beleive if you change what I highlighted in red in this code in your navbar to whatever you heart desires it should fix it. :)

function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=n o,height=320,width=650,location=no,menubar=no,resi zable=no,status=no,toolbar=no')
Hi da420. I did it this. But the problem was in refresh explorers and delete cach? in Fire Fox and IE :)

Now it?s running without problem in IE but in FF Windows Media player give me an error....by example "No se puede abrir 'http://65.19.173.151:8035/'. (Error=C00D0032)

No se puede abrir. Compruebe que la ruta de acceso y el nombre de archivo son correctos y vuelva a intentarlo. (Error=C00D0032)


It?s a problem with my computer because some user with FF says its works witout problem ;)

Thanks again for all :D

da420
10-11-2006, 05:48 PM
Yes, it works for me in FireFox in Linux, and FireFox 2.0 Beta in Windows. But, with FireFox 1.5.x in Windows it gives me errors and crashes my browser. My suggestion - Download the IE tabs extension for FireFox and open it in that whenever you want to use it.

PogoMogo
10-13-2006, 12:20 PM
If I click "Add Templates" on the first installer page, I get the error message: "Invalid or empty style file specified"

Help! Please!

Joe Gronlund
10-13-2006, 02:30 PM
Wondering if there are any plans to upgrade this hack in the near future at all??

AskaniSon[RS]
10-13-2006, 06:49 PM
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?

Medina
10-15-2006, 02:45 PM
does the television section also works on 3.6.x?

Despairing
10-24-2006, 06:41 AM
']...
vbradio.xml --> ROOT FORUM DIRECTORY/admincp

...
This file does not belong to the path /admincp - that is wrong. The file belongs to an other path ...

Topic: I have also a problem with the installation. What means: "Could not find phrase 'invalid_or_empty_style_file'."?

Medina
10-27-2006, 09:57 AM
And still no updates :(

Why can't i see a screen for tv-streams like before.

Greek76
10-29-2006, 07:59 PM
Will this work with 3.6.2? If its suppose to it doesnt lol.

Shazz
10-29-2006, 08:25 PM
Will this work with 3.6.2? If its suppose to it doesnt lol.
With tweaks it should..

Lottis
11-03-2006, 11:36 AM
Mine works great with 3.6.1
Update, doesent work with 3.6.2
"error on page"

salata
11-13-2006, 12:24 AM
how can i make the link in the navbar not to appear for guests?

Warlockmatized
11-13-2006, 06:16 AM
i have searched through this entire thread, i MAY have missed the answer to my own question, as i have gone cross eyed reading the posts. i saw someone else ask the SAME thing i am about to but to the best of my knowledge never saw the answer.

is it possible to have vbradio close when someone leaves the site? if so, could someone be so kind as to point me in the right direction?

also, thanks to all those before me that asked and answered questions. with your help i was able to do everything i wanted to do with the exception of the question i myself have asked.

*clicks install*

salata
11-14-2006, 07:59 PM
i have searched through this entire thread, i MAY have missed the answer to my own question, as i have gone cross eyed reading the posts. i saw someone else ask the SAME thing i am about to but to the best of my knowledge never saw the answer.

is it possible to have vbradio close when someone leaves the site? if so, could someone be so kind as to point me in the right direction?

also, thanks to all those before me that asked and answered questions. with your help i was able to do everything i wanted to do with the exception of the question i myself have asked.

*clicks install*

i'd like to know that as well

pixie
11-15-2006, 07:04 AM
Happy Birthday Zero Tolerance
For your birthday give us a present please :D ? new version of vbradio

Shazz
11-15-2006, 12:51 PM
Happy Birthday Zero Tolerance
For your birthday give us a present please :D ? new version of vbradio

LOL, You do reliaze he hasen't been on vB.org in a while

obmob
11-21-2006, 02:53 PM
:( I guess there won't be any updates from Zero Tolerance.

da420
11-21-2006, 03:11 PM
:( I guess there won't be any updates from Zero Tolerance.

Very doubtful.

Joe Gronlund
11-21-2006, 03:17 PM
Well that sucks, he must be really busy.

Shazz
11-21-2006, 08:36 PM
Well that sucks, he must be really busy.

He has logged in this month :D

obmob
11-22-2006, 02:01 AM
Yeah but he is mad with someone in VB.org :eek:

Shazz
11-22-2006, 04:16 AM
Yeah but he is mad with someone in VB.org :eek:

Really?
Anyone care to share the story -.-

obmob
11-25-2006, 02:03 AM
*gossip!* I read someone recoded something in vbshout... and that's why vbshout is buggy :x

Jimandbob
11-26-2006, 11:07 PM
Will this work with 3.6.2? If its suppose to it doesnt lol.

if you follow the instructions to input the phrase entries earlier in the thread...It works fine in 3.6.2:rolleyes:

Also works in 3.6.4

Shazz
11-26-2006, 11:22 PM
:confused: *gossip!* I read someone recoded something in vbshout... and that's why vbshout is buggy :x

This is vBRadio bro..

da420
11-26-2006, 11:40 PM
:confused:

This is vBRadio bro..

Um, yes, but you asked to hear the story on post #399, and they decided to share what they heard.

Personally, I think it's no ones business.

Veer
11-27-2006, 11:02 AM
Hello friends, i need some help

I am installing vBRadio in vB 3.6.0
1st step of Installation is done, 2nd step is not completed

when i click :
Click on "Apply Database Modifications" to continue.

I Got Database Error:

Database error in vBulletin 3.6.0:

Invalid SQL:
INSERT INTO site_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 : Monday, November 27th 2006 @ 07:54:45 AM
Script : http://www.site.com/admincp/install_vbradio.php?do=steptwo
Referrer : http://www.site.com/admincp/install_vbradio.php?do=stepone
IP Address :
Username :
Classname : vb_database

Can some one help me regarding this problem? :(

Thanks.

Veer
11-27-2006, 02:24 PM
I got a response from Zero today:

I'm afraid the radio isn't compatible with 3.6.0.

- Zero Tolerance

Veer
11-27-2006, 03:05 PM
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 so much wobbly, I Done It, As You Advised. :D

nexus851
12-07-2006, 09:32 AM
Whats the command link so that my users can maximize the windows media player window?

i tried this, but this doesnt work...

<a href='#' onClick='javascript:Player.settings.zoom=fullscree n;'>fullscreen</a>


anyone know the correct command?

yonglvnv
12-08-2006, 08:59 PM
Works fine in vB3.64 with posted mods. One thing though, when I change station without first pushing stop, both stations play simultaneously. Did I miss a setting somewhere?

Shazz
12-08-2006, 09:00 PM
Works fine in vB3.64 with posted mods. One thing though, when I change station without first pushing stop, both stations play simultaneously. Did I miss a setting somewhere?

You only have one vBRadio window open?
Very werid.

yonglvnv
12-08-2006, 09:16 PM
You only have one vBRadio window open?
Very werid.
I had about 10 tabs open at the time, so that might have been it, problem solved. Thanks.

I like your radio page. How did you get the entire media player with its controls to display on your page?

Shazz
12-08-2006, 09:52 PM
I had about 10 tabs open at the time, so that might have been it, problem solved. Thanks.

I like your radio page. How did you get the entire media player with its controls to display on your page?
Glad your problem was solved! :D
and everything is All customized by me :)
Everything on my site is basically all re-made

yonglvnv
12-09-2006, 12:00 AM
Glad your problem was solved! :D
and everything is All customized by me :)
Everything on my site is basically all re-made
figured out the controls. Thanks.

yonglvnv
12-09-2006, 12:00 AM
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 folderThats 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.
Works great. Nice graphics!

nexus851
12-13-2006, 07:07 AM
Whats the command link so that my users can maximize the windows media player window?

i tried this, but this doesnt work...

<a href='#' onClick='javascript:Player.settings.zoom=fullscree n;'>fullscreen</a>


anyone know the correct command?

bump, anyone help w/ above.....

Ruler68jg
12-29-2006, 04:54 PM
I have recently installed it and now after [::: Step 2 - Setting System Environment :::]

In your browser (Internet Explorer/Mozilla etc..)
Go to this url: http://YOURSITE.COM/FORUMS/admincp/install_vbradio.php
[You will need to change the capitals within this url to meet your site's domain and forum location]

I get this error !
Database error in vBulletin 3.6.4:

Invalid SQL:
INSERT INTO turkcephrase 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, December 29th 2006 @ 07:47:00 PM
Script : http://www.biz7000.dk/turkformu/admincp/install_vbradio.php?do=steptwo
Referrer :
IP Address : 217.157.239.158
Username : CihangirGazi
Classname : vb_database

Can you please assist ?

Kind regards
ruler68jg

Zipoman
12-31-2006, 02:12 PM
I get this error !
Database error in vBulletin 3.6.4:

Look at the Details of this Hack :

vB Version: 3.5.0 Beta 1

I?m not shure, but I don?t think it will run with vB 3.6.4

@ Topic : Very nice Hack !!! Thanks for that !

yuriy
01-06-2007, 12:36 PM
BUMP.
I don't really understand this post:
https://vborg.vbsupport.ru/showpost.php?p=1081269&postcount=357

someone please help me, where do I enter phases, and how, I am so new to vB. plz help

jdelasko
01-12-2007, 06:32 AM
Your explanations are as clear as mud to someone that is not familiar with php. Why not just post the entire modified installation file?

Also, you don't give a person enough information to manually add the phrases via the admin panel in vbulletin. Be more specific. All you give is the phrase for the text. What should a person select for Phrase type & varname in the admin control panel?

princessmandy
01-15-2007, 07:53 PM
Look at the Details of this Hack :



I?m not shure, but I don?t think it will run with vB 3.6.4

@ Topic : Very nice Hack !!! Thanks for that !

It won't we tried it today on vB 3.6.4. Guess this mod is outdated. :(

SEYTAN_NL
01-15-2007, 10:27 PM
second step 3.6.2 Could not find phrase 'invalid_or_empty_style_file'.

kylek
01-21-2007, 04:57 AM
Just did a fresh install to 3.6.4 and it works if you follow the changes mentioned earlier.

Shazz
01-21-2007, 05:06 AM
Even on the 3.6 had to touch it up since it does have a few buggys :P

Ryloth
02-04-2007, 03:19 PM
Got it working on 3.6.4 with the help from pages 24 and 25!

MTVSlick
02-09-2007, 12:03 PM
I cant seem to find the code to put the new code below? I have had this issue with afew mods already all code in NAVBAR I cant seem to find I am running 3.6 is this an issue?

Mark,

Chachacha
02-28-2007, 03:46 PM
After following the instructions on page 25, we still can't get it to work for v3.6.4. It would be tremendously appreciated if this modification could be updated.

Shazz
02-28-2007, 04:14 PM
I highly doubt zero will,
Ill talk with him to maybe have permission to update it

Chachacha
02-28-2007, 04:19 PM
I highly doubt zero will,
Ill talk with him to maybe have permission to update it

You're my hero ;)

FRANKTHETANK 2
02-28-2007, 05:56 PM
can someone just post the new install file edited i cant figure out what you are saying to edit ? do i delete the whole section and replace with your lines? sorry im not understanding. some one just post the edited file please

Shazz
02-28-2007, 08:12 PM
You're my hero ;)

IF he ever signed on IM so I could talk to him lmao

Chachacha
02-28-2007, 08:27 PM
IF he ever signed on IM so I could talk to him lmao

Thank you for caring.

Clynch
03-01-2007, 06:04 AM
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/install_vbradio.php?do=steptwo
Referrer : http://cory-lynch.com/forums/admincp/install_vbradio.php?do=stepone
IP Address : (HIDDEN)
Username : Crash
Classname : vb_database

when running your installer at steptwo stepone works fine.

Raydar
03-01-2007, 04:57 PM
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 -



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 -

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

Raydar
03-01-2007, 06:00 PM
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

FRANKTHETANK 2
03-01-2007, 07:53 PM
why cant someone just post the new modified file?jesus what would that take 5 mins.

Shazz
03-01-2007, 08:03 PM
why cant someone just post the new modified file?jesus what would that take 5 mins.

Permission from author =\

Clynch
03-01-2007, 08:07 PM
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???

Shazz
03-01-2007, 08:19 PM
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)

Clynch
03-01-2007, 09:44 PM
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.

FRANKTHETANK 2
03-02-2007, 05:36 AM
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

linhhon2003
03-02-2007, 07:17 PM
I just import File XML and with some problem

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/install_vbradio.php?do=steptwo
Referrer : http://localhost/Forum/adminzone/install_vbradio.php?do=stepone
IP Address : 127.0.0.1
Username : admin
Classname : vb_database

Raydar
03-03-2007, 12:49 PM
Linnhon, your errors are caused because this hack is meant for vb3.5 and not vb 3.6. On pages 24 and 25 of this thread there are instructions on what to change to get it to work, but unless you know PHP it is quite daunting. We are trying to get someone who has a working mod to share their file.


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)

I think Zero Tolerance would rather us noobs get an updated version which has been modded by someone who knows what they are doing, rather than us (who know nothing about PHP) chopping into his mods.

Also, I really can't see a difference between people in here telling us what to change and people giving us the changed file. I seriously doubt Zero would be okay with one method and not the other.

Also if someone gets a chance, I asked these questions a couple of days ago. If someone can shed some light on them that would be great.

https://vborg.vbsupport.ru/showpost.php?p=1193479&postcount=432

https://vborg.vbsupport.ru/showpost.php?p=1193535&postcount=433

One more question. I want to reinstall this mod, what is the best way to uninstall vbradio please?

Thanks in advance.

Reggie

Gojo
03-03-2007, 10:23 PM
everything is installed fine, but when i click play nothing happens. the player just says ready...

anybody?

Raydar
03-04-2007, 04:11 PM
I have got vBRadio working.

I missed the part about what files to delete. Can someone tell me what files they were please?

I can only find out if I reinstall and I don't currently have access to my database.

Thanks in advance.

Reggie

FRANKTHETANK 2
03-07-2007, 09:02 AM
Ok Well Wheres Author. I Need This File. Man Its Been Like Week. Please Give Us File.

da420
03-07-2007, 04:35 PM
Ok Well Wheres Author. I Need This File. Man Its Been Like Week. Please Give Us File.

From my understanding the author no longer visits this site.

Wabuf
03-07-2007, 05:36 PM
After following the instructions on page 25, we still can't get it to work for v3.6.4. It would be tremendously appreciated if this modification could be updated.

mine works fine on 3.6.5
http://www.wabuf.com/forums/vBRadio.php

Maybe I can help?

paldo
03-07-2007, 07:02 PM
works just fine on 3.6.5

Chachacha
03-08-2007, 12:00 AM
mine works fine on 3.6.5
http://www.wabuf.com/forums/vBRadio.php

Maybe I can help?

Can you? How did you get it to work? Did you just install it normally ...or did you follow the extra instructions on page 25 of this thread?

Khy
03-08-2007, 04:07 PM
I use version 3.6.4.

MANY thanks to wobbly and TheBlackPoet!!

TheBlackPoet, really liked how you layed it all out on what to delete exactly. Much easier for a newb to understand. I have been tryin to figure out what was wrong and had no luck. Today is my 3rd day using a problem like this. Pages 24/25 in this post provide A LOT of info on how to get this running. Read folks!

Raydar
03-10-2007, 09:35 AM
I have installed two new styles on my forum.

One style works with the radio, one style does not.

When I click on the radio link in my navbar, the radio opens up, but nothing happens. Just a blank screen.

When I go back to my original style, the radio works.

Anyone got any ideas why this hack won't work with a certain style?

Thanks

Reggie

Infopro
03-10-2007, 10:51 AM
The template for the radio was not added to the theme as the theme was installed after the radio template. Make sense? ;)

Add the template to the new theme manually.

Raydar
03-10-2007, 11:39 AM
Thanks InfoPro.

What are the files called that I'm supposed to delete at the end of the install please? I missed that part.

Cheers

Reggie

Mys
03-14-2007, 07:14 PM
install_vbradio.php and vbradio.xml

they are in your admincp directory

Immortal_Shades
03-16-2007, 11:55 AM
Is there a way to lets say add an image of the radio station's logo to give them rightful credit when that station is chosen and pressed to play?

Also is asx supported, since I could not get those working!?

Oh and finally my graphics inscreen for the windows media player doesnt show or work, meaing no funky animated graphics moving with the music.

Raydar
03-16-2007, 01:52 PM
I already get the radio station logos appearing on my screen. Some stations have it and others don't. So I think VB Radio already have this working.

Regards

Reggie

rickyreter
04-13-2007, 08:59 PM
Hi,have 3.5 just wondererd if someone could install this for me :) please

Peter

basketmen
04-17-2007, 08:21 PM
vbulletin 3.6.5 anyone have try?

Shazz
04-17-2007, 09:39 PM
vbulletin 3.6.5 anyone have try?

With tweaks..

SidelineSports
04-18-2007, 06:22 PM
Works great with 3.6.5! As stated many times in this thread, just follow the instructions step by step, as laid out on pages 24 and 25. It does work if done correctly. Just be patient and take your time.

rickyreter
04-18-2007, 06:35 PM
Hi,can someone install this for me...please...please....

Peter

Shazz
04-18-2007, 07:41 PM
Hi,can someone install this for me...please...please....

Peter

Your using 3.5 ...
Just follow the instructions inside the zip

rickyreter
04-18-2007, 07:50 PM
3.6.5

Just looking at previous posts regarding delete phrases ect...whats the point..a mod should do all that..maybee update is needed

Shazz
04-18-2007, 07:56 PM
3.6.5

Just looking at previous posts regarding delete phrases ect...whats the point..a mod should do all that..maybee update is needed

Zero, dosen't support this, and it can't be re-released without his permission

SidelineSports
04-19-2007, 01:13 PM
3.6.5

Just looking at previous posts regarding delete phrases ect...whats the point..a mod should do all that..maybee update is needed

Correct you are. But as stated, this is not supported. If the instructions in this thread are followed, it is easy. There are a lot of members here that even made this possible to work with the other versions. Shazz, TheBlackPoet and others have been here to answer most of the questions as well. So for that I thank you all that are here for the support and help. If I can make the changes and make this mod work, any of you can. It took me 15 minutes to complete it all including the changes, and that was double checking everything.

TotalTorque.net
04-26-2007, 11:08 AM
Installed and people love it.

yeku
04-28-2007, 08:38 PM
Then I have a problem, I have reviewed all the thread.

My problem is very common:

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

and no matter how much i read, i do not understand the solution.

The solution is in this post (https://vborg.vbsupport.ru/showpost.php?p=1081269&postcount=357), but I am not able to do it well.:confused:

Please, somebody can explain like solving the problem to me?:erm:

A hug friends

yeku
04-30-2007, 08:07 PM
Ok, solved, already I have the radio online ...

Thanks

Muellmann
05-08-2007, 01:49 AM
couldn't use the installer, had to install all manually on 3.65 :down:

Gazer
05-09-2007, 06:17 AM
Installed Thanks

Gazer

josh_B
05-19-2007, 03:19 PM
When I entered '', -1, 'radio_cat_added', 'Radio Category Added', 1000,'vbulletin' into phrase manager (add new phrase) it told me it was invalid, what did you do yeku?

Thanks

Chadi
05-22-2007, 07:23 PM
After upgrading to 3.6.7 this is not working. I even re-uploaded the plugin. When I click the link it shows a blank page in the popup.

The code I'm using is

<td align="center" style="border-right: 1px solid #E4E6F5; height: 50px; width: 74px;">
<script type="text/javascript">
<!--

function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=n o,height=320,width=650,location=no,menubar=no,resi zable=no,status=no,toolbar=no')
return false;

}
-->
</script>
<a href="#" onclick="return OpenRadio()">
<img border="0" src="/images/arts.png" alt="Radio"/></a></td>

rooban12
05-30-2007, 02:09 PM
I got like this msg
Error. vbradio.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

sinistergaming
06-06-2007, 12:22 AM
this is great i love it
it took me a minute to figure out the sql problem but after looking though the threads i was like duh....

1 thing though is there a way to make it play shoutcast streams

Chadi
06-06-2007, 01:47 AM
Anyone got this working on 3.6.7?

sinistergaming
06-06-2007, 03:04 AM
yes i do and it works great
here use this installer attached it is edited from information found further in the threads
https://vborg.vbsupport.ru/showpost.php?p=1126437&postcount=406

Go Into your admin cp -- goto languages and phrases
and add these phrase

phrase -- text
________________________________________
radio_cat_added -- Radio Category Added

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

Chadi
06-06-2007, 03:05 AM
What does your code look like? Mine shows a blank page on popup

sinistergaming
06-06-2007, 03:24 AM
I cant find Any User permissions and i realy dont want no one not registered and loged in to be able to use it. how do i fix this ?

sinistergaming
06-06-2007, 12:28 PM
well i im not having any issues with it it seems to be working great a bit slow loading in ie explorer but i prefer firefox you may neeed the windows media plugin if your using firefox.
i dont care much for ie unless im doing windows update. i have problems with it not showing content all the time across the web anymore.

SuthernKumfort
06-08-2007, 07:16 PM
I am getting the following error:

Database error in vBulletin 3.6.5:

Invalid SQL:
INSERT INTO vb3_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, June 8th 2007 @ 03:14:45 PM
Script : http://clubshutterbug.com/forums/admincp/install_vbradio.php?do=steptwo
Referrer : http://clubshutterbug.com/forums/admincp/install_vbradio.php?do=stepone
IP Address :xxxxxxxsxx
Username : xxxxxxxxxxx
Classname : vB_Database

Any ideas?

rooban12
06-11-2007, 04:07 PM
hii I have uploaded this Radio but it shows some errors
Could not find phrase 'invalid_or_empty_style_file'.

chrisbeau
06-11-2007, 05:10 PM
couldn't use the installer, had to install all manually on 3.65 :down:

How I cant find where to put this:
::: Open File - ROOT FORUM DIRECTORY/admincp/index.php
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
FIND:
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
// *************************************************

$printhr = false;
if (can_administer('canadminsettings'))
{
$printhr = true;
construct_nav_option($vbphrase['vbulletin_options'], 'options.php?null=0', '<br />');
if ($debug == 1)
{
construct_nav_option($vbphrase['admin_help_manager'], 'help.php?do=manage&script=NOSCRIPT');
}
construct_nav_group($vbphrase['vbulletin_options'], '<hr />');
}
if ($printhr == true)
{
construct_nav_spacer();
}

// *************************************************
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
UNDERNEATH ADD:
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
$printhr = true ;
construct_nav_option ( 'vBRadio Channel Control', 'admin_vbradio.php?do=channel', '<br />' ) ;
construct_nav_option ( 'vBRadio Category Control', 'admin_vbradio.php?do=cat', '<br />' ) ;
construct_nav_group ( 'vBRadio Control', '<hr />' ) ;
$printhr = false;


::: Save & Reupload ROOT FORUM DIRECTORY/admincp/index.php

Also getting this on the popup window

Fatal error: Call to a member function on a non-object in /home/content/f/l/a/flatline/html/forum/vBRadio.php on line 100

Chadi
06-13-2007, 09:53 PM
Anyone know how to make the popup window completely centered (cross browser too)?

chrisbeau
06-13-2007, 11:11 PM
A bit of help wouldnt go astray.

rickyreter
06-14-2007, 11:02 PM
Hi,just wondered if some kind person can install this for me. i have downloaded all files but got a database error.

Please..please;)

RTFA
06-15-2007, 09:27 PM
Any body got any guess as to why none of the controls work? Installed on 3.6.7 and it plays but the controls do not work. Have not added any stations yet...all I have are the ones that came with it.

Reece^B
06-17-2007, 08:31 AM
What browser are you using?

chrisbeau
06-18-2007, 07:36 PM
Strange, it translates $DB to $db, try changing this line:
$DB = $db;
To:
$DB = $vbulletin->db;

See if that works.

- Zero Tolerance

I cant find this in vBRadio.php
$DB = $db;

Shakefire.com
06-18-2007, 08:09 PM
I tried adding radio stations from Radio-Locator. The links ended in .asx. When I added them, they did not work and it seemed to make the other default stations not work anymore either. Any help?

PS - the default stations were working before I tried adding new ones.

Shakefire.com
06-18-2007, 09:42 PM
I tried adding radio stations from Radio-Locator. The links ended in .asx. When I added them, they did not work and it seemed to make the other default stations not work anymore either. Any help?

PS - the default stations were working before I tried adding new ones.

any help?

acco
06-19-2007, 12:06 AM
try a txt editor on the .asx file ;)

Shakefire.com
06-19-2007, 12:31 AM
try a txt editor on the .asx file ;)


doing what with a txt editor on the asx file? lol:confused:

CMGU
06-19-2007, 12:42 AM
works with the version 3.6.x ?

Shazz
06-19-2007, 12:51 AM
works with the version 3.6.x ?

Yes sir (with fixes)

CMGU
06-19-2007, 12:54 AM
Yes sir (with fixes)

thanks but i can?t install in my forums, i don?t know how fixes

RTFA
06-20-2007, 01:50 PM
What browser are you using?

FF........................

acco
06-20-2007, 03:43 PM
doing what with a txt editor on the asx file? lol:confused:
look for the addy pointing to the station, if you open the file you'll often see an address example like this http://66.250.45.118:7704
Channel URL I then point to this http://66.250.45.118:7704

ambrosious
06-22-2007, 11:16 PM
I seem to have lost the phrases, how do I reinstall JUST the phrases. (When adding a station, get error, Couldn't find phrase, radio_station_added, etc.)

Thanks!

hotwheels
06-29-2007, 09:51 PM
I know that this mod isn't supported anymore, but does anyone running this currently on vbulletin 3.6+, having issues with windows vista? I have this installed on my site and when i use my windows vista which has IE7, the player just won't work...........but when i try it on any other OS and IE6, it works just fine....... Here is my radio link, if you want to try it: http://www.insanemustangs.com/forums/vBRadio.php# If you have IE6 and any operating software other then windows vista, it will work.........If you have IE7 and vista and you have it working, please let me know..........thanks

hotwheels
06-30-2007, 01:30 PM
Nevermind, turned out to be my adblocking in norton 360...........

Silvio
07-01-2007, 12:32 AM
I know that this mod isn't supported anymore, but does anyone running this currently on vbulletin 3.6+, having issues with windows vista? I have this installed on my site and when i use my windows vista which has IE7, the player just won't work...........but when i try it on any other OS and IE6, it works just fine....... Here is my radio link, if you want to try it: http://www.insanemustangs.com/forums/vBRadio.php# If you have IE6 and any operating software other then windows vista, it will work.........If you have IE7 and vista and you have it working, please let me know..........thanks

I tested for you with IE7 on my XP-pro and works great!!. Could be some wrong settings?
Anyhow I'm running this great mod w/o problems on a vB3.6.7pl1 a noone of my users reported any.

take care