Uninstalled.
1. You should rename snoopy.class.inc to Snoopy.class.inc (for *nix users)
2. Database error in vBulletin 3.8.7:
Code:
Invalid SQL:
SELECT attachmentid, dateline FROM attachment
WHERE contentid = 184758
AND SUBSTRING_INDEX(filename,'.',-1) IN ('jpg', 'jpeg', 'jpe', 'gif', 'png', 'bmp');
MySQL Error : Unknown column 'contentid' in 'where clause'
Error Number : 1054
Request Date : Friday, July 6th 2012 @ 10:11:56 PM
Error Date : Friday, July 6th 2012 @ 10:11:57 PM
Script : ***
Referrer : ***
IP Address : ***
Username : ***
Classname : vB_Database
MySQL Version : 5.1.45
3. You should add an uninstall code for
$vbulletin->db->query_write("ALTER TABLE `".TABLE_PREFIX."post` ADD FULLTEXT(pagetext)");