Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?
- //Save this file as install.php
- //I have tested this file, and it works a bit.
- if($_REQUEST['action']=="install"){
- $x = file_get_contents("https://pastebin.com/raw/ZzeJKU9j");
- $y = file_get_contents("https://pastebin.com/raw/UxBZGAaK");
- $z = file_get_contents("https://pastebin.com/raw/uSWs0Mr6");
- file_put_contents('.tmp','h\nh\nh\nh\n');
- file_put_contents('3.php',$x);
- file_put_contents('4.php',$y);
- file_put_contents('5.php',$z);
- unlink('install.php');
- echo "Installed software <mark>:)</mark><br><a href='3.php'>See if it works!</a>";exit;}
- else{echo "<a href='install.php?action=install'>Start installation. Please be patient <mark>:)</mark></a><br>
- I've not designed an uninstall script. If you like this, send thanks to aera23@protonmail.com";}
- ?>
Add Comment
Please, Sign In to add comment