I installed and was able to create the table nuke_nsnst_ips, but the installation failed trying to create nuke_nsnst_config. I manually added the table and then manually inserted the data.
Then, when trying to configure, my settings won't save. Any clue what is causing this?
I wouldn't bother. I chopped out the two queries to create and then insert the data for that table and even after I did, it won't write to the db. I haven't had time to get back to it yet, but I am going to try the re-install. It's possible it's a version problem, the db I am using is 3.x
Joined: Jan 18, 2004 Posts: 244 Location: Bristolville, OH
Posted:
Mon May 31, 2004 12:11 pm
Run the following 3 qureys via phpmyadmin, hope it works
Code:
CREATE TABLE nuke_nsnst_ips (ip_addr varchar(15) NOT NULL default '', user_id int(11) NOT NULL default '1', username varchar(60) NOT NULL default 'Anonymous', user_agent text NOT NULL, date varchar(20) NOT NULL default '0', notes text NOT NULL, reason tinyint(1) NOT NULL default '0', query_string text NOT NULL, x_forward_for varchar(15) NOT NULL default 'None', client_ip varchar(15) NOT NULL default 'None', remote_addr varchar(15) NOT NULL default '', remote_port varchar(11) NOT NULL default 'Unknown', request_method VARCHAR(10) NOT NULL default '', PRIMARY KEY (ip_addr))
Code:
CREATE TABLE nuke_nsnst_config (forward_loc varchar(255) NOT NULL default '', pc_killer tinyint(1) NOT NULL default '0', pc_killer_loop INT(3) NOT NULL default '0', ban_type tinyint(1) NOT NULL default '0', harvestlist text NOT NULL, perpage int(4) NOT NULL default '25', htapath varchar(255) NOT NULL default '', act_harvest tinyint(1) NOT NULL default '0', act_union tinyint(1) NOT NULL default '0', act_clike tinyint(1) NOT NULL default '0', act_script tinyint(1) NOT NULL default '0', act_authors tinyint(1) NOT NULL default '0', PRIMARY KEY (ban_type))
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum