Skip to content

Add the ban date to the blacklist table #115

@erikyo

Description

@erikyo

It shouldn't be a problem to add the date to the meta as well, and for statistical issues it might be worth having

$cf7a_database = "CREATE TABLE IF NOT EXISTS `{$table_blacklist}` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`ip` varchar(45) NOT NULL,
`status` int(10) unsigned DEFAULT NULL,
`meta` longtext,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`ip`)

rel. https://wordpress.org/support/topic/some-blacklist-questions/#post-17470371

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions