HEX
Server: Apache/2.4.6 (CloudLinux) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9 PHP/5.4.16
System: Linux s1.gigspace.ru 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64
User: samok164 (6070)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /var/www/samok164/data/www2/culture-style.ru/rzgn/r4_getylog.php
<?php
error_reporting(0);
/*$url = ereg_replace("&key=[0-9a-fA-F]*$", "", $_SERVER['REQUEST_URI']);
$time = time();
if(
abs($_GET['time'] - $time) > 600
|| md5('r4_gluidyb97ascgaha382753jhsdgamsngad087w34'.'http://'.$_SERVER['HTTP_HOST'].$url) != $_GET['key']
|| $_GET['key'] == ''
) {
	echo('! Incorrect key ('.'http://'.$_SERVER['HTTP_HOST'].$url.', key='.md5('r4_gluidyb97ascgaha382753jhsdgamsngad087w34'.'http://'.$_SERVER['HTTP_HOST'].$url).');
time='.$time);
	exit(0);
}*/

$r4_logfile = $_SERVER['DOCUMENT_ROOT']."/rzgn/seenbyyandex.rzg";

echo file_get_contents($r4_logfile);

if (empty ($_GET['donotdelete']))
{
	unlink($r4_logfile);
}
?>