Release Notes
v1.0.1 (Unreleased)
- Adds "on Move Thread" function
- Adds "on Delete Post(s)" function
v1.0.0
- Initial release for 3.7 (Note: There may be code changes in other vB versions for postings.php!)
PS: If anyone sees a hook for where I had added the code, please let me know. I coded this around 3 AM and didn't want to read anything, just type. 
Common Problems / FAQ
- I get a white page with tons of codes or php on it. What is this?
This is a coding error, if you receive this, please PM me your website. It's quite possible it's not compatible with the vBulletin version you are running.
If you are running 3.7.2 PL1+, then try adding if($pmdm->errors) die(print_r($pmdm->errors)); and posting the results here.
- I don't see the Private Message in my sent items. Is this a problem?
No. This is how it was programmed. It was only coded to send to the user.
- If I delete a thread of my own, do I receive a private message?
Yes. I thought, maybe, if your account was hacked/cracked, that you could know what threads of your own were deleted. I see this in several cases of my friend's boards. Never be too careful. (There's also the possibility that they delete the PM, but hey, not all of them stay online enough to notice a new PM. They might not even want to touch the PM box.) I'll probably stop this function in the next update.
- Does any data get sent to you?
No. I was considering implementing a "if there's a error, send to email" type of function, but there was also the possibility that user's didn't want any data submitted without their permission.
Screenshots: