[FilterScript] SimpleDynamic MP3 Player - MySQL Based (0.3D)
#1

SimpleDynamic MP3 Player - MySQL Based
(done in 15 minutes)
Simple filter scripts by Rudyy
Only for 0.3d servers
Rudy's first filterscript release

Command list:
/createsong [ID] [url] [name] (RCON ADMIN) (To create songs added to /mp3 dialog)
/changesong [ID] [url] [name] (RCON ADMIN) (To change existing ID songs without deleting them)
/mp3 [ID] (If you didnt put an id, it will show you the list of avaliable songs.)
/stopmusic (<<< stops music)
/nowplaying (shows the song you are playing IF you are playing a song)

It is all connected TO MYSQL server & database. So you HAVE to set your SQL database first before being able to use it. It can be set at the top of THE script #define. line8-11.



Please be also noted that youtube links are not accepted in this script. You must put a link that ends with .mp3 for example:
http://www.ddotomen.com/wp-content/uploa...dacris.mp3
(You can get music links from beemp3.com )

Download links:
Paste Bin

Image:




MYSql Code:

Code:
CREATE TABLE  `yourdatabasename`.`songs` (
`ID` TEXT NOT NULL ,
`Name` TEXT NOT NULL ,
`link` TEXT NOT NULL
) ENGINE = MYISAM
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)