Windows Live Messengers built in SmartScreen Filter has no option for it to be disabled and they have started to filter sites, so i made a bypass.
You need to edit the hosts file on your Pc to redirect there domain.
Hosts file location
Add 1 line to the end of the file and thats all
If you want to use your own hosting.
You need to edit the hosts file on your Pc to redirect there domain.
Hosts file location
Code:
Windows 95/98/Me c:\windows\hosts
Windows NT/2000/XP Pro c:\winnt\system32\drivers\etc\hosts
Windows XP Home/ Windows 7 c:\windows\system32\drivers\etc\hosts
Add 1 line to the end of the file and thats all
Code:
91.121.220.178 link.live.net
If you want to use your own hosting.
Code:
1.Create a new hosting account using domain link.live.net
2.Create index.php file
3.Add this code
<?php
if ($_GET['l'])
{
$url=addslashes(urldecode($_GET['l']));
header("Location: $url");
}
?>
4.Edit your hosts file with the server Ip