vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   [ Audio / Visual ] - VB Mega Jukebox - Now with permissions to save bandwith (https://vborg.vbsupport.ru/showthread.php?t=74170)

trafix 01-22-2005 09:25 AM

hmmmm ... gotta think about that ... the original juke was set up that way but i changed all the code to incorporate the uploader ..... i think i am going to have to find different uploading code if its possible

NuclioN 01-22-2005 09:29 AM

Tnx trafix, it would be awesome :)

trafix 01-22-2005 09:35 AM

what size files are you trying to upload with the browser?

NuclioN 01-22-2005 09:41 AM

2 mb+ trafix. I know there is a php limit in uploading so a bypass looks difficult. To handle the amount of data that is uploaded to the server we had in mind to make a weekly top 10 and after that week all ten mp3 files will then be deleted to make place for another ten mp3's.

There is a system called 'Andromeda' that is capable to set a complete dir open and available for streaming mp3 but that's not free.

ambrosious 01-22-2005 10:28 PM

You rock, installed, working perfectly so far... Did I mention you rock?

ambrosious 01-22-2005 10:33 PM

Ok, when I upload, from the jukebox.php page, where does it go? Can I upload big songs, say 5.0 mb or so?

ambrosious 01-22-2005 10:41 PM

Also, the one song I had in there from the old version is now missing, but it will list in the Top 10 list?

trafix 01-23-2005 06:50 AM

Quote:

Originally Posted by trafix
ok if they are large files the uploader may be having problems ... i only tested it with midis ;)

Alternativly
step 1 - you can use your ftp client to upload the songs to the folder.

step 2 - in the admin "add" screen you will see a link that says "Change to manual date entry" select that and enter the info required including the exact filename of the song that you uploaded ....

done :)

yep ... follow these instructions for large files

where do they go? ... into the folder that you created in the root folder of your forum :)

trafix 01-23-2005 06:52 AM

Quote:

Originally Posted by ambrosious
Also, the one song I had in there from the old version is now missing, but it will list in the Top 10 list?

hmmmm .... if its not a big deal just delete it from the admin area and re upload it.

ambrosious 01-23-2005 07:19 AM

Quote:

Originally Posted by trafix
yep ... follow these instructions for large files

where do they go? ... into the folder that you created in the root folder of your forum :)

What is the max file size for uploads?

trafix 01-23-2005 07:20 AM

when you use you ftp client ... there is no limitation

The Realist 01-23-2005 10:53 AM

Still not got this running after the update?

trafix 01-23-2005 11:00 AM

Quote:

Originally Posted by The Realist
Still not got this running after the update?

ok i tried to look back at your prev posts .... but they are all spred out over too many pages ..... can you bring me up to speed on what is and isnt working ... errors ... whatever

The Realist 01-23-2005 11:08 AM

Ok.

Installed the first version and that worked 100%.

I upgraded to your latest version and now it does not work. I can install songs via the admin panel, they show up in the jukebox but none play. Also the links on the bottom of the jukebox dont work as well.

Laters

ambrosious 01-23-2005 05:40 PM

Quote:

Originally Posted by trafix
when you use you ftp client ... there is no limitation

How about when you upload from the jukebox function?

WiseOwl 01-23-2005 05:57 PM

Nevermind... i was having similar problems as others in this thread, after upgrading from v1 to v2... all are fixed and hack runs correctly...

Had the same problem as Deviant++ , where the embeded codec or plugin whateva its called wouldnt show how to play, stop, pause, after making the following change in vb_jukebox.php it shows/works fine

Quote:

if ($fext == "mpg" or $fext == "mpeg")
{
$viewheight = "290";
$viewwidth = "320";
}
else
{
$viewheight = "45";
$viewwidth = "230";
}


Had the same problem as yoyoyoyo, after installing and hitting "done" would return this error, didn't effect the install

Quote:

Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home/site/public_html/forums/includes/db_mysql.php on line 389

Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/site/public_html/forums/includes/db_mysql.php on line 389

Oh and someone posted reguarding audios showing in "Top 10" but not in vb_jukebox.php, you need to click "edit" on the song in vb_jukebox_admin.php and select a genre

Marco van Herwaarden 01-23-2005 06:36 PM

Did you did an uninstall through the installer first?

Murphinator 01-23-2005 11:33 PM

how do you host songs from a remote source?

yoyoyoyo 01-23-2005 11:35 PM

Quote:

Originally Posted by Murphinator
how do you host songs from a remote source?

just enter a URL in to the jukebox via the ACP. I am still keeping my fingers crossed for the option to allow users to submit urls as well as upload files, since none of the songs on my juke are on my server :D

Murphinator 01-23-2005 11:38 PM

vBulletin Message


Please Complete All Required Fields



thats what i get when i enter a url :(

Murphinator 01-23-2005 11:58 PM

did i install wrong?

trafix 01-24-2005 12:45 AM

the first version did allow for remote hosting where as v2 does not.

it seems that i will have to provied an upgrade so that remote hosting is an option.

Zaeolos 01-24-2005 01:14 AM

I just installed this and everything works great except I had problems with the ratings image. I use vbPortal and the $stylevar[imagesfolder] variable pointed to the wrong directory, actually it was a directory that was not even there so what I had to do was change it in the vb_jukebox.php to $stylevar[imgdir_rating]. It seems this would be a better choice for everybody. I just wanted to let you know. Great hack, I am clicking install.

Z

trafix 01-24-2005 01:18 AM

Quote:

Originally Posted by Zaeolos
I just installed this and everything works great except I had problems with the ratings image. I use vbPortal and the $stylevar[imagesfolder] variable pointed to the wrong directory, actually it was a directory that was not even there so what I had to do was change it in the vb_jukebox.php to $stylevar[imgdir_rating]. It seems this would be a better choice for everybody. I just wanted to let you know. Great hack, I am clicking install.

Z

Thanks for the input :) ... and thanks for installing

Murphinator 01-24-2005 02:09 AM

Quote:

Originally Posted by trafix
the first version did allow for remote hosting where as v2 does not.

it seems that i will have to provied an upgrade so that remote hosting is an option.


hmm, are you already working on it, because i need it at the moment, can i just change the file to some other code? cus im not on top of all of this

trafix 01-24-2005 02:37 AM

yes, i can do a quick moification the will alow you to host songs from another server ... however .mpg's will still have to go on yours :) .. how does that sound?

Zaeolos 01-24-2005 02:40 AM

I am not sure if it is just me or not, but I am running VB3.0.6 and when I upload from the user upload, it will not tell me if the file is too big, or if the file has already been uploaded. It just goes back to the Main screen. If the file meets the correct parameters, it does upload though. Also, I am not sure of the correct value to put in the Max file size. I tried 1, 1000, and 1000000 and still could not upload a file that was 500Kb. I have my php.ini file set to upload up to 20M so that is not an issue. Could the way VB changed the way they are doing their sessions in 3.0.6 be a cause of my problems? Please advise.

Z

Murphinator 01-24-2005 02:47 AM

it sounds great, im only using mine for music any ways :) thank you!

yoyoyoyo 01-24-2005 03:02 AM

Quote:

Originally Posted by trafix
yes, i can do a quick moification the will alow you to host songs from another server ... however .mpg's will still have to go on yours :) .. how does that sound?

perfect! can guests submit URL's? :D

trafix 01-24-2005 03:08 AM

Quote:

Originally Posted by Murphinator
hmm, are you already working on it, because i need it at the moment, can i just change the file to some other code? cus im not on top of all of this

ok ... good news :) ... i inspected the script and no code needs to be changed

in the admin options where it asks for the folder name enter the full path to the where the songs are stored eg "www.something.com/music folder" NO backslash after.

The downside to this is you cant play movie files and all songs have to be put in the host server.

trafix 01-24-2005 03:15 AM

Quote:

Originally Posted by yoyoyoyo
in the admin options where it asks for the folder name enter the full path to the where the songs are stored eg "www.something.com/music folder" NO backslash after.

The downside to this is you cant play movie files and all songs have to be put in the host server.

NO it wont work as described above

trafix 01-24-2005 03:18 AM

Quote:

Originally Posted by Zaeolos
I am not sure if it is just me or not, but I am running VB3.0.6 and when I upload from the user upload, it will not tell me if the file is too big, or if the file has already been uploaded. It just goes back to the Main screen. If the file meets the correct parameters, it does upload though. Also, I am not sure of the correct value to put in the Max file size. I tried 1, 1000, and 1000000 and still could not upload a file that was 500Kb. I have my php.ini file set to upload up to 20M so that is not an issue. Could the way VB changed the way they are doing their sessions in 3.0.6 be a cause of my problems? Please advise.

Z

i dout it .... i think there may be other issues involved ... however i added the manual data enter for large files etc ... although is ok for you to upload with ftp, it dosnt help your members.

I only tested the uploader with midi files ;)

Zaeolos 01-24-2005 03:23 AM

Quote:

Originally Posted by trafix
i dout it .... i think there may be other issues involved ... however i added the manual data enter for large files etc ... although is ok for you to upload with ftp, it dosnt help your members.

I only tested the uploader with midi files ;)

Well, as I sit here playing with it, it is not letting me know of any of the phrases that are put in. Like when I upload and it is successful, it does not let me know that it is successful. Or when it is the same file, it does not let me know that.

trafix 01-24-2005 03:38 AM

If you have set in your admincp options to "no redirection" then you wont see it and will go back to the same screen .... maybe i should change them to stop messages instead of redirection messages as most admin will turn off redirection messages

Zaeolos 01-24-2005 03:43 AM

Yep, you hit the nail on the head. I had my redirects turned off. I didn't even think about that. I am really liking this hack. There are just a few more things I am having trouble with. The main thing right now is that I can't seem to make the Max File Size option work for me. I want to restrict the file size to 10MB. I have already tested uploading a 10MB file and it works when the option is set to zero, but if I change it from zero, I cannot upload anything.

trafix 01-24-2005 03:48 AM

immm interesting i will have to look into it further when i get a chance

Zaeolos 01-24-2005 03:56 AM

Not a big deal, I know you are busy. One thing to think about also as an option would be to give the user the ability to choose multiple songs either as a play list or maybe a check box on the side to choose all the songs they want and then a play button to start it. Just an idea...

Z

trafix 01-24-2005 06:04 AM

Quote:

Originally Posted by Zaeolos
Not a big deal, I know you are busy. One thing to think about also as an option would be to give the user the ability to choose multiple songs either as a play list or maybe a check box on the side to choose all the songs they want and then a play button to start it. Just an idea...

Z

yep its on my Future Possible Functions list in my first post ;)

The Realist 01-24-2005 01:20 PM

Anyone?

Quote:

Originally Posted by The Realist
Ok.

Installed the first version and that worked 100%.

I upgraded to your latest version and now it does not work. I can install songs via the admin panel, they show up in the jukebox but none play. Also the links on the bottom of the jukebox dont work as well.

Laters


NuclioN 01-24-2005 01:40 PM

Trafix i can't make it up out of your reply...is the link to external mp3/midi files in there already???


All times are GMT. The time now is 10:41 AM.

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.05352 seconds
  • Memory Usage 1,830KB
  • 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
  • (17)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