Originally posted by Daemon SinI beleive the code is something like :
It's a lottery system.
Every week a random number is generated, if that number matches your UID (User Identification Number) you win and get automatically banned!
Your UID is 254367. Good luck next week!
SELECT * FROM USERS WHERE UID=254367
> 1 rows selected
exec sp_SMTPMail @SenderName='Russ', @SenderAddress='russ@redhotpawn.com',
@RecipientName = 'Davox', @RecipientAddress = 'davox@some_isp.com',
@Subject='Your are banned', @body='Hello, you have WON a 3 week ban...if you have children, quickly learn their names.....'