搜索
PHP对称加密算法DES,AES类分享一个PHP对称加密算法DES,AES类,支持密钥:64/128/256 bit(字节长度8/16/32),支持算法:DES/AES(根据密钥长度自动匹配使用:DES:64bit AES:128/256bit)。
免责声明

本站所有资源均由网友贡献或各大下载网站转载。请自行检查软件的完整性!本站所有资源仅供学习参考。请不要将它们用于商业目的。否则,一切后果由您负责!如有侵权,请联系我们删除。联系方式:admin@php.cn

相关文章




    
    System Error
    
    
    
        /* Base */
        body {
            color: #333;
            font: 14px Verdana, 'Helvetica Neue', helvetica, Arial, 'Microsoft YaHei', sans-serif;
            margin: 0;
            padding: 0 20px 20px;
            word-break: break-word;
        }
        h1{
            margin: 10px 0 0;
            font-size: 28px;
            font-weight: 500;
            line-height: 32px;
        }
        h2{
            color: #4288ce;
            font-weight: 400;
            padding: 6px 0;
            margin: 6px 0 0;
            font-size: 18px;
            border-bottom: 1px solid #eee;
        }
        h3.subheading {
            color: #4288ce;
            margin: 6px 0 0;
            font-weight: 400;
        }
        h3{
            margin: 12px;
            font-size: 16px;
            font-weight: bold;
        }
        abbr{
            cursor: help;
            text-decoration: underline;
            text-decoration-style: dotted;
        }
        a{
            color: #868686;
            cursor: pointer;
        }
        a:hover{
            text-decoration: underline;
        }
        .line-error{
            background: #f8cbcb;
        }

        .echo table {
            width: 100%;
        }

        .echo pre {
            padding: 16px;
            overflow: auto;
            font-size: 85%;
            line-height: 1.45;
            background-color: #f7f7f7;
            border: 0;
            border-radius: 3px;
            font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
        }

        .echo pre > pre {
            padding: 0;
            margin: 0;
        }
        /* Layout */
        .col-md-3 {
            width: 25%;
        }
        .col-md-9 {
            width: 75%;
        }
        [class^='col-md-'] {
            float: left;
        }
        .clearfix {
            clear:both;
        }
        @media only screen 
        and (min-device-width : 375px) 
        and (max-device-width : 667px) { 
            .col-md-3,
            .col-md-9 {
                width: 100%;
            }
        }
        /* Exception Info */
        .exception {
            margin-top: 20px;
        }
        .exception .message{
            padding: 12px;
            border: 1px solid #ddd;
            border-bottom: 0 none;
            line-height: 18px;
            font-size:16px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }

        .exception .code{
            float: left;
            text-align: center;
            color: #fff;
            margin-right: 12px;
            padding: 16px;
            border-radius: 4px;
            background: #999;
        }
        .exception .source-code{
            padding: 6px;
            border: 1px solid #ddd;

            background: #f9f9f9;
            overflow-x: auto;

        }
        .exception .source-code pre{
            margin: 0;
        }
        .exception .source-code pre ol{
            margin: 0;
            color: #4288ce;
            display: inline-block;
            min-width: 100%;
            box-sizing: border-box;
        font-size:14px;
            font-family: 'Century Gothic',Consolas,'Liberation Mono',Courier,Verdana;
            padding-left: 56px;
        }
        .exception .source-code pre li{
            border-left: 1px solid #ddd;
            height: 18px;
            line-height: 18px;
        }
        .exception .source-code pre code{
            color: #333;
            height: 100%;
            display: inline-block;
            border-left: 1px solid #fff;
        font-size:14px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }
        .exception .trace{
            padding: 6px;
            border: 1px solid #ddd;
            border-top: 0 none;
            line-height: 16px;
        font-size:14px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }
        .exception .trace ol{
            margin: 12px;
        }
        .exception .trace ol li{
            padding: 2px 4px;
        }
        .exception div:last-child{
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        /* Exception Variables */
        .exception-var table{
            width: 100%;
            margin: 12px 0;
            box-sizing: border-box;
            table-layout:fixed;
            word-wrap:break-word;            
        }
        .exception-var table caption{
            text-align: left;
            font-size: 16px;
            font-weight: bold;
            padding: 6px 0;
        }
        .exception-var table caption small{
            font-weight: 300;
            display: inline-block;
            margin-left: 10px;
            color: #ccc;
        }
        .exception-var table tbody{
            font-size: 13px;
            font-family: Consolas,'Liberation Mono',Courier,'微软雅黑';
        }
        .exception-var table td{
            padding: 0 6px;
            vertical-align: top;
            word-break: break-all;
        }
        .exception-var table td:first-child{
            width: 28%;
            font-weight: bold;
            white-space: nowrap;
        }
        .exception-var table td pre{
            margin: 0;
        }

        /* Copyright Info */
        .copyright{
            margin-top: 24px;
            padding: 12px 0;
            border-top: 1px solid #eee;
        }

        /* SPAN elements with the classes below are added by prettyprint. */
        pre.prettyprint .pln { color: #000 }  /* plain text */
        pre.prettyprint .str { color: #080 }  /* string content */
        pre.prettyprint .kwd { color: #008 }  /* a keyword */
        pre.prettyprint .com { color: #800 }  /* a comment */
        pre.prettyprint .typ { color: #606 }  /* a type name */
        pre.prettyprint .lit { color: #066 }  /* a literal value */
        /* punctuation, lisp open bracket, lisp close bracket */
        pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 }
        pre.prettyprint .tag { color: #008 }  /* a markup tag name */
        pre.prettyprint .atn { color: #606 }  /* a markup attribute name */
        pre.prettyprint .atv { color: #080 }  /* a markup attribute value */
        pre.prettyprint .dec, pre.prettyprint .var { color: #606 }  /* a declaration; a variable name */
        pre.prettyprint .fun { color: red }  /* a function name */
    


    
            
        
    
        
            
                
                    [0] ThrowableError in Index.php line 220
                
                语法解析错误: syntax error, unexpected '}'
            
        
    
	        
                    if($res){
            return json_encode(array('code'=>1,'msg'=>'成功'));
        }else{
            return json_encode(array('code'=>0,'msg'=>'失败'));
        }
    }

    public function 

}

        
	        
            Call Stack
            
                in Index.php line 220
                                
                at think\__include_file() in Loader.php line 85                
                                
                at Loader::autoload()                
                                
                at spl_autoload_call()                
                                
                at class_exists() in Loader.php line 478                
                                
                at Loader::controller() in App.php line 580                
                                
                at App::module() in App.php line 456                
                                
                at App::exec() in App.php line 139                
                                
                at App::run() in start.php line 19                
                                
                at require('/data/wwwroot/td.880...') in index.php line 23                
                            
        
    
        
    
        
        Environment Variables
                
                        GET Data
            
                                
                    content
                    
                        Farming Simulator 25: How To Grow Potatoes                    
                
                                
                    to
                    
                        zh-cn                    
                
                            
                    
                
                        
                POST Data
                empty
            
                    
                
                        
                Files
                empty
            
                    
                
                        Cookies
            
                                
                    myip
                    
                        65.21.47.162                    
                
                            
                    
                
                        
                Session
                empty
            
                    
                
                        Server/Request Data
            
                                
                    TEMP
                    
                        /tmp                    
                
                                
                    TMPDIR
                    
                        /tmp                    
                
                                
                    TMP
                    
                        /tmp                    
                
                                
                    PATH
                    
                        /usr/local/bin:/usr/bin:/bin                    
                
                                
                    USER
                    
                        www                    
                
                                
                    HOME
                    
                        /home/www                    
                
                                
                    HTTP_CONTENT_TYPE
                    
                        application/x-www-form-urlencoded;charset=UTF-8                    
                
                                
                    HTTP_CONNECTION
                    
                        Keep-Alive                    
                
                                
                    HTTP_COOKIE
                    
                        myip=65.21.47.162                    
                
                                
                    HTTP_ACCEPT_ENCODING
                    
                        gzip                    
                
                                
                    HTTP_ACCEPT
                    
                        */*                    
                
                                
                    HTTP_USER_AGENT
                    
                        Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)                    
                
                                
                    HTTP_HOST
                    
                        td.880772.xyz                    
                
                                
                    PATH_INFO
                    
                        /api/index/fanyi_article_title                    
                
                                
                    REDIRECT_STATUS
                    
                        200                    
                
                                
                    SERVER_NAME
                    
                        td.880772.xyz                    
                
                                
                    SERVER_PORT
                    
                        443                    
                
                                
                    SERVER_ADDR
                    
                        188.165.242.95                    
                
                                
                    REMOTE_PORT
                    
                        6218                    
                
                                
                    REMOTE_ADDR
                    
                        65.21.47.162                    
                
                                
                    SERVER_SOFTWARE
                    
                        nginx/1.20.2                    
                
                                
                    GATEWAY_INTERFACE
                    
                        CGI/1.1                    
                
                                
                    HTTPS
                    
                        on                    
                
                                
                    REQUEST_SCHEME
                    
                        https                    
                
                                
                    SERVER_PROTOCOL
                    
                        HTTP/1.1                    
                
                                
                    DOCUMENT_ROOT
                    
                        /data/wwwroot/td.880772.xyz/public                    
                
                                
                    DOCUMENT_URI
                    
                        /index.php                    
                
                                
                    REQUEST_URI
                    
                        /api/index/fanyi_article_title?content=Farming+Simulator+25%3A+How+To+Grow+Potatoes&to=zh-cn                    
                
                                
                    SCRIPT_NAME
                    
                        /index.php                    
                
                                
                    CONTENT_LENGTH
                    
                                            
                
                                
                    CONTENT_TYPE
                    
                        application/x-www-form-urlencoded;charset=UTF-8                    
                
                                
                    REQUEST_METHOD
                    
                        GET                    
                
                                
                    QUERY_STRING
                    
                        s=/api/index/fanyi_article_title&content=Farming+Simulator+25%3A+How+To+Grow+Potatoes&to=zh-cn                    
                
                                
                    SCRIPT_FILENAME
                    
                        /data/wwwroot/td.880772.xyz/public/index.php                    
                
                                
                    PHP_VALUE
                    
                        open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/                    
                
                                
                    FCGI_ROLE
                    
                        RESPONDER                    
                
                                
                    PHP_SELF
                    
                        /index.php                    
                
                                
                    REQUEST_TIME_FLOAT
                    
                        1732332963.8001                    
                
                                
                    REQUEST_TIME
                    
                        1732332963                    
                
                            
                    
                
                        
                Environment Variables
                empty
            
                    
                
                        ThinkPHP Constants
            
                                
                    PUBLIC_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../public/                    
                
                                
                    APP_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../application/                    
                
                                
                    THINK_VERSION
                    
                        5.0.24                    
                
                                
                    THINK_START_TIME
                    
                        1732332963.8005                    
                
                                
                    THINK_START_MEM
                    
                        410160                    
                
                                
                    EXT
                    
                        .php                    
                
                                
                    DS
                    
                        /                    
                
                                
                    THINK_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/                    
                
                                
                    LIB_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/                    
                
                                
                    CORE_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/think/                    
                
                                
                    TRAIT_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/traits/                    
                
                                
                    ROOT_PATH
                    
                        /data/wwwroot/td.880772.xyz/                    
                
                                
                    EXTEND_PATH
                    
                        /data/wwwroot/td.880772.xyz/extend/                    
                
                                
                    VENDOR_PATH
                    
                        /data/wwwroot/td.880772.xyz/vendor/                    
                
                                
                    RUNTIME_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/                    
                
                                
                    LOG_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/log/                    
                
                                
                    CACHE_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/cache/                    
                
                                
                    TEMP_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/temp/                    
                
                                
                    CONF_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../application/                    
                
                                
                    CONF_EXT
                    
                        .php                    
                
                                
                    ENV_PREFIX
                    
                        PHP_                    
                
                                
                    IS_CLI
                    
                        false                    
                
                                
                    IS_WIN
                    
                        false                    
                
                                
                    FILTER_VALIDATE_BOOL
                    
                        258                    
                
                                
                    ADDON_PATH
                    
                        /data/wwwroot/td.880772.xyz/addons/                    
                
                            
                    
            
    
    
        ThinkPHP 
        V5.0.24 
        { 十年磨一剑-为API开发设计的高性能框架 }
    
        
        var LINE = 220;

        function $(selector, node){
            var elements;

            node = node || document;
            if(document.querySelectorAll){
                elements = node.querySelectorAll(selector);
            } else {
                switch(selector.substr(0, 1)){
                    case '#':
                        elements = [node.getElementById(selector.substr(1))];
                        break;
                    case '.':
                        if(document.getElementsByClassName){
                            elements = node.getElementsByClassName(selector.substr(1));
                        } else {
                            elements = get_elements_by_class(selector.substr(1), node);
                        }
                        break;
                    default:
                        elements = node.getElementsByTagName();
                }
            }
            return elements;

            function get_elements_by_class(search_class, node, tag) {
                var elements = [], eles, 
                    pattern  = new RegExp('(^|\\s)' + search_class + '(\\s|$)');

                node = node || document;
                tag  = tag  || '*';

                eles = node.getElementsByTagName(tag);
                for(var i = 0; i < eles.length; i++) {
                    if(pattern.test(eles[i].className)) {
                        elements.push(eles[i])
                    }
                }

                return elements;
            }
        }

        $.getScript = function(src, func){
            var script = document.createElement('script');
            
            script.async  = 'async';
            script.src    = src;
            script.onload = func || function(){};
            
            $('head')[0].appendChild(script);
        }

        ;(function(){
            var files = $('.toggle');
            var ol    = $('ol', $('.prettyprint')[0]);
            var li    = $('li', ol[0]);   

            // 短路径和长路径变换
            for(var i = 0; i < files.length; i++){
                files[i].ondblclick = function(){
                    var title = this.title;

                    this.title = this.innerHTML;
                    this.innerHTML = title;
                }
            }

            // 设置出错行
            var err_line = $('.line-' + LINE, ol[0])[0];
            err_line.className = err_line.className + ' line-error';

            $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){
                prettyPrint();

                // 解决Firefox浏览器一个很诡异的问题
                // 当代码高亮后,ol的行号莫名其妙的错位
                // 但是只要刷新li里面的html重新渲染就没有问题了
                if(window.navigator.userAgent.indexOf('Firefox') >= 0){
                    ol[0].innerHTML = ol[0].innerHTML;
                }
            });

        })();
    
    
System Error /* Base */ body { color: #333; font: 14px Verdana, 'Helvetica Neue', helvetica, Arial, 'Microsoft YaHei', sans-serif; margin: 0; padding: 0 20px 20px; word-break: break-word; } h1{ margin: 10px 0 0; font-size: 28px; font-weight: 500; line-height: 32px; } h2{ color: #4288ce; font-weight: 400; padding: 6px 0; margin: 6px 0 0; font-size: 18px; border-bottom: 1px solid #eee; } h3.subheading { color: #4288ce; margin: 6px 0 0; font-weight: 400; } h3{ margin: 12px; font-size: 16px; font-weight: bold; } abbr{ cursor: help; text-decoration: underline; text-decoration-style: dotted; } a{ color: #868686; cursor: pointer; } a:hover{ text-decoration: underline; } .line-error{ background: #f8cbcb; } .echo table { width: 100%; } .echo pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f7f7f7; border: 0; border-radius: 3px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; } .echo pre > pre { padding: 0; margin: 0; } /* Layout */ .col-md-3 { width: 25%; } .col-md-9 { width: 75%; } [class^='col-md-'] { float: left; } .clearfix { clear:both; } @media only screen and (min-device-width : 375px) and (max-device-width : 667px) { .col-md-3, .col-md-9 { width: 100%; } } /* Exception Info */ .exception { margin-top: 20px; } .exception .message{ padding: 12px; border: 1px solid #ddd; border-bottom: 0 none; line-height: 18px; font-size:16px; border-top-left-radius: 4px; border-top-right-radius: 4px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .code{ float: left; text-align: center; color: #fff; margin-right: 12px; padding: 16px; border-radius: 4px; background: #999; } .exception .source-code{ padding: 6px; border: 1px solid #ddd; background: #f9f9f9; overflow-x: auto; } .exception .source-code pre{ margin: 0; } .exception .source-code pre ol{ margin: 0; color: #4288ce; display: inline-block; min-width: 100%; box-sizing: border-box; font-size:14px; font-family: 'Century Gothic',Consolas,'Liberation Mono',Courier,Verdana; padding-left: 56px; } .exception .source-code pre li{ border-left: 1px solid #ddd; height: 18px; line-height: 18px; } .exception .source-code pre code{ color: #333; height: 100%; display: inline-block; border-left: 1px solid #fff; font-size:14px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .trace{ padding: 6px; border: 1px solid #ddd; border-top: 0 none; line-height: 16px; font-size:14px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .trace ol{ margin: 12px; } .exception .trace ol li{ padding: 2px 4px; } .exception div:last-child{ border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } /* Exception Variables */ .exception-var table{ width: 100%; margin: 12px 0; box-sizing: border-box; table-layout:fixed; word-wrap:break-word; } .exception-var table caption{ text-align: left; font-size: 16px; font-weight: bold; padding: 6px 0; } .exception-var table caption small{ font-weight: 300; display: inline-block; margin-left: 10px; color: #ccc; } .exception-var table tbody{ font-size: 13px; font-family: Consolas,'Liberation Mono',Courier,'微软雅黑'; } .exception-var table td{ padding: 0 6px; vertical-align: top; word-break: break-all; } .exception-var table td:first-child{ width: 28%; font-weight: bold; white-space: nowrap; } .exception-var table td pre{ margin: 0; } /* Copyright Info */ .copyright{ margin-top: 24px; padding: 12px 0; border-top: 1px solid #eee; } /* SPAN elements with the classes below are added by prettyprint. */ pre.prettyprint .pln { color: #000 } /* plain text */ pre.prettyprint .str { color: #080 } /* string content */ pre.prettyprint .kwd { color: #008 } /* a keyword */ pre.prettyprint .com { color: #800 } /* a comment */ pre.prettyprint .typ { color: #606 } /* a type name */ pre.prettyprint .lit { color: #066 } /* a literal value */ /* punctuation, lisp open bracket, lisp close bracket */ pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 } pre.prettyprint .tag { color: #008 } /* a markup tag name */ pre.prettyprint .atn { color: #606 } /* a markup attribute name */ pre.prettyprint .atv { color: #080 } /* a markup attribute value */ pre.prettyprint .dec, pre.prettyprint .var { color: #606 } /* a declaration; a variable name */ pre.prettyprint .fun { color: red } /* a function name */ [0] ThrowableError in Index.php line 220 语法解析错误: syntax error, unexpected '}' if($res){ return json_encode(array('code'=>1,'msg'=>'成功')); }else{ return json_encode(array('code'=>0,'msg'=>'失败')); } } public function } Call Stack in Index.php line 220 at think\__include_file() in Loader.php line 85 at Loader::autoload() at spl_autoload_call() at class_exists() in Loader.php line 478 at Loader::controller() in App.php line 580 at App::module() in App.php line 456 at App::exec() in App.php line 139 at App::run() in start.php line 19 at require('/data/wwwroot/td.880...') in index.php line 23 Environment Variables GET Data content Farming Simulator 25: How To Grow Potatoes to zh-cn POST Data empty Files empty Cookies myip 65.21.47.162 Session empty Server/Request Data TEMP /tmp TMPDIR /tmp TMP /tmp PATH /usr/local/bin:/usr/bin:/bin USER www HOME /home/www HTTP_CONTENT_TYPE application/x-www-form-urlencoded;charset=UTF-8 HTTP_CONNECTION Keep-Alive HTTP_COOKIE myip=65.21.47.162 HTTP_ACCEPT_ENCODING gzip HTTP_ACCEPT */* HTTP_USER_AGENT Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1) HTTP_HOST td.880772.xyz PATH_INFO /api/index/fanyi_article_title REDIRECT_STATUS 200 SERVER_NAME td.880772.xyz SERVER_PORT 443 SERVER_ADDR 188.165.242.95 REMOTE_PORT 6218 REMOTE_ADDR 65.21.47.162 SERVER_SOFTWARE nginx/1.20.2 GATEWAY_INTERFACE CGI/1.1 HTTPS on REQUEST_SCHEME https SERVER_PROTOCOL HTTP/1.1 DOCUMENT_ROOT /data/wwwroot/td.880772.xyz/public DOCUMENT_URI /index.php REQUEST_URI /api/index/fanyi_article_title?content=Farming+Simulator+25%3A+How+To+Grow+Potatoes&to=zh-cn SCRIPT_NAME /index.php CONTENT_LENGTH CONTENT_TYPE application/x-www-form-urlencoded;charset=UTF-8 REQUEST_METHOD GET QUERY_STRING s=/api/index/fanyi_article_title&content=Farming+Simulator+25%3A+How+To+Grow+Potatoes&to=zh-cn SCRIPT_FILENAME /data/wwwroot/td.880772.xyz/public/index.php PHP_VALUE open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/ FCGI_ROLE RESPONDER PHP_SELF /index.php REQUEST_TIME_FLOAT 1732332963.8001 REQUEST_TIME 1732332963 Environment Variables empty ThinkPHP Constants PUBLIC_PATH /data/wwwroot/td.880772.xyz/public/../public/ APP_PATH /data/wwwroot/td.880772.xyz/public/../application/ THINK_VERSION 5.0.24 THINK_START_TIME 1732332963.8005 THINK_START_MEM 410160 EXT .php DS / THINK_PATH /data/wwwroot/td.880772.xyz/thinkphp/ LIB_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/ CORE_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/think/ TRAIT_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/traits/ ROOT_PATH /data/wwwroot/td.880772.xyz/ EXTEND_PATH /data/wwwroot/td.880772.xyz/extend/ VENDOR_PATH /data/wwwroot/td.880772.xyz/vendor/ RUNTIME_PATH /data/wwwroot/td.880772.xyz/runtime/ LOG_PATH /data/wwwroot/td.880772.xyz/runtime/log/ CACHE_PATH /data/wwwroot/td.880772.xyz/runtime/cache/ TEMP_PATH /data/wwwroot/td.880772.xyz/runtime/temp/ CONF_PATH /data/wwwroot/td.880772.xyz/public/../application/ CONF_EXT .php ENV_PREFIX PHP_ IS_CLI false IS_WIN false FILTER_VALIDATE_BOOL 258 ADDON_PATH /data/wwwroot/td.880772.xyz/addons/ ThinkPHP V5.0.24 { 十年磨一剑-为API开发设计的高性能框架 } var LINE = 220; function $(selector, node){ var elements; node = node || document; if(document.querySelectorAll){ elements = node.querySelectorAll(selector); } else { switch(selector.substr(0, 1)){ case '#': elements = [node.getElementById(selector.substr(1))]; break; case '.': if(document.getElementsByClassName){ elements = node.getElementsByClassName(selector.substr(1)); } else { elements = get_elements_by_class(selector.substr(1), node); } break; default: elements = node.getElementsByTagName(); } } return elements; function get_elements_by_class(search_class, node, tag) { var elements = [], eles, pattern = new RegExp('(^|\\s)' + search_class + '(\\s|$)'); node = node || document; tag = tag || '*'; eles = node.getElementsByTagName(tag); for(var i = 0; i < eles.length; i++) { if(pattern.test(eles[i].className)) { elements.push(eles[i]) } } return elements; } } $.getScript = function(src, func){ var script = document.createElement('script'); script.async = 'async'; script.src = src; script.onload = func || function(){}; $('head')[0].appendChild(script); } ;(function(){ var files = $('.toggle'); var ol = $('ol', $('.prettyprint')[0]); var li = $('li', ol[0]); // 短路径和长路径变换 for(var i = 0; i < files.length; i++){ files[i].ondblclick = function(){ var title = this.title; this.title = this.innerHTML; this.innerHTML = title; } } // 设置出错行 var err_line = $('.line-' + LINE, ol[0])[0]; err_line.className = err_line.className + ' line-error'; $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){ prettyPrint(); // 解决Firefox浏览器一个很诡异的问题 // 当代码高亮后,ol的行号莫名其妙的错位 // 但是只要刷新li里面的html重新渲染就没有问题了 if(window.navigator.userAgent.indexOf('Firefox') >= 0){ ol[0].innerHTML = ol[0].innerHTML; } }); })();

23Nov2024

System Error

[0] ThrowableError in Index.php line 220

语法解析错误: syntax error, unexpected '}'

  1. if($res){
  2. return json_encode(array('code'=>1,'msg'=>'成功'));
  3. }else{
  4. return json_encode(array('code'=>0,'msg'=>'失败'));
  5. }
  6. }
  7. public function
  8. }

Call Stack

  1. in Index.php line 220
  2. at think\__include_file() in Loader.php line 85
  3. at Loader::autoload()
  4. at spl_autoload_call()
  5. at class_exists() in Loader.php line 478
  6. at Loader::controller() in App.php line 580
  7. at App::module() in App.php line 456
  8. at App::exec() in App.php line 139
  9. at App::run() in start.php line 19
  10. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Farming Simulator 25 is all about growing various crops and for this purpose you will be utilizing tractors. You also need additional equipment which you can attach to your tractors to grow and harvest some specific crops like Potatoes. However, they
to
zh-cn
POST Data
empty
Files
empty

Cookies

myip
65.21.47.162
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
HTTP_COOKIE
myip=65.21.47.162
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
6232
REMOTE_ADDR
65.21.47.162
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=Farming+Simulator+25+is+all+about+growing+various+crops+and+for+this+purpose+you+will+be+utilizing+tractors.+You+also+need+additional+equipment+which+you+can+attach+to+your+tractors+to+grow+and+harvest+some+specific+crops+like+Potatoes.+However%2C+they&to=zh-cn
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
GET
QUERY_STRING
s=/api/index/fanyi_article_title&content=Farming+Simulator+25+is+all+about+growing+various+crops+and+for+this+purpose+you+will+be+utilizing+tractors.+You+also+need+additional+equipment+which+you+can+attach+to+your+tractors+to+grow+and+harvest+some+specific+crops+like+Potatoes.+However%2C+they&to=zh-cn
SCRIPT_FILENAME
/data/wwwroot/td.880772.xyz/public/index.php
PHP_VALUE
open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1732332964.0481
REQUEST_TIME
1732332964
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/data/wwwroot/td.880772.xyz/public/../public/
APP_PATH
/data/wwwroot/td.880772.xyz/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1732332964.0486
THINK_START_MEM
410640
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/td.880772.xyz/thinkphp/
LIB_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/
CORE_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/td.880772.xyz/
EXTEND_PATH
/data/wwwroot/td.880772.xyz/extend/
VENDOR_PATH
/data/wwwroot/td.880772.xyz/vendor/
RUNTIME_PATH
/data/wwwroot/td.880772.xyz/runtime/
LOG_PATH
/data/wwwroot/td.880772.xyz/runtime/log/
CACHE_PATH
/data/wwwroot/td.880772.xyz/runtime/cache/
TEMP_PATH
/data/wwwroot/td.880772.xyz/runtime/temp/
CONF_PATH
/data/wwwroot/td.880772.xyz/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/data/wwwroot/td.880772.xyz/addons/




    
    System Error
    
    
    
        /* Base */
        body {
            color: #333;
            font: 14px Verdana, 'Helvetica Neue', helvetica, Arial, 'Microsoft YaHei', sans-serif;
            margin: 0;
            padding: 0 20px 20px;
            word-break: break-word;
        }
        h1{
            margin: 10px 0 0;
            font-size: 28px;
            font-weight: 500;
            line-height: 32px;
        }
        h2{
            color: #4288ce;
            font-weight: 400;
            padding: 6px 0;
            margin: 6px 0 0;
            font-size: 18px;
            border-bottom: 1px solid #eee;
        }
        h3.subheading {
            color: #4288ce;
            margin: 6px 0 0;
            font-weight: 400;
        }
        h3{
            margin: 12px;
            font-size: 16px;
            font-weight: bold;
        }
        abbr{
            cursor: help;
            text-decoration: underline;
            text-decoration-style: dotted;
        }
        a{
            color: #868686;
            cursor: pointer;
        }
        a:hover{
            text-decoration: underline;
        }
        .line-error{
            background: #f8cbcb;
        }

        .echo table {
            width: 100%;
        }

        .echo pre {
            padding: 16px;
            overflow: auto;
            font-size: 85%;
            line-height: 1.45;
            background-color: #f7f7f7;
            border: 0;
            border-radius: 3px;
            font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
        }

        .echo pre > pre {
            padding: 0;
            margin: 0;
        }
        /* Layout */
        .col-md-3 {
            width: 25%;
        }
        .col-md-9 {
            width: 75%;
        }
        [class^='col-md-'] {
            float: left;
        }
        .clearfix {
            clear:both;
        }
        @media only screen 
        and (min-device-width : 375px) 
        and (max-device-width : 667px) { 
            .col-md-3,
            .col-md-9 {
                width: 100%;
            }
        }
        /* Exception Info */
        .exception {
            margin-top: 20px;
        }
        .exception .message{
            padding: 12px;
            border: 1px solid #ddd;
            border-bottom: 0 none;
            line-height: 18px;
            font-size:16px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }

        .exception .code{
            float: left;
            text-align: center;
            color: #fff;
            margin-right: 12px;
            padding: 16px;
            border-radius: 4px;
            background: #999;
        }
        .exception .source-code{
            padding: 6px;
            border: 1px solid #ddd;

            background: #f9f9f9;
            overflow-x: auto;

        }
        .exception .source-code pre{
            margin: 0;
        }
        .exception .source-code pre ol{
            margin: 0;
            color: #4288ce;
            display: inline-block;
            min-width: 100%;
            box-sizing: border-box;
        font-size:14px;
            font-family: 'Century Gothic',Consolas,'Liberation Mono',Courier,Verdana;
            padding-left: 56px;
        }
        .exception .source-code pre li{
            border-left: 1px solid #ddd;
            height: 18px;
            line-height: 18px;
        }
        .exception .source-code pre code{
            color: #333;
            height: 100%;
            display: inline-block;
            border-left: 1px solid #fff;
        font-size:14px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }
        .exception .trace{
            padding: 6px;
            border: 1px solid #ddd;
            border-top: 0 none;
            line-height: 16px;
        font-size:14px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }
        .exception .trace ol{
            margin: 12px;
        }
        .exception .trace ol li{
            padding: 2px 4px;
        }
        .exception div:last-child{
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        /* Exception Variables */
        .exception-var table{
            width: 100%;
            margin: 12px 0;
            box-sizing: border-box;
            table-layout:fixed;
            word-wrap:break-word;            
        }
        .exception-var table caption{
            text-align: left;
            font-size: 16px;
            font-weight: bold;
            padding: 6px 0;
        }
        .exception-var table caption small{
            font-weight: 300;
            display: inline-block;
            margin-left: 10px;
            color: #ccc;
        }
        .exception-var table tbody{
            font-size: 13px;
            font-family: Consolas,'Liberation Mono',Courier,'微软雅黑';
        }
        .exception-var table td{
            padding: 0 6px;
            vertical-align: top;
            word-break: break-all;
        }
        .exception-var table td:first-child{
            width: 28%;
            font-weight: bold;
            white-space: nowrap;
        }
        .exception-var table td pre{
            margin: 0;
        }

        /* Copyright Info */
        .copyright{
            margin-top: 24px;
            padding: 12px 0;
            border-top: 1px solid #eee;
        }

        /* SPAN elements with the classes below are added by prettyprint. */
        pre.prettyprint .pln { color: #000 }  /* plain text */
        pre.prettyprint .str { color: #080 }  /* string content */
        pre.prettyprint .kwd { color: #008 }  /* a keyword */
        pre.prettyprint .com { color: #800 }  /* a comment */
        pre.prettyprint .typ { color: #606 }  /* a type name */
        pre.prettyprint .lit { color: #066 }  /* a literal value */
        /* punctuation, lisp open bracket, lisp close bracket */
        pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 }
        pre.prettyprint .tag { color: #008 }  /* a markup tag name */
        pre.prettyprint .atn { color: #606 }  /* a markup attribute name */
        pre.prettyprint .atv { color: #080 }  /* a markup attribute value */
        pre.prettyprint .dec, pre.prettyprint .var { color: #606 }  /* a declaration; a variable name */
        pre.prettyprint .fun { color: red }  /* a function name */
    


    
            
        
    
        
            
                
                    [0] ThrowableError in Index.php line 220
                
                语法解析错误: syntax error, unexpected '}'
            
        
    
	        
                    if($res){
            return json_encode(array('code'=>1,'msg'=>'成功'));
        }else{
            return json_encode(array('code'=>0,'msg'=>'失败'));
        }
    }

    public function 

}

        
	        
            Call Stack
            
                in Index.php line 220
                                
                at think\__include_file() in Loader.php line 85                
                                
                at Loader::autoload()                
                                
                at spl_autoload_call()                
                                
                at class_exists() in Loader.php line 478                
                                
                at Loader::controller() in App.php line 580                
                                
                at App::module() in App.php line 456                
                                
                at App::exec() in App.php line 139                
                                
                at App::run() in start.php line 19                
                                
                at require('/data/wwwroot/td.880...') in index.php line 23                
                            
        
    
        
    
        
        Environment Variables
                
                        GET Data
            
                                
                    content
                    
                        鸣潮: Camellya Build Guide                    
                
                                
                    to
                    
                        zh-cn                    
                
                            
                    
                
                        
                POST Data
                empty
            
                    
                
                        
                Files
                empty
            
                    
                
                        Cookies
            
                                
                    myip
                    
                        65.21.47.162                    
                
                            
                    
                
                        
                Session
                empty
            
                    
                
                        Server/Request Data
            
                                
                    TEMP
                    
                        /tmp                    
                
                                
                    TMPDIR
                    
                        /tmp                    
                
                                
                    TMP
                    
                        /tmp                    
                
                                
                    PATH
                    
                        /usr/local/bin:/usr/bin:/bin                    
                
                                
                    USER
                    
                        www                    
                
                                
                    HOME
                    
                        /home/www                    
                
                                
                    HTTP_CONTENT_TYPE
                    
                        application/x-www-form-urlencoded;charset=UTF-8                    
                
                                
                    HTTP_CONNECTION
                    
                        Keep-Alive                    
                
                                
                    HTTP_COOKIE
                    
                        myip=65.21.47.162                    
                
                                
                    HTTP_ACCEPT_ENCODING
                    
                        gzip                    
                
                                
                    HTTP_ACCEPT
                    
                        */*                    
                
                                
                    HTTP_USER_AGENT
                    
                        Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)                    
                
                                
                    HTTP_HOST
                    
                        td.880772.xyz                    
                
                                
                    PATH_INFO
                    
                        /api/index/fanyi_article_title                    
                
                                
                    REDIRECT_STATUS
                    
                        200                    
                
                                
                    SERVER_NAME
                    
                        td.880772.xyz                    
                
                                
                    SERVER_PORT
                    
                        443                    
                
                                
                    SERVER_ADDR
                    
                        188.165.242.95                    
                
                                
                    REMOTE_PORT
                    
                        28230                    
                
                                
                    REMOTE_ADDR
                    
                        65.21.47.162                    
                
                                
                    SERVER_SOFTWARE
                    
                        nginx/1.20.2                    
                
                                
                    GATEWAY_INTERFACE
                    
                        CGI/1.1                    
                
                                
                    HTTPS
                    
                        on                    
                
                                
                    REQUEST_SCHEME
                    
                        https                    
                
                                
                    SERVER_PROTOCOL
                    
                        HTTP/1.1                    
                
                                
                    DOCUMENT_ROOT
                    
                        /data/wwwroot/td.880772.xyz/public                    
                
                                
                    DOCUMENT_URI
                    
                        /index.php                    
                
                                
                    REQUEST_URI
                    
                        /api/index/fanyi_article_title?content=Wuthering+Waves%3A+Camellya+Build+Guide&to=zh-cn                    
                
                                
                    SCRIPT_NAME
                    
                        /index.php                    
                
                                
                    CONTENT_LENGTH
                    
                                            
                
                                
                    CONTENT_TYPE
                    
                        application/x-www-form-urlencoded;charset=UTF-8                    
                
                                
                    REQUEST_METHOD
                    
                        GET                    
                
                                
                    QUERY_STRING
                    
                        s=/api/index/fanyi_article_title&content=Wuthering+Waves%3A+Camellya+Build+Guide&to=zh-cn                    
                
                                
                    SCRIPT_FILENAME
                    
                        /data/wwwroot/td.880772.xyz/public/index.php                    
                
                                
                    PHP_VALUE
                    
                        open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/                    
                
                                
                    FCGI_ROLE
                    
                        RESPONDER                    
                
                                
                    PHP_SELF
                    
                        /index.php                    
                
                                
                    REQUEST_TIME_FLOAT
                    
                        1732293376.381                    
                
                                
                    REQUEST_TIME
                    
                        1732293376                    
                
                            
                    
                
                        
                Environment Variables
                empty
            
                    
                
                        ThinkPHP Constants
            
                                
                    PUBLIC_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../public/                    
                
                                
                    APP_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../application/                    
                
                                
                    THINK_VERSION
                    
                        5.0.24                    
                
                                
                    THINK_START_TIME
                    
                        1732293376.3815                    
                
                                
                    THINK_START_MEM
                    
                        410128                    
                
                                
                    EXT
                    
                        .php                    
                
                                
                    DS
                    
                        /                    
                
                                
                    THINK_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/                    
                
                                
                    LIB_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/                    
                
                                
                    CORE_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/think/                    
                
                                
                    TRAIT_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/traits/                    
                
                                
                    ROOT_PATH
                    
                        /data/wwwroot/td.880772.xyz/                    
                
                                
                    EXTEND_PATH
                    
                        /data/wwwroot/td.880772.xyz/extend/                    
                
                                
                    VENDOR_PATH
                    
                        /data/wwwroot/td.880772.xyz/vendor/                    
                
                                
                    RUNTIME_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/                    
                
                                
                    LOG_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/log/                    
                
                                
                    CACHE_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/cache/                    
                
                                
                    TEMP_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/temp/                    
                
                                
                    CONF_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../application/                    
                
                                
                    CONF_EXT
                    
                        .php                    
                
                                
                    ENV_PREFIX
                    
                        PHP_                    
                
                                
                    IS_CLI
                    
                        false                    
                
                                
                    IS_WIN
                    
                        false                    
                
                                
                    FILTER_VALIDATE_BOOL
                    
                        258                    
                
                                
                    ADDON_PATH
                    
                        /data/wwwroot/td.880772.xyz/addons/                    
                
                            
                    
            
    
    
        ThinkPHP 
        V5.0.24 
        { 十年磨一剑-为API开发设计的高性能框架 }
    
        
        var LINE = 220;

        function $(selector, node){
            var elements;

            node = node || document;
            if(document.querySelectorAll){
                elements = node.querySelectorAll(selector);
            } else {
                switch(selector.substr(0, 1)){
                    case '#':
                        elements = [node.getElementById(selector.substr(1))];
                        break;
                    case '.':
                        if(document.getElementsByClassName){
                            elements = node.getElementsByClassName(selector.substr(1));
                        } else {
                            elements = get_elements_by_class(selector.substr(1), node);
                        }
                        break;
                    default:
                        elements = node.getElementsByTagName();
                }
            }
            return elements;

            function get_elements_by_class(search_class, node, tag) {
                var elements = [], eles, 
                    pattern  = new RegExp('(^|\\s)' + search_class + '(\\s|$)');

                node = node || document;
                tag  = tag  || '*';

                eles = node.getElementsByTagName(tag);
                for(var i = 0; i < eles.length; i++) {
                    if(pattern.test(eles[i].className)) {
                        elements.push(eles[i])
                    }
                }

                return elements;
            }
        }

        $.getScript = function(src, func){
            var script = document.createElement('script');
            
            script.async  = 'async';
            script.src    = src;
            script.onload = func || function(){};
            
            $('head')[0].appendChild(script);
        }

        ;(function(){
            var files = $('.toggle');
            var ol    = $('ol', $('.prettyprint')[0]);
            var li    = $('li', ol[0]);   

            // 短路径和长路径变换
            for(var i = 0; i < files.length; i++){
                files[i].ondblclick = function(){
                    var title = this.title;

                    this.title = this.innerHTML;
                    this.innerHTML = title;
                }
            }

            // 设置出错行
            var err_line = $('.line-' + LINE, ol[0])[0];
            err_line.className = err_line.className + ' line-error';

            $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){
                prettyPrint();

                // 解决Firefox浏览器一个很诡异的问题
                // 当代码高亮后,ol的行号莫名其妙的错位
                // 但是只要刷新li里面的html重新渲染就没有问题了
                if(window.navigator.userAgent.indexOf('Firefox') >= 0){
                    ol[0].innerHTML = ol[0].innerHTML;
                }
            });

        })();
    
    
System Error /* Base */ body { color: #333; font: 14px Verdana, 'Helvetica Neue', helvetica, Arial, 'Microsoft YaHei', sans-serif; margin: 0; padding: 0 20px 20px; word-break: break-word; } h1{ margin: 10px 0 0; font-size: 28px; font-weight: 500; line-height: 32px; } h2{ color: #4288ce; font-weight: 400; padding: 6px 0; margin: 6px 0 0; font-size: 18px; border-bottom: 1px solid #eee; } h3.subheading { color: #4288ce; margin: 6px 0 0; font-weight: 400; } h3{ margin: 12px; font-size: 16px; font-weight: bold; } abbr{ cursor: help; text-decoration: underline; text-decoration-style: dotted; } a{ color: #868686; cursor: pointer; } a:hover{ text-decoration: underline; } .line-error{ background: #f8cbcb; } .echo table { width: 100%; } .echo pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f7f7f7; border: 0; border-radius: 3px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; } .echo pre > pre { padding: 0; margin: 0; } /* Layout */ .col-md-3 { width: 25%; } .col-md-9 { width: 75%; } [class^='col-md-'] { float: left; } .clearfix { clear:both; } @media only screen and (min-device-width : 375px) and (max-device-width : 667px) { .col-md-3, .col-md-9 { width: 100%; } } /* Exception Info */ .exception { margin-top: 20px; } .exception .message{ padding: 12px; border: 1px solid #ddd; border-bottom: 0 none; line-height: 18px; font-size:16px; border-top-left-radius: 4px; border-top-right-radius: 4px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .code{ float: left; text-align: center; color: #fff; margin-right: 12px; padding: 16px; border-radius: 4px; background: #999; } .exception .source-code{ padding: 6px; border: 1px solid #ddd; background: #f9f9f9; overflow-x: auto; } .exception .source-code pre{ margin: 0; } .exception .source-code pre ol{ margin: 0; color: #4288ce; display: inline-block; min-width: 100%; box-sizing: border-box; font-size:14px; font-family: 'Century Gothic',Consolas,'Liberation Mono',Courier,Verdana; padding-left: 56px; } .exception .source-code pre li{ border-left: 1px solid #ddd; height: 18px; line-height: 18px; } .exception .source-code pre code{ color: #333; height: 100%; display: inline-block; border-left: 1px solid #fff; font-size:14px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .trace{ padding: 6px; border: 1px solid #ddd; border-top: 0 none; line-height: 16px; font-size:14px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .trace ol{ margin: 12px; } .exception .trace ol li{ padding: 2px 4px; } .exception div:last-child{ border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } /* Exception Variables */ .exception-var table{ width: 100%; margin: 12px 0; box-sizing: border-box; table-layout:fixed; word-wrap:break-word; } .exception-var table caption{ text-align: left; font-size: 16px; font-weight: bold; padding: 6px 0; } .exception-var table caption small{ font-weight: 300; display: inline-block; margin-left: 10px; color: #ccc; } .exception-var table tbody{ font-size: 13px; font-family: Consolas,'Liberation Mono',Courier,'微软雅黑'; } .exception-var table td{ padding: 0 6px; vertical-align: top; word-break: break-all; } .exception-var table td:first-child{ width: 28%; font-weight: bold; white-space: nowrap; } .exception-var table td pre{ margin: 0; } /* Copyright Info */ .copyright{ margin-top: 24px; padding: 12px 0; border-top: 1px solid #eee; } /* SPAN elements with the classes below are added by prettyprint. */ pre.prettyprint .pln { color: #000 } /* plain text */ pre.prettyprint .str { color: #080 } /* string content */ pre.prettyprint .kwd { color: #008 } /* a keyword */ pre.prettyprint .com { color: #800 } /* a comment */ pre.prettyprint .typ { color: #606 } /* a type name */ pre.prettyprint .lit { color: #066 } /* a literal value */ /* punctuation, lisp open bracket, lisp close bracket */ pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 } pre.prettyprint .tag { color: #008 } /* a markup tag name */ pre.prettyprint .atn { color: #606 } /* a markup attribute name */ pre.prettyprint .atv { color: #080 } /* a markup attribute value */ pre.prettyprint .dec, pre.prettyprint .var { color: #606 } /* a declaration; a variable name */ pre.prettyprint .fun { color: red } /* a function name */ [0] ThrowableError in Index.php line 220 语法解析错误: syntax error, unexpected '}' if($res){ return json_encode(array('code'=>1,'msg'=>'成功')); }else{ return json_encode(array('code'=>0,'msg'=>'失败')); } } public function } Call Stack in Index.php line 220 at think\__include_file() in Loader.php line 85 at Loader::autoload() at spl_autoload_call() at class_exists() in Loader.php line 478 at Loader::controller() in App.php line 580 at App::module() in App.php line 456 at App::exec() in App.php line 139 at App::run() in start.php line 19 at require('/data/wwwroot/td.880...') in index.php line 23 Environment Variables GET Data content 鸣潮: Camellya Build Guide to zh-cn POST Data empty Files empty Cookies myip 65.21.47.162 Session empty Server/Request Data TEMP /tmp TMPDIR /tmp TMP /tmp PATH /usr/local/bin:/usr/bin:/bin USER www HOME /home/www HTTP_CONTENT_TYPE application/x-www-form-urlencoded;charset=UTF-8 HTTP_CONNECTION Keep-Alive HTTP_COOKIE myip=65.21.47.162 HTTP_ACCEPT_ENCODING gzip HTTP_ACCEPT */* HTTP_USER_AGENT Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1) HTTP_HOST td.880772.xyz PATH_INFO /api/index/fanyi_article_title REDIRECT_STATUS 200 SERVER_NAME td.880772.xyz SERVER_PORT 443 SERVER_ADDR 188.165.242.95 REMOTE_PORT 28230 REMOTE_ADDR 65.21.47.162 SERVER_SOFTWARE nginx/1.20.2 GATEWAY_INTERFACE CGI/1.1 HTTPS on REQUEST_SCHEME https SERVER_PROTOCOL HTTP/1.1 DOCUMENT_ROOT /data/wwwroot/td.880772.xyz/public DOCUMENT_URI /index.php REQUEST_URI /api/index/fanyi_article_title?content=Wuthering+Waves%3A+Camellya+Build+Guide&to=zh-cn SCRIPT_NAME /index.php CONTENT_LENGTH CONTENT_TYPE application/x-www-form-urlencoded;charset=UTF-8 REQUEST_METHOD GET QUERY_STRING s=/api/index/fanyi_article_title&content=Wuthering+Waves%3A+Camellya+Build+Guide&to=zh-cn SCRIPT_FILENAME /data/wwwroot/td.880772.xyz/public/index.php PHP_VALUE open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/ FCGI_ROLE RESPONDER PHP_SELF /index.php REQUEST_TIME_FLOAT 1732293376.381 REQUEST_TIME 1732293376 Environment Variables empty ThinkPHP Constants PUBLIC_PATH /data/wwwroot/td.880772.xyz/public/../public/ APP_PATH /data/wwwroot/td.880772.xyz/public/../application/ THINK_VERSION 5.0.24 THINK_START_TIME 1732293376.3815 THINK_START_MEM 410128 EXT .php DS / THINK_PATH /data/wwwroot/td.880772.xyz/thinkphp/ LIB_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/ CORE_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/think/ TRAIT_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/traits/ ROOT_PATH /data/wwwroot/td.880772.xyz/ EXTEND_PATH /data/wwwroot/td.880772.xyz/extend/ VENDOR_PATH /data/wwwroot/td.880772.xyz/vendor/ RUNTIME_PATH /data/wwwroot/td.880772.xyz/runtime/ LOG_PATH /data/wwwroot/td.880772.xyz/runtime/log/ CACHE_PATH /data/wwwroot/td.880772.xyz/runtime/cache/ TEMP_PATH /data/wwwroot/td.880772.xyz/runtime/temp/ CONF_PATH /data/wwwroot/td.880772.xyz/public/../application/ CONF_EXT .php ENV_PREFIX PHP_ IS_CLI false IS_WIN false FILTER_VALIDATE_BOOL 258 ADDON_PATH /data/wwwroot/td.880772.xyz/addons/ ThinkPHP V5.0.24 { 十年磨一剑-为API开发设计的高性能框架 } var LINE = 220; function $(selector, node){ var elements; node = node || document; if(document.querySelectorAll){ elements = node.querySelectorAll(selector); } else { switch(selector.substr(0, 1)){ case '#': elements = [node.getElementById(selector.substr(1))]; break; case '.': if(document.getElementsByClassName){ elements = node.getElementsByClassName(selector.substr(1)); } else { elements = get_elements_by_class(selector.substr(1), node); } break; default: elements = node.getElementsByTagName(); } } return elements; function get_elements_by_class(search_class, node, tag) { var elements = [], eles, pattern = new RegExp('(^|\\s)' + search_class + '(\\s|$)'); node = node || document; tag = tag || '*'; eles = node.getElementsByTagName(tag); for(var i = 0; i < eles.length; i++) { if(pattern.test(eles[i].className)) { elements.push(eles[i]) } } return elements; } } $.getScript = function(src, func){ var script = document.createElement('script'); script.async = 'async'; script.src = src; script.onload = func || function(){}; $('head')[0].appendChild(script); } ;(function(){ var files = $('.toggle'); var ol = $('ol', $('.prettyprint')[0]); var li = $('li', ol[0]); // 短路径和长路径变换 for(var i = 0; i < files.length; i++){ files[i].ondblclick = function(){ var title = this.title; this.title = this.innerHTML; this.innerHTML = title; } } // 设置出错行 var err_line = $('.line-' + LINE, ol[0])[0]; err_line.className = err_line.className + ' line-error'; $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){ prettyPrint(); // 解决Firefox浏览器一个很诡异的问题 // 当代码高亮后,ol的行号莫名其妙的错位 // 但是只要刷新li里面的html重新渲染就没有问题了 if(window.navigator.userAgent.indexOf('Firefox') >= 0){ ol[0].innerHTML = ol[0].innerHTML; } }); })();

23Nov2024

System Error

[0] ThrowableError in Index.php line 220

语法解析错误: syntax error, unexpected '}'

  1. if($res){
  2. return json_encode(array('code'=>1,'msg'=>'成功'));
  3. }else{
  4. return json_encode(array('code'=>0,'msg'=>'失败'));
  5. }
  6. }
  7. public function
  8. }

Call Stack

  1. in Index.php line 220
  2. at think\__include_file() in Loader.php line 85
  3. at Loader::autoload()
  4. at spl_autoload_call()
  5. at class_exists() in Loader.php line 478
  6. at Loader::controller() in App.php line 580
  7. at App::module() in App.php line 456
  8. at App::exec() in App.php line 139
  9. at App::run() in start.php line 19
  10. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
If you have been playing Wuthering Waves for a while, you must have heard of the Black Shore; several characters from there play a crucial role in progressing the game's narrative, and Camellya is one such character, with whom players briefly interac
to
zh-cn
POST Data
empty
Files
empty

Cookies

myip
65.21.47.162
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
HTTP_COOKIE
myip=65.21.47.162
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
28242
REMOTE_ADDR
65.21.47.162
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=If+you+have+been+playing+Wuthering+Waves+for+a+while%2C+you+must+have+heard+of+the+Black+Shore%3B+several+characters+from+there+play+a+crucial+role+in+progressing+the+game%27s+narrative%2C+and+Camellya+is+one+such+character%2C+with+whom+players+briefly+interac&to=zh-cn
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
GET
QUERY_STRING
s=/api/index/fanyi_article_title&content=If+you+have+been+playing+Wuthering+Waves+for+a+while%2C+you+must+have+heard+of+the+Black+Shore%3B+several+characters+from+there+play+a+crucial+role+in+progressing+the+game%27s+narrative%2C+and+Camellya+is+one+such+character%2C+with+whom+players+briefly+interac&to=zh-cn
SCRIPT_FILENAME
/data/wwwroot/td.880772.xyz/public/index.php
PHP_VALUE
open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1732293376.6186
REQUEST_TIME
1732293376
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/data/wwwroot/td.880772.xyz/public/../public/
APP_PATH
/data/wwwroot/td.880772.xyz/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1732293376.6191
THINK_START_MEM
410640
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/td.880772.xyz/thinkphp/
LIB_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/
CORE_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/td.880772.xyz/
EXTEND_PATH
/data/wwwroot/td.880772.xyz/extend/
VENDOR_PATH
/data/wwwroot/td.880772.xyz/vendor/
RUNTIME_PATH
/data/wwwroot/td.880772.xyz/runtime/
LOG_PATH
/data/wwwroot/td.880772.xyz/runtime/log/
CACHE_PATH
/data/wwwroot/td.880772.xyz/runtime/cache/
TEMP_PATH
/data/wwwroot/td.880772.xyz/runtime/temp/
CONF_PATH
/data/wwwroot/td.880772.xyz/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/data/wwwroot/td.880772.xyz/addons/




    
    System Error
    
    
    
        /* Base */
        body {
            color: #333;
            font: 14px Verdana, 'Helvetica Neue', helvetica, Arial, 'Microsoft YaHei', sans-serif;
            margin: 0;
            padding: 0 20px 20px;
            word-break: break-word;
        }
        h1{
            margin: 10px 0 0;
            font-size: 28px;
            font-weight: 500;
            line-height: 32px;
        }
        h2{
            color: #4288ce;
            font-weight: 400;
            padding: 6px 0;
            margin: 6px 0 0;
            font-size: 18px;
            border-bottom: 1px solid #eee;
        }
        h3.subheading {
            color: #4288ce;
            margin: 6px 0 0;
            font-weight: 400;
        }
        h3{
            margin: 12px;
            font-size: 16px;
            font-weight: bold;
        }
        abbr{
            cursor: help;
            text-decoration: underline;
            text-decoration-style: dotted;
        }
        a{
            color: #868686;
            cursor: pointer;
        }
        a:hover{
            text-decoration: underline;
        }
        .line-error{
            background: #f8cbcb;
        }

        .echo table {
            width: 100%;
        }

        .echo pre {
            padding: 16px;
            overflow: auto;
            font-size: 85%;
            line-height: 1.45;
            background-color: #f7f7f7;
            border: 0;
            border-radius: 3px;
            font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
        }

        .echo pre > pre {
            padding: 0;
            margin: 0;
        }
        /* Layout */
        .col-md-3 {
            width: 25%;
        }
        .col-md-9 {
            width: 75%;
        }
        [class^='col-md-'] {
            float: left;
        }
        .clearfix {
            clear:both;
        }
        @media only screen 
        and (min-device-width : 375px) 
        and (max-device-width : 667px) { 
            .col-md-3,
            .col-md-9 {
                width: 100%;
            }
        }
        /* Exception Info */
        .exception {
            margin-top: 20px;
        }
        .exception .message{
            padding: 12px;
            border: 1px solid #ddd;
            border-bottom: 0 none;
            line-height: 18px;
            font-size:16px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }

        .exception .code{
            float: left;
            text-align: center;
            color: #fff;
            margin-right: 12px;
            padding: 16px;
            border-radius: 4px;
            background: #999;
        }
        .exception .source-code{
            padding: 6px;
            border: 1px solid #ddd;

            background: #f9f9f9;
            overflow-x: auto;

        }
        .exception .source-code pre{
            margin: 0;
        }
        .exception .source-code pre ol{
            margin: 0;
            color: #4288ce;
            display: inline-block;
            min-width: 100%;
            box-sizing: border-box;
        font-size:14px;
            font-family: 'Century Gothic',Consolas,'Liberation Mono',Courier,Verdana;
            padding-left: 56px;
        }
        .exception .source-code pre li{
            border-left: 1px solid #ddd;
            height: 18px;
            line-height: 18px;
        }
        .exception .source-code pre code{
            color: #333;
            height: 100%;
            display: inline-block;
            border-left: 1px solid #fff;
        font-size:14px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }
        .exception .trace{
            padding: 6px;
            border: 1px solid #ddd;
            border-top: 0 none;
            line-height: 16px;
        font-size:14px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }
        .exception .trace ol{
            margin: 12px;
        }
        .exception .trace ol li{
            padding: 2px 4px;
        }
        .exception div:last-child{
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        /* Exception Variables */
        .exception-var table{
            width: 100%;
            margin: 12px 0;
            box-sizing: border-box;
            table-layout:fixed;
            word-wrap:break-word;            
        }
        .exception-var table caption{
            text-align: left;
            font-size: 16px;
            font-weight: bold;
            padding: 6px 0;
        }
        .exception-var table caption small{
            font-weight: 300;
            display: inline-block;
            margin-left: 10px;
            color: #ccc;
        }
        .exception-var table tbody{
            font-size: 13px;
            font-family: Consolas,'Liberation Mono',Courier,'微软雅黑';
        }
        .exception-var table td{
            padding: 0 6px;
            vertical-align: top;
            word-break: break-all;
        }
        .exception-var table td:first-child{
            width: 28%;
            font-weight: bold;
            white-space: nowrap;
        }
        .exception-var table td pre{
            margin: 0;
        }

        /* Copyright Info */
        .copyright{
            margin-top: 24px;
            padding: 12px 0;
            border-top: 1px solid #eee;
        }

        /* SPAN elements with the classes below are added by prettyprint. */
        pre.prettyprint .pln { color: #000 }  /* plain text */
        pre.prettyprint .str { color: #080 }  /* string content */
        pre.prettyprint .kwd { color: #008 }  /* a keyword */
        pre.prettyprint .com { color: #800 }  /* a comment */
        pre.prettyprint .typ { color: #606 }  /* a type name */
        pre.prettyprint .lit { color: #066 }  /* a literal value */
        /* punctuation, lisp open bracket, lisp close bracket */
        pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 }
        pre.prettyprint .tag { color: #008 }  /* a markup tag name */
        pre.prettyprint .atn { color: #606 }  /* a markup attribute name */
        pre.prettyprint .atv { color: #080 }  /* a markup attribute value */
        pre.prettyprint .dec, pre.prettyprint .var { color: #606 }  /* a declaration; a variable name */
        pre.prettyprint .fun { color: red }  /* a function name */
    


    
            
        
    
        
            
                
                    [0] ThrowableError in Index.php line 220
                
                语法解析错误: syntax error, unexpected '}'
            
        
    
	        
                    if($res){
            return json_encode(array('code'=>1,'msg'=>'成功'));
        }else{
            return json_encode(array('code'=>0,'msg'=>'失败'));
        }
    }

    public function 

}

        
	        
            Call Stack
            
                in Index.php line 220
                                
                at think\__include_file() in Loader.php line 85                
                                
                at Loader::autoload()                
                                
                at spl_autoload_call()                
                                
                at class_exists() in Loader.php line 478                
                                
                at Loader::controller() in App.php line 580                
                                
                at App::module() in App.php line 456                
                                
                at App::exec() in App.php line 139                
                                
                at App::run() in start.php line 19                
                                
                at require('/data/wwwroot/td.880...') in index.php line 23                
                            
        
    
        
    
        
        Environment Variables
                
                        GET Data
            
                                
                    content
                    
                        Pokemon TCG Pocket best Alakazam deck - card list and guide                    
                
                                
                    to
                    
                        zh-cn                    
                
                            
                    
                
                        
                POST Data
                empty
            
                    
                
                        
                Files
                empty
            
                    
                
                        Cookies
            
                                
                    myip
                    
                        65.21.47.162                    
                
                            
                    
                
                        
                Session
                empty
            
                    
                
                        Server/Request Data
            
                                
                    TEMP
                    
                        /tmp                    
                
                                
                    TMPDIR
                    
                        /tmp                    
                
                                
                    TMP
                    
                        /tmp                    
                
                                
                    PATH
                    
                        /usr/local/bin:/usr/bin:/bin                    
                
                                
                    USER
                    
                        www                    
                
                                
                    HOME
                    
                        /home/www                    
                
                                
                    HTTP_CONTENT_TYPE
                    
                        application/x-www-form-urlencoded;charset=UTF-8                    
                
                                
                    HTTP_CONNECTION
                    
                        Keep-Alive                    
                
                                
                    HTTP_COOKIE
                    
                        myip=65.21.47.162                    
                
                                
                    HTTP_ACCEPT_ENCODING
                    
                        gzip                    
                
                                
                    HTTP_ACCEPT
                    
                        */*                    
                
                                
                    HTTP_USER_AGENT
                    
                        Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)                    
                
                                
                    HTTP_HOST
                    
                        td.880772.xyz                    
                
                                
                    PATH_INFO
                    
                        /api/index/fanyi_article_title                    
                
                                
                    REDIRECT_STATUS
                    
                        200                    
                
                                
                    SERVER_NAME
                    
                        td.880772.xyz                    
                
                                
                    SERVER_PORT
                    
                        443                    
                
                                
                    SERVER_ADDR
                    
                        188.165.242.95                    
                
                                
                    REMOTE_PORT
                    
                        63834                    
                
                                
                    REMOTE_ADDR
                    
                        65.21.47.162                    
                
                                
                    SERVER_SOFTWARE
                    
                        nginx/1.20.2                    
                
                                
                    GATEWAY_INTERFACE
                    
                        CGI/1.1                    
                
                                
                    HTTPS
                    
                        on                    
                
                                
                    REQUEST_SCHEME
                    
                        https                    
                
                                
                    SERVER_PROTOCOL
                    
                        HTTP/1.1                    
                
                                
                    DOCUMENT_ROOT
                    
                        /data/wwwroot/td.880772.xyz/public                    
                
                                
                    DOCUMENT_URI
                    
                        /index.php                    
                
                                
                    REQUEST_URI
                    
                        /api/index/fanyi_article_title?content=Pokemon+TCG+Pocket+best+Alakazam+deck+-+card+list+and+guide&to=zh-cn                    
                
                                
                    SCRIPT_NAME
                    
                        /index.php                    
                
                                
                    CONTENT_LENGTH
                    
                                            
                
                                
                    CONTENT_TYPE
                    
                        application/x-www-form-urlencoded;charset=UTF-8                    
                
                                
                    REQUEST_METHOD
                    
                        GET                    
                
                                
                    QUERY_STRING
                    
                        s=/api/index/fanyi_article_title&content=Pokemon+TCG+Pocket+best+Alakazam+deck+-+card+list+and+guide&to=zh-cn                    
                
                                
                    SCRIPT_FILENAME
                    
                        /data/wwwroot/td.880772.xyz/public/index.php                    
                
                                
                    PHP_VALUE
                    
                        open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/                    
                
                                
                    FCGI_ROLE
                    
                        RESPONDER                    
                
                                
                    PHP_SELF
                    
                        /index.php                    
                
                                
                    REQUEST_TIME_FLOAT
                    
                        1732281994.4515                    
                
                                
                    REQUEST_TIME
                    
                        1732281994                    
                
                            
                    
                
                        
                Environment Variables
                empty
            
                    
                
                        ThinkPHP Constants
            
                                
                    PUBLIC_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../public/                    
                
                                
                    APP_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../application/                    
                
                                
                    THINK_VERSION
                    
                        5.0.24                    
                
                                
                    THINK_START_TIME
                    
                        1732281994.4519                    
                
                                
                    THINK_START_MEM
                    
                        410192                    
                
                                
                    EXT
                    
                        .php                    
                
                                
                    DS
                    
                        /                    
                
                                
                    THINK_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/                    
                
                                
                    LIB_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/                    
                
                                
                    CORE_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/think/                    
                
                                
                    TRAIT_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/traits/                    
                
                                
                    ROOT_PATH
                    
                        /data/wwwroot/td.880772.xyz/                    
                
                                
                    EXTEND_PATH
                    
                        /data/wwwroot/td.880772.xyz/extend/                    
                
                                
                    VENDOR_PATH
                    
                        /data/wwwroot/td.880772.xyz/vendor/                    
                
                                
                    RUNTIME_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/                    
                
                                
                    LOG_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/log/                    
                
                                
                    CACHE_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/cache/                    
                
                                
                    TEMP_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/temp/                    
                
                                
                    CONF_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../application/                    
                
                                
                    CONF_EXT
                    
                        .php                    
                
                                
                    ENV_PREFIX
                    
                        PHP_                    
                
                                
                    IS_CLI
                    
                        false                    
                
                                
                    IS_WIN
                    
                        false                    
                
                                
                    FILTER_VALIDATE_BOOL
                    
                        258                    
                
                                
                    ADDON_PATH
                    
                        /data/wwwroot/td.880772.xyz/addons/                    
                
                            
                    
            
    
    
        ThinkPHP 
        V5.0.24 
        { 十年磨一剑-为API开发设计的高性能框架 }
    
        
        var LINE = 220;

        function $(selector, node){
            var elements;

            node = node || document;
            if(document.querySelectorAll){
                elements = node.querySelectorAll(selector);
            } else {
                switch(selector.substr(0, 1)){
                    case '#':
                        elements = [node.getElementById(selector.substr(1))];
                        break;
                    case '.':
                        if(document.getElementsByClassName){
                            elements = node.getElementsByClassName(selector.substr(1));
                        } else {
                            elements = get_elements_by_class(selector.substr(1), node);
                        }
                        break;
                    default:
                        elements = node.getElementsByTagName();
                }
            }
            return elements;

            function get_elements_by_class(search_class, node, tag) {
                var elements = [], eles, 
                    pattern  = new RegExp('(^|\\s)' + search_class + '(\\s|$)');

                node = node || document;
                tag  = tag  || '*';

                eles = node.getElementsByTagName(tag);
                for(var i = 0; i < eles.length; i++) {
                    if(pattern.test(eles[i].className)) {
                        elements.push(eles[i])
                    }
                }

                return elements;
            }
        }

        $.getScript = function(src, func){
            var script = document.createElement('script');
            
            script.async  = 'async';
            script.src    = src;
            script.onload = func || function(){};
            
            $('head')[0].appendChild(script);
        }

        ;(function(){
            var files = $('.toggle');
            var ol    = $('ol', $('.prettyprint')[0]);
            var li    = $('li', ol[0]);   

            // 短路径和长路径变换
            for(var i = 0; i < files.length; i++){
                files[i].ondblclick = function(){
                    var title = this.title;

                    this.title = this.innerHTML;
                    this.innerHTML = title;
                }
            }

            // 设置出错行
            var err_line = $('.line-' + LINE, ol[0])[0];
            err_line.className = err_line.className + ' line-error';

            $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){
                prettyPrint();

                // 解决Firefox浏览器一个很诡异的问题
                // 当代码高亮后,ol的行号莫名其妙的错位
                // 但是只要刷新li里面的html重新渲染就没有问题了
                if(window.navigator.userAgent.indexOf('Firefox') >= 0){
                    ol[0].innerHTML = ol[0].innerHTML;
                }
            });

        })();
    
    
System Error /* Base */ body { color: #333; font: 14px Verdana, 'Helvetica Neue', helvetica, Arial, 'Microsoft YaHei', sans-serif; margin: 0; padding: 0 20px 20px; word-break: break-word; } h1{ margin: 10px 0 0; font-size: 28px; font-weight: 500; line-height: 32px; } h2{ color: #4288ce; font-weight: 400; padding: 6px 0; margin: 6px 0 0; font-size: 18px; border-bottom: 1px solid #eee; } h3.subheading { color: #4288ce; margin: 6px 0 0; font-weight: 400; } h3{ margin: 12px; font-size: 16px; font-weight: bold; } abbr{ cursor: help; text-decoration: underline; text-decoration-style: dotted; } a{ color: #868686; cursor: pointer; } a:hover{ text-decoration: underline; } .line-error{ background: #f8cbcb; } .echo table { width: 100%; } .echo pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f7f7f7; border: 0; border-radius: 3px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; } .echo pre > pre { padding: 0; margin: 0; } /* Layout */ .col-md-3 { width: 25%; } .col-md-9 { width: 75%; } [class^='col-md-'] { float: left; } .clearfix { clear:both; } @media only screen and (min-device-width : 375px) and (max-device-width : 667px) { .col-md-3, .col-md-9 { width: 100%; } } /* Exception Info */ .exception { margin-top: 20px; } .exception .message{ padding: 12px; border: 1px solid #ddd; border-bottom: 0 none; line-height: 18px; font-size:16px; border-top-left-radius: 4px; border-top-right-radius: 4px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .code{ float: left; text-align: center; color: #fff; margin-right: 12px; padding: 16px; border-radius: 4px; background: #999; } .exception .source-code{ padding: 6px; border: 1px solid #ddd; background: #f9f9f9; overflow-x: auto; } .exception .source-code pre{ margin: 0; } .exception .source-code pre ol{ margin: 0; color: #4288ce; display: inline-block; min-width: 100%; box-sizing: border-box; font-size:14px; font-family: 'Century Gothic',Consolas,'Liberation Mono',Courier,Verdana; padding-left: 56px; } .exception .source-code pre li{ border-left: 1px solid #ddd; height: 18px; line-height: 18px; } .exception .source-code pre code{ color: #333; height: 100%; display: inline-block; border-left: 1px solid #fff; font-size:14px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .trace{ padding: 6px; border: 1px solid #ddd; border-top: 0 none; line-height: 16px; font-size:14px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .trace ol{ margin: 12px; } .exception .trace ol li{ padding: 2px 4px; } .exception div:last-child{ border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } /* Exception Variables */ .exception-var table{ width: 100%; margin: 12px 0; box-sizing: border-box; table-layout:fixed; word-wrap:break-word; } .exception-var table caption{ text-align: left; font-size: 16px; font-weight: bold; padding: 6px 0; } .exception-var table caption small{ font-weight: 300; display: inline-block; margin-left: 10px; color: #ccc; } .exception-var table tbody{ font-size: 13px; font-family: Consolas,'Liberation Mono',Courier,'微软雅黑'; } .exception-var table td{ padding: 0 6px; vertical-align: top; word-break: break-all; } .exception-var table td:first-child{ width: 28%; font-weight: bold; white-space: nowrap; } .exception-var table td pre{ margin: 0; } /* Copyright Info */ .copyright{ margin-top: 24px; padding: 12px 0; border-top: 1px solid #eee; } /* SPAN elements with the classes below are added by prettyprint. */ pre.prettyprint .pln { color: #000 } /* plain text */ pre.prettyprint .str { color: #080 } /* string content */ pre.prettyprint .kwd { color: #008 } /* a keyword */ pre.prettyprint .com { color: #800 } /* a comment */ pre.prettyprint .typ { color: #606 } /* a type name */ pre.prettyprint .lit { color: #066 } /* a literal value */ /* punctuation, lisp open bracket, lisp close bracket */ pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 } pre.prettyprint .tag { color: #008 } /* a markup tag name */ pre.prettyprint .atn { color: #606 } /* a markup attribute name */ pre.prettyprint .atv { color: #080 } /* a markup attribute value */ pre.prettyprint .dec, pre.prettyprint .var { color: #606 } /* a declaration; a variable name */ pre.prettyprint .fun { color: red } /* a function name */ [0] ThrowableError in Index.php line 220 语法解析错误: syntax error, unexpected '}' if($res){ return json_encode(array('code'=>1,'msg'=>'成功')); }else{ return json_encode(array('code'=>0,'msg'=>'失败')); } } public function } Call Stack in Index.php line 220 at think\__include_file() in Loader.php line 85 at Loader::autoload() at spl_autoload_call() at class_exists() in Loader.php line 478 at Loader::controller() in App.php line 580 at App::module() in App.php line 456 at App::exec() in App.php line 139 at App::run() in start.php line 19 at require('/data/wwwroot/td.880...') in index.php line 23 Environment Variables GET Data content Pokemon TCG Pocket best Alakazam deck - card list and guide to zh-cn POST Data empty Files empty Cookies myip 65.21.47.162 Session empty Server/Request Data TEMP /tmp TMPDIR /tmp TMP /tmp PATH /usr/local/bin:/usr/bin:/bin USER www HOME /home/www HTTP_CONTENT_TYPE application/x-www-form-urlencoded;charset=UTF-8 HTTP_CONNECTION Keep-Alive HTTP_COOKIE myip=65.21.47.162 HTTP_ACCEPT_ENCODING gzip HTTP_ACCEPT */* HTTP_USER_AGENT Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1) HTTP_HOST td.880772.xyz PATH_INFO /api/index/fanyi_article_title REDIRECT_STATUS 200 SERVER_NAME td.880772.xyz SERVER_PORT 443 SERVER_ADDR 188.165.242.95 REMOTE_PORT 63834 REMOTE_ADDR 65.21.47.162 SERVER_SOFTWARE nginx/1.20.2 GATEWAY_INTERFACE CGI/1.1 HTTPS on REQUEST_SCHEME https SERVER_PROTOCOL HTTP/1.1 DOCUMENT_ROOT /data/wwwroot/td.880772.xyz/public DOCUMENT_URI /index.php REQUEST_URI /api/index/fanyi_article_title?content=Pokemon+TCG+Pocket+best+Alakazam+deck+-+card+list+and+guide&to=zh-cn SCRIPT_NAME /index.php CONTENT_LENGTH CONTENT_TYPE application/x-www-form-urlencoded;charset=UTF-8 REQUEST_METHOD GET QUERY_STRING s=/api/index/fanyi_article_title&content=Pokemon+TCG+Pocket+best+Alakazam+deck+-+card+list+and+guide&to=zh-cn SCRIPT_FILENAME /data/wwwroot/td.880772.xyz/public/index.php PHP_VALUE open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/ FCGI_ROLE RESPONDER PHP_SELF /index.php REQUEST_TIME_FLOAT 1732281994.4515 REQUEST_TIME 1732281994 Environment Variables empty ThinkPHP Constants PUBLIC_PATH /data/wwwroot/td.880772.xyz/public/../public/ APP_PATH /data/wwwroot/td.880772.xyz/public/../application/ THINK_VERSION 5.0.24 THINK_START_TIME 1732281994.4519 THINK_START_MEM 410192 EXT .php DS / THINK_PATH /data/wwwroot/td.880772.xyz/thinkphp/ LIB_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/ CORE_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/think/ TRAIT_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/traits/ ROOT_PATH /data/wwwroot/td.880772.xyz/ EXTEND_PATH /data/wwwroot/td.880772.xyz/extend/ VENDOR_PATH /data/wwwroot/td.880772.xyz/vendor/ RUNTIME_PATH /data/wwwroot/td.880772.xyz/runtime/ LOG_PATH /data/wwwroot/td.880772.xyz/runtime/log/ CACHE_PATH /data/wwwroot/td.880772.xyz/runtime/cache/ TEMP_PATH /data/wwwroot/td.880772.xyz/runtime/temp/ CONF_PATH /data/wwwroot/td.880772.xyz/public/../application/ CONF_EXT .php ENV_PREFIX PHP_ IS_CLI false IS_WIN false FILTER_VALIDATE_BOOL 258 ADDON_PATH /data/wwwroot/td.880772.xyz/addons/ ThinkPHP V5.0.24 { 十年磨一剑-为API开发设计的高性能框架 } var LINE = 220; function $(selector, node){ var elements; node = node || document; if(document.querySelectorAll){ elements = node.querySelectorAll(selector); } else { switch(selector.substr(0, 1)){ case '#': elements = [node.getElementById(selector.substr(1))]; break; case '.': if(document.getElementsByClassName){ elements = node.getElementsByClassName(selector.substr(1)); } else { elements = get_elements_by_class(selector.substr(1), node); } break; default: elements = node.getElementsByTagName(); } } return elements; function get_elements_by_class(search_class, node, tag) { var elements = [], eles, pattern = new RegExp('(^|\\s)' + search_class + '(\\s|$)'); node = node || document; tag = tag || '*'; eles = node.getElementsByTagName(tag); for(var i = 0; i < eles.length; i++) { if(pattern.test(eles[i].className)) { elements.push(eles[i]) } } return elements; } } $.getScript = function(src, func){ var script = document.createElement('script'); script.async = 'async'; script.src = src; script.onload = func || function(){}; $('head')[0].appendChild(script); } ;(function(){ var files = $('.toggle'); var ol = $('ol', $('.prettyprint')[0]); var li = $('li', ol[0]); // 短路径和长路径变换 for(var i = 0; i < files.length; i++){ files[i].ondblclick = function(){ var title = this.title; this.title = this.innerHTML; this.innerHTML = title; } } // 设置出错行 var err_line = $('.line-' + LINE, ol[0])[0]; err_line.className = err_line.className + ' line-error'; $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){ prettyPrint(); // 解决Firefox浏览器一个很诡异的问题 // 当代码高亮后,ol的行号莫名其妙的错位 // 但是只要刷新li里面的html重新渲染就没有问题了 if(window.navigator.userAgent.indexOf('Firefox') >= 0){ ol[0].innerHTML = ol[0].innerHTML; } }); })();

22Nov2024

System Error

[0] ThrowableError in Index.php line 220

语法解析错误: syntax error, unexpected '}'

  1. if($res){
  2. return json_encode(array('code'=>1,'msg'=>'成功'));
  3. }else{
  4. return json_encode(array('code'=>0,'msg'=>'失败'));
  5. }
  6. }
  7. public function
  8. }

Call Stack

  1. in Index.php line 220
  2. at think\__include_file() in Loader.php line 85
  3. at Loader::autoload()
  4. at spl_autoload_call()
  5. at class_exists() in Loader.php line 478
  6. at Loader::controller() in App.php line 580
  7. at App::module() in App.php line 456
  8. at App::exec() in App.php line 139
  9. at App::run() in start.php line 19
  10. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
The most meta decks in Pokemon TCG Pocket at the time of writing tend to feature ex Pokemon, with the likes of Starmie ex and Pikachu ex being two of many ex Pokemon that are very popular in PvP battles. What if you could create a counter-deck, howev
to
zh-cn
POST Data
empty
Files
empty

Cookies

myip
65.21.47.162
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
HTTP_COOKIE
myip=65.21.47.162
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
63844
REMOTE_ADDR
65.21.47.162
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=The+most+meta+decks+in+Pokemon+TCG+Pocket+at+the+time+of+writing+tend+to+feature+ex+Pokemon%2C+with+the+likes+of+Starmie+ex+and+Pikachu+ex+being+two+of+many+ex+Pokemon+that+are+very+popular+in+PvP+battles.+What+if+you+could+create+a+counter-deck%2C+howev&to=zh-cn
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
GET
QUERY_STRING
s=/api/index/fanyi_article_title&content=The+most+meta+decks+in+Pokemon+TCG+Pocket+at+the+time+of+writing+tend+to+feature+ex+Pokemon%2C+with+the+likes+of+Starmie+ex+and+Pikachu+ex+being+two+of+many+ex+Pokemon+that+are+very+popular+in+PvP+battles.+What+if+you+could+create+a+counter-deck%2C+howev&to=zh-cn
SCRIPT_FILENAME
/data/wwwroot/td.880772.xyz/public/index.php
PHP_VALUE
open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1732281994.6967
REQUEST_TIME
1732281994
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/data/wwwroot/td.880772.xyz/public/../public/
APP_PATH
/data/wwwroot/td.880772.xyz/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1732281994.6971
THINK_START_MEM
410640
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/td.880772.xyz/thinkphp/
LIB_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/
CORE_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/td.880772.xyz/
EXTEND_PATH
/data/wwwroot/td.880772.xyz/extend/
VENDOR_PATH
/data/wwwroot/td.880772.xyz/vendor/
RUNTIME_PATH
/data/wwwroot/td.880772.xyz/runtime/
LOG_PATH
/data/wwwroot/td.880772.xyz/runtime/log/
CACHE_PATH
/data/wwwroot/td.880772.xyz/runtime/cache/
TEMP_PATH
/data/wwwroot/td.880772.xyz/runtime/temp/
CONF_PATH
/data/wwwroot/td.880772.xyz/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/data/wwwroot/td.880772.xyz/addons/




    
    System Error
    
    
    
        /* Base */
        body {
            color: #333;
            font: 14px Verdana, 'Helvetica Neue', helvetica, Arial, 'Microsoft YaHei', sans-serif;
            margin: 0;
            padding: 0 20px 20px;
            word-break: break-word;
        }
        h1{
            margin: 10px 0 0;
            font-size: 28px;
            font-weight: 500;
            line-height: 32px;
        }
        h2{
            color: #4288ce;
            font-weight: 400;
            padding: 6px 0;
            margin: 6px 0 0;
            font-size: 18px;
            border-bottom: 1px solid #eee;
        }
        h3.subheading {
            color: #4288ce;
            margin: 6px 0 0;
            font-weight: 400;
        }
        h3{
            margin: 12px;
            font-size: 16px;
            font-weight: bold;
        }
        abbr{
            cursor: help;
            text-decoration: underline;
            text-decoration-style: dotted;
        }
        a{
            color: #868686;
            cursor: pointer;
        }
        a:hover{
            text-decoration: underline;
        }
        .line-error{
            background: #f8cbcb;
        }

        .echo table {
            width: 100%;
        }

        .echo pre {
            padding: 16px;
            overflow: auto;
            font-size: 85%;
            line-height: 1.45;
            background-color: #f7f7f7;
            border: 0;
            border-radius: 3px;
            font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
        }

        .echo pre > pre {
            padding: 0;
            margin: 0;
        }
        /* Layout */
        .col-md-3 {
            width: 25%;
        }
        .col-md-9 {
            width: 75%;
        }
        [class^='col-md-'] {
            float: left;
        }
        .clearfix {
            clear:both;
        }
        @media only screen 
        and (min-device-width : 375px) 
        and (max-device-width : 667px) { 
            .col-md-3,
            .col-md-9 {
                width: 100%;
            }
        }
        /* Exception Info */
        .exception {
            margin-top: 20px;
        }
        .exception .message{
            padding: 12px;
            border: 1px solid #ddd;
            border-bottom: 0 none;
            line-height: 18px;
            font-size:16px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }

        .exception .code{
            float: left;
            text-align: center;
            color: #fff;
            margin-right: 12px;
            padding: 16px;
            border-radius: 4px;
            background: #999;
        }
        .exception .source-code{
            padding: 6px;
            border: 1px solid #ddd;

            background: #f9f9f9;
            overflow-x: auto;

        }
        .exception .source-code pre{
            margin: 0;
        }
        .exception .source-code pre ol{
            margin: 0;
            color: #4288ce;
            display: inline-block;
            min-width: 100%;
            box-sizing: border-box;
        font-size:14px;
            font-family: 'Century Gothic',Consolas,'Liberation Mono',Courier,Verdana;
            padding-left: 56px;
        }
        .exception .source-code pre li{
            border-left: 1px solid #ddd;
            height: 18px;
            line-height: 18px;
        }
        .exception .source-code pre code{
            color: #333;
            height: 100%;
            display: inline-block;
            border-left: 1px solid #fff;
        font-size:14px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }
        .exception .trace{
            padding: 6px;
            border: 1px solid #ddd;
            border-top: 0 none;
            line-height: 16px;
        font-size:14px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }
        .exception .trace ol{
            margin: 12px;
        }
        .exception .trace ol li{
            padding: 2px 4px;
        }
        .exception div:last-child{
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        /* Exception Variables */
        .exception-var table{
            width: 100%;
            margin: 12px 0;
            box-sizing: border-box;
            table-layout:fixed;
            word-wrap:break-word;            
        }
        .exception-var table caption{
            text-align: left;
            font-size: 16px;
            font-weight: bold;
            padding: 6px 0;
        }
        .exception-var table caption small{
            font-weight: 300;
            display: inline-block;
            margin-left: 10px;
            color: #ccc;
        }
        .exception-var table tbody{
            font-size: 13px;
            font-family: Consolas,'Liberation Mono',Courier,'微软雅黑';
        }
        .exception-var table td{
            padding: 0 6px;
            vertical-align: top;
            word-break: break-all;
        }
        .exception-var table td:first-child{
            width: 28%;
            font-weight: bold;
            white-space: nowrap;
        }
        .exception-var table td pre{
            margin: 0;
        }

        /* Copyright Info */
        .copyright{
            margin-top: 24px;
            padding: 12px 0;
            border-top: 1px solid #eee;
        }

        /* SPAN elements with the classes below are added by prettyprint. */
        pre.prettyprint .pln { color: #000 }  /* plain text */
        pre.prettyprint .str { color: #080 }  /* string content */
        pre.prettyprint .kwd { color: #008 }  /* a keyword */
        pre.prettyprint .com { color: #800 }  /* a comment */
        pre.prettyprint .typ { color: #606 }  /* a type name */
        pre.prettyprint .lit { color: #066 }  /* a literal value */
        /* punctuation, lisp open bracket, lisp close bracket */
        pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 }
        pre.prettyprint .tag { color: #008 }  /* a markup tag name */
        pre.prettyprint .atn { color: #606 }  /* a markup attribute name */
        pre.prettyprint .atv { color: #080 }  /* a markup attribute value */
        pre.prettyprint .dec, pre.prettyprint .var { color: #606 }  /* a declaration; a variable name */
        pre.prettyprint .fun { color: red }  /* a function name */
    


    
            
        
    
        
            
                
                    [0] ThrowableError in Index.php line 220
                
                语法解析错误: syntax error, unexpected '}'
            
        
    
	        
                    if($res){
            return json_encode(array('code'=>1,'msg'=>'成功'));
        }else{
            return json_encode(array('code'=>0,'msg'=>'失败'));
        }
    }

    public function 

}

        
	        
            Call Stack
            
                in Index.php line 220
                                
                at think\__include_file() in Loader.php line 85                
                                
                at Loader::autoload()                
                                
                at spl_autoload_call()                
                                
                at class_exists() in Loader.php line 478                
                                
                at Loader::controller() in App.php line 580                
                                
                at App::module() in App.php line 456                
                                
                at App::exec() in App.php line 139                
                                
                at App::run() in start.php line 19                
                                
                at require('/data/wwwroot/td.880...') in index.php line 23                
                            
        
    
        
    
        
        Environment Variables
                
                        GET Data
            
                                
                    content
                    
                        King Legacy: How to get the Dominion Cloak                    
                
                                
                    to
                    
                        zh-cn                    
                
                            
                    
                
                        
                POST Data
                empty
            
                    
                
                        
                Files
                empty
            
                    
                
                        Cookies
            
                                
                    myip
                    
                        65.21.47.162                    
                
                            
                    
                
                        
                Session
                empty
            
                    
                
                        Server/Request Data
            
                                
                    TEMP
                    
                        /tmp                    
                
                                
                    TMPDIR
                    
                        /tmp                    
                
                                
                    TMP
                    
                        /tmp                    
                
                                
                    PATH
                    
                        /usr/local/bin:/usr/bin:/bin                    
                
                                
                    USER
                    
                        www                    
                
                                
                    HOME
                    
                        /home/www                    
                
                                
                    HTTP_CONTENT_TYPE
                    
                        application/x-www-form-urlencoded;charset=UTF-8                    
                
                                
                    HTTP_CONNECTION
                    
                        Keep-Alive                    
                
                                
                    HTTP_COOKIE
                    
                        myip=65.21.47.162                    
                
                                
                    HTTP_ACCEPT_ENCODING
                    
                        gzip                    
                
                                
                    HTTP_ACCEPT
                    
                        */*                    
                
                                
                    HTTP_USER_AGENT
                    
                        Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)                    
                
                                
                    HTTP_HOST
                    
                        td.880772.xyz                    
                
                                
                    PATH_INFO
                    
                        /api/index/fanyi_article_title                    
                
                                
                    REDIRECT_STATUS
                    
                        200                    
                
                                
                    SERVER_NAME
                    
                        td.880772.xyz                    
                
                                
                    SERVER_PORT
                    
                        443                    
                
                                
                    SERVER_ADDR
                    
                        188.165.242.95                    
                
                                
                    REMOTE_PORT
                    
                        18762                    
                
                                
                    REMOTE_ADDR
                    
                        65.21.47.162                    
                
                                
                    SERVER_SOFTWARE
                    
                        nginx/1.20.2                    
                
                                
                    GATEWAY_INTERFACE
                    
                        CGI/1.1                    
                
                                
                    HTTPS
                    
                        on                    
                
                                
                    REQUEST_SCHEME
                    
                        https                    
                
                                
                    SERVER_PROTOCOL
                    
                        HTTP/1.1                    
                
                                
                    DOCUMENT_ROOT
                    
                        /data/wwwroot/td.880772.xyz/public                    
                
                                
                    DOCUMENT_URI
                    
                        /index.php                    
                
                                
                    REQUEST_URI
                    
                        /api/index/fanyi_article_title?content=King+Legacy%3A+How+to+get+the+Dominion+Cloak&to=zh-cn                    
                
                                
                    SCRIPT_NAME
                    
                        /index.php                    
                
                                
                    CONTENT_LENGTH
                    
                                            
                
                                
                    CONTENT_TYPE
                    
                        application/x-www-form-urlencoded;charset=UTF-8                    
                
                                
                    REQUEST_METHOD
                    
                        GET                    
                
                                
                    QUERY_STRING
                    
                        s=/api/index/fanyi_article_title&content=King+Legacy%3A+How+to+get+the+Dominion+Cloak&to=zh-cn                    
                
                                
                    SCRIPT_FILENAME
                    
                        /data/wwwroot/td.880772.xyz/public/index.php                    
                
                                
                    PHP_VALUE
                    
                        open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/                    
                
                                
                    FCGI_ROLE
                    
                        RESPONDER                    
                
                                
                    PHP_SELF
                    
                        /index.php                    
                
                                
                    REQUEST_TIME_FLOAT
                    
                        1732307055.9822                    
                
                                
                    REQUEST_TIME
                    
                        1732307055                    
                
                            
                    
                
                        
                Environment Variables
                empty
            
                    
                
                        ThinkPHP Constants
            
                                
                    PUBLIC_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../public/                    
                
                                
                    APP_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../application/                    
                
                                
                    THINK_VERSION
                    
                        5.0.24                    
                
                                
                    THINK_START_TIME
                    
                        1732307055.9827                    
                
                                
                    THINK_START_MEM
                    
                        410160                    
                
                                
                    EXT
                    
                        .php                    
                
                                
                    DS
                    
                        /                    
                
                                
                    THINK_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/                    
                
                                
                    LIB_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/                    
                
                                
                    CORE_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/think/                    
                
                                
                    TRAIT_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/traits/                    
                
                                
                    ROOT_PATH
                    
                        /data/wwwroot/td.880772.xyz/                    
                
                                
                    EXTEND_PATH
                    
                        /data/wwwroot/td.880772.xyz/extend/                    
                
                                
                    VENDOR_PATH
                    
                        /data/wwwroot/td.880772.xyz/vendor/                    
                
                                
                    RUNTIME_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/                    
                
                                
                    LOG_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/log/                    
                
                                
                    CACHE_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/cache/                    
                
                                
                    TEMP_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/temp/                    
                
                                
                    CONF_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../application/                    
                
                                
                    CONF_EXT
                    
                        .php                    
                
                                
                    ENV_PREFIX
                    
                        PHP_                    
                
                                
                    IS_CLI
                    
                        false                    
                
                                
                    IS_WIN
                    
                        false                    
                
                                
                    FILTER_VALIDATE_BOOL
                    
                        258                    
                
                                
                    ADDON_PATH
                    
                        /data/wwwroot/td.880772.xyz/addons/                    
                
                            
                    
            
    
    
        ThinkPHP 
        V5.0.24 
        { 十年磨一剑-为API开发设计的高性能框架 }
    
        
        var LINE = 220;

        function $(selector, node){
            var elements;

            node = node || document;
            if(document.querySelectorAll){
                elements = node.querySelectorAll(selector);
            } else {
                switch(selector.substr(0, 1)){
                    case '#':
                        elements = [node.getElementById(selector.substr(1))];
                        break;
                    case '.':
                        if(document.getElementsByClassName){
                            elements = node.getElementsByClassName(selector.substr(1));
                        } else {
                            elements = get_elements_by_class(selector.substr(1), node);
                        }
                        break;
                    default:
                        elements = node.getElementsByTagName();
                }
            }
            return elements;

            function get_elements_by_class(search_class, node, tag) {
                var elements = [], eles, 
                    pattern  = new RegExp('(^|\\s)' + search_class + '(\\s|$)');

                node = node || document;
                tag  = tag  || '*';

                eles = node.getElementsByTagName(tag);
                for(var i = 0; i < eles.length; i++) {
                    if(pattern.test(eles[i].className)) {
                        elements.push(eles[i])
                    }
                }

                return elements;
            }
        }

        $.getScript = function(src, func){
            var script = document.createElement('script');
            
            script.async  = 'async';
            script.src    = src;
            script.onload = func || function(){};
            
            $('head')[0].appendChild(script);
        }

        ;(function(){
            var files = $('.toggle');
            var ol    = $('ol', $('.prettyprint')[0]);
            var li    = $('li', ol[0]);   

            // 短路径和长路径变换
            for(var i = 0; i < files.length; i++){
                files[i].ondblclick = function(){
                    var title = this.title;

                    this.title = this.innerHTML;
                    this.innerHTML = title;
                }
            }

            // 设置出错行
            var err_line = $('.line-' + LINE, ol[0])[0];
            err_line.className = err_line.className + ' line-error';

            $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){
                prettyPrint();

                // 解决Firefox浏览器一个很诡异的问题
                // 当代码高亮后,ol的行号莫名其妙的错位
                // 但是只要刷新li里面的html重新渲染就没有问题了
                if(window.navigator.userAgent.indexOf('Firefox') >= 0){
                    ol[0].innerHTML = ol[0].innerHTML;
                }
            });

        })();
    
    
System Error /* Base */ body { color: #333; font: 14px Verdana, 'Helvetica Neue', helvetica, Arial, 'Microsoft YaHei', sans-serif; margin: 0; padding: 0 20px 20px; word-break: break-word; } h1{ margin: 10px 0 0; font-size: 28px; font-weight: 500; line-height: 32px; } h2{ color: #4288ce; font-weight: 400; padding: 6px 0; margin: 6px 0 0; font-size: 18px; border-bottom: 1px solid #eee; } h3.subheading { color: #4288ce; margin: 6px 0 0; font-weight: 400; } h3{ margin: 12px; font-size: 16px; font-weight: bold; } abbr{ cursor: help; text-decoration: underline; text-decoration-style: dotted; } a{ color: #868686; cursor: pointer; } a:hover{ text-decoration: underline; } .line-error{ background: #f8cbcb; } .echo table { width: 100%; } .echo pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f7f7f7; border: 0; border-radius: 3px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; } .echo pre > pre { padding: 0; margin: 0; } /* Layout */ .col-md-3 { width: 25%; } .col-md-9 { width: 75%; } [class^='col-md-'] { float: left; } .clearfix { clear:both; } @media only screen and (min-device-width : 375px) and (max-device-width : 667px) { .col-md-3, .col-md-9 { width: 100%; } } /* Exception Info */ .exception { margin-top: 20px; } .exception .message{ padding: 12px; border: 1px solid #ddd; border-bottom: 0 none; line-height: 18px; font-size:16px; border-top-left-radius: 4px; border-top-right-radius: 4px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .code{ float: left; text-align: center; color: #fff; margin-right: 12px; padding: 16px; border-radius: 4px; background: #999; } .exception .source-code{ padding: 6px; border: 1px solid #ddd; background: #f9f9f9; overflow-x: auto; } .exception .source-code pre{ margin: 0; } .exception .source-code pre ol{ margin: 0; color: #4288ce; display: inline-block; min-width: 100%; box-sizing: border-box; font-size:14px; font-family: 'Century Gothic',Consolas,'Liberation Mono',Courier,Verdana; padding-left: 56px; } .exception .source-code pre li{ border-left: 1px solid #ddd; height: 18px; line-height: 18px; } .exception .source-code pre code{ color: #333; height: 100%; display: inline-block; border-left: 1px solid #fff; font-size:14px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .trace{ padding: 6px; border: 1px solid #ddd; border-top: 0 none; line-height: 16px; font-size:14px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .trace ol{ margin: 12px; } .exception .trace ol li{ padding: 2px 4px; } .exception div:last-child{ border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } /* Exception Variables */ .exception-var table{ width: 100%; margin: 12px 0; box-sizing: border-box; table-layout:fixed; word-wrap:break-word; } .exception-var table caption{ text-align: left; font-size: 16px; font-weight: bold; padding: 6px 0; } .exception-var table caption small{ font-weight: 300; display: inline-block; margin-left: 10px; color: #ccc; } .exception-var table tbody{ font-size: 13px; font-family: Consolas,'Liberation Mono',Courier,'微软雅黑'; } .exception-var table td{ padding: 0 6px; vertical-align: top; word-break: break-all; } .exception-var table td:first-child{ width: 28%; font-weight: bold; white-space: nowrap; } .exception-var table td pre{ margin: 0; } /* Copyright Info */ .copyright{ margin-top: 24px; padding: 12px 0; border-top: 1px solid #eee; } /* SPAN elements with the classes below are added by prettyprint. */ pre.prettyprint .pln { color: #000 } /* plain text */ pre.prettyprint .str { color: #080 } /* string content */ pre.prettyprint .kwd { color: #008 } /* a keyword */ pre.prettyprint .com { color: #800 } /* a comment */ pre.prettyprint .typ { color: #606 } /* a type name */ pre.prettyprint .lit { color: #066 } /* a literal value */ /* punctuation, lisp open bracket, lisp close bracket */ pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 } pre.prettyprint .tag { color: #008 } /* a markup tag name */ pre.prettyprint .atn { color: #606 } /* a markup attribute name */ pre.prettyprint .atv { color: #080 } /* a markup attribute value */ pre.prettyprint .dec, pre.prettyprint .var { color: #606 } /* a declaration; a variable name */ pre.prettyprint .fun { color: red } /* a function name */ [0] ThrowableError in Index.php line 220 语法解析错误: syntax error, unexpected '}' if($res){ return json_encode(array('code'=>1,'msg'=>'成功')); }else{ return json_encode(array('code'=>0,'msg'=>'失败')); } } public function } Call Stack in Index.php line 220 at think\__include_file() in Loader.php line 85 at Loader::autoload() at spl_autoload_call() at class_exists() in Loader.php line 478 at Loader::controller() in App.php line 580 at App::module() in App.php line 456 at App::exec() in App.php line 139 at App::run() in start.php line 19 at require('/data/wwwroot/td.880...') in index.php line 23 Environment Variables GET Data content King Legacy: How to get the Dominion Cloak to zh-cn POST Data empty Files empty Cookies myip 65.21.47.162 Session empty Server/Request Data TEMP /tmp TMPDIR /tmp TMP /tmp PATH /usr/local/bin:/usr/bin:/bin USER www HOME /home/www HTTP_CONTENT_TYPE application/x-www-form-urlencoded;charset=UTF-8 HTTP_CONNECTION Keep-Alive HTTP_COOKIE myip=65.21.47.162 HTTP_ACCEPT_ENCODING gzip HTTP_ACCEPT */* HTTP_USER_AGENT Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1) HTTP_HOST td.880772.xyz PATH_INFO /api/index/fanyi_article_title REDIRECT_STATUS 200 SERVER_NAME td.880772.xyz SERVER_PORT 443 SERVER_ADDR 188.165.242.95 REMOTE_PORT 18762 REMOTE_ADDR 65.21.47.162 SERVER_SOFTWARE nginx/1.20.2 GATEWAY_INTERFACE CGI/1.1 HTTPS on REQUEST_SCHEME https SERVER_PROTOCOL HTTP/1.1 DOCUMENT_ROOT /data/wwwroot/td.880772.xyz/public DOCUMENT_URI /index.php REQUEST_URI /api/index/fanyi_article_title?content=King+Legacy%3A+How+to+get+the+Dominion+Cloak&to=zh-cn SCRIPT_NAME /index.php CONTENT_LENGTH CONTENT_TYPE application/x-www-form-urlencoded;charset=UTF-8 REQUEST_METHOD GET QUERY_STRING s=/api/index/fanyi_article_title&content=King+Legacy%3A+How+to+get+the+Dominion+Cloak&to=zh-cn SCRIPT_FILENAME /data/wwwroot/td.880772.xyz/public/index.php PHP_VALUE open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/ FCGI_ROLE RESPONDER PHP_SELF /index.php REQUEST_TIME_FLOAT 1732307055.9822 REQUEST_TIME 1732307055 Environment Variables empty ThinkPHP Constants PUBLIC_PATH /data/wwwroot/td.880772.xyz/public/../public/ APP_PATH /data/wwwroot/td.880772.xyz/public/../application/ THINK_VERSION 5.0.24 THINK_START_TIME 1732307055.9827 THINK_START_MEM 410160 EXT .php DS / THINK_PATH /data/wwwroot/td.880772.xyz/thinkphp/ LIB_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/ CORE_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/think/ TRAIT_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/traits/ ROOT_PATH /data/wwwroot/td.880772.xyz/ EXTEND_PATH /data/wwwroot/td.880772.xyz/extend/ VENDOR_PATH /data/wwwroot/td.880772.xyz/vendor/ RUNTIME_PATH /data/wwwroot/td.880772.xyz/runtime/ LOG_PATH /data/wwwroot/td.880772.xyz/runtime/log/ CACHE_PATH /data/wwwroot/td.880772.xyz/runtime/cache/ TEMP_PATH /data/wwwroot/td.880772.xyz/runtime/temp/ CONF_PATH /data/wwwroot/td.880772.xyz/public/../application/ CONF_EXT .php ENV_PREFIX PHP_ IS_CLI false IS_WIN false FILTER_VALIDATE_BOOL 258 ADDON_PATH /data/wwwroot/td.880772.xyz/addons/ ThinkPHP V5.0.24 { 十年磨一剑-为API开发设计的高性能框架 } var LINE = 220; function $(selector, node){ var elements; node = node || document; if(document.querySelectorAll){ elements = node.querySelectorAll(selector); } else { switch(selector.substr(0, 1)){ case '#': elements = [node.getElementById(selector.substr(1))]; break; case '.': if(document.getElementsByClassName){ elements = node.getElementsByClassName(selector.substr(1)); } else { elements = get_elements_by_class(selector.substr(1), node); } break; default: elements = node.getElementsByTagName(); } } return elements; function get_elements_by_class(search_class, node, tag) { var elements = [], eles, pattern = new RegExp('(^|\\s)' + search_class + '(\\s|$)'); node = node || document; tag = tag || '*'; eles = node.getElementsByTagName(tag); for(var i = 0; i < eles.length; i++) { if(pattern.test(eles[i].className)) { elements.push(eles[i]) } } return elements; } } $.getScript = function(src, func){ var script = document.createElement('script'); script.async = 'async'; script.src = src; script.onload = func || function(){}; $('head')[0].appendChild(script); } ;(function(){ var files = $('.toggle'); var ol = $('ol', $('.prettyprint')[0]); var li = $('li', ol[0]); // 短路径和长路径变换 for(var i = 0; i < files.length; i++){ files[i].ondblclick = function(){ var title = this.title; this.title = this.innerHTML; this.innerHTML = title; } } // 设置出错行 var err_line = $('.line-' + LINE, ol[0])[0]; err_line.className = err_line.className + ' line-error'; $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){ prettyPrint(); // 解决Firefox浏览器一个很诡异的问题 // 当代码高亮后,ol的行号莫名其妙的错位 // 但是只要刷新li里面的html重新渲染就没有问题了 if(window.navigator.userAgent.indexOf('Firefox') >= 0){ ol[0].innerHTML = ol[0].innerHTML; } }); })();

23Nov2024

System Error

[0] ThrowableError in Index.php line 220

语法解析错误: syntax error, unexpected '}'

  1. if($res){
  2. return json_encode(array('code'=>1,'msg'=>'成功'));
  3. }else{
  4. return json_encode(array('code'=>0,'msg'=>'失败'));
  5. }
  6. }
  7. public function
  8. }

Call Stack

  1. in Index.php line 220
  2. at think\__include_file() in Loader.php line 85
  3. at Loader::autoload()
  4. at spl_autoload_call()
  5. at class_exists() in Loader.php line 478
  6. at Loader::controller() in App.php line 580
  7. at App::module() in App.php line 456
  8. at App::exec() in App.php line 139
  9. at App::run() in start.php line 19
  10. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Getting the King Legacy’s Dominion Cloak item in Roblox is essential if you want to fully awaken the Control Fruit. Seeing as most of the Control Fruit’s best abilities only become available when it’s awakened, there’s little point
to
zh-cn
POST Data
empty
Files
empty

Cookies

myip
65.21.47.162
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
HTTP_COOKIE
myip=65.21.47.162
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
18770
REMOTE_ADDR
65.21.47.162
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=Getting+the+King+Legacy%E2%80%99s+Dominion+Cloak+item+in+Roblox+is+essential+if+you+want+to+fully+awaken+the+Control+Fruit.+Seeing+as+most+of+the+Control+Fruit%E2%80%99s+best+abilities+only+become+available+when+it%E2%80%99s+awakened%2C+there%E2%80%99s+little+point&to=zh-cn
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
GET
QUERY_STRING
s=/api/index/fanyi_article_title&content=Getting+the+King+Legacy%E2%80%99s+Dominion+Cloak+item+in+Roblox+is+essential+if+you+want+to+fully+awaken+the+Control+Fruit.+Seeing+as+most+of+the+Control+Fruit%E2%80%99s+best+abilities+only+become+available+when+it%E2%80%99s+awakened%2C+there%E2%80%99s+little+point&to=zh-cn
SCRIPT_FILENAME
/data/wwwroot/td.880772.xyz/public/index.php
PHP_VALUE
open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1732307056.2595
REQUEST_TIME
1732307056
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/data/wwwroot/td.880772.xyz/public/../public/
APP_PATH
/data/wwwroot/td.880772.xyz/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1732307056.2602
THINK_START_MEM
410640
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/td.880772.xyz/thinkphp/
LIB_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/
CORE_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/td.880772.xyz/
EXTEND_PATH
/data/wwwroot/td.880772.xyz/extend/
VENDOR_PATH
/data/wwwroot/td.880772.xyz/vendor/
RUNTIME_PATH
/data/wwwroot/td.880772.xyz/runtime/
LOG_PATH
/data/wwwroot/td.880772.xyz/runtime/log/
CACHE_PATH
/data/wwwroot/td.880772.xyz/runtime/cache/
TEMP_PATH
/data/wwwroot/td.880772.xyz/runtime/temp/
CONF_PATH
/data/wwwroot/td.880772.xyz/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/data/wwwroot/td.880772.xyz/addons/




    
    System Error
    
    
    
        /* Base */
        body {
            color: #333;
            font: 14px Verdana, 'Helvetica Neue', helvetica, Arial, 'Microsoft YaHei', sans-serif;
            margin: 0;
            padding: 0 20px 20px;
            word-break: break-word;
        }
        h1{
            margin: 10px 0 0;
            font-size: 28px;
            font-weight: 500;
            line-height: 32px;
        }
        h2{
            color: #4288ce;
            font-weight: 400;
            padding: 6px 0;
            margin: 6px 0 0;
            font-size: 18px;
            border-bottom: 1px solid #eee;
        }
        h3.subheading {
            color: #4288ce;
            margin: 6px 0 0;
            font-weight: 400;
        }
        h3{
            margin: 12px;
            font-size: 16px;
            font-weight: bold;
        }
        abbr{
            cursor: help;
            text-decoration: underline;
            text-decoration-style: dotted;
        }
        a{
            color: #868686;
            cursor: pointer;
        }
        a:hover{
            text-decoration: underline;
        }
        .line-error{
            background: #f8cbcb;
        }

        .echo table {
            width: 100%;
        }

        .echo pre {
            padding: 16px;
            overflow: auto;
            font-size: 85%;
            line-height: 1.45;
            background-color: #f7f7f7;
            border: 0;
            border-radius: 3px;
            font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
        }

        .echo pre > pre {
            padding: 0;
            margin: 0;
        }
        /* Layout */
        .col-md-3 {
            width: 25%;
        }
        .col-md-9 {
            width: 75%;
        }
        [class^='col-md-'] {
            float: left;
        }
        .clearfix {
            clear:both;
        }
        @media only screen 
        and (min-device-width : 375px) 
        and (max-device-width : 667px) { 
            .col-md-3,
            .col-md-9 {
                width: 100%;
            }
        }
        /* Exception Info */
        .exception {
            margin-top: 20px;
        }
        .exception .message{
            padding: 12px;
            border: 1px solid #ddd;
            border-bottom: 0 none;
            line-height: 18px;
            font-size:16px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }

        .exception .code{
            float: left;
            text-align: center;
            color: #fff;
            margin-right: 12px;
            padding: 16px;
            border-radius: 4px;
            background: #999;
        }
        .exception .source-code{
            padding: 6px;
            border: 1px solid #ddd;

            background: #f9f9f9;
            overflow-x: auto;

        }
        .exception .source-code pre{
            margin: 0;
        }
        .exception .source-code pre ol{
            margin: 0;
            color: #4288ce;
            display: inline-block;
            min-width: 100%;
            box-sizing: border-box;
        font-size:14px;
            font-family: 'Century Gothic',Consolas,'Liberation Mono',Courier,Verdana;
            padding-left: 56px;
        }
        .exception .source-code pre li{
            border-left: 1px solid #ddd;
            height: 18px;
            line-height: 18px;
        }
        .exception .source-code pre code{
            color: #333;
            height: 100%;
            display: inline-block;
            border-left: 1px solid #fff;
        font-size:14px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }
        .exception .trace{
            padding: 6px;
            border: 1px solid #ddd;
            border-top: 0 none;
            line-height: 16px;
        font-size:14px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }
        .exception .trace ol{
            margin: 12px;
        }
        .exception .trace ol li{
            padding: 2px 4px;
        }
        .exception div:last-child{
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        /* Exception Variables */
        .exception-var table{
            width: 100%;
            margin: 12px 0;
            box-sizing: border-box;
            table-layout:fixed;
            word-wrap:break-word;            
        }
        .exception-var table caption{
            text-align: left;
            font-size: 16px;
            font-weight: bold;
            padding: 6px 0;
        }
        .exception-var table caption small{
            font-weight: 300;
            display: inline-block;
            margin-left: 10px;
            color: #ccc;
        }
        .exception-var table tbody{
            font-size: 13px;
            font-family: Consolas,'Liberation Mono',Courier,'微软雅黑';
        }
        .exception-var table td{
            padding: 0 6px;
            vertical-align: top;
            word-break: break-all;
        }
        .exception-var table td:first-child{
            width: 28%;
            font-weight: bold;
            white-space: nowrap;
        }
        .exception-var table td pre{
            margin: 0;
        }

        /* Copyright Info */
        .copyright{
            margin-top: 24px;
            padding: 12px 0;
            border-top: 1px solid #eee;
        }

        /* SPAN elements with the classes below are added by prettyprint. */
        pre.prettyprint .pln { color: #000 }  /* plain text */
        pre.prettyprint .str { color: #080 }  /* string content */
        pre.prettyprint .kwd { color: #008 }  /* a keyword */
        pre.prettyprint .com { color: #800 }  /* a comment */
        pre.prettyprint .typ { color: #606 }  /* a type name */
        pre.prettyprint .lit { color: #066 }  /* a literal value */
        /* punctuation, lisp open bracket, lisp close bracket */
        pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 }
        pre.prettyprint .tag { color: #008 }  /* a markup tag name */
        pre.prettyprint .atn { color: #606 }  /* a markup attribute name */
        pre.prettyprint .atv { color: #080 }  /* a markup attribute value */
        pre.prettyprint .dec, pre.prettyprint .var { color: #606 }  /* a declaration; a variable name */
        pre.prettyprint .fun { color: red }  /* a function name */
    


    
            
        
    
        
            
                
                    [0] ThrowableError in Index.php line 220
                
                语法解析错误: syntax error, unexpected '}'
            
        
    
	        
                    if($res){
            return json_encode(array('code'=>1,'msg'=>'成功'));
        }else{
            return json_encode(array('code'=>0,'msg'=>'失败'));
        }
    }

    public function 

}

        
	        
            Call Stack
            
                in Index.php line 220
                                
                at think\__include_file() in Loader.php line 85                
                                
                at Loader::autoload()                
                                
                at spl_autoload_call()                
                                
                at class_exists() in Loader.php line 478                
                                
                at Loader::controller() in App.php line 580                
                                
                at App::module() in App.php line 456                
                                
                at App::exec() in App.php line 139                
                                
                at App::run() in start.php line 19                
                                
                at require('/data/wwwroot/td.880...') in index.php line 23                
                            
        
    
        
    
        
        Environment Variables
                
                        GET Data
            
                                
                    content
                    
                        Stalker 2: Heart Of Chornobyl - Complete Guide And Walkthroughs                    
                
                                
                    to
                    
                        zh-cn                    
                
                            
                    
                
                        
                POST Data
                empty
            
                    
                
                        
                Files
                empty
            
                    
                
                        Cookies
            
                                
                    myip
                    
                        65.21.47.162                    
                
                            
                    
                
                        
                Session
                empty
            
                    
                
                        Server/Request Data
            
                                
                    TEMP
                    
                        /tmp                    
                
                                
                    TMPDIR
                    
                        /tmp                    
                
                                
                    TMP
                    
                        /tmp                    
                
                                
                    PATH
                    
                        /usr/local/bin:/usr/bin:/bin                    
                
                                
                    USER
                    
                        www                    
                
                                
                    HOME
                    
                        /home/www                    
                
                                
                    HTTP_CONTENT_TYPE
                    
                        application/x-www-form-urlencoded;charset=UTF-8                    
                
                                
                    HTTP_CONNECTION
                    
                        Keep-Alive                    
                
                                
                    HTTP_COOKIE
                    
                        myip=65.21.47.162                    
                
                                
                    HTTP_ACCEPT_ENCODING
                    
                        gzip                    
                
                                
                    HTTP_ACCEPT
                    
                        */*                    
                
                                
                    HTTP_USER_AGENT
                    
                        Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)                    
                
                                
                    HTTP_HOST
                    
                        td.880772.xyz                    
                
                                
                    PATH_INFO
                    
                        /api/index/fanyi_article_title                    
                
                                
                    REDIRECT_STATUS
                    
                        200                    
                
                                
                    SERVER_NAME
                    
                        td.880772.xyz                    
                
                                
                    SERVER_PORT
                    
                        443                    
                
                                
                    SERVER_ADDR
                    
                        188.165.242.95                    
                
                                
                    REMOTE_PORT
                    
                        19496                    
                
                                
                    REMOTE_ADDR
                    
                        65.21.47.162                    
                
                                
                    SERVER_SOFTWARE
                    
                        nginx/1.20.2                    
                
                                
                    GATEWAY_INTERFACE
                    
                        CGI/1.1                    
                
                                
                    HTTPS
                    
                        on                    
                
                                
                    REQUEST_SCHEME
                    
                        https                    
                
                                
                    SERVER_PROTOCOL
                    
                        HTTP/1.1                    
                
                                
                    DOCUMENT_ROOT
                    
                        /data/wwwroot/td.880772.xyz/public                    
                
                                
                    DOCUMENT_URI
                    
                        /index.php                    
                
                                
                    REQUEST_URI
                    
                        /api/index/fanyi_article_title?content=Stalker+2%3A+Heart+Of+Chornobyl+-+Complete+Guide+And+Walkthroughs&to=zh-cn                    
                
                                
                    SCRIPT_NAME
                    
                        /index.php                    
                
                                
                    CONTENT_LENGTH
                    
                                            
                
                                
                    CONTENT_TYPE
                    
                        application/x-www-form-urlencoded;charset=UTF-8                    
                
                                
                    REQUEST_METHOD
                    
                        GET                    
                
                                
                    QUERY_STRING
                    
                        s=/api/index/fanyi_article_title&content=Stalker+2%3A+Heart+Of+Chornobyl+-+Complete+Guide+And+Walkthroughs&to=zh-cn                    
                
                                
                    SCRIPT_FILENAME
                    
                        /data/wwwroot/td.880772.xyz/public/index.php                    
                
                                
                    PHP_VALUE
                    
                        open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/                    
                
                                
                    FCGI_ROLE
                    
                        RESPONDER                    
                
                                
                    PHP_SELF
                    
                        /index.php                    
                
                                
                    REQUEST_TIME_FLOAT
                    
                        1732297810.635                    
                
                                
                    REQUEST_TIME
                    
                        1732297810                    
                
                            
                    
                
                        
                Environment Variables
                empty
            
                    
                
                        ThinkPHP Constants
            
                                
                    PUBLIC_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../public/                    
                
                                
                    APP_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../application/                    
                
                                
                    THINK_VERSION
                    
                        5.0.24                    
                
                                
                    THINK_START_TIME
                    
                        1732297810.6354                    
                
                                
                    THINK_START_MEM
                    
                        410192                    
                
                                
                    EXT
                    
                        .php                    
                
                                
                    DS
                    
                        /                    
                
                                
                    THINK_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/                    
                
                                
                    LIB_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/                    
                
                                
                    CORE_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/think/                    
                
                                
                    TRAIT_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/traits/                    
                
                                
                    ROOT_PATH
                    
                        /data/wwwroot/td.880772.xyz/                    
                
                                
                    EXTEND_PATH
                    
                        /data/wwwroot/td.880772.xyz/extend/                    
                
                                
                    VENDOR_PATH
                    
                        /data/wwwroot/td.880772.xyz/vendor/                    
                
                                
                    RUNTIME_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/                    
                
                                
                    LOG_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/log/                    
                
                                
                    CACHE_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/cache/                    
                
                                
                    TEMP_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/temp/                    
                
                                
                    CONF_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../application/                    
                
                                
                    CONF_EXT
                    
                        .php                    
                
                                
                    ENV_PREFIX
                    
                        PHP_                    
                
                                
                    IS_CLI
                    
                        false                    
                
                                
                    IS_WIN
                    
                        false                    
                
                                
                    FILTER_VALIDATE_BOOL
                    
                        258                    
                
                                
                    ADDON_PATH
                    
                        /data/wwwroot/td.880772.xyz/addons/                    
                
                            
                    
            
    
    
        ThinkPHP 
        V5.0.24 
        { 十年磨一剑-为API开发设计的高性能框架 }
    
        
        var LINE = 220;

        function $(selector, node){
            var elements;

            node = node || document;
            if(document.querySelectorAll){
                elements = node.querySelectorAll(selector);
            } else {
                switch(selector.substr(0, 1)){
                    case '#':
                        elements = [node.getElementById(selector.substr(1))];
                        break;
                    case '.':
                        if(document.getElementsByClassName){
                            elements = node.getElementsByClassName(selector.substr(1));
                        } else {
                            elements = get_elements_by_class(selector.substr(1), node);
                        }
                        break;
                    default:
                        elements = node.getElementsByTagName();
                }
            }
            return elements;

            function get_elements_by_class(search_class, node, tag) {
                var elements = [], eles, 
                    pattern  = new RegExp('(^|\\s)' + search_class + '(\\s|$)');

                node = node || document;
                tag  = tag  || '*';

                eles = node.getElementsByTagName(tag);
                for(var i = 0; i < eles.length; i++) {
                    if(pattern.test(eles[i].className)) {
                        elements.push(eles[i])
                    }
                }

                return elements;
            }
        }

        $.getScript = function(src, func){
            var script = document.createElement('script');
            
            script.async  = 'async';
            script.src    = src;
            script.onload = func || function(){};
            
            $('head')[0].appendChild(script);
        }

        ;(function(){
            var files = $('.toggle');
            var ol    = $('ol', $('.prettyprint')[0]);
            var li    = $('li', ol[0]);   

            // 短路径和长路径变换
            for(var i = 0; i < files.length; i++){
                files[i].ondblclick = function(){
                    var title = this.title;

                    this.title = this.innerHTML;
                    this.innerHTML = title;
                }
            }

            // 设置出错行
            var err_line = $('.line-' + LINE, ol[0])[0];
            err_line.className = err_line.className + ' line-error';

            $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){
                prettyPrint();

                // 解决Firefox浏览器一个很诡异的问题
                // 当代码高亮后,ol的行号莫名其妙的错位
                // 但是只要刷新li里面的html重新渲染就没有问题了
                if(window.navigator.userAgent.indexOf('Firefox') >= 0){
                    ol[0].innerHTML = ol[0].innerHTML;
                }
            });

        })();
    
    
System Error /* Base */ body { color: #333; font: 14px Verdana, 'Helvetica Neue', helvetica, Arial, 'Microsoft YaHei', sans-serif; margin: 0; padding: 0 20px 20px; word-break: break-word; } h1{ margin: 10px 0 0; font-size: 28px; font-weight: 500; line-height: 32px; } h2{ color: #4288ce; font-weight: 400; padding: 6px 0; margin: 6px 0 0; font-size: 18px; border-bottom: 1px solid #eee; } h3.subheading { color: #4288ce; margin: 6px 0 0; font-weight: 400; } h3{ margin: 12px; font-size: 16px; font-weight: bold; } abbr{ cursor: help; text-decoration: underline; text-decoration-style: dotted; } a{ color: #868686; cursor: pointer; } a:hover{ text-decoration: underline; } .line-error{ background: #f8cbcb; } .echo table { width: 100%; } .echo pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f7f7f7; border: 0; border-radius: 3px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; } .echo pre > pre { padding: 0; margin: 0; } /* Layout */ .col-md-3 { width: 25%; } .col-md-9 { width: 75%; } [class^='col-md-'] { float: left; } .clearfix { clear:both; } @media only screen and (min-device-width : 375px) and (max-device-width : 667px) { .col-md-3, .col-md-9 { width: 100%; } } /* Exception Info */ .exception { margin-top: 20px; } .exception .message{ padding: 12px; border: 1px solid #ddd; border-bottom: 0 none; line-height: 18px; font-size:16px; border-top-left-radius: 4px; border-top-right-radius: 4px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .code{ float: left; text-align: center; color: #fff; margin-right: 12px; padding: 16px; border-radius: 4px; background: #999; } .exception .source-code{ padding: 6px; border: 1px solid #ddd; background: #f9f9f9; overflow-x: auto; } .exception .source-code pre{ margin: 0; } .exception .source-code pre ol{ margin: 0; color: #4288ce; display: inline-block; min-width: 100%; box-sizing: border-box; font-size:14px; font-family: 'Century Gothic',Consolas,'Liberation Mono',Courier,Verdana; padding-left: 56px; } .exception .source-code pre li{ border-left: 1px solid #ddd; height: 18px; line-height: 18px; } .exception .source-code pre code{ color: #333; height: 100%; display: inline-block; border-left: 1px solid #fff; font-size:14px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .trace{ padding: 6px; border: 1px solid #ddd; border-top: 0 none; line-height: 16px; font-size:14px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .trace ol{ margin: 12px; } .exception .trace ol li{ padding: 2px 4px; } .exception div:last-child{ border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } /* Exception Variables */ .exception-var table{ width: 100%; margin: 12px 0; box-sizing: border-box; table-layout:fixed; word-wrap:break-word; } .exception-var table caption{ text-align: left; font-size: 16px; font-weight: bold; padding: 6px 0; } .exception-var table caption small{ font-weight: 300; display: inline-block; margin-left: 10px; color: #ccc; } .exception-var table tbody{ font-size: 13px; font-family: Consolas,'Liberation Mono',Courier,'微软雅黑'; } .exception-var table td{ padding: 0 6px; vertical-align: top; word-break: break-all; } .exception-var table td:first-child{ width: 28%; font-weight: bold; white-space: nowrap; } .exception-var table td pre{ margin: 0; } /* Copyright Info */ .copyright{ margin-top: 24px; padding: 12px 0; border-top: 1px solid #eee; } /* SPAN elements with the classes below are added by prettyprint. */ pre.prettyprint .pln { color: #000 } /* plain text */ pre.prettyprint .str { color: #080 } /* string content */ pre.prettyprint .kwd { color: #008 } /* a keyword */ pre.prettyprint .com { color: #800 } /* a comment */ pre.prettyprint .typ { color: #606 } /* a type name */ pre.prettyprint .lit { color: #066 } /* a literal value */ /* punctuation, lisp open bracket, lisp close bracket */ pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 } pre.prettyprint .tag { color: #008 } /* a markup tag name */ pre.prettyprint .atn { color: #606 } /* a markup attribute name */ pre.prettyprint .atv { color: #080 } /* a markup attribute value */ pre.prettyprint .dec, pre.prettyprint .var { color: #606 } /* a declaration; a variable name */ pre.prettyprint .fun { color: red } /* a function name */ [0] ThrowableError in Index.php line 220 语法解析错误: syntax error, unexpected '}' if($res){ return json_encode(array('code'=>1,'msg'=>'成功')); }else{ return json_encode(array('code'=>0,'msg'=>'失败')); } } public function } Call Stack in Index.php line 220 at think\__include_file() in Loader.php line 85 at Loader::autoload() at spl_autoload_call() at class_exists() in Loader.php line 478 at Loader::controller() in App.php line 580 at App::module() in App.php line 456 at App::exec() in App.php line 139 at App::run() in start.php line 19 at require('/data/wwwroot/td.880...') in index.php line 23 Environment Variables GET Data content Stalker 2: Heart Of Chornobyl - Complete Guide And Walkthroughs to zh-cn POST Data empty Files empty Cookies myip 65.21.47.162 Session empty Server/Request Data TEMP /tmp TMPDIR /tmp TMP /tmp PATH /usr/local/bin:/usr/bin:/bin USER www HOME /home/www HTTP_CONTENT_TYPE application/x-www-form-urlencoded;charset=UTF-8 HTTP_CONNECTION Keep-Alive HTTP_COOKIE myip=65.21.47.162 HTTP_ACCEPT_ENCODING gzip HTTP_ACCEPT */* HTTP_USER_AGENT Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1) HTTP_HOST td.880772.xyz PATH_INFO /api/index/fanyi_article_title REDIRECT_STATUS 200 SERVER_NAME td.880772.xyz SERVER_PORT 443 SERVER_ADDR 188.165.242.95 REMOTE_PORT 19496 REMOTE_ADDR 65.21.47.162 SERVER_SOFTWARE nginx/1.20.2 GATEWAY_INTERFACE CGI/1.1 HTTPS on REQUEST_SCHEME https SERVER_PROTOCOL HTTP/1.1 DOCUMENT_ROOT /data/wwwroot/td.880772.xyz/public DOCUMENT_URI /index.php REQUEST_URI /api/index/fanyi_article_title?content=Stalker+2%3A+Heart+Of+Chornobyl+-+Complete+Guide+And+Walkthroughs&to=zh-cn SCRIPT_NAME /index.php CONTENT_LENGTH CONTENT_TYPE application/x-www-form-urlencoded;charset=UTF-8 REQUEST_METHOD GET QUERY_STRING s=/api/index/fanyi_article_title&content=Stalker+2%3A+Heart+Of+Chornobyl+-+Complete+Guide+And+Walkthroughs&to=zh-cn SCRIPT_FILENAME /data/wwwroot/td.880772.xyz/public/index.php PHP_VALUE open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/ FCGI_ROLE RESPONDER PHP_SELF /index.php REQUEST_TIME_FLOAT 1732297810.635 REQUEST_TIME 1732297810 Environment Variables empty ThinkPHP Constants PUBLIC_PATH /data/wwwroot/td.880772.xyz/public/../public/ APP_PATH /data/wwwroot/td.880772.xyz/public/../application/ THINK_VERSION 5.0.24 THINK_START_TIME 1732297810.6354 THINK_START_MEM 410192 EXT .php DS / THINK_PATH /data/wwwroot/td.880772.xyz/thinkphp/ LIB_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/ CORE_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/think/ TRAIT_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/traits/ ROOT_PATH /data/wwwroot/td.880772.xyz/ EXTEND_PATH /data/wwwroot/td.880772.xyz/extend/ VENDOR_PATH /data/wwwroot/td.880772.xyz/vendor/ RUNTIME_PATH /data/wwwroot/td.880772.xyz/runtime/ LOG_PATH /data/wwwroot/td.880772.xyz/runtime/log/ CACHE_PATH /data/wwwroot/td.880772.xyz/runtime/cache/ TEMP_PATH /data/wwwroot/td.880772.xyz/runtime/temp/ CONF_PATH /data/wwwroot/td.880772.xyz/public/../application/ CONF_EXT .php ENV_PREFIX PHP_ IS_CLI false IS_WIN false FILTER_VALIDATE_BOOL 258 ADDON_PATH /data/wwwroot/td.880772.xyz/addons/ ThinkPHP V5.0.24 { 十年磨一剑-为API开发设计的高性能框架 } var LINE = 220; function $(selector, node){ var elements; node = node || document; if(document.querySelectorAll){ elements = node.querySelectorAll(selector); } else { switch(selector.substr(0, 1)){ case '#': elements = [node.getElementById(selector.substr(1))]; break; case '.': if(document.getElementsByClassName){ elements = node.getElementsByClassName(selector.substr(1)); } else { elements = get_elements_by_class(selector.substr(1), node); } break; default: elements = node.getElementsByTagName(); } } return elements; function get_elements_by_class(search_class, node, tag) { var elements = [], eles, pattern = new RegExp('(^|\\s)' + search_class + '(\\s|$)'); node = node || document; tag = tag || '*'; eles = node.getElementsByTagName(tag); for(var i = 0; i < eles.length; i++) { if(pattern.test(eles[i].className)) { elements.push(eles[i]) } } return elements; } } $.getScript = function(src, func){ var script = document.createElement('script'); script.async = 'async'; script.src = src; script.onload = func || function(){}; $('head')[0].appendChild(script); } ;(function(){ var files = $('.toggle'); var ol = $('ol', $('.prettyprint')[0]); var li = $('li', ol[0]); // 短路径和长路径变换 for(var i = 0; i < files.length; i++){ files[i].ondblclick = function(){ var title = this.title; this.title = this.innerHTML; this.innerHTML = title; } } // 设置出错行 var err_line = $('.line-' + LINE, ol[0])[0]; err_line.className = err_line.className + ' line-error'; $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){ prettyPrint(); // 解决Firefox浏览器一个很诡异的问题 // 当代码高亮后,ol的行号莫名其妙的错位 // 但是只要刷新li里面的html重新渲染就没有问题了 if(window.navigator.userAgent.indexOf('Firefox') >= 0){ ol[0].innerHTML = ol[0].innerHTML; } }); })();

23Nov2024

System Error

[0] ThrowableError in Index.php line 220

语法解析错误: syntax error, unexpected '}'

  1. if($res){
  2. return json_encode(array('code'=>1,'msg'=>'成功'));
  3. }else{
  4. return json_encode(array('code'=>0,'msg'=>'失败'));
  5. }
  6. }
  7. public function
  8. }

Call Stack

  1. in Index.php line 220
  2. at think\__include_file() in Loader.php line 85
  3. at Loader::autoload()
  4. at spl_autoload_call()
  5. at class_exists() in Loader.php line 478
  6. at Loader::controller() in App.php line 580
  7. at App::module() in App.php line 456
  8. at App::exec() in App.php line 139
  9. at App::run() in start.php line 19
  10. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
You'll realize just how big Stalker 2: Heart Of Chornobyl is when you download it already since it takes a massive 150GB of space on your device. Apart from the giant area taken by the Zone, you also go through various cutscenes in what feels
to
zh-cn
POST Data
empty
Files
empty

Cookies

myip
65.21.47.162
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
HTTP_COOKIE
myip=65.21.47.162
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
19504
REMOTE_ADDR
65.21.47.162
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=You%27ll+realize+just+how+big+Stalker+2%3A+Heart+Of+Chornobyl+is+when+you+download+it+already+since+it+takes+a+massive+150GB+of+space+on+your+device.+Apart+from+the+giant+area+taken+by+the+Zone%2C+you+also+go+through+various+cutscenes+in+what+feels&to=zh-cn
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
GET
QUERY_STRING
s=/api/index/fanyi_article_title&content=You%27ll+realize+just+how+big+Stalker+2%3A+Heart+Of+Chornobyl+is+when+you+download+it+already+since+it+takes+a+massive+150GB+of+space+on+your+device.+Apart+from+the+giant+area+taken+by+the+Zone%2C+you+also+go+through+various+cutscenes+in+what+feels&to=zh-cn
SCRIPT_FILENAME
/data/wwwroot/td.880772.xyz/public/index.php
PHP_VALUE
open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1732297810.8726
REQUEST_TIME
1732297810
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/data/wwwroot/td.880772.xyz/public/../public/
APP_PATH
/data/wwwroot/td.880772.xyz/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1732297810.8731
THINK_START_MEM
410640
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/td.880772.xyz/thinkphp/
LIB_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/
CORE_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/td.880772.xyz/
EXTEND_PATH
/data/wwwroot/td.880772.xyz/extend/
VENDOR_PATH
/data/wwwroot/td.880772.xyz/vendor/
RUNTIME_PATH
/data/wwwroot/td.880772.xyz/runtime/
LOG_PATH
/data/wwwroot/td.880772.xyz/runtime/log/
CACHE_PATH
/data/wwwroot/td.880772.xyz/runtime/cache/
TEMP_PATH
/data/wwwroot/td.880772.xyz/runtime/temp/
CONF_PATH
/data/wwwroot/td.880772.xyz/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/data/wwwroot/td.880772.xyz/addons/




    
    System Error
    
    
    
        /* Base */
        body {
            color: #333;
            font: 14px Verdana, 'Helvetica Neue', helvetica, Arial, 'Microsoft YaHei', sans-serif;
            margin: 0;
            padding: 0 20px 20px;
            word-break: break-word;
        }
        h1{
            margin: 10px 0 0;
            font-size: 28px;
            font-weight: 500;
            line-height: 32px;
        }
        h2{
            color: #4288ce;
            font-weight: 400;
            padding: 6px 0;
            margin: 6px 0 0;
            font-size: 18px;
            border-bottom: 1px solid #eee;
        }
        h3.subheading {
            color: #4288ce;
            margin: 6px 0 0;
            font-weight: 400;
        }
        h3{
            margin: 12px;
            font-size: 16px;
            font-weight: bold;
        }
        abbr{
            cursor: help;
            text-decoration: underline;
            text-decoration-style: dotted;
        }
        a{
            color: #868686;
            cursor: pointer;
        }
        a:hover{
            text-decoration: underline;
        }
        .line-error{
            background: #f8cbcb;
        }

        .echo table {
            width: 100%;
        }

        .echo pre {
            padding: 16px;
            overflow: auto;
            font-size: 85%;
            line-height: 1.45;
            background-color: #f7f7f7;
            border: 0;
            border-radius: 3px;
            font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
        }

        .echo pre > pre {
            padding: 0;
            margin: 0;
        }
        /* Layout */
        .col-md-3 {
            width: 25%;
        }
        .col-md-9 {
            width: 75%;
        }
        [class^='col-md-'] {
            float: left;
        }
        .clearfix {
            clear:both;
        }
        @media only screen 
        and (min-device-width : 375px) 
        and (max-device-width : 667px) { 
            .col-md-3,
            .col-md-9 {
                width: 100%;
            }
        }
        /* Exception Info */
        .exception {
            margin-top: 20px;
        }
        .exception .message{
            padding: 12px;
            border: 1px solid #ddd;
            border-bottom: 0 none;
            line-height: 18px;
            font-size:16px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }

        .exception .code{
            float: left;
            text-align: center;
            color: #fff;
            margin-right: 12px;
            padding: 16px;
            border-radius: 4px;
            background: #999;
        }
        .exception .source-code{
            padding: 6px;
            border: 1px solid #ddd;

            background: #f9f9f9;
            overflow-x: auto;

        }
        .exception .source-code pre{
            margin: 0;
        }
        .exception .source-code pre ol{
            margin: 0;
            color: #4288ce;
            display: inline-block;
            min-width: 100%;
            box-sizing: border-box;
        font-size:14px;
            font-family: 'Century Gothic',Consolas,'Liberation Mono',Courier,Verdana;
            padding-left: 56px;
        }
        .exception .source-code pre li{
            border-left: 1px solid #ddd;
            height: 18px;
            line-height: 18px;
        }
        .exception .source-code pre code{
            color: #333;
            height: 100%;
            display: inline-block;
            border-left: 1px solid #fff;
        font-size:14px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }
        .exception .trace{
            padding: 6px;
            border: 1px solid #ddd;
            border-top: 0 none;
            line-height: 16px;
        font-size:14px;
            font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑';
        }
        .exception .trace ol{
            margin: 12px;
        }
        .exception .trace ol li{
            padding: 2px 4px;
        }
        .exception div:last-child{
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        /* Exception Variables */
        .exception-var table{
            width: 100%;
            margin: 12px 0;
            box-sizing: border-box;
            table-layout:fixed;
            word-wrap:break-word;            
        }
        .exception-var table caption{
            text-align: left;
            font-size: 16px;
            font-weight: bold;
            padding: 6px 0;
        }
        .exception-var table caption small{
            font-weight: 300;
            display: inline-block;
            margin-left: 10px;
            color: #ccc;
        }
        .exception-var table tbody{
            font-size: 13px;
            font-family: Consolas,'Liberation Mono',Courier,'微软雅黑';
        }
        .exception-var table td{
            padding: 0 6px;
            vertical-align: top;
            word-break: break-all;
        }
        .exception-var table td:first-child{
            width: 28%;
            font-weight: bold;
            white-space: nowrap;
        }
        .exception-var table td pre{
            margin: 0;
        }

        /* Copyright Info */
        .copyright{
            margin-top: 24px;
            padding: 12px 0;
            border-top: 1px solid #eee;
        }

        /* SPAN elements with the classes below are added by prettyprint. */
        pre.prettyprint .pln { color: #000 }  /* plain text */
        pre.prettyprint .str { color: #080 }  /* string content */
        pre.prettyprint .kwd { color: #008 }  /* a keyword */
        pre.prettyprint .com { color: #800 }  /* a comment */
        pre.prettyprint .typ { color: #606 }  /* a type name */
        pre.prettyprint .lit { color: #066 }  /* a literal value */
        /* punctuation, lisp open bracket, lisp close bracket */
        pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 }
        pre.prettyprint .tag { color: #008 }  /* a markup tag name */
        pre.prettyprint .atn { color: #606 }  /* a markup attribute name */
        pre.prettyprint .atv { color: #080 }  /* a markup attribute value */
        pre.prettyprint .dec, pre.prettyprint .var { color: #606 }  /* a declaration; a variable name */
        pre.prettyprint .fun { color: red }  /* a function name */
    


    
            
        
    
        
            
                
                    [0] ThrowableError in Index.php line 220
                
                语法解析错误: syntax error, unexpected '}'
            
        
    
	        
                    if($res){
            return json_encode(array('code'=>1,'msg'=>'成功'));
        }else{
            return json_encode(array('code'=>0,'msg'=>'失败'));
        }
    }

    public function 

}

        
	        
            Call Stack
            
                in Index.php line 220
                                
                at think\__include_file() in Loader.php line 85                
                                
                at Loader::autoload()                
                                
                at spl_autoload_call()                
                                
                at class_exists() in Loader.php line 478                
                                
                at Loader::controller() in App.php line 580                
                                
                at App::module() in App.php line 456                
                                
                at App::exec() in App.php line 139                
                                
                at App::run() in start.php line 19                
                                
                at require('/data/wwwroot/td.880...') in index.php line 23                
                            
        
    
        
    
        
        Environment Variables
                
                        GET Data
            
                                
                    content
                    
                        Stalker 2: Heart Of Chornobyl - Hot On The Trail Walkthrough                    
                
                                
                    to
                    
                        zh-cn                    
                
                            
                    
                
                        
                POST Data
                empty
            
                    
                
                        
                Files
                empty
            
                    
                
                        Cookies
            
                                
                    myip
                    
                        65.21.47.162                    
                
                            
                    
                
                        
                Session
                empty
            
                    
                
                        Server/Request Data
            
                                
                    TEMP
                    
                        /tmp                    
                
                                
                    TMPDIR
                    
                        /tmp                    
                
                                
                    TMP
                    
                        /tmp                    
                
                                
                    PATH
                    
                        /usr/local/bin:/usr/bin:/bin                    
                
                                
                    USER
                    
                        www                    
                
                                
                    HOME
                    
                        /home/www                    
                
                                
                    HTTP_CONTENT_TYPE
                    
                        application/x-www-form-urlencoded;charset=UTF-8                    
                
                                
                    HTTP_CONNECTION
                    
                        Keep-Alive                    
                
                                
                    HTTP_COOKIE
                    
                        myip=65.21.47.162                    
                
                                
                    HTTP_ACCEPT_ENCODING
                    
                        gzip                    
                
                                
                    HTTP_ACCEPT
                    
                        */*                    
                
                                
                    HTTP_USER_AGENT
                    
                        Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)                    
                
                                
                    HTTP_HOST
                    
                        td.880772.xyz                    
                
                                
                    PATH_INFO
                    
                        /api/index/fanyi_article_title                    
                
                                
                    REDIRECT_STATUS
                    
                        200                    
                
                                
                    SERVER_NAME
                    
                        td.880772.xyz                    
                
                                
                    SERVER_PORT
                    
                        443                    
                
                                
                    SERVER_ADDR
                    
                        188.165.242.95                    
                
                                
                    REMOTE_PORT
                    
                        21718                    
                
                                
                    REMOTE_ADDR
                    
                        65.21.47.162                    
                
                                
                    SERVER_SOFTWARE
                    
                        nginx/1.20.2                    
                
                                
                    GATEWAY_INTERFACE
                    
                        CGI/1.1                    
                
                                
                    HTTPS
                    
                        on                    
                
                                
                    REQUEST_SCHEME
                    
                        https                    
                
                                
                    SERVER_PROTOCOL
                    
                        HTTP/1.1                    
                
                                
                    DOCUMENT_ROOT
                    
                        /data/wwwroot/td.880772.xyz/public                    
                
                                
                    DOCUMENT_URI
                    
                        /index.php                    
                
                                
                    REQUEST_URI
                    
                        /api/index/fanyi_article_title?content=Stalker+2%3A+Heart+Of+Chornobyl+-+Hot+On+The+Trail+Walkthrough&to=zh-cn                    
                
                                
                    SCRIPT_NAME
                    
                        /index.php                    
                
                                
                    CONTENT_LENGTH
                    
                                            
                
                                
                    CONTENT_TYPE
                    
                        application/x-www-form-urlencoded;charset=UTF-8                    
                
                                
                    REQUEST_METHOD
                    
                        GET                    
                
                                
                    QUERY_STRING
                    
                        s=/api/index/fanyi_article_title&content=Stalker+2%3A+Heart+Of+Chornobyl+-+Hot+On+The+Trail+Walkthrough&to=zh-cn                    
                
                                
                    SCRIPT_FILENAME
                    
                        /data/wwwroot/td.880772.xyz/public/index.php                    
                
                                
                    PHP_VALUE
                    
                        open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/                    
                
                                
                    FCGI_ROLE
                    
                        RESPONDER                    
                
                                
                    PHP_SELF
                    
                        /index.php                    
                
                                
                    REQUEST_TIME_FLOAT
                    
                        1732325538.4287                    
                
                                
                    REQUEST_TIME
                    
                        1732325538                    
                
                            
                    
                
                        
                Environment Variables
                empty
            
                    
                
                        ThinkPHP Constants
            
                                
                    PUBLIC_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../public/                    
                
                                
                    APP_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../application/                    
                
                                
                    THINK_VERSION
                    
                        5.0.24                    
                
                                
                    THINK_START_TIME
                    
                        1732325538.4293                    
                
                                
                    THINK_START_MEM
                    
                        410192                    
                
                                
                    EXT
                    
                        .php                    
                
                                
                    DS
                    
                        /                    
                
                                
                    THINK_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/                    
                
                                
                    LIB_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/                    
                
                                
                    CORE_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/think/                    
                
                                
                    TRAIT_PATH
                    
                        /data/wwwroot/td.880772.xyz/thinkphp/library/traits/                    
                
                                
                    ROOT_PATH
                    
                        /data/wwwroot/td.880772.xyz/                    
                
                                
                    EXTEND_PATH
                    
                        /data/wwwroot/td.880772.xyz/extend/                    
                
                                
                    VENDOR_PATH
                    
                        /data/wwwroot/td.880772.xyz/vendor/                    
                
                                
                    RUNTIME_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/                    
                
                                
                    LOG_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/log/                    
                
                                
                    CACHE_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/cache/                    
                
                                
                    TEMP_PATH
                    
                        /data/wwwroot/td.880772.xyz/runtime/temp/                    
                
                                
                    CONF_PATH
                    
                        /data/wwwroot/td.880772.xyz/public/../application/                    
                
                                
                    CONF_EXT
                    
                        .php                    
                
                                
                    ENV_PREFIX
                    
                        PHP_                    
                
                                
                    IS_CLI
                    
                        false                    
                
                                
                    IS_WIN
                    
                        false                    
                
                                
                    FILTER_VALIDATE_BOOL
                    
                        258                    
                
                                
                    ADDON_PATH
                    
                        /data/wwwroot/td.880772.xyz/addons/                    
                
                            
                    
            
    
    
        ThinkPHP 
        V5.0.24 
        { 十年磨一剑-为API开发设计的高性能框架 }
    
        
        var LINE = 220;

        function $(selector, node){
            var elements;

            node = node || document;
            if(document.querySelectorAll){
                elements = node.querySelectorAll(selector);
            } else {
                switch(selector.substr(0, 1)){
                    case '#':
                        elements = [node.getElementById(selector.substr(1))];
                        break;
                    case '.':
                        if(document.getElementsByClassName){
                            elements = node.getElementsByClassName(selector.substr(1));
                        } else {
                            elements = get_elements_by_class(selector.substr(1), node);
                        }
                        break;
                    default:
                        elements = node.getElementsByTagName();
                }
            }
            return elements;

            function get_elements_by_class(search_class, node, tag) {
                var elements = [], eles, 
                    pattern  = new RegExp('(^|\\s)' + search_class + '(\\s|$)');

                node = node || document;
                tag  = tag  || '*';

                eles = node.getElementsByTagName(tag);
                for(var i = 0; i < eles.length; i++) {
                    if(pattern.test(eles[i].className)) {
                        elements.push(eles[i])
                    }
                }

                return elements;
            }
        }

        $.getScript = function(src, func){
            var script = document.createElement('script');
            
            script.async  = 'async';
            script.src    = src;
            script.onload = func || function(){};
            
            $('head')[0].appendChild(script);
        }

        ;(function(){
            var files = $('.toggle');
            var ol    = $('ol', $('.prettyprint')[0]);
            var li    = $('li', ol[0]);   

            // 短路径和长路径变换
            for(var i = 0; i < files.length; i++){
                files[i].ondblclick = function(){
                    var title = this.title;

                    this.title = this.innerHTML;
                    this.innerHTML = title;
                }
            }

            // 设置出错行
            var err_line = $('.line-' + LINE, ol[0])[0];
            err_line.className = err_line.className + ' line-error';

            $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){
                prettyPrint();

                // 解决Firefox浏览器一个很诡异的问题
                // 当代码高亮后,ol的行号莫名其妙的错位
                // 但是只要刷新li里面的html重新渲染就没有问题了
                if(window.navigator.userAgent.indexOf('Firefox') >= 0){
                    ol[0].innerHTML = ol[0].innerHTML;
                }
            });

        })();
    
    
System Error /* Base */ body { color: #333; font: 14px Verdana, 'Helvetica Neue', helvetica, Arial, 'Microsoft YaHei', sans-serif; margin: 0; padding: 0 20px 20px; word-break: break-word; } h1{ margin: 10px 0 0; font-size: 28px; font-weight: 500; line-height: 32px; } h2{ color: #4288ce; font-weight: 400; padding: 6px 0; margin: 6px 0 0; font-size: 18px; border-bottom: 1px solid #eee; } h3.subheading { color: #4288ce; margin: 6px 0 0; font-weight: 400; } h3{ margin: 12px; font-size: 16px; font-weight: bold; } abbr{ cursor: help; text-decoration: underline; text-decoration-style: dotted; } a{ color: #868686; cursor: pointer; } a:hover{ text-decoration: underline; } .line-error{ background: #f8cbcb; } .echo table { width: 100%; } .echo pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f7f7f7; border: 0; border-radius: 3px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; } .echo pre > pre { padding: 0; margin: 0; } /* Layout */ .col-md-3 { width: 25%; } .col-md-9 { width: 75%; } [class^='col-md-'] { float: left; } .clearfix { clear:both; } @media only screen and (min-device-width : 375px) and (max-device-width : 667px) { .col-md-3, .col-md-9 { width: 100%; } } /* Exception Info */ .exception { margin-top: 20px; } .exception .message{ padding: 12px; border: 1px solid #ddd; border-bottom: 0 none; line-height: 18px; font-size:16px; border-top-left-radius: 4px; border-top-right-radius: 4px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .code{ float: left; text-align: center; color: #fff; margin-right: 12px; padding: 16px; border-radius: 4px; background: #999; } .exception .source-code{ padding: 6px; border: 1px solid #ddd; background: #f9f9f9; overflow-x: auto; } .exception .source-code pre{ margin: 0; } .exception .source-code pre ol{ margin: 0; color: #4288ce; display: inline-block; min-width: 100%; box-sizing: border-box; font-size:14px; font-family: 'Century Gothic',Consolas,'Liberation Mono',Courier,Verdana; padding-left: 56px; } .exception .source-code pre li{ border-left: 1px solid #ddd; height: 18px; line-height: 18px; } .exception .source-code pre code{ color: #333; height: 100%; display: inline-block; border-left: 1px solid #fff; font-size:14px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .trace{ padding: 6px; border: 1px solid #ddd; border-top: 0 none; line-height: 16px; font-size:14px; font-family: Consolas,'Liberation Mono',Courier,Verdana,'微软雅黑'; } .exception .trace ol{ margin: 12px; } .exception .trace ol li{ padding: 2px 4px; } .exception div:last-child{ border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } /* Exception Variables */ .exception-var table{ width: 100%; margin: 12px 0; box-sizing: border-box; table-layout:fixed; word-wrap:break-word; } .exception-var table caption{ text-align: left; font-size: 16px; font-weight: bold; padding: 6px 0; } .exception-var table caption small{ font-weight: 300; display: inline-block; margin-left: 10px; color: #ccc; } .exception-var table tbody{ font-size: 13px; font-family: Consolas,'Liberation Mono',Courier,'微软雅黑'; } .exception-var table td{ padding: 0 6px; vertical-align: top; word-break: break-all; } .exception-var table td:first-child{ width: 28%; font-weight: bold; white-space: nowrap; } .exception-var table td pre{ margin: 0; } /* Copyright Info */ .copyright{ margin-top: 24px; padding: 12px 0; border-top: 1px solid #eee; } /* SPAN elements with the classes below are added by prettyprint. */ pre.prettyprint .pln { color: #000 } /* plain text */ pre.prettyprint .str { color: #080 } /* string content */ pre.prettyprint .kwd { color: #008 } /* a keyword */ pre.prettyprint .com { color: #800 } /* a comment */ pre.prettyprint .typ { color: #606 } /* a type name */ pre.prettyprint .lit { color: #066 } /* a literal value */ /* punctuation, lisp open bracket, lisp close bracket */ pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 } pre.prettyprint .tag { color: #008 } /* a markup tag name */ pre.prettyprint .atn { color: #606 } /* a markup attribute name */ pre.prettyprint .atv { color: #080 } /* a markup attribute value */ pre.prettyprint .dec, pre.prettyprint .var { color: #606 } /* a declaration; a variable name */ pre.prettyprint .fun { color: red } /* a function name */ [0] ThrowableError in Index.php line 220 语法解析错误: syntax error, unexpected '}' if($res){ return json_encode(array('code'=>1,'msg'=>'成功')); }else{ return json_encode(array('code'=>0,'msg'=>'失败')); } } public function } Call Stack in Index.php line 220 at think\__include_file() in Loader.php line 85 at Loader::autoload() at spl_autoload_call() at class_exists() in Loader.php line 478 at Loader::controller() in App.php line 580 at App::module() in App.php line 456 at App::exec() in App.php line 139 at App::run() in start.php line 19 at require('/data/wwwroot/td.880...') in index.php line 23 Environment Variables GET Data content Stalker 2: Heart Of Chornobyl - Hot On The Trail Walkthrough to zh-cn POST Data empty Files empty Cookies myip 65.21.47.162 Session empty Server/Request Data TEMP /tmp TMPDIR /tmp TMP /tmp PATH /usr/local/bin:/usr/bin:/bin USER www HOME /home/www HTTP_CONTENT_TYPE application/x-www-form-urlencoded;charset=UTF-8 HTTP_CONNECTION Keep-Alive HTTP_COOKIE myip=65.21.47.162 HTTP_ACCEPT_ENCODING gzip HTTP_ACCEPT */* HTTP_USER_AGENT Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1) HTTP_HOST td.880772.xyz PATH_INFO /api/index/fanyi_article_title REDIRECT_STATUS 200 SERVER_NAME td.880772.xyz SERVER_PORT 443 SERVER_ADDR 188.165.242.95 REMOTE_PORT 21718 REMOTE_ADDR 65.21.47.162 SERVER_SOFTWARE nginx/1.20.2 GATEWAY_INTERFACE CGI/1.1 HTTPS on REQUEST_SCHEME https SERVER_PROTOCOL HTTP/1.1 DOCUMENT_ROOT /data/wwwroot/td.880772.xyz/public DOCUMENT_URI /index.php REQUEST_URI /api/index/fanyi_article_title?content=Stalker+2%3A+Heart+Of+Chornobyl+-+Hot+On+The+Trail+Walkthrough&to=zh-cn SCRIPT_NAME /index.php CONTENT_LENGTH CONTENT_TYPE application/x-www-form-urlencoded;charset=UTF-8 REQUEST_METHOD GET QUERY_STRING s=/api/index/fanyi_article_title&content=Stalker+2%3A+Heart+Of+Chornobyl+-+Hot+On+The+Trail+Walkthrough&to=zh-cn SCRIPT_FILENAME /data/wwwroot/td.880772.xyz/public/index.php PHP_VALUE open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/ FCGI_ROLE RESPONDER PHP_SELF /index.php REQUEST_TIME_FLOAT 1732325538.4287 REQUEST_TIME 1732325538 Environment Variables empty ThinkPHP Constants PUBLIC_PATH /data/wwwroot/td.880772.xyz/public/../public/ APP_PATH /data/wwwroot/td.880772.xyz/public/../application/ THINK_VERSION 5.0.24 THINK_START_TIME 1732325538.4293 THINK_START_MEM 410192 EXT .php DS / THINK_PATH /data/wwwroot/td.880772.xyz/thinkphp/ LIB_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/ CORE_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/think/ TRAIT_PATH /data/wwwroot/td.880772.xyz/thinkphp/library/traits/ ROOT_PATH /data/wwwroot/td.880772.xyz/ EXTEND_PATH /data/wwwroot/td.880772.xyz/extend/ VENDOR_PATH /data/wwwroot/td.880772.xyz/vendor/ RUNTIME_PATH /data/wwwroot/td.880772.xyz/runtime/ LOG_PATH /data/wwwroot/td.880772.xyz/runtime/log/ CACHE_PATH /data/wwwroot/td.880772.xyz/runtime/cache/ TEMP_PATH /data/wwwroot/td.880772.xyz/runtime/temp/ CONF_PATH /data/wwwroot/td.880772.xyz/public/../application/ CONF_EXT .php ENV_PREFIX PHP_ IS_CLI false IS_WIN false FILTER_VALIDATE_BOOL 258 ADDON_PATH /data/wwwroot/td.880772.xyz/addons/ ThinkPHP V5.0.24 { 十年磨一剑-为API开发设计的高性能框架 } var LINE = 220; function $(selector, node){ var elements; node = node || document; if(document.querySelectorAll){ elements = node.querySelectorAll(selector); } else { switch(selector.substr(0, 1)){ case '#': elements = [node.getElementById(selector.substr(1))]; break; case '.': if(document.getElementsByClassName){ elements = node.getElementsByClassName(selector.substr(1)); } else { elements = get_elements_by_class(selector.substr(1), node); } break; default: elements = node.getElementsByTagName(); } } return elements; function get_elements_by_class(search_class, node, tag) { var elements = [], eles, pattern = new RegExp('(^|\\s)' + search_class + '(\\s|$)'); node = node || document; tag = tag || '*'; eles = node.getElementsByTagName(tag); for(var i = 0; i < eles.length; i++) { if(pattern.test(eles[i].className)) { elements.push(eles[i]) } } return elements; } } $.getScript = function(src, func){ var script = document.createElement('script'); script.async = 'async'; script.src = src; script.onload = func || function(){}; $('head')[0].appendChild(script); } ;(function(){ var files = $('.toggle'); var ol = $('ol', $('.prettyprint')[0]); var li = $('li', ol[0]); // 短路径和长路径变换 for(var i = 0; i < files.length; i++){ files[i].ondblclick = function(){ var title = this.title; this.title = this.innerHTML; this.innerHTML = title; } } // 设置出错行 var err_line = $('.line-' + LINE, ol[0])[0]; err_line.className = err_line.className + ' line-error'; $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){ prettyPrint(); // 解决Firefox浏览器一个很诡异的问题 // 当代码高亮后,ol的行号莫名其妙的错位 // 但是只要刷新li里面的html重新渲染就没有问题了 if(window.navigator.userAgent.indexOf('Firefox') >= 0){ ol[0].innerHTML = ol[0].innerHTML; } }); })();

23Nov2024

System Error

[0] ThrowableError in Index.php line 220

语法解析错误: syntax error, unexpected '}'

  1. if($res){
  2. return json_encode(array('code'=>1,'msg'=>'成功'));
  3. }else{
  4. return json_encode(array('code'=>0,'msg'=>'失败'));
  5. }
  6. }
  7. public function
  8. }

Call Stack

  1. in Index.php line 220
  2. at think\__include_file() in Loader.php line 85
  3. at Loader::autoload()
  4. at spl_autoload_call()
  5. at class_exists() in Loader.php line 478
  6. at Loader::controller() in App.php line 580
  7. at App::module() in App.php line 456
  8. at App::exec() in App.php line 139
  9. at App::run() in start.php line 19
  10. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
While playing Stalker 2: Heart Of Chornobyl, you'll spend quite a lot of time in the Garbage area since you'll first have to do some small jobs for Diode before meeting up with an important figure, who'll ask you to assassinate someone. You can start
to
zh-cn
POST Data
empty
Files
empty

Cookies

myip
65.21.47.162
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
HTTP_COOKIE
myip=65.21.47.162
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
21734
REMOTE_ADDR
65.21.47.162
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=While+playing+Stalker+2%3A+Heart+Of+Chornobyl%2C+you%27ll+spend+quite+a+lot+of+time+in+the+Garbage+area+since+you%27ll+first+have+to+do+some+small+jobs+for+Diode+before+meeting+up+with+an+important+figure%2C+who%27ll+ask+you+to+assassinate+someone.+You+can+start&to=zh-cn
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
GET
QUERY_STRING
s=/api/index/fanyi_article_title&content=While+playing+Stalker+2%3A+Heart+Of+Chornobyl%2C+you%27ll+spend+quite+a+lot+of+time+in+the+Garbage+area+since+you%27ll+first+have+to+do+some+small+jobs+for+Diode+before+meeting+up+with+an+important+figure%2C+who%27ll+ask+you+to+assassinate+someone.+You+can+start&to=zh-cn
SCRIPT_FILENAME
/data/wwwroot/td.880772.xyz/public/index.php
PHP_VALUE
open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1732325538.6947
REQUEST_TIME
1732325538
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/data/wwwroot/td.880772.xyz/public/../public/
APP_PATH
/data/wwwroot/td.880772.xyz/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1732325538.6951
THINK_START_MEM
410640
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/td.880772.xyz/thinkphp/
LIB_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/
CORE_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/td.880772.xyz/
EXTEND_PATH
/data/wwwroot/td.880772.xyz/extend/
VENDOR_PATH
/data/wwwroot/td.880772.xyz/vendor/
RUNTIME_PATH
/data/wwwroot/td.880772.xyz/runtime/
LOG_PATH
/data/wwwroot/td.880772.xyz/runtime/log/
CACHE_PATH
/data/wwwroot/td.880772.xyz/runtime/cache/
TEMP_PATH
/data/wwwroot/td.880772.xyz/runtime/temp/
CONF_PATH
/data/wwwroot/td.880772.xyz/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/data/wwwroot/td.880772.xyz/addons/

See all articles