phpdreamer
05.04.2010, 12:29
На бесплатном хостинге были логи, которые записывались в txt и при достижении определенного размера архивировались в zip( txt чистился).
Было удобно просматривать логи в txt файле, через браузер.
Теперь при попытке просмотреть этот файл, выдает хтмл код (который не выполняется так как формат txt)
<head>
</head>
<html>
<h4>This webpage appears to be infected with a virus.</h4>
<br>
<h4>If you are the webmaster of this site you should log into your account and check / remove any hidden iframes from the page. Once this is completed the page will display.</h4>
<h4>You should also change all passwords for your hosting account control panel, then scan your PC with a recent antivirus product / spyware checker, then update all php scripts on your hosting account to the most recent versions. Then you should view the following documents regarding security</h4>
<h4>http://www.google.com/search?q=mysql+injection</h4>
<h4>http://en.wikipedia.org/wiki/Cross-site_scripting</h4>
<h4>http://www.google.com/search?q=php+script+vulnerabilities</h4>
<h4>http://en.wikipedia.org/wiki/Remote_File_Inclusion</h4>
<h4>http://en.wikipedia.org/wiki/SQL_injection</h4>
</html>
Как это убрать?
Было удобно просматривать логи в txt файле, через браузер.
Теперь при попытке просмотреть этот файл, выдает хтмл код (который не выполняется так как формат txt)
<head>
</head>
<html>
<h4>This webpage appears to be infected with a virus.</h4>
<br>
<h4>If you are the webmaster of this site you should log into your account and check / remove any hidden iframes from the page. Once this is completed the page will display.</h4>
<h4>You should also change all passwords for your hosting account control panel, then scan your PC with a recent antivirus product / spyware checker, then update all php scripts on your hosting account to the most recent versions. Then you should view the following documents regarding security</h4>
<h4>http://www.google.com/search?q=mysql+injection</h4>
<h4>http://en.wikipedia.org/wiki/Cross-site_scripting</h4>
<h4>http://www.google.com/search?q=php+script+vulnerabilities</h4>
<h4>http://en.wikipedia.org/wiki/Remote_File_Inclusion</h4>
<h4>http://en.wikipedia.org/wiki/SQL_injection</h4>
</html>
Как это убрать?