Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[CM] Push'N'PopUp MP3-Player (Sidebar & Equalizer) Details »»
[CM] Push'N'PopUp MP3-Player (Sidebar & Equalizer)
Version: 2.00, by ChiNa ChiNa is offline
Developer Last Online: Feb 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.2.0 Rating:
Released: 08-29-2012 Last Update: 09-25-2012 Installs: 18
Uses Plugins Auto-Templates
Translations  
No support by the author.

This was brought to you by ChiNa-Man

First of all I am a free soul, So if one of you guys decided to post this on another forum or a website, I would be appreciated if you give some CREDITs to the Developer simply typing his name: Credits to: ChiNa-Man, and do not CHANGE or DELETE the ORIGINAL CONTENT! Thank you!

:::::::::::::::::::::::::::::::::::::::::::::

Get this for vBulletin 3.8, Click HERE

IMPORTANT UPDATE - 26-SEP-2012

Today 26-SEP-2012 a member reported this issues, about the conflict between SIDEBAR BLOCK and MP3-PLAYER BUTTON!

Updated to VERSION 2.00


New Changes:
Floating Button Visible on forumhome only
Group Permission Added
Floating Button is Editable
Size of Popup window Editable



We have now added some extra editing options, like for you to edit the player button and the size of the popup window!
You can now also choose who should see the player and who shouldnt! So a new group permission added too!


This is a fancy MP3-Player and not seen for vB 4.x so far! So I might say it must be one of the best on here today, but a bit more fancier than any other player you have seen! The is a FLASH XML MP3PLAYER, and the reason why its called XML is because it has a customized playlist, which is build as XML! I have added a floadting side-bar button. With the letters scrolling "MP3 PLAYER"! Just a single click on the button then the Player pops-up on left side of your screen.

Credits for the free source player goes to www.Developphp.com
Check out more about www.Developphp.com & their youtube channel for more flash tuts!

Thanks to JOSH my friend, and also the Admin of our site www.China-Cheats.com


Image on forumhome

(Floating Button on the right - Transparent Glass)
You choose who should see it who should not! New usergroup permission added!




Image of the Player itself






Notice:
A very important part, you have to ADD the exact name and letters for the song in the mp3_playlist.xml file to make it work. Make sure to use small amd big letters, uppercase and lowercase as the songtitle. If you upload a file/song called "elvis.mp3" then you have to name it "Elvis" as SONG-TITILE in the mp3_playlist.xml, you will see in the tutorial below! I just wanna make sure
that you remember it.

Lets Start The Tutorial:


I will start with the XML playlist file called mp3_playlist.xml. And please notice the the "SongTitle" which is very important, because you will have to later add MP3 files exactly like the song titles!

Below is how the playlist looks like: (Song1 is for the song called "Song1.mp3" and etc....)

PLAY LIST EXAMPLE: (mp3_playlist.xml)
Code:
<?xml version="1.0" encoding="utf-8"?>
<XML>

<Song>
     <songTitle>Song1</songTitle>
     <songArtist>Artist1</songArtist>
</Song>

<Song>
     <songTitle>Song2</songTitle>
     <songArtist>Artist2</songArtist>
</Song>

<Song>
     <songTitle>Song3</songTitle>
     <songArtist>Artist3</songArtist>
</Song>

<Song>
     <songTitle>Song4</songTitle>
     <songArtist>Artist4</songArtist>
</Song>

<Song>
     <songTitle>Song5</songTitle>
     <songArtist>Artist5</songArtist>
</Song>

<Song>
     <songTitle>Song6</songTitle>
     <songArtist>Artis6</songArtist>
</Song>

<Song>
     <songTitle>Song7</songTitle>
     <songArtist>Artist7</songArtist>
</Song>

<Song>
     <songTitle>Song8</songTitle>
     <songArtist>Artist8</songArtist>
</Song>

<Song>
     <songTitle>Song9</songTitle>
     <songArtist>Artist9</songArtist>
</Song>

<Song>
     <songTitle>Song10</songTitle>
     <songArtist>Artist10</songArtist>
</Song>

</XML>


First, unzip the Upload.zip from the attachments, below! And upload all the content of the "UPLOAD.ZIP" file to your forum ROOT!

And then go a head and download the XML PRODUCT, and upload it the products section.

Go to your ADMINCP, Plugin & Products and then Product Manager. Scroll down and then click on Add/Import Product, and now click on browse, and look for the XML product and click IMPORT!


Where to Upload Mp3 files and songs:

I have already added an mp3 song as example "Song1.mp3", And you can Upload upto 10 songs!

Upload your mp3 files to the folder called "mp3_files" which is in your forum ROOT. You can carry on adding more songs if you want, starting from "Song2.mp3" and "Song3.mp3" and ETC....You can also delete the example or replace it with another "Song1.mp3" file.

Remember, not to messup the songtitles and mp3 file names,, Its very important!

And always remember when you finish editing the mp3_playlist.xml file, or uploading a new mp3 file. The you MUST do these 2 things showen below:

1: Clean your browser cookies
2: Refresh Your Forum-Page, where your MP3 Button is.

So the flash player can read the new DATA from your browser and the xml file.
Else it wont work, and it already made me crazy befor knowing all this.. so I pass it to you guys..

Thats it, Please make sure to CLICK on INSTALLED, and enjoy the MP3 PLAYER!

You can ENABLE and DISABLE the player from your ADMINCP, SETTINGS and Popup MP3-Payer! New group permission added and editable button image, plus Floating Windows Size also changeable!

Thanks to JOSH my friend for helping me this one!


Extra and Optional

If you wanted to add more than 10 songs, then first edit your "mp3_playlist.xml"! Just copy the 4 lines showen below for eact mp3 song.:
PHP Code:
<Song>
     <
songTitle>Song1</songTitle>
     <
songArtist>Artist1</songArtist>
</
Song
And then add it inside your mp3_playlist.xml file like the others.


Some Extra advice:
The mp3player gave me lots of problems working! Once I forgot to clean my cookies, and the other thing was I forgot to name my songs EXACTLY as inside the XML file.. So remember, that I am sure you will also face these things, Just read the tutorial with an open mind, and do not ask for support, unless you know its really going bad. Because at the end, you have will realise the small mistakes..

Again, A big thanks to JOSH for helping me create the enable and disable options!

Extra Image When *Player Enabled* (PNG FORMAT)




Extra Image Of *Player Only* (PNG FORMAT)


Download Now

File Type: zip Upload.zip (510.3 KB, 218 views)
File Type: xml product-popup_mp3player.xml (5.5 KB, 134 views)

Screenshots

File Type: png Enabled.png (37.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
elsa23, K4GAP

Comments
  #2  
Old 08-29-2012, 11:01 PM
ChiNa ChiNa is offline
 
Join Date: Jul 2012
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

File Version 1.00 Added In the Version Url check. I had a bit problems adding the URL check. If any problems please make sure to follow the tutorial first, else contact me for support!
Reply With Quote
  #3  
Old 08-30-2012, 01:05 AM
NTT NTT is offline
 
Join Date: May 2007
Location: Viet Nam
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi, can you mod to add other link file mp3 in other host?
Reply With Quote
  #4  
Old 08-30-2012, 07:23 AM
ChiNa ChiNa is offline
 
Join Date: Jul 2012
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you please explain a bit more about what you mean, I didnt really understand..
Reply With Quote
  #5  
Old 08-30-2012, 07:25 AM
ChiNa ChiNa is offline
 
Join Date: Jul 2012
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChiNa-Man View Post
Can you please explain a bit more about what you mean, I didnt really understand..
Not with this model..The files has to be in your own server,, But maybe later on I will make another one, so you could add from other hosts by only typing the url...
Reply With Quote
Благодарность от:
NTT
  #6  
Old 08-30-2012, 01:30 PM
Menno11's Avatar
Menno11 Menno11 is offline
 
Join Date: Feb 2011
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice, can you make this for the radio ?
internet radio ?

Greats Menno
Reply With Quote
Благодарность от:
Rbll
  #7  
Old 08-30-2012, 07:28 PM
faisaly.com faisaly.com is offline
 
Join Date: Mar 2007
Posts: 226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yea this would be be good for radio... something that would use a .asx format, I agree with Menno
Reply With Quote
  #8  
Old 08-31-2012, 07:54 AM
ChiNa ChiNa is offline
 
Join Date: Jul 2012
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by [B
Menno11[/b];2361185]very nice, can you make this for the radio ?
internet radio ?

Greats Menno


Quote:
Originally Posted by [B
faisaly.com[/b];2361300]Yea this would be be good for radio... something that would use a .asx format, I agree with Menno

Ok sure, I will make a radio but it will be with another player... Thanks for the advice
Reply With Quote
  #9  
Old 08-31-2012, 07:56 AM
ChiNa ChiNa is offline
 
Join Date: Jul 2012
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The Radio Project maybe finished in this month!
Reply With Quote
2 благодарности(ей) от:
Rbll, RipperJack
  #10  
Old 08-31-2012, 01:11 PM
JammerOne JammerOne is offline
 
Join Date: Dec 2003
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello china man ..

Yes I like the Radio ... hope you can do it with the radio ...

here is the example code I input to ads so that the radio will play ..

<td width="333" align="center"><center><span class="Apple-style-span"><span style="color: #FF0000"><i><b>
<font face="Verdana"><br>
</font>
</span><font size="4" face="Verdana" color="#FF0000">Online Radio - JAM 106</font><span style="color: #FF0000"><font face="Verdana"><br>
</font>
</span>
</b></i>
</span><span style="color: #0000FF"><font size="2" face="Verdana"><script type="text/javascript" src="http://cdn.voscast.com/stats/display.js?key=f119007c6d4417aa1c0e5b2bcc5a5826&am p;stats=songtitle"></script>
</font><center><font face="Verdana" size="2"><!--VosCast.com Flash Player--><script type="text/javascript" src="http://cdn.voscast.com/player/?key=f119007c6d4417aa1c0e5b2bcc5a5826"></script> <param name="allowScriptAccess" value="always"> <param name="movie" value="http://cdn.voscast.com/resources/player.swf"> <param name="quality" value="high"> <param name="FlashVars" value="stream1=http://s6.voscast.com:7520/&amp;stream2=http://s6.voscast.com:7520/"></object>
&nbsp;<!--End Player--></font></center></span><center><font face="Verdana" size="2">
Worldwide Listeners<!--VosCast.com SHOUTcast Server Stats--><script type="text/javascript" src="http://cdn.voscast.com/stats/display.js?key=f119007c6d4417aa1c0e5b2bcc5a5826&am p;stats=currentlisteners"></script></font><!--End SHOUTcast Server Stats--></center></center></td>
</tr>
</table>

its voscast ... long time ago I am lookign fo this ..

Thanks a lot
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:49 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04737 seconds
  • Memory Usage 2,353KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (6)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (3)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete