| Author |
Message |
SpaceMonkey
Private


Joined: Jan 18, 2005
Posts: 47
|
Posted:
Fri Apr 22, 2005 3:29 pm |
  |
Out of curiosity, I have to ask if this would actually work. Most people I know have dynamic i.ps. So everytime they go ont he internet they have a different i.p.
Aren't you just banning people who probably aren't the people who tried to access your, whatever? |
|
|
    |
 |
marius26
Nuke Cadet


Joined: Apr 19, 2004
Posts: 9
Location: Great Britain
|
Posted:
Sat Apr 23, 2005 4:58 am |
  |
|
    |
 |
fisicouk
Sergeant


Joined: Nov 25, 2004
Posts: 84
|
Posted:
Mon Apr 25, 2005 5:01 am |
  |
|
   |
 |
KillerBeatz
Nuke Soldier


Joined: Mar 17, 2004
Posts: 29
Location: Texas
|
Posted:
Sat Apr 30, 2005 9:26 pm |
  |
I attempted to run the SQL version of the ip ban list thru and this is the error that I got:
| Code: |
SQL-query:
CREATE TABLE nuke_banned_ip(
`id` int( 11 ) NOT NULL default '',
`ip_address` varchar( 15 ) NOT NULL default '',
`reason` varchar( 255 ) NOT NULL default '',
`date` date NOT NULL default '0000-00-00',
PRIMARY KEY ( `id` )
=============================
MySQL said:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 6 |
I'm running phpnuke 7.6 with Chatserv patch 2.9 and NukeSentinel 2.2.0.
MySQL Version: 4.0.22-standard
Any ideas? |
_________________ KillerBeatz |
|
        |
 |
fisicouk
Sergeant


Joined: Nov 25, 2004
Posts: 84
|
Posted:
Thu May 05, 2005 11:54 pm |
  |
|
   |
 |
KillerBeatz
Nuke Soldier


Joined: Mar 17, 2004
Posts: 29
Location: Texas
|
Posted:
Fri May 06, 2005 6:51 am |
  |
host.denySQLphpnukebanned_ipv1.0.3 |
_________________ KillerBeatz |
|
        |
 |
fisicouk
Sergeant


Joined: Nov 25, 2004
Posts: 84
|
Posted:
Thu May 19, 2005 6:13 am |
  |
|
   |
 |
KillerBeatz
Nuke Soldier


Joined: Mar 17, 2004
Posts: 29
Location: Texas
|
Posted:
Thu May 19, 2005 6:17 am |
  |
| fisicouk wrote: |
| try it in php myadmin |
I was using php myadmin when this error occured.
Thanks anyway though,
Killer |
_________________ KillerBeatz |
|
        |
 |
Fatal1ty
Private


Joined: Dec 15, 2004
Posts: 47
Location: The Netherlands
|
Posted:
Wed Jun 01, 2005 3:47 pm |
  |
So how do i add these to sentinel? |
_________________ 'Imagination Is More Important Then Knowledge' Albert Einstein
Visit http://www.iga-hq.co.nr ... Check It! |
|
     |
 |
ccozkaraca
Nuke Soldier


Joined: Jun 07, 2005
Posts: 19
|
Posted:
Wed Jun 08, 2005 9:30 pm |
  |
I have just download it and upload it to my web.
Feel allready safe. Thanks for the great job.
YOU GUYS ARE GREAT... |
|
|
   |
 |
fisicouk
Sergeant


Joined: Nov 25, 2004
Posts: 84
|
Posted:
Fri Jun 17, 2005 12:08 am |
  |
|
   |
 |
jjmusicpro
Corporal


Joined: Jun 29, 2005
Posts: 57
|
Posted:
Wed Jul 06, 2005 4:48 am |
  |
I get the same error when i run the sql insert into the table.  |
|
|
   |
 |
commanda
Nuke Cadet


Joined: Sep 17, 2003
Posts: 4
|
Posted:
Fri Jul 15, 2005 1:25 pm |
  |
v1.0.3
change PRIMARY KEY (`id`);
to PRIMARY KEY (`id`),
Change the semi-colon to a comma. This is at the head of the first file.
Amanda |
|
|
   |
 |
commanda
Nuke Cadet


Joined: Sep 17, 2003
Posts: 4
|
Posted:
Fri Jul 15, 2005 2:00 pm |
  |
Other problems;
16401-16499 duplicate entries
the second occurrence of 20720 should be 20744
The change in table structure means you can no longer add individual IP's from the control panel. The original default table structure has 'id' as auto-increment.
On my system, after loading the first file, clicking on "ban-ip" from the control panel returns an empty page. I have no idea why as yet.
Amanda |
|
|
   |
 |
mastrboy
Nuke Cadet


Joined: Aug 06, 2004
Posts: 7
|
Posted:
Thu Jul 28, 2005 12:04 am |
  |
i convertet the host.deny to .htaccess for those who want it:
(i can't get hosts.deny to work )
http://mastrboy.servebeer.com/htacces.deny
just write
| Code: |
| grep DENY htaccess.deny >> .htaccess |
this will add the context of htaccess.deny to your htacces file without removing the old context of the file
it's really easy to covert it; just use the search and replace function in notepad
(thinking of converting it to IPTABLES DROP also, i think that would be the best solution)
edit: (forgot to convert the * .. will do a update soon) |
|
|
   |
 |
|
|