vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Radio and TV Player (https://vborg.vbsupport.ru/showthread.php?t=167567)

fariborz 05-02-2008 02:37 PM

Hello Dream,
Thanks for your best product.
I have one question.
I removed one station, and that station in my favorite!
Now, that station name is nothing and not removed from my favorite list!
Error: undefined noid

What can i do?

topspeeforum 05-02-2008 09:14 PM

This is not working on my site. It is giving me a parse error in the navigation bar and I cannot get rid of it.

Here is a link to my site so maybe you can figure it out
www.topspeedforum.net

topspeeforum 05-02-2008 09:16 PM

Here is the error i am getting in admincp
Code:

The following error occurred when attempting to evaluate this template:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /home2/topspeed/public_html/includes/adminfunctions_template.php(3717) : eval()'d code on line 97

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.


hardfm 05-02-2008 10:51 PM

www.files.hard.fm/listen.pls

can be used as a stream if you like :)

Dream 05-02-2008 11:39 PM

Quote:

Originally Posted by topspeeforum (Post 1506175)
This is not working on my site. It is giving me a parse error in the navigation bar and I cannot get rid of it.

Here is a link to my site so maybe you can figure it out
www.topspeedforum.net

Quote:

Originally Posted by topspeeforum (Post 1506180)
Here is the error i am getting in admincp
Code:

The following error occurred when attempting to evaluate this template:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /home2/topspeed/public_html/includes/adminfunctions_template.php(3717) : eval()'d code on line 97

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.


Did you edit any template? Added banners? Are you using 3.7?

Quote:

Originally Posted by hardfm (Post 1506239)
www.files.hard.fm/listen.pls

can be used as a stream if you like :)

Thanks :)

Dream 05-02-2008 11:40 PM

Quote:

Originally Posted by fariborz (Post 1505793)
Hello Dream,
Thanks for your best product.
I have one question.
I removed one station, and that station in my favorite!
Now, that station name is nothing and not removed from my favorite list!
Error: undefined noid

What can i do?

That's a known bug, I'll fix it when I have some time.

TimberFloorAu 05-04-2008 04:09 AM

Mate. I have read these forums for a long time, and having just upgraded our VB to 3.7 I decided to install your Radio/Tv mod.

WOW ! Brilliant work.

Absolutely awesome, having runa streaming radio site for a few years, I can tell you the coding for the streams, etc wore me out lol.

Anyway back to my Q!?

Do you have the correct format, example xml, for tv streaming.
And explain how we and where we upload this to, so that it integrates with radio Streams.

Or do we just add, TV streams to Radio Streams xml file ?

If so does the system, automatically ascend the list into alphabetical order ?

Brill WORK

Respect

Ozzy

Dream 05-04-2008 05:16 AM

Hello and thanks :)

To add TV streams you don't need to create a XML, just add the TV stream in the mod page. If you don't see the option to add streams check your usergroup permissions.

The stream listings are all in alphabetical order, no other order is supported.

l1479 05-04-2008 09:50 PM

Hi,
It's great work! Awesome!
It's installed with a few problems. You may help to me out.
When users run it on non-English language, there is no hyperlink for "Edit Station", "delete station", "add station to favorites", "click to open in bigger window", "doesn't work", and "is a duplicate". In addition, system only allows adding one new station and also no statistics data are shown. Any advice would be appreciated.
Thanks.

Dream 05-04-2008 11:39 PM

Is it in arab? There are problems with arab and ajax.

Cando 05-05-2008 02:00 PM

Hi, where do I put the javascript.php file? I think that's why clicking on any of the stations, deleting categories doesn't do anything.

There's no info in the install intructions where to put it.

thanks,

Dream 05-05-2008 03:06 PM

Ignore javascript.php. If you are using vb 3.6.x, use the correct mod version.

droid101 05-05-2008 05:05 PM

Okay, so I have modded this slightly so that it doesn't open in a new window, but just opens in the same window.

However, when I add the Radio and TV stats to User Profiles, the link in there uses the javascript to open in a new popup window. Is there any way I can change that hyperlink to just go to the radiotandtv.php (as my navbar link does due to my change) rather than the popup? I don't know where to make this edit, as it's automatically added in when changing the "Option" to yes.

Edit: Okay, I found in the plugin where to do this. However... is there a way to edit it so that it opens in the same window, but also goes to the station specified? If I change them all to just the radioandtv.php link, it won't specify the station, and just open a random one.

Or, maybe just change the size of the popup window to match the size of the current window? That would probably be the quickest fix.

Thanks.

Dream 05-05-2008 08:31 PM

You need to edit the javascript code in navbar, I don't support custom code.

droid101 05-05-2008 08:35 PM

Quote:

Originally Posted by Dream (Post 1509720)
You need to edit the javascript code in navbar, I don't support custom code.

I know that you don't, but there are people around who respond to these sometimes. Wasn't trying to be a pest. :)

l1479 05-06-2008 05:21 AM

Quote:

Originally Posted by Dream (Post 1508737)
Is it in arab? There are problems with arab and ajax.

It's Chinese. I am running 3.7.0. Can that be fixed?
Thanks.

Dream 05-06-2008 05:25 PM

I wouldn't know how to fix it, sorry.

Ted Clore 05-06-2008 06:21 PM

Can't get past Step 2. I had Version 1.7 running with vB 3.7.0. When I did the upgrade I get an error message and the script runs and runs and runs..., never completing. I did an "Uninstall" and tried to Install it new. Get the same problem.

Database error in vBulletin 3.7.0:

Invalid SQL:
CREATE TABLE `radiostation` (
`stationid` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`name` VARCHAR( 150 ) NOT NULL ,
`url` VARCHAR( 150 ) NOT NULL ,
`addedby` INT( 10 ) NOT NULL ,
`dateadded` INT( 10 ) NOT NULL ,
`played` INT( 10 ) NOT NULL DEFAULT '0',
`description` TEXT NULL ,
`categoryid` INT( 10 ) NOT NULL DEFAULT '0'
) ENGINE = MYISAM ;;

There is more to the message but it is stats from my forum directory.

Dream 05-06-2008 06:28 PM

Manually remove the tables radiostation and all that begin with radiostation_ from the database. If you export them and after installing the mod import them you'll keep your data.

sim tech 05-08-2008 03:10 AM

Fresh install here. At first I thought that most of the stations didn't work and then I decided to try it on a couple of other computers.

All have XP, all updated. Nothing too out of the ordinary on ay of the machines.

But on my main PC I cannot see or hear nearly all of the channels. I even tried my admin login on other machaines and it worked fine there.

--------------------
Update -

I have several forum members who are experiencing the same problem. The mod works great on my spare computer but not on the main pc.

sim tech 05-08-2008 05:05 PM

Found the problem... if you don't set up a store with Media Player 11 or have Nero installed it sometimes causes WMP Networking issues. The easiest way to fix this is just to rename the networking information folder for the Player so that it can rebuild its networking information files after you restart it.

If anyone else has problems this is what needs to be done:

To rename the Player networking information folder

1.
Close Windows Media Player. (To do this, on the File menu, click Exit.)

2.
Click Start, and then click Run.

3.
In the Run dialog box, type the following (exactly as shown):

%UserProfile%\Local Settings\Application Data\Microsoft\Windows Media

This step opens the following folder on your computer:

SystemDrive:\Documents and Settings\UserProfileName\Local Settings\Application Data\Microsoft\Windows Media

4.
In this folder, rename the folder 11.0 to 11.0.bak. For more information about renaming folders, see To change the name of a file or folder. NOTE: if you are using version 10 then you would need to rename the folder 10.0 to 10.0.bak.

5.
Start the Player and try to stream the content again. It should rebuild a new folder.

XnaMe 05-09-2008 06:28 PM

Hello! I want to add the TV Player to external page... in other website ... who can i do that? Thanks

M@tthew 05-10-2008 04:24 PM

Superb, thank you! :)

M@tthew 05-10-2008 07:10 PM

I'm trying to get the settings (without much luck!) for the XML import for one of my favourite stations - Classic FM (UK) and Classic FM Jazz for both the Radio and TV streams. Can anyone help please? :)

Many thanks all. :cool:

Dream 05-10-2008 07:31 PM

In the third post of this thread there are basics instructions on how to get streams from websites.

Jack0919 05-10-2008 08:12 PM

great mod.

there is a issue:

In Vista IE and Firefox,when I edit the Category or Stations. even just in English.

“AJAX error,please try again.(HTTP status:406/ Not Acceptable)”

AND the most important , how can I use non-English langurage in Category or Stations?

7lanet 05-10-2008 08:46 PM

Thanks

Dream 05-10-2008 09:58 PM

Jack, I think Ajax has problems with Chinese which I don't know how to fix.

texasasl 05-10-2008 11:07 PM

Hello does anyone knows whether or not you can hear a station playing ogg files that means with an extension .m3u ??????

dancue 05-11-2008 12:30 AM

Dream, Is there anyway you can add the option (admincp) to include the navbar and footer? Would be nice to not have to edit the radioandtv.php after every update.

Other than that, great mod!

RedTrinity 05-11-2008 12:43 AM

Quote:

Originally Posted by jaycob (Post 1423748)
hi,

everytime i go to change a station i get a pop up saying "this plug in has performed an illegal operation and you are strongly advised to restart firefox"

and yes i am running firefox 2

I'm having the same problem as above, for Firefox 2.0. Sometimes when I change radio stations I get the same message and the browser crashes.

Quote:

Originally Posted by Dream (Post 1423781)
Are you on WinXP or Vista? See if using this plugin for FF helps

https://vborg.vbsupport.ru/showpost....&postcount=471

I'm using Vista. I don't think I can use the plugin as linked to in the above post, because the latest version listed is for Firefox 1.5 and it warns not to use the plugins for any version other than what it listed. There is no Firefox 2.0 version available.

Would appreciate any other suggestions on fixing this issue!

Cheers :)

dancue 05-11-2008 01:21 AM

anyone care to provide some hip hop streams?

Dream 05-11-2008 03:33 AM

Quote:

Originally Posted by texasasl (Post 1515412)
Hello does anyone knows whether or not you can hear a station playing ogg files that means with an extension .m3u ??????

no sorry
Quote:

Originally Posted by dancue (Post 1515453)
Dream, Is there anyway you can add the option (admincp) to include the navbar and footer? Would be nice to not have to edit the radioandtv.php after every update.

Other than that, great mod!

sorry this mod is pretty much done

M@tthew 05-11-2008 07:56 AM

Quote:

Originally Posted by Dream (Post 1515240)
In the third post of this thread there are basics instructions on how to get streams from websites.

Thanks for that, managed to sort. :)

xlegends 05-11-2008 09:27 AM

Thank you so much DREAM!!

RedTrinity 05-12-2008 10:03 AM

Any news on the Firefox crashing issue?

MrFlicks 05-12-2008 04:16 PM

Installed and clicked installed

With Thanks

Dream 05-13-2008 01:00 AM

Quote:

Originally Posted by GamerGirl27 (Post 1517016)
Any news on the Firefox crashing issue?

It has been said earlier in this thread this is a known issue with no fix so far. It started when using Yahoo's javascript EVENTs code that came with vB.

Dream 05-13-2008 01:01 AM

Quote:

Originally Posted by xlegends (Post 1515758)
Thank you so much DREAM!!

Quote:

Originally Posted by MrFlicks (Post 1517390)
Installed and clicked installed

With Thanks

No problem, glad you guys liked it :)

cosy 05-13-2008 08:28 PM

i still cant change stations and i got that eror

https://vborg.vbsupport.ru/attachmen...1&d=1210714061
eror.JPG


All times are GMT. The time now is 08:58 AM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01648 seconds
  • Memory Usage 1,830KB
  • 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
  • (2)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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