fud30_ip_block - fudforum/FUDforum GitHub Wiki
Description of FUDforum table fud30_ip_block. This table is used to track IP Addresses or ranges that are blocked. For more information, see IP Filter.
Column Name | Datatype | Can be Null? | Key? | Default | Description |
---|---|---|---|---|---|
id | int(11) | NO | PRI | - | auto_increment |
ca | int(11) | NO | - | 0 | IP: 999.---.---.--- |
cb | int(11) | NO | - | 0 | IP: ---.999.---.--- |
cc | int(11) | NO | - | 0 | IP: ---.---.999.--- |
cd | int(11) | NO | - | 0 | IP: ---.---.---.999 |
Index Name | Uniqueness | Column Name | Seq in index | Comments |
---|---|---|---|---|
PRIMARY | UNIQUE | id | 1 |