meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
(offtopic)
code:
Function NewReputation(User, Rep) {
$message = "Hello,<br><br>You have recieved a new reputation from $User .<br> He gave you a $Rep on the $date at $time";
mail($mybb_user['email'], 'New Reputaion from '.User.'.', $message);
}