The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[ Audio / Visual ] - VB Mega Jukebox - Now with permissions to save bandwith Details »» | |||||||||||||||||||||||||||
[ Audio / Visual ] - VB Mega Jukebox - Now with permissions to save bandwith
Developer Last Online: Jul 2008
I want to thank everyone who has supported the original release of this hack and for all the suggestions to make this hack even better
I have spent days on adding all these new features and would like to thank the people who have assisted me to get some of these function to work. Its back after a long time This hack will add a whole new dimention to your forums with a Jukebox 3 file edit 1 template edit 1 new db table 1 db table alteration This hack uses and includes a copy of the [HIS] Hack Installer System (Build 3) released by Link14716 and can be found here --> https://vborg.vbsupport.ru/showthread.php?t=71542 My thanks to Link for his one on one time in building the install files for the VB Jukebox General Features * The ability to play audio and movie formats - The script will detect both .mpg or .mpeg files and open the media player. If an audio format is played then the media player will stay invisable. Admin Features * Upload songs from your browser. * Unlimited genres. * Manual data entery for when the uploader fails or for large files. * At a click will automaticly generate a new thread announcing a song in the jukebox. * Usergroup permissions for: --> 1) Who can listen to songs. --> 2) Who can upload songs. --> 3) Who can rate songs. Front End Features *Members can upload songs, these songs are not available in the jukebox until admin aproval (optional email notification available). * Callapsable genres (only displays genres that have active songs in them). * Members can rate songs. Future Possible Functions * members favs, this will allow members to add songs to their own favs list and if i can work it out i will try to make it so they can play their favs from start to finish. INSTRUCTIONS FOR REMOTE SONG HOSTING OPTION 1 In the admin options where it asks for the folder name enter the full path to the where the songs are stored eg "www.something.com/music folder" NO backslash after. The Downside to this is that your members canrt upload or add songs to the jukebox and movie files will not work. OPTION 2 In vb_jukebox.php find each instance of PHP Code:
PHP Code:
A Tutorial for manual install can be found here https://vborg.vbsupport.ru/showthread.php?t=76050 Please Click install This hack will always be free however you can donate to paypal@petnshow.com Jukebox Feedback Please I would love to hear some feeback from your members there is a feedback thread here https://vborg.vbsupport.ru/showthread.php?t=76124 Update Fix Template and missing image Update 2.1 includes whos online code by Murphinator, i have changed the varname of the phrase to conform with the perfix also includes instructions for adding admin to the modcp Update 2.2 Just a file edit here that will stop the media player desplaying a long narrow strip .. just upload the new vb_jukebox.php file Update 2.3 Major bug fix ... negative song count for songs just upload the new vb_jukebox.php file Show Your Support
|
Comments |
#122
|
||||
|
||||
vB jukebox Update 2.1
includes whos online code by Murphinator, i have changed the varname of the phrase to conform with the perfix also includes instructions for adding admin to the modcp |
#123
|
||||
|
||||
@ Deviant
Quote: The whole install seems to have gone on perfectly but I don't see any block on the left.. this is what I see in the forum windows.. is there supposed to be a line like that ? No .... did you have the previous version installed? ... if yes clear your chache, i had the same problem when i upgraded a clients site. I didn't have any previous version installed.. and I Cleared my browzer caches.. no change.. |
#124
|
||||
|
||||
ok open the JB_JUKEBOX template and look for the <embed> tag. it should look like this
HTML 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"> <center> <object id="MediaPlayer1" width=$viewwidth height=$viewheight classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"> <param name="URL" value="$playsong"> <embed type="application/x-mplayer2" name="MediaPlayer" width=$viewwidth height=$viewheight src="$playsong" showcontrols="0"> </embed> </object> </center> </if> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="panelsurround" align="center" colspan="5"> <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] $canupload <if condition="$warning == 1"> <br /><br /> $warningdesc </if> </center> </td> </tr> </table> </fieldset> </div> </div> <tr> </tr> <tr> <td class="thead"> <b><center>$vbphrase[jb_rating]</center></b> </td> <td class="thead"> <b><center>$vbphrase[jb_song]</center></b> </td> <td class="thead"> <b><center>$vbphrase[jb_format]</center></b> </td> <td class="thead"> <b><center>$vbphrase[jb_upload_by]</center></b> </td> <td class="thead"> <b><center>$vbphrase[jb_requests]</center></b> </td> <tr> $genrelist </tr> </table> </td></tr> <tr> <td><center>Powered By: <b>$vboptions[bbtitle]</b> <br>$trafixfoot</center></td> </tr> </table> $footer </body> </html> |
#125
|
||||
|
||||
Quote:
|
#126
|
||||
|
||||
I had the previous version of the hack installed, and wen to update it and got an error When I hit the "DONE" button in the "Rebuild Style Information" box. This is the error I get
Quote:
Code:
Database error in vBulletin 3.0.5: Invalid SQL: ALTER TABLE language ADD `phrasegroup_jukebox` MEDIUMTEXT NOT NULL mysql error: Duplicate column name 'phrasegroup_jukebox' mysql error number: 1060 Date: Friday 21st of January 2005 01:27:16 AM Script: http://mysite.com/forums/install/hack_install.php?do=install&step=dodatabasequeries&hacks=Jukebox Referer: http://mysite.com/forums/install/hack_install.php?do=install&step=dotemplates&hacks=Jukebox Username: yoyoyoyo IP Address: 12.34.567.890 |
#127
|
||||
|
||||
interesting ... i didnt encounter that problem at all ..... the only thing that might not have worked it the 2 db table alterations .... test it if you get an error adding a genre let me know
|
#128
|
||||
|
||||
Thanks for the below info. Permissions have been set but the songs still do not play?
My Jukebox looks wrong, see pic. There is no list of songs (yes they have been approved) the song shows in the text and also the rating, song and format etc dont work? HELP Quote:
|
#129
|
||||
|
||||
Quote:
|
#130
|
||||
|
||||
I give this mod a LICENSE TO PWN :P
|
#131
|
||||
|
||||
Yes I have.
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|