PDA

View Full Version : Major Additions - The XEON Mp3 Player for vBulletin 3.6.X Integrated


Pages : 1 2 3 4 [5]

Chamillitary7
05-03-2008, 03:42 AM
I'm having trouble

I put the folders in upload in the corresponding spots and imported the xml file

The MP3 Management is in the ACP, and I edited the settings and usergroup permissions

But it's not showing up on the site.

I think it has to do with the navbar edit.

I added the ibproarcade and that worked fine as far as adding that to the nav. bar.

Chamillitary7
05-03-2008, 01:57 PM
Is this maybe not compatible with 3.7?

MAZAG
05-12-2008, 12:35 AM
I posted this on the other thread for the Z4 but just in case you check this more. (sorry for the spam ><)

Installed but I am having the problem with the Javascript enabled. I think I have done everything you suggested. Putting the
<script type="text/javascript" src="clientscript/flashobject.js"></script> above the <script type="text/javascript" src="clientscript/vbulletin_global.js?v=$vboptions[simpleversion]"></script>
<if condition="$show['popups']">
<script type="text/javascript" src="clientscript/vbulletin_menu.js?v=$vboptions[simpleversion]"></script></if>
<if condition="$vboptions['externalrss']">

I have put the all the files in the correct corresponding: admincp, includes, and clientscript folders.

Root Folder

> xeon_mp3_beta
> mp3playerindex.php
> mp3playlist.php

Admin CP

> mp3player_admin.php

Clientscript

> flashobject.js

includes -> xml folder

> bitfield_mp3player.xml
> cpnav_mp3player.xml


As you can see from my forums: www.GRevForums.net the Player is at the bottom of the page in a collapsable table. Would this affect the coding I use? - EDIT: Moved it to the navbar instead.


I have viewed all the posts in these boards relating to the javascript error and also looked on your own forums and have tried all the fixes there aswell. The flashobject file is in the clientscript folder, I have tried both relative and absolute urls for the headinclude code. I cant think of anything else I can do to fix it.
Any help would be greatly appreciated.

:)

I've did all also and i'm sure, but still

Warning!!! To view this Mp3 Player please enable JavaScript and Flash!


Plz man i'm waiting your reply and don't tell me to check my headinclude i'm already put the code that enable java & Flash

haytham
06-01-2008, 06:22 PM
Can I change playlist names?

syrus.xl
06-01-2008, 07:14 PM
Can I change playlist names?

This is not currently an available feature. It would require an additional file, and some new variables to be compiled into the player, it's not difficult to introduce. However, at the moment I am busy with personal problems.

haytham
06-02-2008, 02:10 AM
Sorry to hear that. I wish you good luck in solving those problems.

haytham
06-02-2008, 06:06 AM
Sorry this may have been asked before but 68 pages are a lot to go through. About the URL of the MP3. How can my members do that? Most upload sites demand a waiting period to download anything so how will the song play? Are there any sites that let you stream uploaded songs immediately?

Cybermonsters
06-03-2008, 04:19 PM
Installed on 3.7 and works perfect.

csoroner
06-10-2008, 01:23 AM
This is for sure an outstanding mod. Installed on a 3.6.9 board in minutes and kicks butt! I only wish that other coders could keep things so simple and easy to work with.

Thanks a bunch!

xoutlawz00x
06-12-2008, 05:30 AM
How do i add autostart or shuffle settings and stuff like that???

xoutlawz00x
06-13-2008, 11:06 PM
is there a way i can make this pop up as soon as the homepage loads???

syrus.xl
06-14-2008, 03:30 PM
is there a way i can make this pop up as soon as the homepage loads???

You could do this using a javascript onload call. But the trouble these days is that popup blockers would stop it. There is another way by using the lightbox in vBulletin 3.7 and above, but you would need to check that it does not cause conflicts with vBulletin pages where lightbox is enabled. Alternatively, Thickbox could be used as this supports more formats than lightbox.

Guy Betten
06-20-2008, 09:07 PM
Has anyone here customized the buttons the show,,on the player? I am wanting to have just the Play and Stop buttons visible and then the viewer has the ability to start & stop, the preselected MP3 files. Thanks, JPT.

revmitchell
07-01-2008, 08:28 AM
What does it mean I need to enable javascript?

mystic10
07-15-2008, 04:07 PM
are u going to make official update for 3.7 or higher...i am not sure if it works..thanks in advance

mystic10
07-15-2008, 04:26 PM
working on 7.2 so far everything k

mystic10
07-15-2008, 04:27 PM
What does it mean I need to enable javascript?

i had the same thing...it was bc i forgot to but this code <script type="text/javascript" src="clientscript/flashobject.js"></script> in header..once i did that it was good to go..i hope this help..

revmitchell
07-15-2008, 04:54 PM
i had the same thing...it was bc i forgot to but this code <script type="text/javascript" src="clientscript/flashobject.js"></script> in header..once i did that it was good to go..i hope this help..


In the header?

mystic10
07-15-2008, 05:19 PM
yeah as per instructions please re-look at the instruction :
that is how my got fixed..but if this is not what u asking than i am sorry i dont know...

Template edit(required on new install and upgrade, unless you have installed other products from us.):

Find:
-----
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=$vboptions[simpleversion]"></script>

Above add:
----------
<script type="text/javascript" src="clientscript/flashobject.js"></script>
If this line of code already exists then DO NOT ADD IT!

-----------------------

i am sorry for asking such a stupid question but i uploaded my music in 4shared and this is the link they gave me:
http://www.4shared.com/file/55302664/320506be/03_Move_Your_Body_Now_-_wwwSongsPK.html

it didnt work...i know it very silly but i have never uploaded mp3 links in player...where do i go and make links so i can use the player...i really feel silly asking this but i hope someone can help

TheInsaneManiac
07-19-2008, 07:08 PM
In the 4.0 version how do you make it shuffle as it isn't doing it by itself?

syrus.xl
07-19-2008, 07:20 PM
In the 4.0 version how do you make it shuffle as it isn't doing it by itself?

The actual mp3 player swf file wasn't changed. If you download the 3.6 version and just upload the player it should have the shuffle on by default. On v4.0 this was turned off by default, and coding was changed.

syrus.xl
07-19-2008, 07:23 PM
yeah as per instructions please re-look at the instruction :
that is how my got fixed..but if this is not what u asking than i am sorry i dont know...

Template edit(required on new install and upgrade, unless you have installed other products from us.):

Find:
-----
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=$vboptions[simpleversion]"></script>

Above add:
----------
<script type="text/javascript" src="clientscript/flashobject.js"></script>
If this line of code already exists then DO NOT ADD IT!

-----------------------

i am sorry for asking such a stupid question but i uploaded my music in 4shared and this is the link they gave me:
http://www.4shared.com/file/55302664/320506be/03_Move_Your_Body_Now_-_wwwSongsPK.html

it didnt work...i know it very silly but i have never uploaded mp3 links in player...where do i go and make links so i can use the player...i really feel silly asking this but i hope someone can help

The player requires direct links to mp3's, this means the actual url to the mp3 must be a full url and end with .mp3 (any other extension will fail).

TheInsaneManiac
07-19-2008, 09:22 PM
The actual mp3 player swf file wasn't changed. If you download the 3.6 version and just upload the player it should have the shuffle on by default. On v4.0 this was turned off by default, and coding was changed.
If it was turned off, how do I turn it back on?

syrus.xl
07-19-2008, 11:00 PM
If it was turned off, how do I turn it back on?

It cannot be turned on and off, as such. This is why a number of players were released, each one contains different settings. They are compiled with various defaults per player, these include shuffle and repeat features.

These will probably be added in a future update to the actual player file, so they can be turned on/off at will.

csoroner
07-21-2008, 06:02 AM
Hello, I have this installed on a 3.6.9 board and it works outstanding. I'm not sure if this has been asked but I have members who want to ad songs to the play list but don't have a way to host the mp3 file so they have to send them to me so I can either upload them via ftp to the same website or a different one then input the url.

On my other site I'm running a phpbb2 board with MPS Auto-MP3 Mod v.0.1.0 installed which allows members to upload the mp3 files. Is there a version or add on to this mod to allow members to upload the files? We have plenty of bandwidth and upload speed available.

Please let me know.

Thanks!

C138 Kaysone
08-04-2008, 08:50 AM
ok one problem i have with this, i cant update nothing, i have to delete and re-add etc, might wanna look into this so, i want to update the files and approve, i cant even do it

Eoti
08-10-2008, 02:39 PM
Ok with the style I'm using the links on the header (what operates as the navbar here) are all floating so basically I can only use the

<a href="http://www.edgeoftheinternet.com/forums/arcade.php">Arcade</a>

format for links or it throws the entire navigation out of whack. Is there a way for me to convert the

<!-- Mp3 Player Launch -->
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playerindex.p hp?do=viewmp3playerpopup ','newWin','width=500,height=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');
NewWindow.focus(); void(0);">vbMp3 Player</a></td>
</if>
<!-- End Mp3 Player Launch -->

To the format I need or a way to implement so that it acts as a link of that sort. I'd really like to get this going but until I can get it on my navbar without completely ruining the alignment of everything its not really an option.

syrus.xl
08-10-2008, 02:45 PM
If you're using a non-standard style then it can be adjusted accordingly. It will even work with image buttons if coded correctly.

In your circumstances you just need to remove the default TD tag, so your code looks like this:

<!-- Mp3 Player Launch -->
<if condition="$show['member']">
<a href="javascript:NewWindow=window.open('mp3playerindex.p hp?do=viewmp3playerpopup ','newWin','width=500,height=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');
NewWindow.focus(); void(0);">vbMp3 Player</a>
</if>
<!-- End Mp3 Player Launch -->

Hope that helps! :)

renegade_ice
08-20-2008, 11:27 PM
so far this thing just gives me code-wood! love it!

kotlt99
09-04-2008, 09:33 AM
how to make this player play Shuffle and repeat automaticly? And can i add more than 5 playlists ?

holy_chicken
09-19-2008, 06:43 AM
Why is the pop up window keep showing me this error message?: Warning!!! To view this Mp3 Player please enable JavaScript and Flash!

My JS and Flash are enabled and i've tried it on different computers! Please advise. :confused:

syrus.xl
09-19-2008, 12:59 PM
Why is the pop up window keep showing me this error message?: Warning!!! To view this Mp3 Player please enable JavaScript and Flash!

My JS and Flash are enabled and i've tried it on different computers! Please advise. :confused:

This is a debugging line that has been left in to make fault finding in the code easier.

Check you have the following js call in the headinclude template:
<script type="text/javascript" src="clientscript/flashobject.js"></script>

The instructions also indicate this template edit which some people over look.

Regards.

vtte
09-28-2008, 04:39 PM
This is one of the best mods of all time for me. Congratulations on a successful development.

SatSeeker
10-23-2008, 03:07 PM
Thank you, syrus... Just installed w/o any problem on 3.7.3 Patch level1. I think this is the best hack I've installed thus far. THANK YOU SO MUCH.... My members now can enjoy listening to music while browsing around the forum.

SS

:up:;):up:

sebil
12-14-2008, 08:37 PM
Warning!!! To view this Mp3 Player please enable JavaScript and Flash!

i cant see the player .. it showing this error

y its showing like this
any idea...
please help me

i added this code in headinclude.. but still it showing this error
y is that

<script type="text/javascript" src="clientscript/flashobject.js"></script>

syrus.xl
12-14-2008, 11:10 PM
Warning!!! To view this Mp3 Player please enable JavaScript and Flash!

i cant see the player .. it showing this error

y its showing like this
any idea...
please help me

i added this code in headinclude.. but still it showing this error
y is that

<script type="text/javascript" src="clientscript/flashobject.js"></script>

Hi Sebil,

Try the suggestions in our knowledgebase for this issue, you can find the article at this address: http://www.digitalport.co.uk/digital/vbhelp.php?do=showthread&t=4

sebil
12-15-2008, 07:28 PM
thanks bro.. i will have a look there

csoroner
12-15-2008, 09:12 PM
I just finished upgrading from 3.6.9 to 3.7.4 and I have the same issue!

Anyone know a fix??????

csoroner
12-15-2008, 09:19 PM
Hi Sebil,

Try the suggestions in our knowledgebase for this issue, you can find the article at this address: http://www.digitalport.co.uk/digital/vbhelp.php?do=showthread&t=4
I registered but it says I don't have permission to read. Could you please post the content here?

syrus.xl
12-16-2008, 08:30 AM
Here's the content of that article...


With all correctly coded embedding of flash files, we use javascript to embed the file within a page, this is done to make the product cross-browser compatible. The old HTML embed code will still work these days, but will give you a popup in Internet Explorer stating 'Click to Activate', which is annoying, therefore we use javascript to workaround this issue.

This error will normally appear if the flashobject.js call is missing from the headinclude template.Always check this first, if you have already done this edit then check the path to the flashobject.js file is correct and that the file is available.

Template Edit:
AdminCP -> Styles & Templates -> Style Manager -> Default Style -> Edit Templates

In the headinclude template
FIND:

<script type="text/javascript" src="clientscript/vbulletin_global.js?v="></script>

Above add this:

<script type="text/javascript" src="clientscript/flashobject.js"></script>This edit should only appear once, since all products on a page will use different id tags but will all use the flashobject.js file.

If this does not fix your problem then enter the full url to the flashobject.js file. This maybe required if your vBulletin is not installed inside a sub-directory. An example is shown below, substitute your own own domain for the example one shown.
<script type="text/javascript" src="http://www.mydomain.com/clientscript/flashobject.js"></script>If this does not rectify the problem, then remove the line of code completely, and insert it just above the flash embed coding, this will work, but may cause issues if you install further products developed by us.

csoroner
12-19-2008, 12:17 AM
Outstanding!

Worked like a charm......

Thanks!

syrus.xl
12-19-2008, 07:31 AM
No problem, glad it worked for you. Sorry, I didn't realize our Knowledgebase was for customers only.

Regards,

Syrus

sebil
01-27-2009, 06:53 PM
Here's the content of that article...

it didnt work for me :(

sebil
01-27-2009, 06:54 PM
If this does not rectify the problem, then remove the line of code completely, and insert it just above the flash embed coding, this will work, but may cause issues if you install further products developed by us.

Where can i find that flash embeding code.. ?

Joemadden1989
01-30-2009, 11:45 AM
When adding mp3 i get the following error (Outside the admin panal)

Fatal error:

* The following users were not found:
1. Admin name

Unable to proceed with save while $errors array is not empty in class vB_DataManager_PM in [path]\includes\class_dm.php on line 810
#0 vb_error_handler(256,

* The following users were not found:
1. Admin name

Now i know this mod is for 3.6, Hower its currenly running on 3.8, Is this an issue with this?

Sawa Dee SohL
02-03-2009, 08:20 PM
So I installed this hack - but I have no idea how to get music onto the player so my users can use it.

How do I install music - where can I go to get music? Can members add music ?

sebil
02-14-2009, 04:05 PM
So I installed this hack - but I have no idea how to get music onto the player so my users can use it.


How do I install music - where can I go to get music? Can members add music ?

emm..
In ur admin cp you will be able to c MP3 managements
And musics are adding through this panel,,

Upload your musics to your server..

and get the music url..

it should be something like this

http://www.yoursitename.com/forum/track01.mp3

and ad this in MP3 URL

.. thats all.. ;;)

syrus.xl
02-14-2009, 05:19 PM
How to Stream SHOUTcast streams thru the XEON
Right to get Shoutcast stream to play in the Mp3 player all you need really is the IP address and Port number.

Here's an example:
http://64.62.194.11:8050/;stream.nsv&type=mp3

You would enter the above in the url field. Now this is how any shoutcast is made to play with our mp3 player.

In the example we have taken the Shoutcast IP then the port number, hence we have the following:
http://64.62.194.11:8050

Now the Mp3 player cannot play this without the url ending without the mp3 characters at the end, so to do this we simply add this:
/;stream.nsv&type=mp3

This is now in a format that the Mp3 player will recognize, this will work with any shoutcast stream. Remember, you only need the IP and the Port number, and as long as you enter /;stream.nsv&type=mp3 it will play.

The XEON was not designed to stream SHOUTcast streams therefore the counters will behave strangely, using the above method.

tipoboy
04-27-2009, 09:57 PM
i have read throught this page and can not find an instance of anyone trying on 3.8, does this work on 3.8 by any chance?

syrus.xl
04-27-2009, 10:24 PM
i have read throught this page and can not find an instance of anyone trying on 3.8, does this work on 3.8 by any chance?

It creates it's own tables within vBulletin therefore it will work with any version that supports the import plugin XML system, and 3.8 does. It is running on 3.8 on our website, with no issues.

tipoboy
04-27-2009, 10:26 PM
thanks very much for the quick responce

syrus.xl
04-27-2009, 10:32 PM
You're welcome my friend. :)

writerkimba
10-01-2009, 03:47 AM
I've just installed it and I like it. I have a few questions though. Is it possible to change the coding somewhere so the player doesn't come as a pop-up - ie it just replaces the main forum page?

I've managed to get the mod working but I've got this on the top of my player window - "Warning!!! To view this Mp3 Player please enable JavaScript and Flash!" Now, I know I have both of them enabled into my browser 'cos I can view dropdown menus and Flash applications. So what am I missing?

syrus.xl
10-01-2009, 12:04 PM
I've just installed it and I like it. I have a few questions though. Is it possible to change the coding somewhere so the player doesn't come as a pop-up - ie it just replaces the main forum page?
Do you mean having the player on a page of it's own? If that's the case then, it would need to be coded into a misc custom template page, or a new PHP page coded for it. You would also need to change the navbar link accordingly.

I've managed to get the mod working but I've got this on the top of my player window - "Warning!!! To view this Mp3 Player please enable JavaScript and Flash!" Now, I know I have both of them enabled into my browser 'cos I can view dropdown menus and Flash applications. So what am I missing?
A number of issues can cause this - one of the main ones is that you have missed out the js call line - please check the install instructions. If you still cannot get it working please PM me, and I will look at it for you.

Regards,

Syrus XL Media

I-Mode
10-11-2009, 07:34 PM
Hi All, thank you for the amazing modification!

I have a question though..
I will have a unlimited bandwith server in a month or two.. but untill then I would like to host my music on a external free server somewhere..

Does anybody know a hostingservice wich works with this player?
I tried some, but they dont work..

Regards,

I-Mode

crazyace
01-25-2010, 05:56 PM
Syrus.xl,

Any chance this would be ported to vB4.0?

syrus.xl
01-25-2010, 06:04 PM
It will be.. not sure when, since I am working on several new modifications at the moment. I have updated the mp3 player for this modification already, but I need to update the rest of the template coding yet.

whaase
03-13-2010, 07:55 PM
I see that this is for 3.6.x, is there any issues using this with 3.8.x

Thanks

ARSamo
12-18-2010, 05:47 PM
thnx coder ........ i have also a problem... "mp3s auto sequence changed"
i want that uploaded mp3s will display orderwise......
plz fix this problem

ARSamo
02-06-2011, 04:11 PM
any update plz

temsamane
08-15-2011, 09:53 AM
please update the mod for v 4

tigrattack
05-04-2012, 04:30 AM
Hi,

I keep receiving a database error saying:

MySQL Error : Table 'gamingfo_forum.mp3playlist' doesn't exist

I looked and there is not a table by that name and it doesn't get created when I install the xml nor does it get created when I try to upload an mp3...

Any ideas?

Thanks

Biggles64
04-22-2013, 11:08 AM
Hi,

I keep receiving a database error saying:

MySQL Error : Table 'gamingfo_forum.mp3playlist' doesn't exist

I looked and there is not a table by that name and it doesn't get created when I install the xml nor does it get created when I try to upload an mp3...

Any ideas?

Thanks

I am attempting to install this wonderful player (I've used the 3.6 version before on an old and different forum) on my new forum which I have just created using the old vB3.8.7 rather than vB4 (personal preference).

Having carefully followed the installation instructions and made the template mods, I find that I can't get the player up when I click on the navbar link and I cannot install mp3s using the AdminCP. I get a similar error message as tigrattack above, namely that the mp3 database does not exist. I have tried to create a new database using CPanel but it won't allow me to create a database with a '.' in it, as in 'xxx_xxxx.mp3player'. I haver tried creating one that is simply 'xxx_mp3player but that didn't work either.

Can anyone suggest how I can get around this issue? Or is it simply that this player version 3.6 does not work on vB3.8.7?

Incidentally, does anyone know where Syrus is these days? I note he hasn't posted here for a while and I would like to get in touch with him if he is still around.

Regards

Biggles