<BR><?php <BR>/** <BR>* Internet Shortcut <BR>* <BR>* Add the following into "head": <BR>* <link href="favicon.ico" rel="icon" type="image/x-icon" /> <BR>* <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" /> <BR>* <link href="favicon.ico" rel="bookmark" type="image/x-icon" /> <BR>*/ <BR>$shortcut = '[InternetShortcut] <BR>URL=http://onens.com/ <BR>IDList= <BR>[{00<strong style="color:transparent">来2源gaodaima#com搞(代@码&网</strong><label>搞gaodaima代码</label>0214A0-0000-0000-C000-000000000046}] <BR>Prop3=19,2 <BR>'; <BR>header('Content-type: application/octet-stream'); <BR>header('Content-Disposition: attachment; filename=Onens.Com.url;'); <BR>echo $shortcut; <BR>