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)

micheal332001 10-30-2006 11:08 AM

Quote:

Originally Posted by cuphongle
hey, i been having problems with it too, finally found out why

you cant have the '
take that out, and it should be good

this will be fix very soon and the update will be sent to syrus when done.

cuphongle 10-30-2006 02:04 PM

kool, and it be nice to be able to change the name of playlist to whatever we want

Draygonia 10-30-2006 09:19 PM

Quote:

Originally Posted by syrus.xl
Well, it looks like the old "vbmenu_control" td tag would cause problems. So, try this, which I've removed the td tag. It's using a straight forward image link, apart from the js, which shouldn't affect the link in anyway.


Code:

<!?Mp3 Player Launch -->
<td width="70" height="22" align="left" valign="top">
<if condition="$show['member']">
<a href="javascript:NewWindow=window.open('mp3playerindex.php?do=viewmp3playerpopup','newWin','width=500,height=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resizable=No,fullscreen=No');
NewWindow.focus(); void(0);"><img src="$stylevar[imgdir_misc]/tren_z_header_vbplayer.gif" width="70" height="22" alt="" border="0" />
</if>
</td>
<!?End Mp3 Player Launch -->


Works! Now I just gotta fix it for cmps! Thanks a lot!

syrus.xl 10-30-2006 10:43 PM

Quote:

Originally Posted by Draygonia
Works! Now I just gotta fix it for cmps! Thanks a lot!

You're welcome!;)

The CMPS is now released as an 'addon' to this modification. Click here for details.

Draygonia 10-30-2006 11:09 PM

What I meant was, the portal page needs to have a /forum in front of the URL in the header, so I need a replacement variable or whatever that thing is.

Annoying Error:

Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/chasmonl/public_html/mp3playerindex.php on line 33

Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/lib/php:/usr/lib/php') in /home/chasmonl/public_html/mp3playerindex.php on line 33

Its located in that location, no lie!

syrus.xl 10-30-2006 11:33 PM

Quote:

Originally Posted by Draygonia
What I meant was, the portal page needs to have a /forum in front of the URL in the header, so I need a replacement variable or whatever that thing is.

Annoying Error:

Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/chasmonl/public_html/mp3playerindex.php on line 33

Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/lib/php:/usr/lib/php') in /home/chasmonl/public_html/mp3playerindex.php on line 33

Its located in that location, no lie!

Ah right..

Try adding a Navbar Replacement to your CMPS.

AdminCP -> vba CMPS -> Default Settings -> Navbar Replacements
Add mp3playerindex.php to the list

Click Save

Biggles 10-31-2006 10:59 AM

Quote:

Originally Posted by Snake
... yes, I'm running on vBSEO as you can see. It that a problem or something I wonder?

Well, Snake (and for Syrus too in response to his request for a fix), it can be a problem as follows:

My server had a PHP Memory Limit of 8MB, which I understand is fairly generous (some hosts allow only 2MB). But it was not enough to properly run vBSEO, as they themselves know because they advise a memory limit of 32MB. I ran vBSEO just fine for a few days but then things went a little haywire. One of the snags was 'white paging' on a 'do' command. The problem was resolved by modifying the ini.php - indirectly - my host ended up doing it for me, thank goodness.

Whether or not a low memory limit was causing Snake's white paging problem is uncertain without knowing more about his server limits.

I would emphasise that vBSEO is a favourite mod of mine and I value it greatly. But it does definitely need a PHP memory limit of 32 MB to run without snags. It occurred to me when I read Snake's white paging problem that his memory limit could be the problem rather than it being caused by the vbMP3Player - which has to be my second favourite mod. It's great, Syrus, thank you. My members use it all the time and think it is fantastic.

I hope this post will also explain my earlier post to the others who report no problem with vBSEO. It would depend, I think, on the PHP memory limit imposed by your host - but it can easily be resolved by having the limit lifted to 32 MB.

Sorry for the delay in responding - been very busy sorting out things on a brand new site being set up by my far better half.

Best wishes

Biggles :D

Biggles 10-31-2006 11:11 AM

Hi Hammondfra

I had a quick look to see if anyone answered you. Didn't see anything [but my eyes are not what they once used to be :) ].

I think you are trying to upload using the vBulletin Plugin system. If so, try uploading where you should be - in the Product system. This fantastic Player is not a plugin but a product. If you try to upload a product via plugin, you will get that error message you have reported.

I hope that sorts it for you but accept no liability whatsoever for your following my advice. As stated elsewhere, I am not even a coder's bootlace, let alone a coder. :D

Biggles

DragoZERO 10-31-2006 02:12 PM

FileHut is nice and all, but I found an easier site to use: http://www.4shared.com - maybe you wanna start a list of sites to upload music onto so users don't eat up bandwidth and all.

bashy 10-31-2006 06:11 PM

Hi

Have i missed somthing? Where do i find the side block that's showing here please http://www.digitalport.co.uk/vb36/?styleid=1

Draygonia 10-31-2006 06:26 PM

Quote:

Originally Posted by syrus.xl
Ah right..

Try adding a Navbar Replacement to your CMPS.

AdminCP -> vba CMPS -> Default Settings -> Navbar Replacements
Add mp3playerindex.php to the list

Click Save

Strangely, I still get that error, is it in the code you gave me perhaps? Everything looks perfectly fine!

AMG021 10-31-2006 08:15 PM

this is nicee i love it thank you soo much! :D

cuphongle 10-31-2006 08:20 PM

after adding this, is anyone else getting database problems?

AMG021 10-31-2006 08:45 PM

Ok i have myspace and i installed this script on my site. now can i call it from myspace account?

syrus.xl 11-01-2006 12:49 AM

Quote:

Originally Posted by Draygonia
Strangely, I still get that error, is it in the code you gave me perhaps? Everything looks perfectly fine!

PM me your URL and I'll have a look at the code for you.

:)

syrus.xl 11-01-2006 12:50 AM

Quote:

Originally Posted by cuphongle
after adding this, is anyone else getting database problems?

If you can specify where and when you are receiving the error, then we can help you.

syrus.xl 11-01-2006 01:00 AM

Quote:

Originally Posted by AMG021
Ok i have myspace and i installed this script on my site. now can i call it from myspace account?

myspace doesn't allow javascript calls on any profiles, therefore the call code wouldn't work. There is a workaround code, but note this may cause excessive sql queries, if someone else viewed your page source on your profile, to find the hosting server, and the code started getting posted around myspace.

Due to the embed code that myspace will only allow, you would have to use the 'old' embed tag method, which now shows 'white' bounding boxes around any embedded page objects.

I can write the code if you wish... but its something I wouldn't recommend.

syrus.xl 11-01-2006 01:08 AM

Quote:

Originally Posted by bashy
Hi

Have i missed somthing? Where do i find the side block that's showing here please http://www.digitalport.co.uk/vb36/?styleid=1

That is the XML driven version, which was first released as the vbMp3 Player. Details for that block can be found here.

That player hasn't been updated to use the vBulletin database, it maybe released at a later date, but nothing is planned yet.

AMG021 11-01-2006 01:20 AM

Quote:

Originally Posted by syrus.xl
myspace doesn't allow javascript calls on any profiles, therefore the call code wouldn't work. There is a workaround code, but note this may cause excessive sql queries, if someone else viewed your page source on your profile, to find the hosting server, and the code started getting posted around myspace.

Due to the embed code that myspace will only allow, you would have to use the 'old' embed tag method, which now shows 'white' bounding boxes around any embedded page objects.

I can write the code if you wish... but its something I wouldn't recommend.

thanks Syrus I guess i will listen you .

AMG021 11-01-2006 04:20 PM

Hey i think i have found a bug. When the songs reaches it end it stops and crashes the whole browser. i have to then End task it :( Please fix this

cuphongle 11-01-2006 04:36 PM

Quote:

Originally Posted by syrus.xl
If you can specify where and when you are receiving the error, then we can help you.

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

syrus.xl 11-01-2006 04:52 PM

Quote:

Originally Posted by AMG021
Hey i think i have found a bug. When the songs reaches it end it stops and crashes the whole browser. i have to then End task it :( Please fix this

There is a known bug in a single playlist only capable of holding 100 tracks per playlist, however this was fixed using a conditional in this version. The other bug with the player, relates to having only one song in a playlist - this causes the playlist, to loop in the actionscript which in turn causes an unstable script error.

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

Quote:

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

What are you doing when this error appears? I haven't seen this before.:confused:

AMG021 11-01-2006 08:35 PM

Quote:

Originally Posted by syrus.xl
There is a known bug in a single playlist only capable of holding 100 tracks per playlist, however this was fixed using a conditional in this version. The other bug with the player, relates to having only one song in a playlist - this causes the playlist, to loop in the actionscript which in turn causes an unstable script error.

ok So i have to add a second song to make it work ? Because currently i have one song in the player

syrus.xl 11-01-2006 09:52 PM

Quote:

Originally Posted by AMG021
ok So i have to add a second song to make it work ? Because currently i have one song in the player

Yes... there must be at least 2 songs in playlist for the player to remain stable. The playlist is there for adding many songs, this bug was originally found in the first release using XML feeds, but since then most player bugs have been fixed by using PHP to control the player within its own limits.

By the time I have the vbE-Center ready, I hope to have all these bugs fixed in the main console, which is already in development stages.;)

syrus.xl 11-02-2006 07:14 AM

Quote:

Originally Posted by Biggles
Well, Snake (and for Syrus too in response to his request for a fix), it can be a problem as follows:

My server had a PHP Memory Limit of 8MB, which I understand is fairly generous (some hosts allow only 2MB). But it was not enough to properly run vBSEO, as they themselves know because they advise a memory limit of 32MB. I ran vBSEO just fine for a few days but then things went a little haywire. One of the snags was 'white paging' on a 'do' command. The problem was resolved by modifying the ini.php - indirectly - my host ended up doing it for me, thank goodness.

Whether or not a low memory limit was causing Snake's white paging problem is uncertain without knowing more about his server limits.

I would emphasise that vBSEO is a favourite mod of mine and I value it greatly. But it does definitely need a PHP memory limit of 32 MB to run without snags. It occurred to me when I read Snake's white paging problem that his memory limit could be the problem rather than it being caused by the vbMP3Player - which has to be my second favourite mod. It's great, Syrus, thank you. My members use it all the time and think it is fantastic.

I hope this post will also explain my earlier post to the others who report no problem with vBSEO. It would depend, I think, on the PHP memory limit imposed by your host - but it can easily be resolved by having the limit lifted to 32 MB.

Sorry for the delay in responding - been very busy sorting out things on a brand new site being set up by my far better half.

Best wishes

Biggles :D

Thanks Biggles!

I know vBSEO can cause problems with some modifcations - and I've been informed by some users that the 'ioncube' version runs better than the 'Zend' version.

I might invest in vBSEO in the future, once I've released a few more mods, and got rid of all the little bugs from this version.

:)

syrus.xl 11-02-2006 07:33 AM

Quote:

Originally Posted by AMG021
ok So i have to add a second song to make it work ? Because currently i have one song in the player

It seems the player goes into a actionscript loop with only one song in any playlist. I have now found a fix for this and will add a new player later today.

However, the fix means disabling the 'Shuffle' feature, which is why the script becomes unresponsive, due to trying to shuffle a single track.

Physically, its not possible to randomize a single track.

So, later today I'll release a version which will not autoStart or shuffle tracks, with details why.

:)

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

For all those that have supported this hack and the older XML version, its your chance to show your appreciation. Please vote this hack for Mod of the Month during November - it does have some very tuff competition, but you never know what will happen, it's still early days yet.

Click here now to Vote for Mod of the Month [high](November 2006)[/high]


Well, it's worth a try!:)

radarhunter 11-02-2006 03:26 PM

i already did :D

MissKalunji 11-02-2006 07:06 PM

voted!

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 10:09 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.01968 seconds
  • Memory Usage 1,868KB
  • 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
  • (3)bbcode_code_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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