TCH-Thomas Posted December 11, 2003 Posted December 11, 2003 Im gonna install a cgi counter on a site i maintain. Ive used the script before but now i need to tell it to ignore ip-adresses. (Poor) Instructions tells me to modify this, >@ignore = ("127.0.0.1"); Question 1) Do I delete anything like the brackets? Question 2) Do I write the numbers like this: 127.0.0.1 127.0.0.1 or how? -Thomas Quote
boxturt Posted December 11, 2003 Posted December 11, 2003 @ignore = ("127.0.0.1","127.0.0.2","127.0.0.3"); I think........... Quote
TCH-Thomas Posted December 12, 2003 Author Posted December 12, 2003 Haven´t tried yet but thanks in advance, boxturt. -Thomas Quote
TCH-Thomas Posted December 15, 2003 Author Posted December 15, 2003 Have tried it now, it works Thanks boxturt. -Thomas Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.