?php$file = 'plugin.php';//要破解的文件$fp = fopen($file, 'r');$str = fread($fp, filesize($file));fclose($fp);copy($file, '0_'.$file);$n = 1;while($n10){$code = strdecode($str);if($n == 1){$code = str_replace(__FILE__, '0_$fil
发布日期:2021-02-03 10:45:36 所属分类:PHP