PDA

View Full Version : admin checking emails users have sent


Sakura Online
12-27-2002, 01:04 AM
I am forming a street team with my VB and it would be great to have a hack that let's the admin see the emails users emailed eachother.

If someone could make that hack that would be very helpful!

Xenon
12-28-2002, 09:20 PM
emails are not stored in the db, you can add an options to send the email also to you, but for privacy issues you shouldn't do that

Chris M
12-28-2002, 10:43 PM
@Xenon - Is there a way to filter the message before it is sent?

By filter, I mean a swear-word filter;)

Satan

Xenon
12-30-2002, 10:51 AM
Chris yes there is a way ;)

open member.php
find:
mail($destuserinfo[email],$subject,$sendmessage,"From: \"$bbuserinfo[username]\" <$bbuserinfo[email]>");

replace with: mail($destuserinfo[email],censortext($subject),censortext($sendmessage),"From: \"$bbuserinfo[username]\" <$bbuserinfo[email]>");