here is the sql dump right from the start:
I just realized this part only concerns one plugin, which I could easily take out from my dump, I will try without that part.
Quote:
-- MySQL dump 9.11
--
-- Host: localhost Database: web3_db1
-- ------------------------------------------------------
-- Server version 4.0.24_Debian-10sarge2-log
--
-- Table structure for table `bad_behavior`
--
DROP TABLE IF EXISTS bad_behavior;
CREATE TABLE bad_behavior (
id int(11) NOT NULL auto_increment,
ip text NOT NULL,
date datetime NOT NULL default '0000-00-00 00:00:00',
request_method text NOT NULL,
request_uri text NOT NULL,
server_protocol text NOT NULL,
http_headers text NOT NULL,
request_entity text NOT NULL,
key text NOT NULL,
PRIMARY KEY (id),
KEY ip (ip(15))
) TYPE=MyISAM;
--
|
Recent comments
18 hours 22 min ago
23 hours 21 min ago
1 day 47 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 23 hours ago
2 days 1 hour ago