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)

racechick20 11-13-2007 11:45 AM

Quote:

Originally Posted by Dream (Post 1319386)
Just to say, this mod kicks ass :D I listen to radio on my forum all the time.

I'm very proud of myself.

LMAO!

And so you should be! This is a most excellent mod, we love it. Thank you so much! Installed, rated and MOTM.

racechick20 11-13-2007 01:09 PM

Dream ...

I may be missing something real obvious but how do I know what the id of the radio stations are? I'd like to set a different one for the default but can't seem to find the station id anywhere. (It is a number, isn't it?)

Cheers!

princeedward 11-13-2007 05:08 PM

Quote:

Originally Posted by racechick20 (Post 1381723)
Dream ...

I may be missing something real obvious but how do I know what the id of the radio stations are? I'd like to set a different one for the default but can't seem to find the station id anywhere. (It is a number, isn't it?)

Cheers!

all you have to do is bring your mouse pointer to any radio/tv station and look below/left your window to view this javascript:changeStation (25) or right click any station you like at your station list...and choose/click properties down below...

view my attachment for more info:

Attachment 72277

goodluck, enjoy and best regards...

:p

racechick20 11-13-2007 05:54 PM

Quote:

Originally Posted by princeedward (Post 1381850)
all you have to do is bring your mouse pointer to any radio/tv station and look below/left your window to view this javascript:changeStation (25) or right click any station you like at your station list...and choose/click properties down below...

view my attachment for more info:

Attachment 72277

goodluck, enjoy and best regards...

:p

D'oh. Thank you, you are a star!

Big-K 11-13-2007 08:55 PM

Quote:

Originally Posted by Dream (Post 1380735)
Thanks Big-K :)

That's an interesting suggestion, but it's easy enough to see the player in the page they are playing, isn't it?

The problem is that in some cases, the player is not listed right in the XML file. In such cases, the radio station wont play until you manually select the correct player. My suggestion is if its possible, the system will make this process automatic. Thanks for a nice hack.

haytham 11-14-2007 07:48 PM

Very nice installed. One question. As Admin. if I add a TV station, will all members be able to watch it or only me?

Konstantinos 11-14-2007 08:37 PM

what about a now playing addon to show in memberinfo and postbit with the station u r currenlty listening ? :)

Dream 11-14-2007 08:44 PM

Quote:

Originally Posted by haytham (Post 1382598)
Very nice installed. One question. As Admin. if I add a TV station, will all members be able to watch it or only me?

Everyone can see it.
Quote:

Originally Posted by Konstantinos (Post 1382623)
what about a now playing addon to show in memberinfo and postbit with the station u r currenlty listening ? :)

Anyone is invited to do an addon like that :)

Try asking in the addon suggestions forum.

Dream 11-14-2007 11:08 PM

Quote:

Originally Posted by racechick20 (Post 1381673)
LMAO!

And so you should be! This is a most excellent mod, we love it. Thank you so much! Installed, rated and MOTM.

Glad you like it :)
Quote:

Originally Posted by Big-K (Post 1382010)
The problem is that in some cases, the player is not listed right in the XML file. In such cases, the radio station wont play until you manually select the correct player. My suggestion is if its possible, the system will make this process automatic. Thanks for a nice hack.

This is an interesting suggestion, but some URLs don't have an extension, so they can't be recognized. But for those that have an extension, there could be a button that adds an ajax check for the correct player.

357Magnum 11-17-2007 07:08 AM

get this error:

Database error in vBulletin 3.6.8:

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

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ENGINE = MYISAM' at line 10
Error Number : 1064
Date : Saturday, November 17th 2007 @ 01:03:35 AM
Script : vb/admincpanel/plugin.php?do=productimport
Referrer :vb/admincpanel/plugin.php?do=productadd
IP Address : xxxxx
Username : xxxxx
Classname : vb_database

any ideas?

Dream 11-17-2007 08:56 AM

Well I'd say that's on installation right? It would seem there's a typo in the install code, but other people seem to be installing it without problems.

daydie 11-17-2007 01:38 PM

Added it m8, Nice release, Love ya :P lol

357Magnum 11-18-2007 01:31 AM

Quote:

Originally Posted by Dream (Post 1384247)
Well I'd say that's on installation right? It would seem there's a typo in the install code, but other people seem to be installing it without problems.

ya it is when I try and install the XML. I am not that code savy. Any ideas on what to fix? thanks!

Zia 11-18-2007 04:27 AM

Helo...
Any one tell me...how to add small logo (jpeg/jpg) image with any station ?

Dream 11-18-2007 10:29 AM

Quote:

Originally Posted by 357Magnum (Post 1384726)
ya it is when I try and install the XML. I am not that code savy. Any ideas on what to fix? thanks!

Hello I just checked the XML and there appears to be nothing wrong with it. Try downloading the zip file again.

Dream 11-18-2007 10:30 AM

Quote:

Originally Posted by Zia (Post 1384772)
Helo...
Any one tell me...how to add small logo (jpeg/jpg) image with any station ?

Where exactly you want to add a logo? Is it a different logo for each station? If that's the case that isn't possible without making complicated code changes.

albibak 11-18-2007 03:16 PM

Dream, is it possible to add phrases for the AdminCP phrases on cpnav_radioandtv.xml?

Is it possible to add phrases for "Import / Export Stations" and "Clean Up" too with the content?

Dream 11-18-2007 03:26 PM

I'll do that on the next version, but I won't update the mod just to add this. You should be able to easily edit it for french if you like.

albibak 11-18-2007 03:51 PM

Yes, but I prefer translate only the phrases ;) I don't want to change the code.
So, we are waiting the next version :)

357Magnum 11-18-2007 06:12 PM

Quote:

Originally Posted by Dream (Post 1384854)
Hello I just checked the XML and there appears to be nothing wrong with it. Try downloading the zip file again.

tried that also. no go. I guess i'll try updating mySQL. even though it should be up to date

Dream 11-18-2007 07:00 PM

In your db error you posted there's a double ; that shouldn't be there, but I checked the install code and that extra ; isn't there, so I'm pretty much clueless, sorry.

Zia 11-19-2007 02:24 AM

Quote:

Originally Posted by Dream (Post 1384856)
Where exactly you want to add a logo? Is it a different logo for each station? If that's the case that isn't possible without making complicated code changes.

helo dream...
thnx...& yes u got the point.... diff. logo for each station...

can u hope to get it at next release ?

SNATCH3R 11-19-2007 11:30 AM

Thanks a lot for this mod Dream.....really appreciate your efforts in makin these....

thankxxxxxxxxxxxxxxxxx

rnmcd 11-19-2007 12:51 PM

Quote:

Originally Posted by Dream (Post 1380800)
You can put adsense by editing the templates. WOL support is already in the mod.


What is WOL? Wake on Lan?

Dream 11-19-2007 01:59 PM

Who's Online

Dream 11-19-2007 02:00 PM

Yay 600 installs! :)

Dream 11-20-2007 06:03 PM

Quote:

Originally Posted by Zia (Post 1385295)
helo dream...
thnx...& yes u got the point.... diff. logo for each station...

can u hope to get it at next release ?

No sorry, I don't plan on doing that.
Quote:

Originally Posted by luttappy (Post 1385484)
Thanks a lot for this mod Dream.....really appreciate your efforts in makin these....

thankxxxxxxxxxxxxxxxxx

You are welcome :)

bigmonay2k 11-21-2007 12:08 AM

ok I like this hack...now I have a BIG board Threads: 3,026,906, Posts: 78,791,026, Members: 101,503.... will this hack slow down my board...

Dream 11-21-2007 12:28 AM

no it won't.

Wolf Link 11-21-2007 03:46 AM

How do we actually add stations? I'm an idiot, I can't figure it out for the life of me D:

rishimodi 11-21-2007 04:42 AM

Can you include the option, where if one wants to view the adult station - they are asked for age confirmation.

I'll appreciate it.

Regards

Subah 11-21-2007 01:23 PM

Database error in vBulletin 3.6.8:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'admin',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '<font color=\"#FF0000\">',
`closetag` = '</font>',
`passwordexpires` = '0',
`passwordhistory` = '0',
`nbmsgshowchatbox` = '',
`mgccustomusergroupperms` = '0',
`awardpermissions` = '1',
`radiotvpermissions` = '1',
`uploaderperm` = '15',
`uploadermaxfilesize` = '2097152',
`uploadermaxfoldesize` = '10485760',
`uploaderfilestypes` = 'jpg, jpe, jpeg, png, gif, txt, swf, zip, doc',
`forumpermissions` = '1048575',
`attachlimit` = '0',
`pmquota` = '300',
`pmpermissions` = '7',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions` = '1040187327',
`genericoptions` = '55',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '80',
`avatarmaxheight` = '80',
`avatarmaxsize` = '20000',
`signaturepermissions` = '245759',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '20000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0'
WHERE usergroupid=6;

MySQL Error : Unknown column 'nbmsgshowchatbox' in 'field list'
Error Number : 1054
Date : Wednesday, November 21st 2007 @ 08:20:36 AM
Script : http://www.+++++.net/vb/admincp/usergroup.php?do=update
Referrer : http://www.+++++.net/vb/admincp/user...&usergroupid=6
IP Address : 000.00.000.00
Username : *****
Classname : vb_database

Subah 11-21-2007 01:27 PM

I think there is a problem with the vbshout 2.0 hack ??

Stifmeister2 11-21-2007 01:43 PM

I have vbshout 2.0 and no problems here (yet).

Dream 11-21-2007 06:28 PM

Quote:

Originally Posted by Wolf Link (Post 1386623)
How do we actually add stations? I'm an idiot, I can't figure it out for the life of me D:

In the addon page there's a form for adding stations. You need to give yourself permissions to use that, in the user group permissions settings.
Quote:

Originally Posted by rishimodi (Post 1386637)
Can you include the option, where if one wants to view the adult station - they are asked for age confirmation.

I'll appreciate it.

Regards

No sorry, that's not planned for this mod. Theres another mod called XTV for adult streams.

Dream 11-21-2007 06:31 PM

Quote:

Originally Posted by Subah (Post 1386898)
I think there is a problem with the vbshout 2.0 hack ??

That's not a problem with this mod. Ask for help in the vbshout 2.0 thread or the MGC chatbox thread if that's what you have.

Dream 11-21-2007 10:02 PM

Visualization on Firefox on Vista works :) now that's a surprise.

Wolf Link 11-23-2007 03:23 AM

Quote:

Originally Posted by Dream (Post 1387086)
In the addon page there's a form for adding stations. You need to give yourself permissions to use that, in the user group permissions settings.

Sorry, I'm an idiot with this stuff.
I'm looking in user group permissions and the TV and Radio area in the VB options, and I don't see a permissions area for it.
Sorry :(

ninjashoes 11-23-2007 04:49 AM

Theres a site where people can create their own playlists, I forgot what its called but I have a couple members adding their own custom stations. A good way to get people involved.

Dream 11-23-2007 01:26 PM

Quote:

Originally Posted by Wolf Link (Post 1387850)
Sorry, I'm an idiot with this stuff.
I'm looking in user group permissions and the TV and Radio area in the VB options, and I don't see a permissions area for it.
Sorry :(

Did you upload the bitfield file in the includes/xml/ folder?


All times are GMT. The time now is 04:05 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.03348 seconds
  • Memory Usage 1,834KB
  • 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
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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