Quote:
Originally Posted by CharlieDelta
Would it be possible to get a copy of this old mod so I can confirm what files to delete and uninstall?
|
I think this is the whole thing:
PHP Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<plugins>
<plugin active="1" executionorder="5" product="vbulletin">
<title><![CDATA[Poor Man's Bounce Handler, requires vBMail (Lite)]]></title>
<hookname>newpost_notification_message</hookname>
<phpcode><![CDATA[if ($touser['dbtech_vbmail_bounceflag'])
{
continue;
}]]></phpcode>
</plugin>
</plugins>
No file uploads, database changes or anything.