<?php
$Shortcut = "[InternetShortcut]
URL=http://www.ooz.cc/
IDList=
IconFile=http://www.ooz.cc/favicon.ICO
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
";
Header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename=Á´½ÓÕ¾µ¼º½.url;");
echo $Shortcut;
?>