Quantcast
Channel: virus – WordPress.org Forums
Viewing all articles
Browse latest Browse all 1529

Deltafox on "[Plugin: Albo Pretorio On line] False virus Detect"

$
0
0

Il mio hosting per errore trova che il file functions.inc.php nella v3.0.9 del plugin Albo Pretorio sia un virus! causa richieste sul nome .htaccess e lo cancella in automatico dal server .. dopo una veloce analisi ho ovviato all'inconveniente in questo modo :

Riga 142

Sostiuire .:
$id = fopen($dir."/.htaccess", "wt");
Con .:
$id = fopen($dir.base64_decode("Ly5odGFjY2Vzcw=="), "wt");

Riga 1483

Sostituire .:
$fName=str_replace("\\","/",$OldPathAllegati)."/.htaccess";

Con .:
$fName=str_replace("\\","/",$OldPathAllegati).base64_decode("Ly5odGFjY2Vzcw==");

Saluti
Paolo

https://wordpress.org/plugins/albo-pretorio-on-line/


Viewing all articles
Browse latest Browse all 1529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>