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
  #122  
Old 12-23-2005, 01:12 AM
ReadOrDie ReadOrDie is offline
 
Join Date: Sep 2005
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the pre-alpha has been there for two weeks hasn't it?
Reply With Quote
  #123  
Old 12-24-2005, 05:42 PM
ReadOrDie ReadOrDie is offline
 
Join Date: Sep 2005
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

keep working xD
Reply With Quote
  #124  
Old 12-27-2005, 02:46 PM
markbolyard's Avatar
markbolyard markbolyard is offline
 
Join Date: Apr 2005
Location: Maryland
Posts: 629
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have rewritten the install text so that this mod will function 100%.

When installing, please use the following instructions instead of the ones attached to this thread:

================================================== ========

To Install:
STEP 1. Import the product xml file vjukebox-product.xml
STEP 2. Upload all files in the upload folder.
STEP 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
STEP 4. Go and configure Usergroup permissions via the UserCP for usergroups. You must do this to rebuild the bitfields (Install currently doesn't do this.
STEP 5. Until this mod is repackaged, you will have to create the database tables by running the following sql queries in phpmyadmin:




-- Table structure for table `jukebox_media`
--

CREATE TABLE `jukebox_media` (
`mediaid` smallint(5) unsigned NOT NULL auto_increment,
`medianame` varchar(100) NOT NULL default '',
`mediadesc` varchar(100) NOT NULL default '',
`title` varchar(100) NOT NULL default '',
`url` varchar(100) NOT NULL default '',
`plays` smallint(5) NOT NULL default '0',
`active` int(2) NOT NULL default '0',
`userid` int(11) NOT NULL default '0',
`username` varchar(225) NOT NULL default '',
`totalrating` int(5) NOT NULL default '0',
`announce` int(2) NOT NULL default '0',
`genre` varchar(50) NOT NULL default '',
`description` varchar(250) NOT NULL default '',
`author` varchar(100) NOT NULL default '',
`album` varchar(100) NOT NULL default '',
`date` int(10) NOT NULL default '0',
`whovoted` varchar(25) NOT NULL default '',
`totalvotes` int(15) NOT NULL default '0',
PRIMARY KEY (`mediaid`)
) TYPE=MyISAM AUTO_INCREMENT=3 ;


-- Table structure for table `jukebox_comments`
--

CREATE TABLE `jukebox_comments` (
`mediaid` int(10) unsigned NOT NULL default '0',
`commentid` int(10) unsigned NOT NULL auto_increment,
`username` varchar(25) NOT NULL default '',
`userid` int(10) unsigned NOT NULL default '0',
`comment` varchar(250) NOT NULL default '',
`date` int(10) unsigned NOT NULL default '0',
`title` varchar(50) NOT NULL default '',
`lasteditdate` int(10) default NULL,
`lasteditusername` varchar(25) default NULL,
`lastedituserid` int(10) default NULL,
`ipaddress` varchar(15) default NULL,
PRIMARY KEY (`commentid`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;



STEP 6. In the jukebox.php file, find:

if ( $mid > $count['media'] ) :
eval(standard_error(fetch_error('jukebox_nonewer') ));
endif;

and DELETE IT. (This corrects the fact that you continuously get the NoNewer error phrase when clicking the media name to be viewed.)




Template Modifications:
=============================
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>
=============================

To Upgrade:
1. Upload all files in the upload folder to your forumroot.
2. Upload the vjukebox-product.xml file, be sure to have the "Overwrite" option in effect.

Please note:
I am completely knowledgable that this is very buggy code. This is my first coding venture and this is a PRE-ALPHA release, not meant for
production environments, but for testing and bug reporting. I will NOT officially support this until there is a stable version out. Other than my
localhost builds, this is the most unstable version of the code.

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

The code is not yet fully completed and is not even remotely presentable yet. So I would expect alot of bugs, and I know, you have to
register there, but this is the fastest way to debug.

Deleting function + Editting Function:
You can delete media only via the ACP at this point.

As for editting, I do not have a link to do so from the jukebox.php file, but you can do so by going to:
http://www.url.com/forums/jukebox.ph...mid=themediaid

================================================== =====

If you need help installing this mod on your forum, please feel free to PM me.

Until Cole2026 releases the non beta version, this will get you up and running!
Reply With Quote
  #125  
Old 12-27-2005, 03:35 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks mark, I will defintely follow up your instructions to install this hack tonight.
Reply With Quote
  #126  
Old 12-27-2005, 03:56 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay it seems to work just fine although I just got a suggestion.

- Media categories / sub-categories
Reply With Quote
  #127  
Old 12-27-2005, 04:01 PM
markbolyard's Avatar
markbolyard markbolyard is offline
 
Join Date: Apr 2005
Location: Maryland
Posts: 629
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad to hear it. I came into this a little late, however Cole2026 may implement that in the future release. Glad this got you going as Cole2026 said, this is really pre-alpha, so I would expect the alpha release to be more refined.
Reply With Quote
  #128  
Old 12-27-2005, 04:31 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have just noticed one thing. I cannot view and play the media. It shows the player but it seems that it doesn't wanna work. Also the media player does not display while using Firefox as your browser.
Reply With Quote
  #129  
Old 12-27-2005, 05:09 PM
portalimiz's Avatar
portalimiz portalimiz is offline
 
Join Date: Oct 2005
Location: Turkey
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

CHMOD 777 how can we do that?
Reply With Quote
  #130  
Old 12-27-2005, 05:12 PM
markbolyard's Avatar
markbolyard markbolyard is offline
 
Join Date: Apr 2005
Location: Maryland
Posts: 629
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

CHMOD 777 through your ftp program (smartftp, wsftp, etc.) or through your cpanel. If you are using cpanel, go to your file manager, click the directory, then in the right column, click set permissions, and make it 777 (writable).
Reply With Quote
  #131  
Old 12-28-2005, 02:26 AM
Cole2026 Cole2026 is offline
 
Join Date: Feb 2004
Location: Pittsburgh, PA
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Aftermath
I have just noticed one thing. I cannot view and play the media. It shows the player but it seems that it doesn't wanna work. Also the media player does not display while using Firefox as your browser.
Firefox bug.
-- I think I found a loophole though -- Planned for Next version.
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:20 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.06866 seconds
  • Memory Usage 2,322KB
  • 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_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