View Full Version : Javascript IP block


amyaurora
05-02-2006, 06:18 PM
I need a good IP block that is javascript. I am on Blogger and can not use .htacesss (I tried remotely hosting it and it doesn't work)

Nor can I use SSI

Does anyone have one?

*The ones I find online using a search engine do NOT work. And yes the IP in question DOES have javascript enabled.

Tracey
05-02-2006, 10:33 PM
Is this good enough for you? http://www.javascriptkit.com/script/script2/blockip.shtml

amyaurora
05-03-2006, 03:13 AM
It was one that didn't work.

war59312
05-03-2006, 03:25 AM
Well, something like:

If $_SERVER['REMOTE_ADDR'] == ipaddress Then userIsBanned;

amyaurora
05-03-2006, 06:33 PM
Which part of the javascript do I insert that to try it?

war59312
05-05-2006, 03:00 AM
oh javascript...whoops sorry...

http://javascript.internet.com/user-details/ip-filter-2.html

or

http://www.phpbbstyles.com/viewtopic.php?t=6778&postdays=0&postorder=asc&start=0

amyaurora
05-06-2006, 05:12 AM
Thanks.