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)
-   -   Mini Mods - vbMp3 & XEON vbMp3 Player (https://vborg.vbsupport.ru/showthread.php?t=125817)

revmitchell 01-13-2007 12:25 PM

I found it it is in the header. Thanks.

revmitchell 01-13-2007 12:47 PM

Isnt the player supposed to be in the admin cp?

syrus.xl 01-13-2007 01:07 PM

Quote:

Originally Posted by revmitchell (Post 1157997)
Isnt the player supposed to be in the admin cp?

That is not this version. This version relies on XML population therefore requires no database adjustments or SQL queries.

The version that uses the vBulletin ACP can be found here.

revmitchell 01-13-2007 01:15 PM

Whichof these is better for a novice at handling vb hacks?

syrus.xl 01-13-2007 01:17 PM

Probably this version at the moment - since the other version requires a fix in the product XML file, which I have not got around to doing yet.

trd167 01-13-2007 08:57 PM

im still getting this when i click on the mp3 player link on my navbar

Database error in vBulletin 3.6.4:

Invalid SQL:

SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;

MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Saturday, January 13th 2007 @ 02:53:28 PM
Script : http://www.whiteplusyellow.com/forum...mp3playerpopup
Referrer :
IP Address : 71.231.84.128
Username : WhiteplusYellow
Classname : vB_Database

Icehawk002 01-20-2007 06:13 PM

Havng uploaded the swf, playlist flashobject etc and created templates and module. nothing shows up, well not true the module shows up with the" flash java warning". It shows this for everyone on the forum so its probably not a browser setting.

Suggestions and help please.

syrus.xl 01-20-2007 06:41 PM

Quote:

Originally Posted by trd167 (Post 1158358)
im still getting this when i click on the mp3 player link on my navbar

Database error in vBulletin 3.6.4:

Invalid SQL:

SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;

MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Saturday, January 13th 2007 @ 02:53:28 PM
Script : http://www.whiteplusyellow.com/forum...mp3playerpopup
Referrer :
IP Address : 71.231.84.128
Username : WhiteplusYellow
Classname : vB_Database

This error does not relate to this modification, this mod uses no database SQL entries. It is entirely XML driven.

Icehawk002 01-21-2007 12:12 PM

Quote:

Originally Posted by Icehawk002 (Post 1163662)
Havng uploaded the swf, playlist flashobject etc and created templates and module. nothing shows up, well not true the module shows up with the" flash java warning". It shows this for everyone on the forum so its probably not a browser setting.

Suggestions and help please.


Bump because I would like to get this running :)

Icehawk002 01-21-2007 10:02 PM

Sorted thanks

Icehawk002 01-23-2007 10:34 AM

The 1st Mp3 starts to play once the buffer level is reached, how do I set theplayer so that it will not start unless the play button is selected on vbMp3Player in module?

Sparticus_V2 02-01-2007 07:15 PM

None of my music will play in my Player, What do i do?

The player opens. I press play, the play Icon flashes like its playing, but the track time says zero and it is not playing music....

richTV 02-01-2007 09:04 PM

make sure u have a valid link to that file

make sure u have at least a couple of songs in that particular playlist

make sure it is mp3 format

syrus.xl 02-01-2007 10:10 PM

Quote:

Originally Posted by Sparticus_V2 (Post 1172430)
None of my music will play in my Player, What do i do?

The player opens. I press play, the play Icon flashes like its playing, but the track time says zero and it is not playing music....

This would be the case of the player not reading the mp3 file correctly. Make sure you have done the following:

1. No spaces are used in the mp3 file name. The player will associate a space with %20 and therefore you will not hear the track.

2. Make sure you do not use foreign characters or non alphanumeric characters.

3. Check the path is correct to the mp3

syrus.xl 02-01-2007 10:13 PM

Quote:

Originally Posted by trd167 (Post 1158358)
im still getting this when i click on the mp3 player link on my navbar

Database error in vBulletin 3.6.4:

Invalid SQL:

SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;

MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Saturday, January 13th 2007 @ 02:53:28 PM
Script : http://www.whiteplusyellow.com/forum...mp3playerpopup
Referrer :
IP Address : 71.231.84.128
Username : WhiteplusYellow
Classname : vB_Database

This error does not relate to this modification. No database entries are used in this modification.

Sparticus_V2 02-02-2007 09:22 AM

ok, welll i took a look at my XML file and found that the path had the "public_html" part in it, so i took that out and it works!! Thanks~

Osama11 02-02-2007 09:55 AM

how to add songs into the player

syrus.xl 02-05-2007 10:13 PM

Quote:

Originally Posted by Osama11 (Post 1172855)
how to add songs into the player

You add songs by editing the XML file included in the .zip. Just enter the url and name of track in the file, like the examples.

SkippySkippy 02-12-2007 12:17 AM

Great mod, but I am having an issue. I'm trying to listen to the two example tracks you've included with the vbMP3 player (the iPod one). I click the track, the "play" icon glows red, but no music starts and the little bar in the screen does not move, it stays at 0. I try to click the play button, but no good. Help?

-Skip

syrus.xl 02-12-2007 12:21 AM

Quote:

Originally Posted by SkippySkippy (Post 1180291)
Great mod, but I am having an issue. I'm trying to listen to the two example tracks you've included with the vbMP3 player (the iPod one). I click the track, the "play" icon glows red, but no music starts and the little bar in the screen does not move, it stays at 0. I try to click the play button, but no good. Help?

-Skip

The example tracks are no longer valid links, therefore you should change them to mp3's of your own.

SkippySkippy 02-12-2007 07:37 PM

Oooh, that makes sense then. Thanks! :)

-Skip

syrus.xl 02-12-2007 07:39 PM

Quote:

Originally Posted by SkippySkippy (Post 1180914)
Oooh, that makes sense then. Thanks! :)

-Skip

I'll modify the first post to reflect this issue.

ReWrite 02-16-2007 05:31 AM

Can I link like http://server.webstream.com:1234 or http://www.stream.com/demo.m3u use ?

syrus.xl 02-17-2007 02:08 AM

Quote:

Originally Posted by ReWrite (Post 1183656)

This player was designed only to use the mp3 file format. Maybe at a later date I may release a player for stream content.

revmitchell 02-17-2007 02:14 AM

I loaded the player. it shows up well. I hosted a few sound files and placed the url where it goes. The title of the song shows up in the list but it will not play anything. What could be wrong?

syrus.xl 02-17-2007 02:20 AM

Quote:

Originally Posted by revmitchell (Post 1184322)
I loaded the player. it shows up well. I hosted a few sound files and placed the url where it goes. The title of the song shows up in the list but it will not play anything. What could be wrong?

This problem normally occurs if the player is not reading the mp3 file name correctly. See this link for details on this FAQ.

HTH

revmitchell 02-17-2007 02:57 AM

I made the change to the file name. The file is currently named this way: Praise_To_God.mp3

And it is stored at wikiupload.com But I still get no sound or advancement and the play button just flashes at me when I attempt to play the song.At the bottom of the pop up box is continually reads: transferring data from wikiupload.com

What might be wrong here?

syrus.xl 02-17-2007 04:03 AM

Quote:

Originally Posted by revmitchell (Post 1184338)
I made the change to the file name. The file is currently named this way: Praise_To_God.mp3

And it is stored at wikiupload.com But I still get no sound or advancement and the play button just flashes at me when I attempt to play the song.At the bottom of the pop up box is continually reads: transferring data from wikiupload.com

What might be wrong here?

Is this named mp3 file reflected in the XML file? I'm not familar with wikiupload.com, does it support full url addresses to files stored? Meaning the end of the url ends with .mp3 and nothing else, or the player will try to read this as a flashvar, which isn't designed for use with this player.

revmitchell 02-17-2007 12:49 PM

should I just put al the sound files in the xml file?

syrus.xl 02-22-2007 06:49 PM

All the urls to your mps's should be entered in the XML file, along with the track title. The XML file is read by the flash player file, it doesn't read mp3's directly.

Paultiscali 03-04-2007 02:57 PM

love the hack and very easy to install but i dont like the ipod theme

syrus.xl 03-05-2007 12:38 AM

Quote:

Originally Posted by Paultiscali (Post 1195506)
love the hack and very easy to install but i dont like the ipod theme

There will be some new players available soon, with skinning capabilities. 5 skins will be supplied, and a template to create your own.:)

Paultiscali 03-05-2007 02:42 AM

nice one mate

will there be away to add your own radio station to the list

because if its possible it would be mint :)

C2Systems 03-06-2007 03:11 AM

Ive been searching and reading this thread forever, I cant get the player to work with IE7 or some other IE's... seems to work perfect with firefox, I use 2.0.0.2

any info? im kinda lost for the moment and no one can listen, well with IE anyways lol thanks!

http://forums.socaltundras.com

Paultiscali 03-06-2007 05:57 AM

i have just checked your website out and the player seems fine on your Xamira skin on your forum

syrus.xl 03-06-2007 06:41 AM

Quote:

Originally Posted by C2Systems (Post 1196825)
Ive been searching and reading this thread forever, I cant get the player to work with IE7 or some other IE's... seems to work perfect with firefox, I use 2.0.0.2

any info? im kinda lost for the moment and no one can listen, well with IE anyways lol thanks!

http://forums.socaltundras.com

If it's not showing in any IE version you may need to update your Flash player ActiveX plugin. It was designed with Flash 8.0, therefore you would need Flash Player 8.0 or higher installed.

You can find the latest version here

HTH...

C2Systems 03-06-2007 09:50 AM

well that makes too much sense lol .. thanks, ill let everyone know :up:

THIS actually fixed the problem ... same thing pretty much, heh

syrus.xl 03-06-2007 12:32 PM

Quote:

Originally Posted by C2Systems (Post 1197003)
well that makes too much sense lol .. thanks, ill let everyone know :up:

THIS actually fixed the problem ... same thing pretty much, heh

Oops... I forgot I was using Firefox at the time!:rolleyes: So the redirect pointed me to the flash plugin for the browser I was using at the time. I rarely use IE 7.0 - it still seems to buggy to me.:D

C2Systems 03-07-2007 04:10 AM

seriously .... with IE7 my forums dont load right and it does weird things while loading pages, sucks to be those members I guess lol

sorry back on topic :D music works great and members are happy now [with the "ipod" anyways] thanks!

GrendelKhan{TSU 03-07-2007 07:23 AM

is it possible to get this to open within a vb page? that is, instead of a completely separate window?


All times are GMT. The time now is 05:58 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.01854 seconds
  • Memory Usage 1,829KB
  • 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
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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