Aera223

INSTALL_SCRIPT_php

Aug 17th, 2020 (edited)
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <?
  2. //Save this file as install.php
  3. //I have tested this file, and it works a bit.
  4. if($_REQUEST['action']=="install"){
  5. $x = file_get_contents("https://pastebin.com/raw/ZzeJKU9j");
  6. $y = file_get_contents("https://pastebin.com/raw/UxBZGAaK");
  7. $z = file_get_contents("https://pastebin.com/raw/uSWs0Mr6");
  8. file_put_contents('.tmp','h\nh\nh\nh\n');
  9. file_put_contents('3.php',$x);
  10. file_put_contents('4.php',$y);
  11. file_put_contents('5.php',$z);
  12. unlink('install.php');
  13. echo "Installed software <mark>:)</mark><br><a href='3.php'>See if it works!</a>";exit;}
  14.  
  15. else{echo "<a href='install.php?action=install'>Start installation. Please be patient <mark>:)</mark></a><br>
  16. I've not designed an uninstall script. If you like this, send thanks to aera23@protonmail.com";}
  17. ?>
Add Comment
Please, Sign In to add comment