Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*
- SALVAR IP CAPTURADOS COM JAVASCRIPT
- FILE01 = http://pastebin.com/2u55h7Dj
- ----------------------------------------------------------
- *AUTOR*: Cleiton Pinheiro / NICK: GoogleINURL
- *EMAIL*: [email protected]
- *Blog*:http://blog.inurl.com.br
- *Twitter*: https://twitter.com/googleinurl
- *Fanpage*: https://fb.com/InurlBrasil
- *GIT: *https://github.com/googleinurl
- *PASTEBIN: *http://pastebin.com/u/Googleinurl
- *YOUTUBE: *https://www.youtube.com/channel/UCFP-WEzs5Ikdqw0HBLImGGA
- *PACKETSTORMSECURITY:* http://packetstormsecurity.com/user/googleinurl/
- ----------------------------------------------------------
- */
- error_reporting(0);
- set_time_limit(0);
- ini_set('display_errors', 0);
- ini_set('max_execution_time', 0);
- file_put_contents("ARQUIVO.TXT","{$_GET['IP']}\n---------------------------\n", FILE_APPEND);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement