The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Ultimate Now Playing Hack - WA3 plugin / data stored in database Details »» | |||||||||||||||||||||||||||
Ultimate Now Playing Hack - WA3 plugin / data stored in database
Developer Last Online: Oct 2008
It's here! A real "Now Playing" hack. A WA3 plugin feeds data to the database. (Note: I did not write the plugin - credit for that goes to Brandon Martus of pubarso.com). Once loading a simple script, the plugin runs silently in the background without intervention.
Features: +"Now Playing" information (at time of post, not currently) is shown next to posts. +Currently Playing / All History / My History pages +Dynamic downloading - user needn't edit any files once downloaded. +Only last two weeks of songs are stored so database usage doesn't get too high. +Password protected updating Current Version: 1.0.1 Download: click here Enjoy! Screenshots will follow. Show Your Support
|
Comments |
#12
|
|||
|
|||
make sure you're editing the one in your root folder, not in the admin folder
|
#13
|
|||
|
|||
really nice but can you do it for WinAmp as well???
|
#14
|
||||
|
||||
Works great, the only problem I have is that some songs have a ' in the, and they show up with a /.
ie: Adam's Song turns into: Adam\'s Song |
#15
|
|||
|
|||
mmmmm...hold on and i'll get that fixed right up
M.C. This IS for Winamp (Winamp 3 = WA3). |
#16
|
|||
|
|||
This fixes a minor problem with song titles that have apostrophes in them. To upgrade from 1.0, follow these instructions (note: in step one, { imagesfolder } should not have the spaces - this is just so vb.org won't parse it):
Code:
1. In admin/functions.php, replace: ---------------------------------------- $post[nowplaying]="<br><br><img src=\"{ imagesfolder }/np.gif\" alt=\"Currently playing...\"> ".$post[npartist]." » \"".$post[npsong]."\""; ---------------------------------------- With: ---------------------------------------- $post[nowplaying]="<br><br><img src=\"{ imagesfolder }/np.gif\" alt=\"Currently playing...\"> ".stripslashes($post[npartist])." » \"".stripslashes($post[npsong])."\""; ---------------------------------------- 2. In root/global.php, replace: ---------------------------------------- eval("\$nptext = \"".gettemplate("header_np")."\";"); ---------------------------------------- With: ---------------------------------------- $nowplaying[song]=stripslashes($nowplaying[song]); $nowplaying[artist]=stripslashes($nowplaying[artist]); eval("\$nptext = \"".gettemplate("header_np")."\";"); ---------------------------------------- 3. In root/member.php, replace: ---------------------------------------- $membernptext=$membernowplaying[artist]." » \"".$membernowplaying[song]."\" (Began $membernpwhenstarted) "; ---------------------------------------- With: ---------------------------------------- $membernptext=stripslashes($membernowplaying[artist])." » \"".stripslashes($membernowplaying[song])."\" (Began $membernpwhenstarted) "; ---------------------------------------- 4. Overwrite nowplaying.php with the one in the new zip. Done! |
#17
|
||||
|
||||
Job well done Nick, although it would be great to have this implemented with Sonique as well..so I'll go search for a similar plugin that might possibly be available.
*clicks install* |
#18
|
||||
|
||||
AGH ++++KKKKKKKKKKKKKK
It dosent work....it says "Nothing Recently" Does that mean it dosen't work with winamp 2.xx? |
#19
|
||||
|
||||
It probably only works for Winamp3, according to the Chiefdelphi site inwhich it is from.
|
#20
|
|||
|
|||
Velocd is right. also, follow the directions on your "how to use" page to set it up properly.
anyway, i realize that sonique is a popular one, but i'm no good at winamp plugins even, let alone sonique. |
#21
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|