搜索附件  

热门下载

左侧广告
版权所有:自丢网
For 2020-2050 © zidiu.com

zm.php

 

dz生成桌面快捷/快捷方式,干货下载就可以用:
dz生成桌面快捷/快捷方式,干货下载就可以用

代码如下:
  1. <?php
  2. $Shortcut = "[InternetShortcut]
  3. URL=http://www.zidiu.com/
  4. IDList=
  5. IconIndex=43
  6. IconFile=C:\Windows\system32\SHELL32.dll
  7. Hotkey=1626
  8. [{000214A0-0000-0000-C000-000000000046}]
  9. Prop3=19,2
  10. ";
  11. Header("Content-type: application/octet-stream");
  12. header("Content-Disposition: attachment; filename=自丢网.url;");
  13. echo $Shortcut;
  14. ?>
复制代码

干货,直接下载:


学习了,感谢自丢教程网