vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   BB Code Enhancements - Innovative Small MP3 Player BB Code (https://vborg.vbsupport.ru/showthread.php?t=199440)

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

Quote:

Originally Posted by Fynnon (Post 1739748)
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:
Attachment 94562

Hmm, slight coding error or conflicting bbcode.... not sure? did you double check all the settings?

Quote:

Originally Posted by Deadman_014 (Post 1757928)
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.

Quote:

Originally Posted by Alien (Post 1758157)
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

Quote:

Originally Posted by Alien (Post 1767949)
Hey. :)

Thanks for your reply!

No prob!


Quote:

Originally Posted by lynch23 (Post 1770098)
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


Quote:

Originally Posted by nda n9ne 9 (Post 1770945)
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 ;)


Quote:

Originally Posted by subvertbeats (Post 1771136)
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


Quote:

Originally Posted by toxin (Post 1771428)
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

Quote:

Originally Posted by TheLastSuperman (Post 1695656)
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

Quote:

Originally Posted by subvertbeats (Post 1771136)
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

Quote:

Originally Posted by syrus.xl (Post 1771526)
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

Quote:

Originally Posted by syrus.xl (Post 1772227)
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!

Quote:

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

mugz 04-30-2009 08:59 PM

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

Quote:

Originally Posted by mugz (Post 1802101)
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.

Quote:

Originally Posted by kkingg (Post 1802134)
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

Quote:

Originally Posted by kkingg (Post 1811349)
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

Quote:

Originally Posted by nda n9ne 9 (Post 1812117)
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

Quote:

Originally Posted by TheKdd (Post 1813826)
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

Quote:

Originally Posted by J517E7B2F4A5 (Post 1816380)
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.

Quote:

Originally Posted by nda n9ne 9 (Post 1816442)
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

Quote:

Originally Posted by nda n9ne 9 (Post 1818521)
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

Quote:

Originally Posted by nda n9ne 9 (Post 1837531)
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

Quote:

Originally Posted by Outbackmark (Post 1837632)
Works a treat Superman thanks!!

No problem! enjoy :D

Quote:

Originally Posted by Fungsten (Post 1837942)
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

Quote:

Originally Posted by TheLastSuperman (Post 1838004)
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

Quote:

Originally Posted by JointRolla420 (Post 1839948)
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.


All times are GMT. The time now is 01:28 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.01484 seconds
  • Memory Usage 1,848KB
  • 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
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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