4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: benzo on May 07, 2003, 12:14:19 AM
-
Hi everybody, I need a little mod that show top users uploads
example:
TOP UPLOADERS:
benzo 45 images upload
Xico 32 images upload
pepe 21 images upload
john 20 images upload
manu 9 images upload
Someone can help me?
thanks.
-
Hi everybody, I need a little mod that show top users uploads
example:
TOP UPLOADERS:
benzo 45 images upload
Xico 32 images upload
pepe 21 images upload
john 20 images upload
manu 9 images upload
Someone can help me?
thanks.
SELECT COUNT(*) AS count,user_id FROM 4images_images GROUP BY user_id ORDER BY count DESC LIMIT 10
The above sql query can be used to find the top posters by user_id, you can then co-relate the user_id with the username.
Infact, somebody can create a nice Mod for this purpose.
Cheers,
SB
-
i know there is a mod posted for this.....I am also looking for it...I saw it somewhere on this community....damn....I am searching since last 20 mins...and now I can't find it :( I am also looking for it...if someone know about it...then plz...let me know!
-
http://www.4homepages.de/forum/index.php?topic=7678.0