I set it up and it caused my PM to stop working. So I un-installed the hack and now this is what I get when I click on my normal attachments.
------------------------------------
Database error in vBulletin 3.0.0 Release Candidate 2:
Invalid SQL:
SELECT filename, filesize, postid, attachment.userid,
filedata,
dateline,
visible, mimetype, NOT ISNULL(deletionlog.primaryid) AS isdeleted, private
FROM vb3_attachment AS attachment
LEFT JOIN vb3_attachmenttype AS attachmenttype ON(attachmenttype.extension = SUBSTRING_INDEX(attachment.filename, '.', -1))
LEFT JOIN vb3_deletionlog AS deletionlog ON(attachment.postid = deletionlog.primaryid AND type = 'post')
WHERE attachmentid = 1
mysql error: Unknown column 'private' in 'field list'
mysql error number: 1054
---------------------------------
Any idea to at least fix my attachment table so I can try again?