PDA

View Full Version : Avatars - not uploading to your server


CricketWeb
02-05-2003, 08:27 PM
Is there a hack that does this:

I'm wanting to remove every users avatar as I'm now wanting people to host their avatar on another website because people's avatars are killing my bandwidth.

So, how can I delete everyone's avatar's to make them add it again?

More information here - http://www.vbulletin.com/forum/showthread.php?postid=408254#post408254

Dolby
02-06-2003, 03:34 AM
If you have phpmyadmin you can just empty the fields (dont delete the fields... just empty them) in the avatar table. Or if some one is nice enough they could write you a php script.

Xenon
02-06-2003, 05:59 PM
DELETE from customavatar
UPDATE user SET avatarid=0, hascustomavatar=0

i think these two queries are correct