Top

mp3 information

Please Register to submit score.
Average Score  3.0
Scores Submitted  3
Date Added  Sep 26, 2007
Last Updated  Oct 03, 2007
Tags  info  mp3 

Introduction

Another simple code returning the information of your sepcifications of the current mp3. See the in-code comments for more info.

Grab the Code

Comments

  (3)  RSS
mountaindew
Comments: 1,366
 
mIRC Snippet:  mp3 information
Posted on Sep 26, 2007 10:01 pm
these can come in handy with all those mp3 scripts
KuTsuM
Comments: 139
 
mIRC Snippet:  mp3 information
Posted on Oct 3, 2007 11:03 pm
Just for cleaner code you should edit this
if ($isid) {
if ($inmp3) {
to
if ($isid) && ($inmp3) {

Just because you have no use for them to be seperated. Otherwise, good job :)
Saeed
Comments: 31
 
mIRC Snippet:  mp3 information
Posted on Oct 3, 2007 11:09 pm
Thanks, fixing that right now.

Please Register or Login to start posting comments.
Bottom