Click to See Complete Forum and Search --> : IP blocker and IP logger
modifier_guy
03-15-2004, 09:29 AM
i want to keep track of peoples IP address and be able to block people. on my website i have a tagger message baord and it shows the ip address of the people who post, i want to be able to block them if they are rude on there. is there an easy to use IP blocker and logger?
buntine
03-15-2004, 09:35 AM
Do you want instructions on how to develop one? Or do you simply want a link to an existing application?
modifier_guy
03-15-2004, 09:45 AM
i really want one that has a description on how to use and all not just a cut and paste thing iw ont know what to do with. i guess a detailed one on how to make one.
buntine
03-15-2004, 10:17 AM
Ok, i should have asked before, but what language do you want to do it in?
The easiest way is to set up a database or textfile which lists all the banned IP address'. Each time a user submits the tagger, your app will scan the DB/textfile for the users IP address.
If a match is found, the user will be told he/she has been banned.
Regards.
buntine
03-15-2004, 10:18 AM
Furthermore, the following web site offers a free IP blocker written in CGI.
http://www.ipblocker.org/
modifier_guy
03-15-2004, 06:34 PM
well i know my server has cgi and php ect i just want a simple one easy to use scince i am really new to DB ect
modifier_guy
03-16-2004, 09:50 AM
how do i download that ip blocker writen in cgi?
buntine
03-16-2004, 10:42 AM
Go the web site....
The files are available for download directly from the homepage..
modifier_guy
03-16-2004, 12:06 PM
ok i got it but i cant DL it at school i will wait till i get home.