PHP generates website desktop shortcuts for code sharing, php shortcuts _ PHP Tutorial

Source: Internet
Author: User
PHP generates website desktop shortcuts for code sharing and php shortcuts. PHP generates website desktop shortcuts for code sharing. php shortcuts make it so easy to generate desktop shortcuts for PHP. you can change the website you want to generate when you generate the shortcuts. Dianji. PHP generates website desktop shortcuts for code sharing and php shortcuts

The PHP desktop shortcut is so simple that you can change the website you want to generate when you generate it.

Dianji.html code:

The code is as follows:


Generate a left-side shortcut

Shengcheng. php code:

The code is as follows:


<? Php

// The left-side shortcut for website survival --- function

$ Url = $ _ GET ['URL'];

$ Filename = urldecode ($ _ GET ['name']);

$ Filename = iconv ('gbk', 'utf-8', $ filename); // character set conversion (no conversion is required)

If (! $ Url |! $ Filename) exit ();

$ Shortcut = "[InternetShortcut]

URL = {$ url}

IDList =

[{000214A0-0000-0000-C000-000000000046}]

Prop3 = 19,2 ";

Header ("Content-type: application/octet-stream ");

Header ("Content-Disposition: attachment; filename = {$ filename}. url ;");

Echo $ Shortcut;

?>


Use PHP to write a download page to the desktop shortcut code. after the website is opened, the following question is displayed. how can this problem be solved?

You need to write a separate page to create a shortcut. I guess you have output content on the page before that, so you have an error

A. php
----------------------------------
$ Url = $ _ GET ['URL'];
$ Filename = urldecode ($ _ GET ['name']);
$ Filename = iconv ('utf-8', 'gbk', $ filename); // character set conversion
If (! $ Url |! $ Filename) exit ();
$ Shortcut = "[InternetShortcut]
URL = {$ url}
IDList =
[{000214A0-0000-0000-C000-000000000046}]
Prop3 = 19,2
";
Header ("Content-type: application/octet-stream ");
Header ("Content-Disposition: attachment; filename = {$ filename}. url ;");
Echo $ Shortcut;

Create a hyperlink when generating
Shortcut </a>

Code for creating a desktop shortcut for a website

Is a piece of js code. baidu search JS creates a desktop URL shortcut

Html code





Untitled Document </title>
</Head>


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.