Increased filehash length and made the reject-post-if-image-already-exists-in-active-content thing

This commit is contained in:
Savetheinternet 2011-02-19 19:45:54 +11:00
parent 13ef38d7b7
commit efa06c270e
4 changed files with 32 additions and 4 deletions

View file

@ -135,7 +135,7 @@ CREATE TABLE IF NOT EXISTS `posts_b` (
`fileheight` int(11) DEFAULT NULL,
`filesize` int(11) DEFAULT NULL,
`filename` varchar(30) DEFAULT NULL,
`filehash` varchar(32) DEFAULT NULL,
`filehash` varchar(40) DEFAULT NULL,
`password` varchar(20) DEFAULT NULL,
`ip` varchar(45) NOT NULL,
`sticky` int(1) NOT NULL,