The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vJukebox - Song and Video Management System Details »» | |||||||||||||||||||||||||||
vJukebox - Song and Video Management System
Developer Last Online: Jul 2020
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
|
Comments |
#102
|
||||
|
||||
Works Great. Install did not put tables into the database, so I opened the xml file up in a editor and manually added the table. Works like a charm now!
Clicks install. |
#103
|
||||
|
||||
Quote:
how did you? everytime i try to add the first table it keeps giving me errors can you give me the right syntax for the tables plz? |
#104
|
||||
|
||||
Can someone take these querri out of the xml and create manual instructions?? I don't have time right now but this will work fine...
|
#105
|
||||
|
||||
Quote:
Code:
-- Table structure for table `jukebox_media` -- CREATE TABLE `jukebox_media` ( `mediaid` smallint(5) unsigned NOT NULL auto_increment, `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 '', `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 ; Code:
-- 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 ; The one problem I am facing is a error when administering media through the admincp, and the script is trying to locate a field in the table jukebox_media called album. I imagine if I remove this from the sql file, it will take care of it. I will keep you updated as I figure things out... Additional Note: Phrases do not get added during product import / install. |
#106
|
||||
|
||||
Quote:
Thanks! well my phrases were added let u know if i found anything before you |
#107
|
||||
|
||||
Ok, need to add a additional field under jukebox_media. Go to phpmyadmin, browse to jukebox_media, view structure, and add field:
album varchar 100 (leave the rest untouched) and save... this will fix the error when you try to edit a media file through the admincp. |
#108
|
||||
|
||||
Great... Thanks.... I never looked at the xml file. I thought there were more than that...lol
Thanks much!!! So the problem is that these are not being installed with older versions of mysql but as loing as you do them manualy your fine. Worked for me anyways... |
#109
|
||||
|
||||
Well, I am down to one last issue. Maybe one of you got through it and can help me now
I uploaded a video. If I click the link under "Highest Rated Media" the video opens in windows media player which is fine. Now the problem is when I click the link under "Most Accessed Media" or "List of Media", i get this message: There are no more entries to view. It worked the very first time I tried this right after the install and additions to the database (when I clicked the media, I was taken to a template that displayed it, not right to my windows media player) Now, no go... Thanks for any suggestions. |
#110
|
||||
|
||||
Quote:
Quote:
and i also get that error uploaded_file(): Unable to move '/tmp/phpOeywfz' to '/xxxx/xxxx/xxxxx/forum/media/you are my sunshine.mp3' in /jukebox.php on line |
#111
|
|||
|
|||
I have a feeling that if imp can be accomodated, this extension could become quite powerful. Check out http://www.playimp.com.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|