Forum Moderators: open

Message Too Old, No Replies

Please help me to do this one.

         

jcmiras

3:32 pm on Nov 27, 2005 (gmt 0)

10+ Year Member



I want to block IP address #*$!.xxx at website 1. However, website 1 doesnt have SSI, PHP, etc, only javascript.

Now, my plan to do the blocking stuff is to make a javascript code at website 1 which calls a function hosted at website 2. Website 2 is capable of doing PHP. function at Website 2, will be the one that will determine the IP address, compare it, and will signal the javascript at website 1, whether it will display the webpage or not.

Do you think, this one is possible? How? please help. :)

Arno_Adams

2:53 pm on Nov 30, 2005 (gmt 0)

10+ Year Member



Hi,

Try blocking with .htaccess on server 1.

Goodluck, AA