Recommend this page to a friend! |
Classes of Francesco Cirać | > | Log Limiter | > | tables.sql | > | Download |
|
![]() |
CREATE TABLE `spack_ll_attempts` ( `ip` varchar(15) NOT NULL, `date` int(10) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `spack_ll_blocks` ( `ip` varchar(15) NOT NULL, `expire` int(10) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `spack_ll_log` ( `ip` varchar(15) NOT NULL, `date` int(10) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; |