Quote:
Today at 01:47 PM DPoole said this in Post #81
not sure if u still readin this hack
but when playing an mp3
the top 10 aint correct
i have a song that been played 13 times and yet the number 1 trax is a song that only been played twice??
|
Im not completly sure why it is doing that, i actually noticed it on another site that i just visited.....hmmmm....check this line it appears twice
PHP Code:
$mostplayed=$DB_site->query_first("SELECT songsid,sname,surl,splay FROM jukebox ORDER BY splay desc LIMIT 1");
or try the desc in caps....dont know if it is caps sencitive but
The most played works fine for me.....it should not mater what format you are playing from.