Author Topic: Top Uploaders  (Read 5357 times)

0 Members and 1 Guest are viewing this topic.

Offline benzo

  • Hero Member
  • *****
  • Posts: 748
  • El que nada duda, nada sabe. :-)
    • View Profile
Top Uploaders
« 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.
¡ Antes de actualizar o modificar el script, realiza una copia de seguridad de todos los archivos y datos !

Tenemos una pequeña faq en español, también la faq oficial ( en inglés  ) y un buscador muy hermoso

Offline smartboyinuk

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: Top Uploaders
« Reply #1 on: May 07, 2003, 01:41:43 AM »
Quote from: benzo
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.


Code: [Select]
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

Offline Bilal

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
Re: Top Uploaders
« Reply #2 on: March 26, 2005, 07:29:07 AM »
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!
Regards,
Bilal

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: Top Uploaders
« Reply #3 on: April 29, 2005, 12:49:07 AM »