PHP code that is saved to the desktop and set to desktop with ICONS

  • 2020-11-25 07:12:10
  • OfStack

1. Create an PHP file. The code of PHP is as follows

Save the PHP code to the desktop and set it to the desktop

Create a new file Desktopurl.php with the following code:
 
<?php $Shortcut= "[InternetShortcut] URL=' Your domain name ' IDList=IconIndex=43 IconFile=/favicon.ico HotKey=1626 [{000214A0-0000-0000-C000-000000000046}] Prop3=19,2"; Header("Content-type: application/octet-stream"); header("Content-Disposition: attachment; filename= Bank interest rates .url"); echo$Shortcut; ?>  

Save as Desktopurl.php, or whatever you like to call it.

2. Insert the code that calls the above code where you want it to appear

As follows:

01. < a href=" your domain/Desktopurl.php "target="_blank" > < STRONG > < FONT style="FONT-SIZE: 16px; FONT-FAMILY: Arial" color=#000000 > Join the desktop < /FONT > < /STRONG > < /a >

Of course, you can see how you want to design the font, size, color, or even use pictures instead.

Related articles: