vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - The XEON Mp3 Player for vBulletin 3.6.X Integrated (https://vborg.vbsupport.ru/showthread.php?t=129641)

syrus.xl 11-10-2006 09:42 PM

Quote:

Originally Posted by AMG021
Hey im still getting that error it still doesn't seem to let me put music that has spaces

No urls should be entered in a web url or it will cause problems. You should either delete spaces or replace them with an underscore, which is the correct way of entering urls.

AMG021 11-10-2006 09:45 PM

buttt
it works when i put it into the firefox. or any webbrowser it works

syrus.xl 11-10-2006 09:53 PM

Yes, some browsers will read it with spaces, but it is not a standard that is acceptable to all browsers. A space in IE will be changed to '%20' without the quotes, which is the equivilent of a space in another browser.

Flash cannot read spaces in urls imported into it either, what you'll find is you end up causing problems. Flash can read '%20' as a space, but not an actual space. It also varies on the flash version being used by the browser, not all browsers have the ability to read spaces.

So, you end up with 3 options.. use am underscore, no space at all or replace all spaces with %20 (but that looks messy).

Guest210212002 11-10-2006 09:57 PM

Quote:

Originally Posted by syrus.xl
Hi Chris-777,

Yeah, thats one way of using this, using an iframe as opposed to the popup system. This was only adopted so people could carry on listening to music while surfing your website. The update will probably have a dfferent approach since we are thinking of adding a dropdown menu system with a popup, and an 'Add Tracks' link (multiple track adding).

Now, the big question - as for uploading mp3's from your desktop, this feature maybe incorporated in the paid version, but it will only work if your host supports php.ini override - what we have here is a 'bottle-neck' - am 'upload' feature can be added, but normal PHP restrictions only allow 2Mb of data, unless your host has this setup differently or you can change it using a php.ini file upto a maximum of 50Mb. It will be a feature that I'll add, but it will be 'host' dependent. Other details like bandwidth would also need to be considered.

Thanks very much for the quick reply. My site's for musicians to submit MP3s to, and many of them just don't have hosting. I've been using Cole's long-since-abandoned jukebox mod for the time being, and yours is just a lot nicer.

Is there a way right now to drop the playlists out and just have one master list? That, and being able to restrict the amount of MP3s uploaded/added by usergroup is really all I'd need for now to get this pushed out to my general masses.

Great mod all around and definitely looking forward to new versions. Like I said above, if you offer a premium version with more features, I'm all about it. :D

Guest210212002 11-10-2006 10:02 PM

For the sake of testing stuff, here's what it looks like in an iframe using webtemplates. Rather sleek I must say, especially without the iframe border (left in so you can see it):

http://www.sevenstring.org/chris/mp3player_vbo.jpg

It looks nice for playing, but as you can see, when you go to add mp3s, there's a small issue (heheh) of two navbars. I think iframe might not work since there's no real way to tell the parent frame to switch within an iframe.

http://www.sevenstring.org/chris/mp3player_vbo2.jpg

Also, once you submit an MP3, there's no way to get back to the original screen from this screen here (simple edit, but you might want to plug that in):

http://www.sevenstring.org/chris/mp3player_vbo3.jpg

I'm just super-psyched to see a solid mp3/jukebox mod out for vB, I've been drooling over something like this for quite some time. :D

If it's not a silly question, is there a good way to just have the flash module centered in a page, navbars and all? I haven't had a ton of time to play with the URL but it'd be slick to be able to get this out of a webtemplate/iframe and just have it sit by itself with a normal header/navbar/footer.

syrus.xl 11-10-2006 10:09 PM

Quote:

Originally Posted by Chris-777
Thanks very much for the quick reply. My site's for musicians to submit MP3s to, and many of them just don't have hosting. I've been using Cole's long-since-abandoned jukebox mod for the time being, and yours is just a lot nicer.

Is there a way right now to drop the playlists out and just have one master list? That, and being able to restrict the amount of MP3s uploaded/added by usergroup is really all I'd need for now to get this pushed out to my general masses.

Great mod all around and definitely looking forward to new versions. Like I said above, if you offer a premium version with more features, I'm all about it. :D

Currently, this would require major re-coding of the player, vb templates, and php files - since they are set to accept 5 playlists. The player wouldn't be too hard to adjust, but the php and vb templates, and admin side would require major re-work. especially allowing uploading through vBulletin.

The playlists are created by using just one php file, but the mp3 player adds extra commands depending on playlist required, however this could be changed, setting a default parameter within the player.

syrus.xl 11-10-2006 10:17 PM

Quote:

Originally Posted by Chris-777
For the sake of testing stuff, here's what it looks like in an iframe using webtemplates. Rather sleek I must say, especially without the iframe border (left in so you can see it):

It looks nice for playing, but as you can see, when you go to add mp3s, there's a small issue (heheh) of two navbars. I think iframe might not work since there's no real way to tell the parent frame to switch within an iframe.

Also, once you submit an MP3, there's no way to get back to the original screen from this screen here (simple edit, but you might want to plug that in):

I'm just super-psyched to see a solid mp3/jukebox mod out for vB, I've been drooling over something like this for quite some time. :D

If it's not a silly question, is there a good way to just have the flash module centered in a page, navbars and all? I haven't had a ton of time to play with the URL but it'd be slick to be able to get this out of a webtemplate/iframe and just have it sit by itself with a normal header/navbar/footer.

It's a simple case of just putting the player on a page, however it could be done by just creating a new vbulletin page with header and footer includes. I'll have a look tomorrow at coding a single page with the player embedded. Haven't got time now, its quite late in the UK...lol ;)

Guest210212002 11-10-2006 10:28 PM

Heheh, no worries. If you're at all interested in doing a paid, branded version of this for my site, shoot me a PM and we can discuss. :D

Edit: Thanks again, btw. :D

Derekclarke 11-11-2006 01:45 PM

just installed this, but i get the following error.

http://www.southwestscoobies.org.uk/index.php www.southwestscoobies.org.uk Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8 404 /xeon.htm

how do i overcome this?

syrus.xl 11-11-2006 01:53 PM

Quote:

Originally Posted by Derekclarke
just installed this, but i get the following error.

http://www.southwestscoobies.org.uk/index.php www.southwestscoobies.org.uk Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8 404 /xeon.htm

how do i overcome this?

xeon.htm is referring to a previous version of this modification. This version use no HTML - its all php and vbulletin templates, therefore the file you have referenced is not part of this modification.


All times are GMT. The time now is 02:40 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.03404 seconds
  • Memory Usage 1,764KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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