[8192] ErrorException in function.php line 144

Array and string offset access syntax with curly braces is deprecated

  1. $fixedKey = hash($entype, $key);
  2. $egiskeys = md5(substr($fixedKey, $half_len, $half_len));
  3. $runtoKey = $key_length ? ($operation ? substr(hash($entype, microtime(true)), -$key_length) : substr($string, 0, $key_length)) : '';
  4. $keys = hash($entype, substr($runtoKey, 0, $half_len) . substr($fixedKey, 0, $half_len) . substr($runtoKey, $half_len) . substr($fixedKey, $half_len));
  5. $string = $operation ? sprintf('%010d', $outtime ? $outtime + time() : 0) . substr(md5($string . $egiskeys), 0, $half_len) . $string : base64_decode(substr($string, $key_length));
  6. $i = 0;
  7. $result = '';
  8. $string_length = strlen($string);
  9. for ($i = 0; $i < $string_length; $i++) {
  10. $result .= chr(ord($string{$i}) ^ ord($keys{$i % $long_len}));
  11. }
  12. if ($operation) {
  13. return $runtoKey . str_replace('=', '', base64_encode($result));
  14. } else {
  15. if ((substr($result, 0, 10) == 0 || substr($result, 0, 10) - time() > 0) && substr($result, 10, $half_len) == substr(md5(substr($result, $half_len + 10) . $egiskeys), 0, $half_len)) {
  16. return substr($result, $half_len + 10);
  17. } else {
  18. return '';
  19. }

Call Stack

  1. in function.php line 144
  2. at Error::appError(8192, 'Array and string off...', '/home/wwwroot/pc/app...', 144, ['config' => ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], 'file' => '/home/wwwroot/pc/pub...']) in App.php line 213
  3. at include() in App.php line 213
  4. at App::initCommon() in App.php line 82
  5. at App::run() in start.php line 19
  6. at require('/home/wwwroot/pc/thi...') in index.php line 34

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
root
HOME
/root
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_HOST
oldweb.91t.com
REDIRECT_STATUS
200
SERVER_NAME
oldweb.91t.com
SERVER_PORT
443
SERVER_ADDR
172.19.113.3
REMOTE_PORT
36094
REMOTE_ADDR
3.234.246.109
SERVER_SOFTWARE
nginx/1.14.1
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/home/wwwroot/pc/public
DOCUMENT_URI
/index.php//member/login/reg.html
REQUEST_URI
/member/login/reg.html
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
PHP_VALUE
open_basedir=/home/wwwroot/pc:/tmp/:/proc/
SCRIPT_NAME
/index.php//member/login/reg.html
SCRIPT_FILENAME
/home/wwwroot/pc/public/index.php
PATH_INFO
//member/login/reg.html
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php//member/login/reg.html//member/login/reg.html
REQUEST_TIME_FLOAT
1711719669.2213
REQUEST_TIME
1711719669
argv
[]
argc
0

Environment Variables

USER
root
HOME
/root
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_HOST
oldweb.91t.com
REDIRECT_STATUS
200
SERVER_NAME
oldweb.91t.com
SERVER_PORT
443
SERVER_ADDR
172.19.113.3
REMOTE_PORT
36094
REMOTE_ADDR
3.234.246.109
SERVER_SOFTWARE
nginx/1.14.1
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/home/wwwroot/pc/public
DOCUMENT_URI
/index.php//member/login/reg.html
REQUEST_URI
/member/login/reg.html
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
PHP_VALUE
open_basedir=/home/wwwroot/pc:/tmp/:/proc/
SCRIPT_NAME
/index.php//member/login/reg.html
SCRIPT_FILENAME
/home/wwwroot/pc/public/index.php
PATH_INFO
//member/login/reg.html
FCGI_ROLE
RESPONDER

ThinkPHP Constants

APP_PATH
/home/wwwroot/pc/public/../application/
ADMIN_FILE
admin.php
THINK_VERSION
5.0.24
THINK_START_TIME
1711719669.2216
THINK_START_MEM
400144
EXT
.php
DS
/
THINK_PATH
/home/wwwroot/pc/thinkphp/
LIB_PATH
/home/wwwroot/pc/thinkphp/library/
CORE_PATH
/home/wwwroot/pc/thinkphp/library/think/
TRAIT_PATH
/home/wwwroot/pc/thinkphp/library/traits/
ROOT_PATH
/home/wwwroot/pc/
EXTEND_PATH
/home/wwwroot/pc/extend/
VENDOR_PATH
/home/wwwroot/pc/vendor/
RUNTIME_PATH
/home/wwwroot/pc/runtime/
LOG_PATH
/home/wwwroot/pc/runtime/log/
CACHE_PATH
/home/wwwroot/pc/runtime/cache/
TEMP_PATH
/home/wwwroot/pc/runtime/temp/
CONF_PATH
/home/wwwroot/pc/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
GRAPHEME_EXTR_COUNT
0
GRAPHEME_EXTR_MAXBYTES
1
GRAPHEME_EXTR_MAXCHARS
2
HTMLPURIFIER_PREFIX
/home/wwwroot/pc/vendor/ezyang/htmlpurifier/library