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)

MissKalunji 02-25-2006 03:35 PM

yes you can :)

MissKalunji 02-25-2006 03:35 PM

and once your done when you go to your admincp (vb) PHP Maximum Upload Size ?.00 MB

ull see if it worked

miner 02-25-2006 03:47 PM

Yea...

The value changed...

now I will test uploading :)

Thanks

MissKalunji 02-25-2006 03:50 PM

np good luck and nice vb skins

miner 02-25-2006 03:56 PM

Thanks :)

It worked...the song was uploaded...but for some reason or the other...it doesn't play the complete song but just a part of it and then stops...whereas the actual file has the complete song in it...

Is there something that I need to do?

nitro 02-28-2006 09:39 PM

How big is the song foruma-z ? and what player is being used ?

I ask because noticing you went to set the php max upload to 200MB if its some 100MB mp3 then perhaps the in built player is crashing out after a while, if so try without the inbuilt player so it will stream to the users default player

nitro 02-28-2006 09:48 PM

Quote:

Originally Posted by quanvo81
I tried, every singles method that I can figure out to do.
The only problem that I can't creat database, even manual, or the installation script.
Probably because of my MySql version. I am running mysql version 3.23.58. I know it's old but it is kinda hard for me to upgrade.

/back to off topic jinzora

Did you see this thread there http://www.jinzora.org/forums/viewto...light=database

I suspect with mysql 3 MyISAM could be a problem. Also Jinzora doesnt require mysql at all its an option, you can cache your media files in a file datastore or mysql, unless thats changed recently I am a couple of small version numbers behind but mysql is not yet listed as a "requirement". ;)

miner 02-28-2006 09:57 PM

Quote:

Originally Posted by nitro
How big is the song foruma-z ? and what player is being used ?

I ask because noticing you went to set the php max upload to 200MB if its some 100MB mp3 then perhaps the in built player is crashing out after a while, if so try without the inbuilt player so it will stream to the users default player

The song is 5.91 Mb and the lenght is 3.06 minutes!

Smiry Kin's 02-28-2006 10:19 PM

i stil lcan't get it to work, did that guy post that flash player he added to his?....

or anyone else got a flash player..?

cheers

Make Money? 03-03-2006 01:24 PM

I have a lot of (users own) MP3's on my forum and this seems cool.

If it, hasnt already been mentioned.... some sort of automated 'time out" and disposal of MP3's uploaded might be cool. So there is, say, a 3 month maximum allowed stay for each tune in the Jukebox and and then the tune gets disposed of (and removed from the server database to save space)

Am I saying something dumb? Is there provision for this already?

See our database keeps getting larger.. its a worry, and we need a solution.

Rock on!

Thanks

MissKalunji 03-03-2006 02:14 PM

i dont see how would that have to do with database its saved in a folder!?!?

Make Money? 03-03-2006 02:37 PM

I am sorry I am not my forums webmaster so my jargon may be off.

What I mean is - the ammount of 'stuff' we have to back up - keeps growing. A lot of that is down to our MP3's.

If there was some automated 'time limit' for us keeping ouir members MP3's on our server it would be good.

(And Yes they are kept seperate from the database.)

MissKalunji 03-03-2006 02:55 PM

Quote:

Originally Posted by Make Money?
I am sorry I am not my forums webmaster so my jargon may be off.

What I mean is - the ammount of 'stuff' we have to back up - keeps growing. A lot of that is down to our MP3's.

If there was some automated 'time limit' for us keeping ouir members MP3's on our server it would be good.

(And Yes they are kept seperate from the database.)


oh ok that sounds hard to do......

Make Money? 03-03-2006 03:16 PM

It's just that a musicians "free for all" of unlimited MP3 upload - will over time build up to be un managable.. :cross-eyed:

l0streflecti0n 03-03-2006 03:30 PM

im a n00b to vbulletin and i installed it in under 5 min.. and it works like a charm :banana:
thanks for this awesome release...peace

shadiguy1 03-05-2006 11:56 AM

the add comment button is missing.

CongTuDepTrai 03-06-2006 03:38 AM

can we make category for each type of song like rap, dance, country ect... and search system for it?

MissKalunji 03-06-2006 11:16 AM

no you cant

Replicators 03-13-2006 07:32 AM

What would be nice is this thing being integrated with Vbbux and Ucash so that memebers would have to pay to hear the songs with credits they earn.

Cole2026 03-13-2006 09:09 PM

Quote:

Originally Posted by CongTuDepTrai
can we make category for each type of song like rap, dance, country ect... and search system for it?

That, as well as optional ebux integration will be put into the next version. I already have alot of the Database setup so searching is possible, I just have not worked it over to the front-end yet.

AdminNation 03-14-2006 01:01 AM

Cole, any plans to extend the del.ico.us bookmark hack into this? And how about support for vBSurvey?

Trana 03-16-2006 02:04 AM

Is anyone using this with IIS? I am getting the following error:

Could not find phrase 'jukebox_errorwriting_x'.

I already gave IUSR Full Access, which is basically a chmod 777.

Replicators 03-16-2006 07:48 PM

If anybody is having a issue where the server auto-CHMOD's the files that people upload to 600 then do this..

Open jukebox.php

Find:

Code:

$result=move_uploaded_file($_FILES['mediafile']['tmp_name'], DIR.'/'.$jukebox->url.$filename);
Add After:

Code:

chmod(DIR.'/'.$jukebox->url.$filename, 0640);
You can change the 0640 to whatever CHMOD you want but 640 works for me.

May i suggest to Cole2026 to put this fix in the post so all know, cause i am sure i ain't the only one who had this problem.

TCooper 03-18-2006 12:45 AM

Quote:

Originally Posted by Cole2026
That, as well as optional ebux integration will be put into the next version. I already have alot of the Database setup so searching is possible, I just have not worked it over to the front-end yet.

u say ebux, isnt the vbplaza/vbbux the newer version? and if not what about integrating that.

calvinnguyen 03-22-2006 10:42 AM

any new information for next release yet, cole2026?

Cole2026 03-23-2006 01:32 AM

TCooper: Yes, I meant vbplaza/vbbux.

calvinnguyen: Yes, I'm going to predict an updated release of April 1. This will most likely be dubbed the 1.0 Alpha, or if I feel it is appropiate, 0.95 stable.

vinston vega 03-23-2006 08:11 PM

Can't upload.

Error:
Could not find phrase 'jukebox_errorwriting_x'.

bashy 03-23-2006 08:17 PM

It should upload still even if the phrase is not found?

Quote:

Originally Posted by vinston vega
Can't upload.

Error:
Could not find phrase 'jukebox_errorwriting_x'.


Charlottemjb 03-25-2006 05:09 PM

I am getting the above message as well, and the file didn't upload.

I think this is a really amazing feature and will come in very handy.

As for that guy who kept stating about licenses to stream music, it can be sure to stream your own music, which isn't against the law, for example if you have your own band.

Cole2026 03-25-2006 09:07 PM

Please see this post by Replicators, I believe that was the fix for the writing error. https://vborg.vbsupport.ru/showpost....&postcount=343

Also, please make sure your media directory is CHMOD'ed 777

Snake 03-28-2006 12:02 PM

Thanks for the update, Cole! :)

LiveMicSociety 03-29-2006 01:59 PM

Installed :up:

phenomenon 04-04-2006 01:31 PM

Upgraded, followed instructions, but got a database problem.
MySQL 3.23.56

NOTE: I've edited the templates. Do I need to revert them first?

Code:

Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT * FROM jukebox_media
                        WHERE active = 1 ORDER BY title DESC LIMIT 0,;

MySQL Error  : You have an error in your SQL syntax near '' at line 2
Error Number : 1064
Date        : Tuesday, April 4th 2006 @ 10:17:57 AM
Script      : http://www.staytunedtheband.com/forum/jukebox.php
Referrer    : http://www.staytunedtheband.com/news.php
IP Address  : xxxxxxx
Username    : xxxxxxx
Classname    : vb_database

I've downgraded in the meantime. Thank god for backups.
Please advise!

phenomenon 04-04-2006 02:08 PM

Also, I wanted to offer this up as a change to be made in the future: The Highest Rated Media were showing up as downloadable links rather than being played in the player. For us this is a huge problem as it violates our agreements with BMI and ASCAP (links should allow people to play our music but not download). So I changed this in the jukebox_media_toprated template:

Code:

<a href="$toprated[url]">$toprated[title] (Average Rating: $rating)</a><br />
to

Code:

<a href="jukebox.php?$session[sessionurl_q]do=viewmedia&amp;mid={$toprated['mediaid']}">$toprated[title] (Average Rating: $rating)</a><br />

lonelime 04-07-2006 06:37 AM

hi... thanks for great juke box

I wonder if someone can make playlist right next to player, so user can choose the song they like....

another thing... after you edit the file.... it doesnt have a link to redirect back the index page... i have to closed the edit manager and go back to main forum,

Ziki 04-07-2006 06:40 AM

Hey Cole2026 include my add-on please

wizardan 04-07-2006 12:18 PM

Installed on my test board more or less... would not accept an upload from my hard drive, but accepted a link to a folder on my server.

I'm getting this message on my live board...
Could not find phrase 'jukebox_fieldmissing'.

I have more or less the same hacks (very few) on both my test board and live board.

I enjoy debugging this stuff, and will play around.
I'm a relatively new license owner (3.5.4), and just thought I'd put this out here, should anyone have a quick piece of advice.

Great product.
Can't wait to click install:)

Snake 04-07-2006 07:53 PM

Any updates so far, Cole?

defcon_420 04-08-2006 03:44 PM

nice hack "clicked install"

it works thou i do get a couple errors, it will be interesting to see the new beta :)

i noticed its missing a couple phrases.

good work non the less and it will be neat to see

Cole2026 04-09-2006 04:09 AM

Quote:

Originally Posted by Aftermath
Any updates so far, Cole?

I've been doing alot of client work lately so haven't had a whole lot of time for this.

But anyways,

I've gone through several major code-rewrites and have not liked how things have come out. This time I'm trying a vBAgallery approach, giving the jukebox it's own folder and such. I have alot of time over spring-break to finish everything off and am planning on just bumping the version number to 1.5 at release.

After this release I'll check the support block and have some official support going out as well. :)


All times are GMT. The time now is 10:50 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.01919 seconds
  • Memory Usage 1,820KB
  • 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
  • (5)bbcode_code_printable
  • (7)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