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)

AMG021 11-03-2006 01:49 AM

Code:

MySQL Error  : You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'theme.mp3',

        url_product_stream='true',

        url_product_buffer='
Error Number : 1064
Date        : Thursday, November 2nd 2006 @ 07:45:14 PM
Script      : http://community.******.com/admincp/...edit_playlist1
Referrer    : http://community.******.com/admincp/...playlist1&id=5
IP Address  : **.***.***.***
Username    : ******
Classname    : vb_database

Why Am i Getting this error?


Never mind i got it. it was due to the file had space in it Ex. m u sic.mp3 and it only reads music.mp3

Shazz 11-03-2006 02:51 AM

/me polls

syrus.xl 11-03-2006 03:03 PM

Quote:

Originally Posted by AMG021
Code:

MySQL Error  : You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'theme.mp3',

        url_product_stream='true',

        url_product_buffer='
Error Number : 1064
Date        : Thursday, November 2nd 2006 @ 07:45:14 PM
Script      : http://community.******.com/admincp/...edit_playlist1
Referrer    : http://community.******.com/admincp/...playlist1&id=5
IP Address  : **.***.***.***
Username    : ******
Classname    : vb_database

Why Am i Getting this error?


Never mind i got it. it was due to the file had space in it Ex. m u sic.mp3 and it only reads music.mp3

All mp3 urls should not contain spaces. Either use no space or an underscore instead. Another problem is quotes, however this will be fixed in the main code update.

micheal332001 11-04-2006 12:59 AM

Quote:

Originally Posted by cuphongle
Warning: mysql_query() [function.mysql-query]: Unable to save result set in /includes/class_core.php on line 354

This error is where you have not setup the PM settings in the admincp of the mp3 player settings.
You need to put in the admin id number and there admin name when you have done so the error will go.

alahnae 11-05-2006 01:09 AM

Hi great plugin! great graphics, great great!

Id like to ask if there is a way if anyone can creat a block for vbadvanced that shows latest new songs added, and by who.
_____________________________________
MP3.....................................User
1: ACDC: Back in Black ............EasyRider
2: Mama: Limabean..................Slash
3: Daddy: Ate it......................Drifter
4: Captin: OF Nothing..............Giveaship

Add to list

_____________________________________

and maybe click the song the the palyer starts up
:alien:

micheal332001 11-05-2006 07:48 AM

Quote:

Originally Posted by alahnae
Hi great plugin! great graphics, great great!

Id like to ask if there is a way if anyone can creat a block for vbadvanced that shows latest new songs added, and by who.
_____________________________________
MP3.....................................User
1: ACDC: Back in Black ............EasyRider
2: Mama: Limabean..................Slash
3: Daddy: Ate it......................Drifter
4: Captin: OF Nothing..............Giveaship

Add to list

_____________________________________

and maybe click the song the the palyer starts up
:alien:

Thats a good idea and i will try and sort that out today some time

syrus.xl 11-05-2006 09:37 AM

Quote:

Originally Posted by alahnae
Hi great plugin! great graphics, great great!

Id like to ask if there is a way if anyone can creat a block for vbadvanced that shows latest new songs added, and by who.
_____________________________________
MP3.....................................User
1: ACDC: Back in Black ............EasyRider
2: Mama: Limabean..................Slash
3: Daddy: Ate it......................Drifter
4: Captin: OF Nothing..............Giveaship

Add to list

_____________________________________

and maybe click the song the the palyer starts up
:alien:

There is only one problem with this, if we code it to work on the vBa Advanced system to work inside the Forum 'root' and your portal is setup outside the root it would cause a database error. Unless, the block template is edited correctly.

By default all addons are coded for the CMPS installation in the root, the main modiifcation uses a js call that must always point to the forum root, not outside.

dt-pain 11-05-2006 05:04 PM

not to talk crap or anything. But adding tracks one at a time sux. I use wimpymp3 that I ported to to work with my CMPS. You don't have to add any tracks just make a folder in your mp3 directory and upload the song. thats it.. You can even add cover art. and your own skins. you can see it at my website middle center block. I'm not talking shit about what you have here.. looks great. I love the player and the fact that members can add their own music.

http://www.x-squad.net/x/index.php

syrus.xl 11-05-2006 05:24 PM

Quote:

Originally Posted by dt-pain
not to talk crap or anything. But adding tracks one at a time sux. I use wimpymp3 that I ported to to work with my CMPS. You don't have to add any tracks just make a folder in your mp3 directory and upload the song. thats it.. You can even add cover art. and your own skins. you can see it at my website middle center block. I'm not talking shit about what you have here.. looks great. I love the player and the fact that members can add their own music.

http://www.x-squad.net/x/index.php

There are many flash-based mp3 players around the net, all with various features. The features you have described are already in development, image upload, etc. If you look back at the XML version, released in September this year, you'll see there's alot planned. As for skinned players, this is also been mentioned before, by uploading a skin via the AdminCP.

Obviously, some features will only be available in a commercial version - but this free one is still in its 'beta' stage, therefore some of the extras haven't yet been added, and a few bugs need fixing. But things like adding a single track at a time, has already changed. Once, we have all the small bugs fixed, it will be released as a full release and out of the 'beta' stage.

When you see releases like the forthcoming vbE-Center, then you may understand why modifications like this mp3 player are just the start of a number of 'imaginative' projects, we release. We already have a video, mp3, tv and radio project in development, which may also incorporate google and youTube.

alahnae 11-05-2006 11:38 PM

Quote:

Originally Posted by syrus.xl
There is only one problem with this, if we code it to work on the vBa Advanced system to work inside the Forum 'root' and your portal is setup outside the root it would cause a database error. Unless, the block template is edited correctly.

By default all addons are coded for the CMPS installation in the root, the main modiifcation uses a js call that must always point to the forum root, not outside.

thanks =)


All times are GMT. The time now is 09:11 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.01892 seconds
  • Memory Usage 1,757KB
  • 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
  • (6)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