Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vJukebox - Song and Video Management System Details »»
vJukebox - Song and Video Management System
Version: 0.9.0, by Cole2026 Cole2026 is offline
Developer Last Online: Jul 2020 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 12-08-2005 Last Update: 01-30-2006 Installs: 119
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

vJukebox v 0.9.0 Alpha

What does this do?
This is a Jukebox system, you can add and listen to/play videos/songs, users can rate the media, comment it, and much more!
Updates:

0.9.0 - Total Rewrite, several new features, template overhall.
0.8.1 - Fixed several bugs that I overlooked at first distribution.

Known Bugs:

File Writing Error - Fix by Replicators, See this post.

To Install:
1. Import the product xml file in this folder.
2. Upload all files in the upload folder.
3. Create a folder named media in your forumroot (or another name, you can edit the name of the folder you want to upload media in, in the ACP settings. CHMOD 777
3. Enjoy.

Please note:
I will not officially support this until we get into the beta phases.

If you want to add a link to this in the navbar:
In the template: navbar
=============================
FIND:
=============================
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
=============================
BELOW THIS, ADD:
=============================
<td class="vbmenu_control"><a href="jukebox.php?$session[sessionurl_q]">Jukebox</a></td>
=============================

Bug Reporting:
Please report all bugs to:
http://www.digitalsupremacy.com/forums/vbugs.php


Please Donate if you want the product to grow. I'll donate 15% of all donations I get for this project to Unicef as well.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #382  
Old 05-02-2006, 08:58 AM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lil Ripsta
Is it okay to install and use this mod?
No reply to my question yet?
Reply With Quote
  #383  
Old 05-02-2006, 11:08 AM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lil Ripsta
No reply to my question yet?
had it installed from day one....for you to find out if itll work ok for you by installing it
Reply With Quote
  #384  
Old 05-02-2006, 03:16 PM
Ziki's Avatar
Ziki Ziki is offline
 
Join Date: Nov 2005
Posts: 2,704
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is awsome and works well but has many unimportant bugs.
Reply With Quote
  #385  
Old 05-05-2006, 11:14 PM
Ambie Ambie is offline
 
Join Date: Apr 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack!

What are the requirements for this though? Some of my members can't play it and some can. I can play it in Firefox but not in IE.
Reply With Quote
  #386  
Old 05-08-2006, 04:03 AM
Murty's Avatar
Murty Murty is offline
 
Join Date: Dec 2005
Location: South Australia
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the error come up where is says

Quote:
Could not find phrase 'jukebox_errorwriting_x'.
So i did what Replicators said and it still doesnt work

there is a line up the top saying this:

Quote:
Warning: chmod(): No such file or directory in /jukebox.php on line 847
Reply With Quote
  #387  
Old 05-08-2006, 11:21 PM
maranello maranello is offline
 
Join Date: Apr 2006
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i get the same error, the fix doesnt work.
Reply With Quote
  #388  
Old 05-11-2006, 05:58 AM
Murty's Avatar
Murty Murty is offline
 
Join Date: Dec 2005
Location: South Australia
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can someone bust out a fix for this error please, need to get it going asap.
Reply With Quote
  #389  
Old 05-11-2006, 11:02 PM
SkyCatcher's Avatar
SkyCatcher SkyCatcher is offline
 
Join Date: Feb 2003
Location: Germany
Posts: 310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
<tr>
     <
td class="smallfont">
         <if 
condition="!$top['rated']">
             
Not Available at this Time
         
<else />
             <
a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid={$top['rated']['mediaid']}">{$top['rated']['title']} (Average Rating$rating)</a><br />
             
Submitted by <a href="member.php?$session[sessionurl]u={$top['rated']['userid']}"><strong>{$top['rated']['username']}</strong></a>
         </if>
     </
td>
</
tr
To fix the actual filename being displayed on top rated with the current version.

The Top Rated songs will show the link to the actual MP3 file, and when clicked it will ask the user if he/she would like to download it.

Edit the jukebox_media_toprated template and replace everything in it with the code above and it will no longer show the actual file, preventing users from downloading the media.

I'm using 0.9
Reply With Quote
  #390  
Old 05-12-2006, 01:30 AM
Murty's Avatar
Murty Murty is offline
 
Join Date: Dec 2005
Location: South Australia
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Huh? Could you explain in a bit more detail please.
Thanks
Reply With Quote
  #391  
Old 05-12-2006, 10:49 PM
Acuzio Acuzio is offline
 
Join Date: Apr 2006
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It doesn't come with a flash mp3 player. Where can I find one that works with this? It works with IE when I tell it not to use a flash player. But when I do, it just has a white box where the player's supposed to go.

And the full view doesn't work either.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:02 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05253 seconds
  • Memory Usage 2,323KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete