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)

WiseOwl 01-13-2005 03:34 AM

https://vborg.vbsupport.ru/external/2005/01/4.gif

that's what it looks like, don't know exactly what template... hope that helps, ill explore later on tomorrow if you haven't found it..

trafix 01-13-2005 03:40 AM

Quote:

Originally Posted by WiseOwl
http://digitalmental.com/images/tabletag.gif

that's what it looks like, don't know exactly what template... hope that helps, ill explore later on tomorrow if you haven't found it..

hmmm .... possibly the vb_JUKEBOX template ... i will have a look soon

i deved the hack here http://www.usodja.com/forums/vb_jukebox.php?

and there is no problem there for your intrest here is the template from that site
PHP Code:

$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
<
title>$vboptions[bbtitle] ~ $vbphrase[jb_jukebox] - powered by vBulletin</title>
$headinclude
</head>
<
body>
$header
$navbar

<script LANGUAGE="Javascript">
<!--
function 
showwin(name,size
{
attrbts size ",resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes"
window.open(name"jukebox"attrbts);
}                                       
//-->
</script>

<if 
condition="$canplay == 1">                        
    <
object id="MediaPlayer1" 
width=0 height=0
classid
="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">
<
param name="URL" value="$playsong">
<
embed type="application/x-mplayer2" 
name="MediaPlayer"
width=0
height
=0
src
="$playsong"
showcontrols="0">
</
embed>
</
object>

</if>


<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
<
td class="panelsurround" align="center" colspan="2">
    <
div class="panel">
        <
div style="width:$stylevar[formwidth]align="$stylevar[left]">
            <
fieldset class="fieldset">
                <
legend><strong>$vbphrase[jb_now_playing] ..... <i>$songdetails</i></strong></legend>
                <
table align="center" cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                <
tr>
                <
td>
                    <
center>
                    <if 
condition="$vboptions[jb_mode] == 1">
                    
$vbphrase[jb_free_for_members_guests]
                    </if>
                    <if 
condition="$vboptions[jb_mode] == 2">
                    
$vbphrase[jb_free_for_members_only]
                    </if>
                    <if 
condition="$vboptions[jb_mode] == 3">
                    
$jb_credit_for_members_only
                    
</if>
                    <
br /><br />
                    
$mostpopular
                    
<br />$vbphrase[jb_top10_note]
                    <
br /><a href="javascript:showwin('vb_jukebox.php?$session[sessionurl]do=top10', 'width=450,height=400')"><b>$vbphrase[jb_view_top10]</b></a>
                    <
br /><br />
                    
$vbphrase[jb_instructions]
                    <if 
condition="$warning == 1">
                    <
br /><br />
                    
$warningdesc
                    
</if>                        
                    </
center>
                </
td>
                </
tr>
                </
table>
            </
fieldset>
        </
div>
    </
div>
<
tr>
    
</
tr>
<
tr>
<
td class="thead">
    <
b>$vbphrase[jb_song]</b>
</
td>
<
td class="thead">
    <
b>$vbphrase[jb_requests]</b>
</
td>
</
tr>

$playlist

</td>
</
tr>
</
table>

</
td></tr>
<
tr>
    <
td><center>Powered By: <b>$vboptions[bbtitle]</b>
    <
br>vB Jukebox 1.0 By Trafix</center></td>
  </
tr>
</
table>

$footer

</body>

</
html

let me know it that works

jugo 01-13-2005 02:22 PM

Quote:

Originally Posted by trafix
the next version will have an upload feature where you can use the web browser to upload the songs ....


Most MP3 Songs are more than 3 MB is size. how will you handle the PHP restrictions on upload sizes?

trafix 01-13-2005 08:47 PM

i have by-passed the size limiting .... hmmm ... something to ponder

yoyoyoyo 01-14-2005 06:56 AM

very nice! I am especially looking forward to this feature:
Quote:

* The ability for members to upload songs to the site the songs wont be active on the jukebox until the admin activates them for security issues

trafix 01-14-2005 08:20 AM

I have to get some work done on the vb trader however i will get to these features soon :)

Kyoko 01-14-2005 11:27 AM

Great work
*applauds*

trafix 01-14-2005 09:06 PM

* trafix takes a bow

Quote:

Originally Posted by Kyoko
Great work
*applauds*


ambrosious 01-15-2005 01:09 AM

Ok, I'm completely stupid here, can someone tell me where to upload music files to?

I have tried three locations. Server/midi, then public_html/midi folder then public_html/vbulletin/midi and no songs ever show up? Is there something I missed?

trafix 01-15-2005 06:20 AM

ok ... usong you ftp ... make a new folder in the same area as your vb root area ... then upload your songs to it.

to add the songs to the jukebox click on "Add" and enter the name of the song in the first line and then the url of the song in the second


All times are GMT. The time now is 06:11 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.01725 seconds
  • Memory Usage 1,786KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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