vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBulletin Radio 2.3.x (https://vborg.vbsupport.ru/showthread.php?t=71950)

am-fs 05-05-2005 06:46 PM

I would love to get this to work
I have retraced every step twice

but when i click on the radio in my nav bar all i get is a blank page on Explore & firefox.

any idea were i might have done something wrong?
thanks

MissKalunji 05-05-2005 06:50 PM

Quote:

Originally Posted by am-fs
I would love to get this to work
I have retraced every step twice

but when i click on the radio in my nav bar all i get is a blank page on Explore & firefox.

any idea were i might have done something wrong?
thanks


Fix the path of your radio...thats your problem in the file radio.php you have to fix the path

am-fs 05-05-2005 07:09 PM

the only edit i can find in the index.php file is

$navbits[$parent] = 'Your radio name'; // Your radio name goes here

i have
$navbits[$parent] = 'Radio'; // Radio
is there another edit i missed?

Sorry completely new at this
thanks

MissKalunji 05-05-2005 07:12 PM

Quote:

Originally Posted by am-fs
the only edit i can find in the index.php file is

$navbits[$parent] = 'Your radio name'; // Your radio name goes here

i have
$navbits[$parent] = 'Radio'; // Radio
is there another edit i missed?

Sorry completely new at this
thanks

im sorry i gave u the wrong info you know in the install file theres a place where it says add a template : radio

$stylevar[htmldoctype]

<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">

<head>

<title>$vboptions[bbtitle] :: Radio</title>



</head>

<BODY >

<!-- new bit allows only members to see the radio!!! -->



<!-- put the location of your radio.blog directory in the following above and below lines -->
<if condition="$show['member']">
<iframe src="forum/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe>
<p align="center"><font size="1" face="Verdana"><br /> Click <a href="javascript:history.back()"><font color="#000000">here</font></a>
to go back </font></p>
<else />
Your appearing as unregistered, please register by clicking <a href="register.php?$session[sessionurl]">here<a/> or check your emails to activate your account, if your still having problems click <a href="sendmessage.php?$session[sessionurl]">here</a> to contact the webmaster
</if>
</body>

</html>



i quoted in yellow where u suppose to change to the proper path...

am-fs 05-05-2005 07:34 PM

Sorry I have done that and changed the url to see if i made a mistake on the right url but still a blank page.

<!-- put the location of your radio.blog directory in the following above and below lines -->
<if condition="$show['member']">
http://www.URL.com/TestingVB3.7/radio.blog/index.php
<iframe src="forum/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe>
http://www.URL.com/TestingVB3.7/radio.blog/index.php
<p align="center"><font size="1" face="Verdana"><br /> Click <a href="javascript:history.back()"><font color="#000000">here</font></a>
to go back </font></p>
<else />

i might be confussed on the right url/path but i done it
http://www.URL.com/TestingVB3.7/radio.blog/index.php
http://www.URL.com/TestingVB3.7/radio.blog
http://www.URL.com/TestingVB3.7/index.php
http://www.URL.com/TestingVB3.7/radio.blog/radio.php

thank you for your time

MissKalunji 05-05-2005 07:46 PM

Quote:

Originally Posted by am-fs
Sorry I have done that and changed the url to see if i made a mistake on the right url but still a blank page.

<!-- put the location of your radio.blog directory in the following above and below lines -->
<if condition="$show['member']">
http://www.URL.com/TestingVB3.7/radio.blog/index.php
<iframe src="forum/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe>
http://www.URL.com/TestingVB3.7/radio.blog/index.php
<p align="center"><font size="1" face="Verdana"><br /> Click <a href="javascript:history.back()"><font color="#000000">here</font></a>
to go back </font></p>
<else />

i might be confussed on the right url/path but i done it
http://www.URL.com/TestingVB3.7/radio.blog/index.php
http://www.URL.com/TestingVB3.7/radio.blog
http://www.URL.com/TestingVB3.7/index.php
http://www.URL.com/TestingVB3.7/radio.blog/radio.php

thank you for your time


uhm...........is ur board folder name : testingvb3.7? did you upload the radio.blog in the proper folder? is index.php in the right folder?

i had the same problem and my error was just the path.............

i mean if u uploaded Example

for me my forum is in the path : forum

so all i had to add was : radio.blog/index.php

i had to take off the forum/ because it would bring it to forum/forum/radio.blog....

try taking off testingvb3.7/ before the blog....see if it works

am-fs 05-05-2005 07:53 PM

No its named forum

but i installed a Chat hack and something when wrong and the forum went down.
Then i found out you can have a forum for just testing, so i try there before i hit the main forum now

the radio.blog folder is in the testing directory so it read like this

www.url.com/TestingVB3.7/radio.blog and the index.php is in there too

MissKalunji 05-05-2005 07:57 PM

Quote:

Originally Posted by am-fs
No its named forum

but i installed a Chat hack and something when wrong and the forum went down.
Then i found out you can have a forum for just testing, so i try there before i hit the main forum now

the radio.blog folder is in the testing directory so it read like this

www.url.com/TestingVB3.7/radio.blog and the index.php is in there too


in the radio template.....take off : testingvb3.7 from the path....see if it does the trick..........

am-fs 05-05-2005 08:00 PM

Nope....still a blank page

its alright, its not ment to be, this seems harder to install than VBchat 2.3

am-fs 05-05-2005 08:02 PM

i just clicked the index.php from my server host and it came up, so i am close


I see the problem
when i click the link on my nav bar it brings me to
www.url.com/testingVB3.7/radio.php

when i should be at
www.url.com/testingVB3.7/radio.blog/index.php

MissKalunji 05-05-2005 08:09 PM

Quote:

Originally Posted by am-fs
Nope....still a blank page

its alright, its not ment to be, this seems harder to install than VBchat 2.3


no no its easy as 1-2-3!! trust me

MissKalunji 05-05-2005 08:15 PM

Quote:

Originally Posted by am-fs
i just clicked the index.php from my server host and it came up, so i am close


I see the problem
when i click the link on my nav bar it brings me to
www.url.com/testingVB3.7/radio.php

when i should be at
www.url.com/testingVB3.7/radio.blog/index.php


well im sorry i wish i could help u :-( did u try typing the url urself see if the player comes up? www.url.com/testingvb3.7/radio.blog/index.php ???

if it comes up ur only prob is ur radio template....try to play around with it....

i wish i could help a lil more.....good luck

p.s u dont have to worry about installing it in ur forum....it doesnt play with sql neither ur php files....ur only thing is adding one template...

am-fs 05-05-2005 08:15 PM

LOL
I thought so too
I dont see the mess up so i will cheat and add a new link to the nav bar

MissKalunji 05-05-2005 08:16 PM

uhm question

on wich link do you clik on that brings you to the wrong page?

am-fs 05-05-2005 08:17 PM

<a href="http://www.url.com/testingVB3.7/radio.php" target="_blank">www.url.com/testingVB3.7/radio.php</a>

MissKalunji 05-05-2005 08:18 PM

Quote:

Originally Posted by am-fs
LOL
I thought so too
I dont see the mess up so i will cheat and add a new link to the nav bar


lol exacly what i was about to suggest

MissKalunji 05-05-2005 08:18 PM

Quote:

Originally Posted by am-fs


well it can only be ur template ca zinside it says : to load it up use the template radio....so whateva......using the template dont really bother....

have fun its a great hack!!

am-fs 05-05-2005 08:22 PM

Thank you for your Time

MissKalunji 05-05-2005 08:25 PM

Quote:

Originally Posted by am-fs
Thank you for your Time


n etime sorry i couldnt do more....

am-fs 05-05-2005 11:29 PM

OK. I went threw the complete install again

i would like to find the mistake so it can only be viewed by loged in members

now, i can delete the " Radio " temeplate and every thing is the same

the nav bar link goes to www.url.com/testingVB3.7/radio.php

instead of www.url.com/testingVB3.7/radio.blog/index.php

were is the setting makeing it go to the radio.blog/index.php

Step 1 - upload radio.blog files to my server on my testing directory

Step 2 - edit name on the radio.php
From $navbits[$parent] = 'Your radio name'; // Your radio name goes here
To $navbits[$parent] = 'Radio'; // Radio

Step 3 - edit radio.blog/index.php
<title>RADIO.BLOG</title> to <title>Radio</title>

step 4 - create a new template and paste Code
Were is the correct spot to put my url twice, i have moved it all over and can tell no difference

??????????????
<!-- put the location of your radio.blog directory in the following above and below lines -->?????????
<if condition="$show['member']">??????????
<iframe src="forum/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe>??????????

with or with out the Radio Templete i can access my Radio but only if i type the url
www.url.com/testingVB3.7/radio.blog/index.php

Step 5 - Edit nav bar and copy paste code
it show up on the nav bar.

can any one tell me why its not working the right way?/?
Thank you and sorry for some many stupid post but i want this hack the correct way

Thanks

MissKalunji 05-06-2005 12:19 AM

Quote:

Originally Posted by am-fs
OK. I went threw the complete install again

i would like to find the mistake so it can only be viewed by loged in members

now, i can delete the " Radio " temeplate and every thing is the same

the nav bar link goes to www.url.com/testingVB3.7/radio.php

instead of www.url.com/testingVB3.7/radio.blog/index.php

were is the setting makeing it go to the radio.blog/index.php

Step 1 - upload radio.blog files to my server on my testing directory

Step 2 - edit name on the radio.php
From $navbits[$parent] = 'Your radio name'; // Your radio name goes here
To $navbits[$parent] = 'Radio'; // Radio

Step 3 - edit radio.blog/index.php
<title>RADIO.BLOG</title> to <title>Radio</title>

step 4 - create a new template and paste Code
Were is the correct spot to put my url twice, i have moved it all over and can tell no difference

??????????????
<!-- put the location of your radio.blog directory in the following above and below lines -->?????????
<if condition="$show['member']">??????????
<iframe src="forum/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe>??????????

with or with out the Radio Templete i can access my Radio but only if i type the url
www.url.com/testingVB3.7/radio.blog/index.php

Step 5 - Edit nav bar and copy paste code
it show up on the nav bar.

can any one tell me why its not working the right way?/?
Thank you and sorry for some many stupid post but i want this hack the correct way

Thanks


caz of the radio template........its in the radio template that its specify that if his a member he can view it....what i did is.............i putted the radio link in the area where it says : welcome %username.....wich means if the person isnt registered wont see it.....................i think there is a navbar like that.....or there is another code you try this wherever you added the link :
<if condition="$show['member']">??????????
<A HREF="forum/radio.blog/index.php"> <-- add whateva else u added how big the windows should be etc..</if>
that should work

am-fs 05-06-2005 12:34 AM

yea, but if there is no radio templete (deleted )
the nav bar link goes to the radio.php url instead of the radio.blog/index.php url.

right now it is set so only logged in members see it
But if just added the link to my main forum it will show at all times

i just wondering what makes it go to the radio.php if there is no templete or if there is a templete?

im boggled

MissKalunji 05-06-2005 12:40 AM

Quote:

Originally Posted by am-fs
yea, but if there is no radio templete (deleted )
the nav bar link goes to the radio.php url instead of the radio.blog/index.php url.

right now it is set so only logged in members see it
But if just added the link to my main forum it will show at all times

i just wondering what makes it go to the radio.php if there is no templete or if there is a templete?

im boggled


then just add teh <if> comments

example you added the link : <A href="www.domain.com/radio.blog/index.php">

add

<if condition="$show['member']">
<A HREF="www.domain.com/radio.blog/index.php"> Radio</a>
<else />
Your appearing as unregistered, please register by clicking <a href="register.php?$session[sessionurl]">here<a/> or check your emails to activate your account, if your still having problems click <a href="sendmessage.php?$session[sessionurl]">here</a> to contact the webmaster
</if>


try that....

MissKalunji 05-06-2005 12:42 AM

Quote:

Originally Posted by am-fs
yea, but if there is no radio templete (deleted )
the nav bar link goes to the radio.php url instead of the radio.blog/index.php url.

right now it is set so only logged in members see it
But if just added the link to my main forum it will show at all times

i just wondering what makes it go to the radio.php if there is no templete or if there is a templete?

im boggled


its the radio.php you notice when you look at the link...i sends you radio.php -> wich checks the template and opens the template to show up the results...but since you have no radio.php (wich checks if his logs) you go directly by using the link....

i dont know if you understand...i know i might speak a lil chineese (caz i understand myself)

am-fs 05-06-2005 12:47 AM

i get a error code on line 20 when i did that

but what make the nav bar link go to the right url?

it cant be that code because it dont matter if i created it yet or if it is there.

i dont want any members to find my or know about the test site, so if i just added the testing link to my main forum they will see Testing VB3.7 in the url when playing the radio?

am-fs 05-06-2005 12:50 AM

i do have a radio.php but that not what is play the music....?

it works fine as long as you type the radio.blog/index.php to the url

but the nav bar link makes it go to the radio.php

maybe i have the radio.blog/index.php in the wrong spot?
its in with the radio.blog files

am-fs 05-06-2005 01:04 AM

$navbits[$parent] = 'Your radio name'; // Your radio name goes here
changed to Radio Radio

<?php

/*

vBulletin Radio 2.3.x

(c) Khaleel Mughal of the www.death-eater.net support at vbulletin thread: https://vborg.vbsupport.ru/showthrea...221#post638221

Support only given if you click install

*/

error_reporting(E_ALL & ~E_NOTICE);

define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'radio');

$phrasegroups = array(

);

$specialtemplates = array(

);

$globaltemplates = array(
'radio',
);

$actiontemplates = array(

);

require_once('./global.php');


$navbits = array();
$navbits[$parent] = 'Radio'; // Radio
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";'); // this means we need the navbar template
eval('print_output("' . fetch_template('radio') . '");'); // and its going to printed and PLACED in the radio template

?>

am-fs 05-06-2005 01:32 AM

OK.....I got it


in the nav bar templete were you cpoy & paste this
<if condition="$show['member']">
<td class="vbmenu_control"><a href="radio.php?$session[sessionurl]">Radio</a></td><else /></if>


i changed this line to
href="http://myurl.com/TestingVB3.7/radio.blog/index.radio.php?$session[sessionurl]">Radio</a></td><else /></if>

but were in the instructions does it say to do that???

i got it, thank you for your help, i will beable to sleep tonight, gezz 3 days now...lol

MissKalunji 05-06-2005 04:54 PM

Quote:

Originally Posted by am-fs
OK.....I got it


in the nav bar templete were you cpoy & paste this
<if condition="$show['member']">
<td class="vbmenu_control"><a href="radio.php?$session[sessionurl]">Radio</a></td><else /></if>


i changed this line to
href="http://myurl.com/TestingVB3.7/radio.blog/index.radio.php?$session[sessionurl]">Radio</a></td><else /></if>

but were in the instructions does it say to do that???

i got it, thank you for your help, i will beable to sleep tonight, gezz 3 days now...lol

if you copy the radio template its in there...


sorry if i took so long to replyu didnt notice you were replying

MissKalunji 05-06-2005 04:55 PM

Quote:

Originally Posted by am-fs
i do have a radio.php but that not what is play the music....?

it works fine as long as you type the radio.blog/index.php to the url

but the nav bar link makes it go to the radio.php

maybe i have the radio.blog/index.php in the wrong spot?
its in with the radio.blog files


its a redirection that says to use the template radio to open the page...

am-fs 05-06-2005 05:28 PM

I understand
but i dont understand what the radio template is for

i just edited a link in th the navbar breadcrumbs and every thing works fine
but so i deleted the radio templete since it has no effect on the player.

this is a great hack but im stupid and dont understand.....lol

AmpSul 05-07-2005 03:59 AM

hello,
thanks for the new version, khaleel :) been waiting for this one!

one question... is it possible to have the radio.blog (and associated files) hosted on another site and access it (via popup) from my vbulletin site?

any advice most appreciated,
ampsul

Brandon Sheley 05-09-2005 10:34 PM

Hello, I'm a hugh firefox fan, but as you know you have to have the site working perfect in IE as well .. well anyways i was checking some stuff out and i noticed that the MUSIC link i have in my navbar that will popup the radio blog window, is way to long in IE, has this been an issue ? it looks fine in FF do u know where i can look ?

as i stated it looks fine in firefox

thank you

khaleel 05-10-2005 06:56 PM

Loco Macheen, Im still trying to solve this issue, it varies for each person, im working on it. So sorry though.

AmpSul

In navbar find

Code:

radio.blog/index.php
Meaning the location of the link and replace it with

http://www.locationoftheradioyouwant...eonanothersite

it will work :)

AmpSul 05-14-2005 02:30 AM

thanks, khaleel.... i'll give it a shot.

Brandon Sheley 05-15-2005 05:29 AM

Quote:

Originally Posted by khaleel
Loco Macheen, Im still trying to solve this issue, it varies for each person, im working on it. So sorry though.


has there been any word on this ? what file i may look at. thank you agian for the mod. i still love it :)

MissKalunji 05-22-2005 09:44 AM

Anyone knows if this will work with 3.5.0? thx

overload7 05-24-2005 07:03 PM

Can someone please show me exactly what I have to alter in order to get the radio in a popup. right now I can only get it to work in a full screen. I don't know exactly what I need to do, and I am a newbie when it comes to this stuff. If you don't know what I mean, Please feel free to check it out at www.overloadcars.net. Thanks guys.

Marcus Lau 05-26-2005 08:05 PM

my index.php has nothing in it except the frame ... some please help! thanks!

Sorry i got it ....hehe

Marcus Lau 05-26-2005 08:54 PM

Click IN in In in In STALL!!!!!!


All times are GMT. The time now is 03:55 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01580 seconds
  • Memory Usage 1,862KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete