PDA

View Full Version : View avatars stored in the DB?


SiXXGuNNZ
12-29-2002, 05:56 PM
is this possible?

I am using 1 MB for avatars, all of them are uploaded by the members. I am just curious if it dumps the avatar when the person changes it or if I delete a user.

Dean C
12-29-2002, 06:04 PM
I think that it does delete them when they are changed or a user is deleted..

If you want to see a list of custom avatars there is a hack lying around somwhere :p

SiXXGuNNZ
12-29-2002, 10:43 PM
okay thanks Mist, I saw a few avatar hacks, but wasn't sure exactly they were what I was looking for.

Chris M
12-29-2002, 11:00 PM
Well if you think:

https://vborg.vbsupport.ru/avatar.php?userid=4588 = Mist's Avatar

https://vborg.vbsupport.ru/avatar.php?userid=4197 = My Avatar

It shouldn't be too hard to make a script to:

a.) Pull all the userid's from the user table
b.) Pull all the username's from the user table
c.) Display the Avatars on a page

:)

Satan

SiXXGuNNZ
12-30-2002, 03:41 AM
Originally posted by hellsatan
Well if you think:

https://vborg.vbsupport.ru/avatar.php?userid=4588 = Mist's Avatar

https://vborg.vbsupport.ru/avatar.php?userid=4197 = My Avatar

It shouldn't be too hard to make a script to:

a.) Pull all the userid's from the user table
b.) Pull all the username's from the user table
c.) Display the Avatars on a page

:)

Satan

good idea, thanks :)