vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vJukebox - Song and Video Management System (https://vborg.vbsupport.ru/showthread.php?t=102555)

peterska2 01-12-2006 02:53 AM

You've got an error in the template jukebox_addmedia

Theres a > too many at the end of this line

Code:

<form enctype="multipart/form-data" action="jukebox.php?do=insertmedia" method="post" name="cpform" <if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(this.title.value, $vboptions[postminchars])"</if>>>

markbolyard 01-12-2006 03:00 AM

Thanks for that. I noticed it early on, but I forgot to report it here. ;)

peterska2 01-12-2006 03:27 AM

another one I've just discovered is that if you try to use a url for an mp3 file it doesn't like it and refuses to do it.

I've got an mp3 file on my server at
Code:

http://www.realitytvforums.co.uk/ka/track1.mp3
It's only a tiny file just a snippet of something that I can't even remember what it is.

You can happily use it to try the import from a url.

Of course it could be because I put the http:// bit in and that it isn't the same server as where I was importing it to.

ReadOrDie 01-15-2006 03:21 AM

When is this going to be updated?

ReadOrDie 01-16-2006 12:59 AM

Ok...

Snake 01-16-2006 09:38 AM

*bumps this thread*

phenomenon 01-16-2006 03:57 PM

Quote:

At least mySQL 4.0.4 is necessary in order to install this!
Oh... crap. I just saw this. According to my vbulletin phpinfo, I have

MySQL
Client API version 3.23.49

What will happen with the older MySQL?

#$%^ I was really hoping to be able to install this.

Anyone know how hard it is to upgrade MySQL on a VDS like Jumpline's?

markbolyard 01-16-2006 04:04 PM

I think you might be ok since the installer doesn't actually install the database tables... First try importing the sql into your database. If you don't get syntax errors, I think you might be fine.

phenomenon 01-16-2006 04:17 PM

Quote:

Originally Posted by markbolyard
I think you might be ok since the installer doesn't actually install the database tables... First try importing the sql into your database. If you don't get syntax errors, I think you might be fine.

Welp, that's what database backups are for right? :beard:

wow vbulletin.org has some funny smilies.

Thanks Mark for the feedback.

phenomenon 01-16-2006 05:04 PM

Quote:

To Install:
STEP 1. Import the product xml file vjukebox-product.xml
EDIT
I know this seems absolutely idiotic, but I want to double check that I'm uploading this right:

I'm in the admincp, I've clicked the plugin-system group.

Next, select "Manage Products"

Next, click the "add/import product" link below the little product window.

and follow instructions from there.

phenomenon 01-16-2006 06:26 PM

Welp, I tried to submit a bug report but wasn't able, so I'll do it here.

I'm on mac os x 10.4.4, using safari 2.0.3 and firefox. I recognize firefox isn't working, and I'm assuming the problem with firefox is going to be the same with safari since they're using similar browser engines.

The bug: mp3 media does not play in Safari. (it does play on windows IE, I checked). Basically the page opens, the player is visible, but an error message comes up:

"The playlist format is not recognized".

Nothing plays.

it MAY be a problem with windows media player on mac. I may write a js detect that forces quicktime instead of wmp if platform is mac.

ReadOrDie 01-16-2006 11:45 PM

When is this hack going to be updated?

phenomenon 01-17-2006 01:16 AM

I made a couple of improvements to this.

First off, to get around the #$%^ browser media player problems (I'm on a mac, as are many of my users, and the player straight doesn't work on the mac), I swapped it out for a flash mp3 player. So no video there.

I also commented out the code that forces the forum url into the path to the audio file. My audio file sits on my root site folder and is linked to already all over the web. forcing the folder to be in the forum just plain sucked for me. I hope that that is something that can be changed in a final release -- give us the option to set our path to /forum/audio/ rather than forcing the forum url before the media/audio folder.

http://www.staytunedtheband.com/forum/jukebox.php

natralis 01-17-2006 03:45 PM

Okay i did all the fixes that were posted
I edited the template and removed the >>
Added the field in phpmyadmin on the jukebox_media table
Was no need for me to add sql tables as they were allready there

Everything seems to be working except:

Add Media:
It uploads fine..tells me that it is there
But it is not
Checked 3 times to make sure that it was chmodded to 777 and it was
So dunno there
Also..
The listing and the most accessed media links tell me that there are no more entries to view
In Highest Rated column i get the direct link that makes me download the songs
Thought it would stream but either way
it's the same amount of bandwith right?
Also....the files that i manually uploaded into my media folder
One has spaces and one doesn't
They both work for downloadlinks but neither of em work otherwise
I have the latest version of Media Player installed
IE nor Firefox seem to work at all (except to download)


Is there a fix out there for it?
I love the jukebox..but would prefer for it to stream so no trouble will come my way due to copyright issues
Cheers,

markbolyard 01-17-2006 04:02 PM

You missed the file edit to Jukebox.php in this thread... and if your tables were already there... they more than likely are not correct... (missing the album field...)

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.)

if you have problems afterwards, I'd be happy to take a look...

Mark

natralis 01-17-2006 05:07 PM

i did do that
but will check to see if i didn't upload wrong file
jukebox.php now gives me an error on line 558
PHP Code:

558 endif; 

EDIT: Didn't make a difference... :-)
EDIT2:What album field? .. if that's the one mentioned to edit in phpmyadmin on jukebox_media table
I did that

album Varchar 100 and didn't touch anything else..just like you said :-)

ReadOrDie 01-17-2006 07:34 PM

Someone Update This Hack!!!

phenomenon 01-18-2006 03:00 PM

anyone know if it's possible to ignore a certain user's posts in vbulletin?

markbolyard 01-18-2006 03:05 PM

Natralis,

If you want me to look at it, just PM me. I'm not sure what all you have / haven't done, but it works just fine.

drumforum 01-18-2006 04:10 PM

I'm SoooooOOOoooOOoooOoooOooo glad I found this hack!!
My forum couldn't get enough of the old jukebox by Trafix and I was pleased to see this one.

It looks good, but, I can't get her to work on my forum as anything to do with the Jukebox creates an error like this:

Quote:

Originally Posted by Database error in vBulletin 3.5.0:

Invalid SQL:
SELECT * FROM vb_jukebox_media
WHERE active = 1 ORDER BY plays DESC LIMIT 5;

MySQL Error : Table 'drumforum.vb_jukebox_media' doesn't exist
Error Number : 1146
Date : Wednesday, January 18th 2006 @ 05:56:45 PM
Script : http://www.drumforum.co.uk/forum/jukebox.php
Referrer :
IP Address :
Username :
Classname : vb_database

on further investigation I discovered that no new database tables had been added.

How do I do this manually??

Any help would be very much appreciated

It's my birthday today- make this my treat!! :p

Adam

markbolyard 01-18-2006 04:11 PM

Adam, first, Happy Birthday. Second, send me a PM and I'll get it working for you if you like.

Mark

docvader 01-18-2006 04:12 PM

Mark, just wondering if the instructions in the main area have been updated to include all the changes, or, should we go through this thread to find the latest install instructions?

Looking forward to using this.

rich

markbolyard 01-18-2006 04:15 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=857817&postcount=123" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=123</a> see this post by me... the attached instructions are not correct / updated.

Solitary Seraph 01-19-2006 10:02 AM

EDIT: Christ that was stupid of me, I didn't notice it.

Is there a way to rework this into the profiles? Say they want a space that plays the midi in their profile that runs from the jukebox?

ReadOrDie 01-19-2006 10:56 AM

When In The Hell Will This Jukebox Be Updated!?!?!?!?!?!?!?!?!?!?!

stutefc 01-20-2006 01:39 PM

Can anyone give me some help...I have set the usergroup for non registered to view....get the following error. I have created the media folder and set it to 777 ie writeable

http://www.irishleagueforums.net/forums/jukebox.php

markbolyard 01-20-2006 01:55 PM

You did not import the database tables. That is why. Refer to my updated install instructions: https://vborg.vbsupport.ru/showpost....&postcount=123

ReadOrDie 01-20-2006 09:36 PM

What the hell!? This is a dead hack, will someone revive it and make a better version instead of this shit?

MissKalunji 01-20-2006 10:14 PM

since you calling it shit i take it that you can do better?

peterska2 01-20-2006 10:26 PM

Quote:

Originally Posted by ReadOrDie
What the hell!? This is a dead hack, will someone revive it and make a better version instead of this shit?

As stated in the first post in big letters......

[high]This is a pre-alpha code and unsupported[/high]

This means that there will be bugs, there will be problems, and unless you know what you are doing then it is probably in your interests not to install this.

You are warned, and you can either heed the warnings or ignore them. But if you don't like it, don't use it, uninstall it if you have it installed and quit moaning. It's as simple as that really.

ReadOrDie 01-20-2006 10:45 PM

Quote:

Originally Posted by peterska2
As stated in the first post in big letters......

[high]This is a pre-alpha code and unsupported[/high]

This means that there will be bugs, there will be problems, and unless you know what you are doing then it is probably in your interests not to install this.

You are warned, and you can either heed the warnings or ignore them. But if you don't like it, don't use it, uninstall it if you have it installed and quit moaning. It's as simple as that really.

Well, the author of this thread said there would be another, better version coming out.

markbolyard 01-20-2006 10:48 PM

And he will get to it when he gets to it. Start contributing to the community instead of +++++ing.

peterska2 01-20-2006 10:49 PM

Quote:

Originally Posted by ReadOrDie
Well, the author of this thread said there would be another, better version coming out.

well, be patient then. It'll happen when it happens.

PennylessZ28 01-22-2006 04:44 AM

Well I was about to chime in, guess I will. I installed this to test it out. I like where its going. I do have some bugs, so I'll go check out the bug list. I am very excited about where this is going.

And I have some ideas for add-on's like the ablity for users to add files to their profiles.

stutefc 01-22-2006 09:33 PM

Have it installed now for a few days and working great, members have loaded up over 200 files already. www.irishleagueforums.net

Cole2026 01-23-2006 12:55 AM

Quote:

Originally Posted by ReadOrDie
Well, the author of this thread said there would be another, better version coming out.

I'm really sorry, this is a free product and I can admit I'm not very good at keeping my word on releasing.

MissKalunji 01-23-2006 12:56 AM

no worry Cole we got a good one for now still :)

PennylessZ28 01-23-2006 03:09 AM

its got a few bugs, but I like where it's going. like I said, I can think of some add-ons to this already.

Bratz-Designs 01-23-2006 06:02 AM

Hey dude,

Just a headsup :) Keep up the good work ;)

themajor 01-24-2006 05:25 AM

I get this message when I click on the jukebox tab in the Navbar:

Database error in vBulletin 3.5.1:

Invalid SQL:
SELECT * FROM jukebox_media
WHERE active = 1 ORDER BY plays DESC LIMIT 5;

MySQL Error : Table 'arbitrag_forums.jukebox_media' doesn't exist
Error Number : 1146
Date : Tuesday, January 24th 2006 @ 02:24:17 AM
Script : http://www.online-arbitrage-guide.co...ms/jukebox.php
Referrer : http://www.online-arbitrage-guide.com/forums/
IP Address : 70.240.67.123
Username :
Classname : vb_database

Any help?


All times are GMT. The time now is 12:48 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01799 seconds
  • Memory Usage 1,827KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete