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)
-   -   [ Audio / Visual ] - VB Mega Jukebox - Now with permissions to save bandwith (https://vborg.vbsupport.ru/showthread.php?t=74170)

trafix 01-11-2005 07:45 AM

Quote:

Originally Posted by WiseOwl
Thank you, knew it was somewhere, just couldn't find it, workin fine.. I had just installed about 8 modifications, jukebox was the last to be installed.

No conflicts except with "who was online in last 24 hour" modification.. I don't know if this was a conflict with jukebox and that mod or not, but after installing jukebox it is not showing the members usernames that have visited

Also there is TABLE tag that has not been closed.. view http://digitalmental.com/bb/vb_jukebox.php for refrence, bottom of the page..

http://digitalmental.com/bb

Other than those minor things A+

Thanks Again,
Owl

who was online in last 24 hour does reset its self ... but in not sure when that time is .... i cant see the jukebox having any conflict there.

trafix 01-11-2005 07:53 AM

Quote:

Originally Posted by Lionel
A-Z navigation or categories would be nice. If you have too many songs, page could be long.

i can aleo look at that

reteep 01-11-2005 08:07 AM

Little bug in edits of admincp.php:

Original (readme.txt):
Quote:

***********
Insert Before
***********

if (can_administer('canadminstyles'))
{
$printhr = true;
construct_nav_option($vbphrase['jb_track_list'], 'vb_jukebox_admin.php', '<br />');
construct_nav_group("$vbphrase[jb_vbjukebox]", '<hr />
}
That has to be:
Quote:

***********
Insert Before
***********
if (can_administer('canadminstyles'))
{
$printhr = true;
construct_nav_option($vbphrase['jb_track_list'], 'vb_jukebox_admin.php', '<br />');
construct_nav_group("$vbphrase[jb_vbjukebox]", '<hr />');
}
You forgot a ');.

Nice hack, thanks!

reteep 01-11-2005 08:18 AM

But one more question:

The midi directory doesn't have any special function yet, right? It's just for uploading songs and pointing the URL to that folder(no code specific use of that folder yet?)

trafix 01-11-2005 08:24 AM

Quote:

Originally Posted by stormblast
But one more question:

The midi directory doesn't have any special function yet, right? It's just for uploading songs and pointing the URL to that folder(no code specific use of that folder yet?)

yep thats right ... make a folder in your forum directory and ftp the songs into it from your pc, then when you add a song to the juke include the url to the folder, the relative path should work.

the next version will have an upload feature where you can use the web browser to upload the songs .... this will also be in the main jukebox area so members can upload songs ... the admin will have to approve the song before they appear in the jukebox list :) ....

you will notice at the moment that that have not been activated are listed in red ;)

trafix 01-11-2005 08:26 AM

Quote:

Originally Posted by stormblast
Little bug in edits of admincp.php:

Original (readme.txt):


That has to be:


You forgot a ');.

Nice hack, thanks!

oh crap ... thanks :)

reteep 01-11-2005 09:10 AM

For those who are interested, here's a german language file attached ;)

agiacosa 01-11-2005 10:22 AM

Sorry to bring this up, but what are the legalities of doing this?

trafix 01-11-2005 10:24 AM

Quote:

Originally Posted by agiacosa
Sorry to bring this up, but what are the legalities of doing this?

well .... there are no issues with using midi files in your jukebox

you can use other files at your own risk

reteep 01-11-2005 10:25 AM

Quote:

Originally Posted by agiacosa
Sorry to bring this up, but what are the legalities of doing this?

In Germany you may not play Songs which are licensed under the GEMA. If you act like a radio you'd have to pay for broadcasting those songs. It's kinda the same in most of the states. So are probably only able to add selfmade stuff there from friends or yourself which aren't licensed.


All times are GMT. The time now is 10:35 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.01438 seconds
  • Memory Usage 1,744KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (2)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