View Single Post
Old 02-07-2008, 22:30   #10932
bluecar1
Inactive
 
Join Date: May 2008
Location: Kent
Services: No DPI Kit snooping on USERS
Posts: 447
bluecar1 has a spectacular aura about thembluecar1 has a spectacular aura about thembluecar1 has a spectacular aura about thembluecar1 has a spectacular aura about them
Re: Virgin Media Phorm Webwise Adverts [Updated: See Post No. 1, 77, 102 & 797]

might have found a solution to my iis ip blocking

*******
You have to just use this script in your default webpage so it will redirect to the site.

<script language="javascript">
var ip = <!--#echo var="REMOTE_ADDR"-->
if (ip <= '24.55.255.255') {
alert("STOP! You are not authorized to access this page!");
alert("Do not attempt to return, or your computer will begin a self-destruct sequence!");
if (confirm("Please leave now Or you will be forceably removed!"))
{location.href="http://www.google.com" } else { ("OK your choice, doesn't matter to me! SeeYa!"); {location.href="http://www.getalife.com" }} }
</script>
************

that useful to you as well pete, i will try and test this later as the hotel i am in has bt spyband

peter
bluecar1 is offline