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
  #502  
Old 11-28-2006, 03:19 PM
angkor408's Avatar
angkor408 angkor408 is offline
 
Join Date: Jul 2006
Location: California
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm interest in this also. Please us know. Thank
Reply With Quote
  #503  
Old 11-29-2006, 01:29 AM
psp3d psp3d is offline
 
Join Date: Feb 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by deathemperor View Post
this is not true, http://www.holvn.org/forum/jukebox.html is my hack, there is no modification from any mod. And it is not a public hack.
Willing to pay as well!
Reply With Quote
  #504  
Old 11-30-2006, 03:43 PM
angkor408's Avatar
angkor408 angkor408 is offline
 
Join Date: Jul 2006
Location: California
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone having issue when members reply a song it doesn't show who replying too unless you have to click on the link.

Here the code for jukebox_mediabits:

<tr>
<td class="alt2"><div align="center"><img src="$stylevar[imgdir_statusicon]/type_$mediatype.gif" alt="$mediatype" border="0" /></div></td>
<td class="alt1Active" align="$stylevar[left]" id="m$media[mediaid]">
<div style="float:$stylevar[right]; display:block; vertical-align:top"><if condition="$rating != 0"><img src="$stylevar[imgdir_rating]/rating_$rating.gif" border="0" alt="" /></if></div>
<div class="smallfont"><a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$media[mediaid]"><strong>$media[title]</strong></a>&nbsp; by $media[author]<div class="smallfont">$media[description]</div>
</td>
<td class="alt2"><div align="center">$media[plays]</div></td>
<td class="alt1"><span class="smallfont"><if condition="$comment['mediaid']"><div style="float:$stylevar[left]"><strong><a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$media[mediaid]">$comment[title]</a></strong><br />by $comment[username]</div><br /><div style="float:$stylevar[right]" class="time">$comment[date]</div><else />No Comments</if></span></td>
</tr>



I tried modify this code >by $comment[username]</

change from $comment [userid] still got the same issue. Any other suggestion ?

Here my site to the karaoke section:

http://www.khmerclub.com/forums/jukebox.php

if you look under: Latest Comment you will see
Te Vy kbort chet bong by 11-29-2006 (doesn't display members ID that reply)
Reply With Quote
  #505  
Old 12-10-2006, 08:01 PM
Cole2026 Cole2026 is offline
 
Join Date: Feb 2004
Location: Pittsburgh, PA
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If time opens up I will be redoing the entire jukebox. I was an incompetent coder back when I first coded this (It was my first project and I didn't understand php very well).

The new Jukebox will be robust and versatile. I'll try adding the features included in the jukebox above and will re-release. It will be fully phrased and I'll include a branding-free version. I'll have it out within a week or two if things go to plan. Any donations will help and will speed things up.
Reply With Quote
  #506  
Old 12-11-2006, 12:57 AM
angkor408's Avatar
angkor408 angkor408 is offline
 
Join Date: Jul 2006
Location: California
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cole2026, thanx for ur hard work! Looking forward to see the new release Angkor
Reply With Quote
  #507  
Old 12-25-2006, 09:26 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cole2026 View Post
If time opens up I will be redoing the entire jukebox. I was an incompetent coder back when I first coded this (It was my first project and I didn't understand php very well).

The new Jukebox will be robust and versatile. I'll try adding the features included in the jukebox above and will re-release. It will be fully phrased and I'll include a branding-free version. I'll have it out within a week or two if things go to plan. Any donations will help and will speed things up.
Any news on how this is coming along?
Reply With Quote
  #508  
Old 12-25-2006, 11:07 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This piece of crap is dead so I suggest you to use the other jukebox hack right here:

https://vborg.vbsupport.ru/showthread.php?t=129641
Reply With Quote
  #509  
Old 12-25-2006, 11:44 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No thanks, tried that one and its not what I am looking for, this one suits my needs better.
Reply With Quote
  #510  
Old 12-28-2006, 05:14 PM
angkor408's Avatar
angkor408 angkor408 is offline
 
Join Date: Jul 2006
Location: California
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is not bad but I prefer the one Cole2026 got the layout for his jukebox.

Cole, any status for the new release?

Angkor





Quote:
Originally Posted by Snake View Post
This piece of crap is dead so I suggest you to use the other jukebox hack right here:

https://vborg.vbsupport.ru/showthread.php?t=129641
Reply With Quote
  #511  
Old 12-30-2006, 11:27 AM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I told you already, this hack is DEAD! Yes, you heard me. D-E-A-D! So I don't think he'll get back to this thread again ever...
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 07:56 PM.


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.07303 seconds
  • Memory Usage 2,317KB
  • 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
  • (3)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
  • (1)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