View Full Version : BB Code Enhancements - Innovative Small MP3 Player BB Code
TheLastSuperman
12-20-2008, 10:00 PM
Innovative Small mp3 Player BB Code
By:
https://vborg.vbsupport.ru/external/2010/08/16.png
This BB Code will allow users to have a small mp3 player in:
Posts in the forums
Signatures i.e. Song of the day/week etc.
anywhere you can use BB Code Tags
I found this while browsing: http://www.phpbb3bbcodes.com as I have some phpBB boards of my own and was tinkering as usual ;). It was rather simple to add as a BB Code to VBulletin and did not take much time to make it work in vB via the {param} tags etc!
Credit for the Code goes to phpbb3codes.com and the creator of the .swf player i.e. djgalix!
Time to install: 1-2 mins
Instructions:
Download the .zip and extract the SWF player
Upload the player_mp3.swf into your forum root folder
Add new BB code:
AdminCP --> Custom BB Codes --> Add New BB Code
Title: mp3
Tag: mp3
Replacement: <object type="application/x-shockwave-flash"
data="player_mp3.swf?mp3={param}" width="200" height="20" />
<param name="movie" value="player_mp3.swf?mp3={param}" />
<param name="wmode" value="transparent">
</object>
Use {option} = NO
*The Player .swf file HAS to be in your forums ROOT folder, this will make it NOT visible in AdminCP as that is another folder i.e. admincp folder BUT it will display FINE in the forums via FireFox and Internet Explorer! (Thanks for the catching that bug where it did not display joh (https://vborg.vbsupport.ru/member.php?u=134381)!)
Now use the tags Full Song URL Here!
*Experienced Users can take the code replacement and hard code into forums where desired!
Demo (http://www.tournamentgamingworld.com/online/showthread.php?t=981)
That doesn't seem to work either. Hmmm. I'm using hostgator - I don't know what the problem is.
Oh well!
Ahh HostGator, I bet it's the mod securities they have enabled on your server, if you have had other problems (specifically with vBa CMPS or vBa Links etc) then you must have them disable the mod securities. This mod also will not work if you have DJ's AME Mod installed.
For some who cannot get the mod to work etc, it is usally the AME mod, a Mod Security enabled on your server per your host OR something in your .htaccess file.
If you have an htaccess file add this to it:
RewriteEngine On
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoururl.com/.*$ [NC]
Replace the yoururl with your url, note I left the .com so if you are .net or .org change that, also leave the www as-is unless you have something setup like forums.yoursite.com etc etc.
Hope that helps some, and remember to always PM me if I do not reply promptly to your posts.
S-MAN
Enjoy!
TheLastSuperman :rolleyes:
http://www.innovationbyinstinct.com
EDIT: If your looking for an MP3 Player that can handle a playlist please check out Macc's new release in April 09 --> https://vborg.vbsupport.ru/showthread.php?t=210115
goxy63
12-21-2008, 06:10 PM
Nice
Will try this out soon
Thanks
:D
SwollenCranium
12-21-2008, 09:37 PM
Your demo is asking for a user name and pass, guy.
TheLastSuperman
12-22-2008, 01:17 AM
Your demo is asking for a user name and pass, guy.
Not anymore!
Thanks for the catch!
:D
looks great and it works in fire fox but it does not show up in internet explorer browser.
can you help me out with this?
TheLastSuperman
12-22-2008, 02:55 PM
joh - thanks for the catch!!!
It works now in IE and FF!
Basically redo the BB code per the updated info above, making sure the .swf player file is in your forum ROOT folder!
Thanks again Joh!
S-MAN
thanks for that quick fix, but what about the adding the button to show up.
when I add the image it mess with the cod and remove the player and show the code.
got it fixed, i was using an image that was not on the site, but once i link to an image on my own site it worked.
TheLastSuperman
12-22-2008, 06:30 PM
Good to hear Joh, hope you enjoy :D
S-MAN
kmohamed
12-23-2008, 02:30 AM
THANK U MAN THIS IS GREAT
I LOVE IT
CAN U TELL WHAT DO I NEED TO DO IF I WANT TO
Use {option} = YES
TheLastSuperman
12-23-2008, 11:35 AM
THANK U MAN THIS IS GREAT
I LOVE IT
CAN U TELL WHAT DO I NEED TO DO IF I WANT TO
Use {option} = YES
I tried it first using option = yes but nothing yet, tinker away though!
If I get any working differently I'll post them ;)
can this be made to detect the .mp3 and than automatically code it?
TheLastSuperman
12-23-2008, 09:49 PM
can this be made to detect the .mp3 and than automatically code it?
You mean detect the songs in a folder on the server, then create the codes to play each on one page?
Maybe...
franzis
12-28-2008, 11:44 AM
Hello,
Several mp3 can play in a row, so with a BB code?
==> song1, song2,song3......
LG Franzis
TheLastSuperman
12-28-2008, 05:29 PM
Hello,
Several mp3 can play in a row, so with a BB code?
==> song1, song2,song3......
LG Franzis
Only one song... if you try it how I coded w/o the Option set to yes then you cannot play several as your forums will want to place the [URL] tags around the second song url and it errors it out!
If anyone get's it to do such then please post and I'll hug you even ;)
I know there are mods on here for actual players but I wanted something slim and found it :D so I gave details on how-to for vb!
S-MAN
franzis
12-29-2008, 03:10 PM
Ok, thx, i think i will because what tinker....
LG Franzis
ANGLICO
12-29-2008, 05:49 PM
like me!
okay, I uploaded your file to the/public_html/forums root and now I see the mp3 player bar - looks nice and simple!
Tried to link to a couple of mp3 files on the internet, no success
Created a sub-folder under Forums called music and uploaded an mp3 file there - this is my preferred method anyway.
then used a path something like:
www.mywebsite/home/anglico1/public_html/forums/music/rokmc-gon_zo_ga.mp3
also tried other locations for the "/home/"
I know this should be simple, but I'm an old fart and just learning, suggestions appreciated!
Thanks
ANGLICO
12-29-2008, 06:23 PM
I had used invalid url's
once corrected, the player works great!
Thank you very much.
TheLastSuperman
12-31-2008, 02:00 PM
I had used invalid url's
once corrected, the player works great!
Thank you very much.
Good to hear and no problem!
Also in case any of you did not want to use as a BB code and hard code it into a template etc...
Details Here --> https://vborg.vbsupport.ru/showpost.php?p=1697501&postcount=16
S-MAN
fariborz khan
01-08-2009, 05:30 PM
thanks i use this bbcode
how can i repeat my mp3(its read 1 time i want it repead my song
Fungsten
01-08-2009, 06:25 PM
Is there a URL where the code can be tested? TIA.
TheLastSuperman
01-08-2009, 07:19 PM
Hold tight and I'll have something for both of you, have to redo the wifes Itunes real quick ;)
TheLastSuperman
01-08-2009, 07:27 PM
Is there a URL where the code can be tested? TIA.
Ohh lol, sure just click the demo link and in the post where I tell our members aboutt he code w/ an example URL listed ;) so just use that sample link to test :D
Fungsten
01-08-2009, 09:20 PM
Ohh lol, sure just click the demo link and in the post where I tell our members aboutt he code w/ an example URL listed ;) so just use that sample link to test :D
I didn't see that! Thanks!
On Edit:
Well now the when I click to play nothing happens. And here's how it shows up in Firefox:
" width="200" height="20" />
http (http://www.democraticwarrior.com/forum/redirector.php?url=http%3A%2F%2Fwww.DemocraticWarr ior.com%2Fforum%2Fredirector.php%3Furl%3Dhttp%253A %252F%252Fwww.DemocraticWarrior.com%252Fforum%252F redirector.php%253Furl%253Dhttp%25253A%25252F%2525 2Fwww.DemocraticWarrior.com%25252Fforum%25252Fredi rector.php%25253Furl%25253Dhttp%2525253A%2525252F% 2525252Fwww.thelastsuperman.com%2525252Fmymusic%25 25252FTIWhateverYoulike.mp3): (http://www.democraticwarrior.com/forum/redirector.php?url=http%3A%2F%2Fwww.DemocraticWarr ior.com%2Fforum%2Fredirector.php%3Furl%3Dhttp%253A %252F%252Fwww.DemocraticWarrior.com%252Fforum%252F redirector.php%253Furl%253Dhttp%25253A%25252F%2525 2Fwww.DemocraticWarrior.com%25252Fforum%25252Fredi rector.php%25253Furl%25253Dhttp%2525253A%2525252F% 2525252Fwww.thelastsuperman.com%2525252Fmymusic%25 25252FTIWhateverYoulike.mp3)//www.thelastsuperman.com/mymusic/TIWhateverYoulike.mp3 (http://www.democraticwarrior.com/forum/redirector.php?url=http%3A%2F%2Fwww.DemocraticWarr ior.com%2Fforum%2Fredirector.php%3Furl%3Dhttp%253A %252F%252Fwww.DemocraticWarrior.com%252Fforum%252F redirector.php%253Furl%253Dhttp%25253A%25252F%2525 2Fwww.DemocraticWarrior.com%25252Fforum%25252Fredi rector.php%25253Furl%25253Dhttp%2525253A%2525252F% 2525252Fwww.thelastsuperman.com%2525252Fmymusic%25 25252FTIWhateverYoulike.mp3)" />
TheLastSuperman
01-11-2009, 11:26 PM
I didn't see that! Thanks!
On Edit:
Well now the when I click to play nothing happens. And here's how it shows up in Firefox:
" width="200" height="20" />
http (http://www.democraticwarrior.com/forum/redirector.php?url=http%3A%2F%2Fwww.DemocraticWarr ior.com%2Fforum%2Fredirector.php%3Furl%3Dhttp%253A %252F%252Fwww.DemocraticWarrior.com%252Fforum%252F redirector.php%253Furl%253Dhttp%25253A%25252F%2525 2Fwww.DemocraticWarrior.com%25252Fforum%25252Fredi rector.php%25253Furl%25253Dhttp%2525253A%2525252F% 2525252Fwww.thelastsuperman.com%2525252Fmymusic%25 25252FTIWhateverYoulike.mp3): (http://www.democraticwarrior.com/forum/redirector.php?url=http%3A%2F%2Fwww.DemocraticWarr ior.com%2Fforum%2Fredirector.php%3Furl%3Dhttp%253A %252F%252Fwww.DemocraticWarrior.com%252Fforum%252F redirector.php%253Furl%253Dhttp%25253A%25252F%2525 2Fwww.DemocraticWarrior.com%25252Fforum%25252Fredi rector.php%25253Furl%25253Dhttp%2525253A%2525252F% 2525252Fwww.thelastsuperman.com%2525252Fmymusic%25 25252FTIWhateverYoulike.mp3)//www.thelastsuperman.com/mymusic/TIWhateverYoulike.mp3 (http://www.democraticwarrior.com/forum/redirector.php?url=http%3A%2F%2Fwww.DemocraticWarr ior.com%2Fforum%2Fredirector.php%3Furl%3Dhttp%253A %252F%252Fwww.DemocraticWarrior.com%252Fforum%252F redirector.php%253Furl%253Dhttp%25253A%25252F%2525 2Fwww.DemocraticWarrior.com%25252Fforum%25252Fredi rector.php%25253Furl%25253Dhttp%2525253A%2525252F% 2525252Fwww.thelastsuperman.com%2525252Fmymusic%25 25252FTIWhateverYoulike.mp3)" />
You have something else intalled that conflicts or you need to double check your install again ;)
Fredirector.php is listed in the text that will not display i.e. everyone hit to quote his post and see the code as this:
Removed @ Fungsten's Request and no problem at all, as long as you saw the code already and have the info you needed to get it working!!
Fungsten
01-12-2009, 05:56 PM
You have something else intalled that conflicts or you need to double check your install again ;)
Fredirector.php is listed in the text that will not display i.e. everyone hit to quote his post and see the code as this:
" width="200" height="20" />
25252Fredirector.php%25253Furl%25253Dhttp%2525253A %2525252F%2525252Fwww.thelastsuperman.com%2525252F mymusic%2525252FTIWhateverYoulike.mp3"]//www.thelastsuperman.com/mymusic/TIWhateverYoulike.mp3[/url]" />
Thank you. Check your PM.
TheLastSuperman
01-12-2009, 09:07 PM
No problem! Now, check yours lol ;)
Ch13f
01-13-2009, 01:34 AM
thanks!, installed.
TheLastSuperman
01-15-2009, 12:10 PM
thanks!, installed.
Your Welcome! :D
Fungsten
01-15-2009, 03:16 PM
No problem! Now, check yours lol ;)
My board has many hacks on it. Could it be the embeded YouTube? I can Admin you if needed.
TheLastSuperman
01-15-2009, 05:02 PM
My board has many hacks on it. Could it be the embeded YouTube? I can Admin you if needed.
Never ever ever ever offer that lofl.... you guys kill me sometimes with handing out admin access like candy...
Try once more making sure the .swf player file is in your FORUM ROOT folder on your ftp and the code is exactly the same... also test via a post, why? Is it just not viewable in admincp?? If so then the reason why is simple... the swf file is in your forums root folder not your admincp folder.
So if all that's correct when you do the test via the http://www.thesitesname.com/thesongsname.mp3
mp3 tags for the new bbcode you will see it ;)
Hope that helps ;)
S-MAN
Fungsten
01-15-2009, 06:17 PM
Never ever ever ever offer that lofl.... you guys kill me sometimes with handing out admin access like candy...
Try once more making sure the .swf player file is in your FORUM ROOT folder on your ftp and the code is exactly the same... also test via a post, why? Is it just not viewable in admincp?? If so then the reason why is simple... the swf file is in your forums root folder not your admincp folder.
So if all that's correct when you do the test via the http://www.thesitesname.com/thesongsname.mp3
mp3 tags for the new bbcode you will see it ;)
Hope that helps ;)
S-MAN
Here's what I have:
Replacement:
<object type="application/x-shockwave-flash"
data="player_mp3.swf?mp3={param}" width="200" height="20" />
<param name="movie" value="player_mp3.swf?mp3={param}" />
<param name="wmode" value="transparent">
</object>
Example:
http://www.thelastsuperman.com/mymusic/TIWhateverYoulike.mp3
I also tried:
http://www.MyForum.com/forum/Misunderstood.mp3
Title: mp3
Code Name: mp3
:erm::erm:
Still doesn't work. :erm:
TheLastSuperman
01-15-2009, 08:29 PM
Allright... now that makes no sense... I guess your stumped so IF you can ignore my post saying such this one time then admin access if you want me to check it out but if that's what you have it SHOULD work... let me know what you want to do! Anything regarding access simply PM and I'll get to it tomorrow after work, tonight IF I have time but the wife did not have to go into work so most likely movie night ;)
TheLastSuperman
01-16-2009, 08:04 PM
Here's what I have:
Replacement:
<object type="application/x-shockwave-flash"
data="player_mp3.swf?mp3={param}" width="200" height="20" />
<param name="movie" value="player_mp3.swf?mp3={param}" />
<param name="wmode" value="transparent">
</object>
Example:
http://www.thelastsuperman.com/mymusic/TIWhateverYoulike.mp3
I also tried:
http://www.MyForum.com/forum/Misunderstood.mp3
Title: mp3
Code Name: mp3
:erm::erm:
Still doesn't work. :erm:
YOU had it right! I double-checked all settings and then tested and it works fine... possibly how you copied the text for the test URL or maybe your editor choice in vb... but it is working, check your admin forums on your site and your inbox on here.
(ohh and one more reminder to delete that account as it's a security risk etc etc)
S-MAN
Sworm
01-23-2009, 03:06 PM
Will be great if the users can upload in a pre-dedicated webserver space theyre list of mp3.....
Without only the admins or who have the webserver access can upload the mp3 files.
Anybody want to post a site that offer a space for direct files (in this case mp3) uploads?
the stig
01-23-2009, 06:10 PM
Will be great if the users can upload in a pre-dedicated webserver space theyre list of mp3.....
Without only the admins or who have the webserver access can upload the mp3 files.
Anybody want to post a site that offer a space for direct files (in this case mp3) uploads?
+1. IS there a site you guys can suggest where members can download their mp3s from their computers and use it? Not everyone has server access you know.
TheLastSuperman
01-26-2009, 11:08 PM
Guys I'm not sure if talking about things like this are the best idea on vB.. I mean I know the basic rules but past that there is so much on here to "know" lol...
I pretty much use I Tunes and that way it's legal, sometimes I rename the songs etc but not saying I don't have one or two by mistake or some transfer in the past but you know?! Also I have my own server err well rent looooooooottttttttssssss of hosting space so I can upload what I want as long as your not DL'ing it eh and I do not speak, type, or give permission to do so... so... we should be safe in theory from all the twisted copyright loopholes etc.
I would simply Google it if you need more info.
Edit: I do know many of the members on the TGW site have input site links where the file/song was and they have been enjoying it so I say google once more!
S-MAN
fariborz khan
01-31-2009, 09:42 PM
thanks i use this bbcode
how can i repeat my mp3(its read 1 time i want it repead my song)
no body can say my answer?
TheLastSuperman
01-31-2009, 09:57 PM
no body can say my answer?
I tried the normal code to repeat the song and it did not take, I do not have photoshop or cs3 so no program to modify or even view the .swf contents to see if it can be done there. If you wish to look up similar code and tinker then let us know if you get it working!
S-MAN
Fynnon
02-10-2009, 12:47 PM
It`s working but i have a strange black line above the player...anyone knows why ?
Seems like its something that separates the post content from the signature content but i would like to not have it htere! 10x
See screenshot:
94562
Armageddonz
02-10-2009, 05:58 PM
This is really good thanks so much for it. =]
Deadman_014
03-01-2009, 09:16 PM
I did EXACTLY as you instructed and it's not working. I've double checked everything.
The link is working. I uploaded the SWF to the root folder. The BB Code is exactly as you posted.
Yet when I try to post it nothing appears, it's just blank.
Help?
Alien
03-02-2009, 02:34 AM
Is this bbcode working well security-wise?
I know it doesn't allow people to link to outside flash files, but is there any way this could be abused when linking to external mp3 files in this fashion?
Just curious...
TheLastSuperman
03-11-2009, 01:01 AM
It`s working but i have a strange black line above the player...anyone knows why ?
Seems like its something that separates the post content from the signature content but i would like to not have it htere! 10x
See screenshot:
94562
Hmm, slight coding error or conflicting bbcode.... not sure? did you double check all the settings?
I did EXACTLY as you instructed and it's not working. I've double checked everything.
The link is working. I uploaded the SWF to the root folder. The BB Code is exactly as you posted.
Yet when I try to post it nothing appears, it's just blank.
Help?
Really? Well you got me unless you need to clear your cookies on your end or flush the cache on vB's end it should show! If you need provide access and I'll fix ;) Let me know.
Is this bbcode working well security-wise?
I know it doesn't allow people to link to outside flash files, but is there any way this could be abused when linking to external mp3 files in this fashion?
Just curious...
Good question! It uses a .swf file, so anyone w/ the right program can view that code and any possible security flaws but using an mp3 to gain access via a forum? I have not heard of anything that advanced (or arse backwards either way) that would do anything like that but there's so much out there many of us are cluelessul to I would not doubt it lol... however that lol is in a sad way.
I have been using it and nothing yet but the right person @ the wrong time w/ anything is bad news imo.
S-MAN
Alien
03-14-2009, 03:32 PM
Hey. :)
Thanks for your reply!
lynch23
03-17-2009, 12:30 AM
Thx a lot! great addon!
nda n9ne 9
03-18-2009, 06:24 AM
questoin i have no idea how to up load this to my forum at all so if you could help me that would be wonderfull thank you please contact me if you can help me install stuff i will give you admin to help me thank you
subvertbeats
03-18-2009, 02:07 PM
Can this play a .m3u stream ?
Thanks!
toxin
03-18-2009, 09:21 PM
Installed and working on vB 3.8.1 PL1
TheLastSuperman
03-18-2009, 10:04 PM
Hey. :)
Thanks for your reply!
No prob!
Thx a lot! great addon!
Not all the credit is mine so special thanks to the original coder I just showed the way to adapt for vB :D
questoin i have no idea how to up load this to my forum at all so if you could help me that would be wonderfull thank you please contact me if you can help me install stuff i will give you admin to help me thank you
Send me a pm, I'll discuss that w/ you there and via email etc. Also don't be so ready to hand out access eh ;)
Can this play a .m3u stream ?
Thanks!
Just a single mp3 song on a server, it does not handle playlist to my knowledge but anyone is welcome to tinker w/ the code - if you find a way and present it yourself please give credit to the original site/author like I did in my post :p
Installed and working on vB 3.8.1 PL1
Good to hear! I hope you enjoy.
S-MAN
syrus.xl
03-18-2009, 11:48 PM
Only one song... if you try it how I coded w/o the Option set to yes then you cannot play several as your forums will want to place the [url] tags around the second song url and it errors it out!
If anyone get's it to do such then please post and I'll hug you even ;)
I know there are mods on here for actual players but I wanted something slim and found it :D so I gave details on how-to for vb!
S-MAN
You could get around this but you would need to change the flashvar upon each mp3 loading, which would require a dynamic playlist, either flash based or PHP. I normally add a flash based playlist unless I require a flashvar version, which is normally associated with a single page load.
syrus.xl
03-18-2009, 11:54 PM
Can this play a .m3u stream ?
Thanks!
Some players will play an .m3u stream, but you need to alter the main url, so that the flash player will be forced to thinking it is playing a .mp3 file. Flash mp3 players are normally designed to play just mp3's, unless designed specifically to play streams only - some players will do both, but it depends on how the author has coded the player.
TheLastSuperman
03-19-2009, 08:46 PM
Some players will play an .m3u stream, but you need to alter the main url, so that the flash player will be forced to thinking it is playing a .mp3 file. Flash mp3 players are normally designed to play just mp3's, unless designed specifically to play streams only - some players will do both, but it depends on how the author has coded the player.
Thanks for your post!
If you can/have time to DL and see about altering the code I'll let you re-release the mod in your name as I believe that would be a big hit... only thing is to everyone there are other mp3 players w/ playlist on here but not a quick and simple one like I found and showed you all so remember the saying... beggers can't be choosers eh?
Let me know Syrus.xl if you can and I appreciate regardless.
S-MAN
syrus.xl
03-19-2009, 10:27 PM
I was thinking of re-designing the mp3 player, they are quite easy to design and code, with an optional flashvar controlling the player to accept a playlist or play just a single track. Injecting flashvars in to a flash file is quite easy, and allows quite a lot of control.
We could have '&playlist=1' to activate it within a parameter field, or if set to '0' to play just a single mp3. Streaming radio is quite easy, it's basically just an adjustment to the input url. I designed a SHOUTcast flash player a few days ago, but not released it yet - I need to tidy up the code a bit and write the docs (the part I dread! lol).
TheLastSuperman
03-22-2009, 10:50 PM
I was thinking of re-designing the mp3 player, they are quite easy to design and code, with an optional flashvar controlling the player to accept a playlist or play just a single track. Injecting flashvars in to a flash file is quite easy, and allows quite a lot of control.
We could have '&playlist=1' to activate it within a parameter field, or if set to '0' to play just a single mp3. Streaming radio is quite easy, it's basically just an adjustment to the input url. I designed a SHOUTcast flash player a few days ago, but not released it yet - I need to tidy up the code a bit and write the docs (the part I dread! lol).
Shoutcast? Hmm interesting... pm me when you release it please and feel free to redesign the player and if so then lots of pretend hugs eh? :D
TheLastSuperman
04-03-2009, 11:05 PM
I have had a few members ask about a playlist w/ this MP3 player... nope, not yet but I did edit this mod's first post/description w/ a link to one released by Macc!
EDIT: If your looking for an MP3 Player that can handle a playlist please check out Macc's new release in April 09 --> https://vborg.vbsupport.ru/showthread.php?t=210115
See if it's to your liking!
S-MAN
I have installed and working I really like it. I run a ringtone site and want users to preview the song before download the ringtone. What I want is when a user uploads the ringtone it then gives them the option to have the player added or auto does this when ever a .mp3 is uploaded onto the site? Is this possible for this?
Right now I have to upload the ringtone then compy the attachment http address then add the code
kkingg
04-30-2009, 09:56 PM
I hava installed but I cant working
AdminCP --> Custom BB Codes --> Add New BB Code
Title: mp3 ok
Tag: mp3 ok
Replacement: ok
Example: ???
thanks
TheLastSuperman
05-10-2009, 02:01 AM
I have installed and working I really like it. I run a ringtone site and want users to preview the song before download the ringtone. What I want is when a user uploads the ringtone it then gives them the option to have the player added or auto does this when ever a .mp3 is uploaded onto the site? Is this possible for this?
Right now I have to upload the ringtone then compy the attachment http address then add the code
Send me a PM and specify more what you mean! I can do a lot of things but it depends on how your forums are currently setup and what version your running, get back to me via PM and we'll discuss if what your looking for is possible.
I hava installed but I cant working
AdminCP --> Custom BB Codes --> Add New BB Code
Title: mp3 ok
Tag: mp3 ok
Replacement: ok
Example: ???
thanks
Ahh so you mean after you entered it and saved the BB code in admincp it does not show the player when viewing your custom BB codes??
IF that is the case then think about it ;)....
You uploaded the players .swf file to your forum root right? (you should have so say yes lol) and that means it is ONLY in the root not the folder named admincp eh ;) so it is NOT viewable via admincp, simply go to a private forum or admin only forum and enter in the BB code w/ a valid url and you'll see it works IF again, that was the case.
S-MAN
Edit: Ohh and if anyone sees this edit in the future... you do not have to wait that long for a reply as I simply forget to check up on things sometimes so send me a PM for a quicker answer.
kkingg
05-15-2009, 05:42 PM
thanks
TheLastSuperman
05-15-2009, 05:43 PM
thanks
Hey hey hey lol, no problem... I did the same thing a while back w/ another BB code and was like wtf for 5 mins until the lightbulb went off :rolleyes:... my real name is Mike and I call anything like that a "Mike Moment" :p
nda n9ne 9
05-16-2009, 09:41 PM
i need help can someone help me i cant install this on my site i have version 3.8
TheLastSuperman
05-16-2009, 10:36 PM
i need help can someone help me i cant install this on my site i have version 3.8
Not to sound like a smart-arse BUT did you at least try? I mean it is a simple BB Code, if your not too good yet w/ vB you should have PM'd me ;)
Follow the instructions, Add a new BB Code via admincp --> BB Code Manager, you'll see the areas as listed in the install. If unsure just save & test but remember you must post to view the player and it must be a url w/ .mp3 in the address :D
S-MAN
TheKdd
05-19-2009, 04:23 AM
Ok I seriously don't know what I am doing wrong here.
I added the player to my forums root. I added the BB Code perfectly as per your instructions. I made a folder, uploaded a couple of songs, pointed to the URL, and nothing shows up in the post. If I put the URL in my browser, I can hear and see the song... just not in a post. Grrr. Frustrated. I'm using Firefox, tried also in Safari and it didn't work. What the heck could I be doing wrong?
ETA: Strange... the player shows up if I leave out the http:// but plays nothing. When the full url is put in, no player shows up.
TheKdd
05-20-2009, 01:57 AM
Update: TheLastSuperman helped me get this installed and it works great! Thanks so much!
TheLastSuperman
05-20-2009, 11:37 PM
Update: TheLastSuperman helped me get this installed and it works great! Thanks so much!
Supported FTW :p and always remember to PM if I don't reply asap :D
S-MAN
(going to post a new template mod now... look for it ;))
J517E7B2F4A5
05-24-2009, 05:41 PM
help me out where i can find a root folder , any one can help me ? = S
nda n9ne 9
05-24-2009, 08:20 PM
yes the tried im just learnig this stuff
TheLastSuperman
05-25-2009, 12:37 AM
help me out where i can find a root folder , any one can help me ? = S
No problem, what anyone says by ROOT is the MAIN folder, so if your forums are installed in your FTP in the main folder for your website it will need to be placed there i.e.
www.yoursite.com/
If your link reads
www.yoursite.com/forum/index.php
Then your forums ROOT folder will be "forum" so place the file there i.e. the "forum" folder when logged into your FTP or file manager.
yes the tried im just learnig this stuff
That's what a lot of us friendly people are on here for! Please see above in this post ^
If that does not help guys post back or PM me ;).
S-MAN
nda n9ne 9
05-28-2009, 03:32 AM
please help me if you can do this for me this would be great and also do you mean on the server asi do not have access to my server my host never gave me access
TheLastSuperman
05-28-2009, 05:08 PM
please help me if you can do this for me this would be great and also do you mean on the server asi do not have access to my server my host never gave me access
I'll see what I can do later, working on a paid request now however can you get access from your host? FTP I mean for the upload?
Let me know ;)
S-MAN
nda n9ne 9
06-26-2009, 01:23 AM
hey i got access to my server cpanel now
TheLastSuperman
06-26-2009, 01:33 AM
hey i got access to my server cpanel now
Check your PM's ;)
Outbackmark
06-26-2009, 06:26 AM
Works a treat Superman thanks!!
Fungsten
06-26-2009, 04:24 PM
Still not working for me.
VB 3.8.3.
TheLastSuperman
06-26-2009, 06:20 PM
Works a treat Superman thanks!!
No problem! enjoy :D
Still not working for me.
VB 3.8.3.
Do you have DJ's AME mod installed or certain htaccess files in place? Let me know, I have had to host this myself (the .swf player file) for two members here already but I will check for you if desired however it will require AdminCP and FTP access - let me know via PM.
S-MAN
Fungsten
06-26-2009, 06:48 PM
No problem! enjoy :D
Do you have DJ's AME mod installed or certain htaccess files in place? Let me know, I have had to host this myself (the .swf player file) for two members here already but I will check for you if desired however it will require AdminCP and FTP access - let me know via PM.
S-MAN
Check your PM.
JointRolla420
06-30-2009, 02:03 AM
this shit is cool... good for ppl that <3 music
thanks
TheLastSuperman
06-30-2009, 03:10 AM
this shit is cool... good for ppl that <3 music
thanks
LOL well thanks! There are other mp3 playrs so look for them to make sure you find the right one :D but try saying...
vBulletin.org is cool... good for ppl that <3 forums ;)
kent_lkc
07-17-2009, 11:31 AM
Simple UI and just nice for vB discussion site.
TheLastSuperman
07-18-2009, 03:05 PM
Simple UI and just nice for vB discussion site.
Glad you like it however be sure to check for other mp3 players on here too, I have found a few while browsing so make sure it's the one you REALLY want ;).
S-MAN
themikefrancesa
07-22-2009, 07:13 PM
This is still not working for me. Running 3.8.3.
<object type="application/x-shockwave-flash"
data="player_mp3.swf?mp3={param}" width="200" height="20" />
<param name="movie" value="player_mp3.swf?mp3={param}" />
<param name="wmode" value="transparent">
</object>
Was the code I added and the swf player is in the root folder.
Help! :(
TheLastSuperman
07-23-2009, 12:17 AM
This is still not working for me. Running 3.8.3.
<object type="application/x-shockwave-flash"
data="player_mp3.swf?mp3={param}" width="200" height="20" />
<param name="movie" value="player_mp3.swf?mp3={param}" />
<param name="wmode" value="transparent">
</object>
Was the code I added and the swf player is in the root folder.
Help! :(
If you feel ok w/ it, make a temp admin account, all I need is access to the bb codes, nothing more. I can redo the url to pull from my site, if it works we know it's something conflicting on your site. I would like to verify it is in the proper folder in the FTP but you don't need to give out access to everyone if you know what I mean , practice safe habits eh?
Let me know by PM and if you wish for me to check your site PM the temp details. If it is something and I have to host it myself it's only a $5 donation via the support developer on the right in one of my mod descriptions.
Sorry it did not work, double check everything again just to make sure, your code however matches the code in the top post above so until I see behind the scenes I'm stumped too :p.
S-MAN
themikefrancesa
07-23-2009, 01:53 PM
Ok, sent you a PM!
ricardoNJ
07-29-2009, 01:28 AM
Hi. When I press play, another window appear with the same mp3.
Any idea?
TheLastSuperman
07-29-2009, 01:31 AM
Hi. When I press play, another window appear with the same mp3.
Any idea?
That's new to me... if you wish I can take a look at it, if so admicp access to bb codes most importantly and FTP access to verify files were uploaded correctly. Send via PM if so and I'll check this thread in about 10-15 mins I have to make a quick trip to the store for the wife some coffee creamer to use in the morning and well honestly for me to use tonight :p
S-MAN
ricardoNJ
07-29-2009, 01:37 AM
<a href="http://www.arteforos.com/showthread.php?p=3345#post3345" target="_blank">http://www.arteforos.com/showthread.php?p=3345#post3345</a>
Look the first mp3.
Thanks!
TheLastSuperman
07-29-2009, 02:13 AM
http://www.arteforos.com/showthread.php?p=3345#post3345
Look the first mp3.
Thanks!
Redo the BB Code, checking the code it seems you might have pasted twice or perhaps you tinkered w/ the code a bit?
TheLastSuperman
07-29-2009, 02:23 AM
Yeah.. redo it and make sure all info matches because it's not supposed to have two players as you pointed out but also when you click play/pause it opens the songs in a new window too, not made to do that ;). Let me know if you want me to take a look in the morning, about to get off the computer for the night, had enough of it today :p.
S-MAN
ricardoNJ
07-29-2009, 03:01 AM
<object type="application/x-shockwave-flash"
data="player_mp3.swf?mp3={param}" width="200" height="20" />
<param name="movie" value="player_mp3.swf?mp3={param}" />
<param name="wmode" value="transparent">
</object>
Is it not the code?
TheLastSuperman
07-29-2009, 04:02 PM
Is it not the code?
That's it, it has to be something else simple... Let me know what you figure out, I can't check and fix as I don't have access but it should not be doing that ;)... have you tried another site to pull the .mp3 song from?
S-MAN
NTMID8
08-30-2009, 01:25 AM
Not working for me... if I use a full http:// address the player does not show up. If I put the full URL in quotes, the player shows up but doesn't play. However, if I just use a relative path on my server, it seems to work just fine.
Any ideas?
Fungsten
08-30-2009, 09:00 PM
Not working for me... if I use a full http:// address the player does not show up. If I put the full URL in quotes, the player shows up but doesn't play. However, if I just use a relative path on my server, it seems to work just fine.
Any ideas?
I'm getting the same thing. (VB 3.8.3)
Jon Tolzien
09-05-2009, 08:54 PM
Great idea for a hack, but can I legally play some song that i don't have copyrights too.. doesn't that just open up the door for legal issues? I really don't write songs very much LOL. So what could i play then?
kmohamed
09-09-2009, 08:56 PM
i like this mod but is there anyway to adjust the volume from the mp3 player
Matrixthestar
09-11-2009, 02:17 AM
not working
i followed the instructions
but nothing shows up
TheLastSuperman
09-11-2009, 01:43 PM
Not working for me... if I use a full http:// address the player does not show up. If I put the full URL in quotes, the player shows up but doesn't play. However, if I just use a relative path on my server, it seems to work just fine.
Any ideas?
See below, if you have the AME mod installed it will conflict and check your htaccess, if neither of those work PM me when you see this ;).
I'm getting the same thing. (VB 3.8.3)
(Copy/Paste :p) See below, if you have the AME mod installed it will conflict and check your htaccess, if neither of those work PM me when you see this ;).
Great idea for a hack, but can I legally play some song that i don't have copyrights too.. doesn't that just open up the door for legal issues? I really don't write songs very much LOL. So what could i play then?
I've commented on this before and I too do not like illegal activities etc, you can use this at your own risk, I use songs that I have purchased online via Itunes and other online stores so I feel it is my right to play them but again think of it this way... if you find a url of a song perhaps off somewhere like beemp3.com and you find a DL link with a .mp3 extension just give that as the URL and guess what your just hotlinking to a song off another site, you won't be hosting one single song ;) There's always more than one way to skin a cat! (I would never, LOVE cats :p)
i like this mod but is there anyway to adjust the volume from the mp3 player
No, unfortuantely there is not... I won't be silly and say use the volume control on your speakers ROFL but instead try this mod...
https://vborg.vbsupport.ru/showthread.php?t=170794
I use it and love it too, nice little player
Use the search on here guys & gals :p
not working
i followed the instructions
but nothing shows up
See directly below ;) and PM me if nothing works!
AND FYI for everyone, HostGator uses many more mod securities than some other hosts so if your having multiple problems with this, or other modifications specifically vBa CMPS and vBa Links you should have them temp disable to test and confirm that is in fact the problem.
That doesn't seem to work either. Hmmm. I'm using hostgator - I don't know what the problem is.
Oh well!
Ahh HostGator, I bet it's the mod securities they have enabled on your server, if you have had other problems (specifically with vBa CMPS or vBa Links etc) then you must have them disable the mod securities. This mod also will not work if you have DJ's AME Mod installed.
For some who cannot get the mod to work etc, it is usally the AME mod, a Mod Security enabled on your server per your host OR something in your .htaccess file.
If you have an htaccess file add this to it:
RewriteEngine On
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoururl.com/.*$ [NC]
Replace the yoururl with your url, note I left the .com so if you are .net or .org change that, also leave the www as-is unless you have something setup like forums.yoursite.com etc etc.
Hope that helps some, and remember to always PM me if I do not reply promptly to your posts.
S-MAN
choccyclaire
09-21-2009, 02:30 PM
I can't get this to work in internet explorer. The player shows up fine but when you click play nothing plays. I know it's working because I use firefox and there are no problems there.
Also it is not my internet explorer as I tried with your demo and that works fine too.
EDIT: Got this working now. :)
Fungsten
09-23-2009, 06:18 PM
I can't get this to work in internet explorer. The player shows up fine but when you click play nothing plays. I know it's working because I use firefox and there are no problems there.
Also it is not my internet explorer as I tried with your demo and that works fine too.
EDIT: Got this working now. :)
How did you fix it?
legion!
09-24-2009, 06:40 AM
im still tryna figure this one out :( i got everything to show up...jus cant get it to play i do have the AME hack installed also i did the htacess thingy and still nothing...
TheLastSuperman
09-24-2009, 07:05 PM
im still tryna figure this one out :( i got everything to show up...jus cant get it to play i do have the AME hack installed also i did the htacess thingy and still nothing...
AME installed = This will not play, at least that's what EVERYONE with the AME mod has told me in regards to this mod working and it won't :( but personally I would keep AME hands down vs just a MP3 player :p HOWEVER check the post above... ok wait here's the link, try this mp3 player and see if it will work with the AME mod, I use this one too and love it especially the volume control and description! https://vborg.vbsupport.ru/showthread.php?t=170794
S-MAN
TheChaosFactor
09-25-2009, 06:05 AM
Hey, this is awesome, thank you! :)
Is there a way to make it only work in one forum and sigs though?
TheLastSuperman
09-29-2009, 12:20 AM
Hey, this is awesome, thank you! :)
Is there a way to make it only work in one forum and sigs though?
Sure ;)
You can WRAP the code with...
<if condition="$forum[forumid] == #">
Replacement Code here!
</if>
Example:
<if condition="$forum[forumid] == #">
<object type="application/x-shockwave-flash"
data="player_mp3.swf?mp3={param}" width="200" height="20" />
<param name="movie" value="player_mp3.swf?mp3={param}" />
<param name="wmode" value="transparent">
</object>
</if>
Where # is replaced by the forum ID you wish to display it in :D
And sigs... did you mean... Show this ONLY in signatures AND in a certain forum OR each different? - Let me know and I'll point you in the right direction with that too ;).
S-MAN
raporia
03-06-2010, 06:27 PM
followed all the instruction in this and still no joy
raporia
03-08-2010, 05:53 AM
im a plonker it was me doing it all wrong lol anyways serious request for you how do i create a button so that when you go to make a post you click the button it inserts the code into the post for you then you just add the url of the track into the middle of it? just some of my members aint used to vb so this would make it 10x easier
marshal_ramdev
11-29-2010, 05:09 PM
thanks let me try out :)
Max Taxable
02-11-2011, 02:54 PM
Got it. Installed it. Works like a champ.
Thanks!
TheLastSuperman
02-11-2011, 04:20 PM
Got it. Installed it. Works like a champ.
Thanks!
Your welcome :D
ShawneyJ
03-08-2011, 06:37 AM
this is orsm, but plainly does not work, i uploaded a mp3 to my server, just comes up blank.
and yes uploaded everything perfect, checked over it then.
ShawneyJ
03-08-2011, 07:21 AM
No, unfortuantely there is not... I won't be silly and say use the volume control on your speakers ROFL but instead try this mod...
https://vborg.vbsupport.ru/showthread.php?t=170794
I use it and love it too, nice little player
thanks that worked a charm ;)
Max Taxable
03-08-2011, 10:32 AM
this is orsm, but plainly does not work, i uploaded a mp3 to my server, just comes up blank.
and yes uploaded everything perfect, checked over it then.This hack works wonderfully on my board.
ShawneyJ
03-08-2011, 10:35 AM
This hack works wonderfully on my board.
well thats great to know mate. well done, 5 stars to you!
ChiNa
08-19-2012, 04:47 PM
Thanks a lot, I have a few problems with it, hopefully when I am done and it is installed, I will click installed!
WTGO amazing,,
testerv
11-25-2012, 07:39 PM
Does anyone have a sample of this mod at work? I happen to notice that the DEMO from the developer doesn't seem to be working.
Thanks.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.