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 Add-on (https://vborg.vbsupport.ru/showthread.php?t=152037)

Konstantinos 09-25-2007 12:17 PM

Quote:

Originally Posted by basketmen (Post 1341269)
hello

how you can get the source tv url from those site

i cant find tv url from those site, i just can watch the tv on those site

yeah how to do this ?

Konstantinos 09-25-2007 12:54 PM

Quote:

Originally Posted by Dream (Post 1341274)
check the source code of those pages and find the url on <object> and <embed> tags

there is no object or embed in channelchooser.com

unitedpunjab 09-25-2007 04:11 PM

IS there any way that a user can show his fav Radio channel from the list under his username in postbit.

Is it possible to show the tracks that are online on certain channel on forum homepage. So that we will make more user listen to radio when they see their fav songs playing online on radio.

One thing more Other user can trace out which user is listening to which song...

I Want some kind of more integration with Vb Forum rather than just clickin a link than listnin to music from that single page.

Rest, The MOD is workin superb my forum. i also keep listnin to my fav online radio channel when i work online.

baby41 09-25-2007 09:36 PM

I have installed this hack and for some reason the links for all stations are not inside my forum directory:confused::confused: but all steps where done as instructions said,can someone have an idea where can I change the links:D

Dream 09-25-2007 11:03 PM

Quote:

Originally Posted by unitedpunjab (Post 1346654)
Hey dream

Can you modify The Radio and online Tv script to match the script present on this site ??
http://music.pz10.com/

Sorry no plans to do that, that would be a totally different mod.
Quote:

Originally Posted by wluther (Post 1346687)
:up:
This is probably one of the most simple and easy mods to install, and also very very functional and useful.

If only vbulletin were this hassle-free, easy, simple, efficient, etc... to use.

OUTSTANDING JOB!!!

KEEP UP THE GREAT WORK!!
:up::D

Thank you, I always try to keep installation as simple as possible :)

Don't forget to vote it for Mod of the Month if you really like it.
Quote:

Originally Posted by Konstantinos (Post 1346764)
there is no object or embed in channelchooser.com

you need HTML knowledge to read the page code and find the streaming URL.

Dream 09-25-2007 11:06 PM

Quote:

Originally Posted by unitedpunjab (Post 1346899)
IS there any way that a user can show his fav Radio channel from the list under his username in postbit.

Is it possible to show the tracks that are online on certain channel on forum homepage. So that we will make more user listen to radio when they see their fav songs playing online on radio.

One thing more Other user can trace out which user is listening to which song...

I Want some kind of more integration with Vb Forum rather than just clickin a link than listnin to music from that single page.

Rest, The MOD is workin superb my forum. i also keep listnin to my fav online radio channel when i work online.

The postbit part would be an add-on to this add-on, you could try asking other coders to do that.

It's not possible to show what's playing in each radio station. The radio stations do not provide this info.

Dream 09-25-2007 11:07 PM

Quote:

Originally Posted by baby41 (Post 1347091)
I have installed this hack and for some reason the links for all stations are not inside my forum directory:confused::confused: but all steps where done as instructions said,can someone have an idea where can I change the links:D

The link in the navbar you mean? Did you do the navbar template edits?

baby41 09-26-2007 08:09 AM

No Dream,the link in the navbar is fine the problem is when I open the Tv and radio station you have a link called "Permalink",that link is taking me to "The requested URL /radioandtv.php?station=16 does not exist" because my forum is installed in the directory /forum.

Dream 09-26-2007 09:27 AM

find this

function rs_construct_permalink($stationid) {
return rs_construct_url_link('/radioandtv.php?station=' . $stationid);
}

and change it for

function rs_construct_permalink($stationid) {
return rs_construct_url_link('radioandtv.php?station=' . $stationid);
}

in radioandtv.php

I updated the zip file

KURTZ 09-26-2007 11:52 AM

so the update is only the radioandtv.php?


All times are GMT. The time now is 02:42 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.01903 seconds
  • Memory Usage 1,745KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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