array(10) { ["name"]=> string(12) "PDOException" ["file"]=> string(71) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/db/Connection.php" ["line"]=> int(528) ["message"]=> string(88) "SQLSTATE[HY000] [1045] Access denied for user 'N18NEW'@'localhost' (using password: YES)" ["trace"]=> array(21) { [0]=> array(6) { ["file"]=> string(71) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/db/Connection.php" ["line"]=> int(528) ["function"]=> string(11) "__construct" ["class"]=> string(3) "PDO" ["type"]=> string(2) "->" ["args"]=> array(4) { [0]=> string(60) "mysql:host=localhost;port=3306;dbname=n18new;charset=utf8mb4" [1]=> string(6) "N18NEW" [2]=> string(16) "r5btaJzFkiYHxWfN" [3]=> array(5) { [8]=> int(0) [3]=> int(2) [11]=> int(0) [17]=> bool(false) [20]=> bool(false) } } } [1]=> array(6) { ["file"]=> string(71) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/db/Connection.php" ["line"]=> int(2024) ["function"]=> string(7) "connect" ["class"]=> string(19) "think\db\Connection" ["type"]=> string(2) "->" ["args"]=> array(0) { } } [2]=> array(6) { ["file"]=> string(71) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/db/Connection.php" ["line"]=> int(644) ["function"]=> string(11) "initConnect" ["class"]=> string(19) "think\db\Connection" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> bool(false) } } [3]=> array(6) { ["file"]=> string(76) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/db/connector/Mysql.php" ["line"]=> int(90) ["function"]=> string(5) "query" ["class"]=> string(19) "think\db\Connection" ["type"]=> string(2) "->" ["args"]=> array(4) { [0]=> string(33) "SHOW COLUMNS FROM `system_config`" [1]=> array(0) { } [2]=> bool(false) [3]=> bool(true) } } [4]=> array(6) { ["file"]=> string(71) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/db/Connection.php" ["line"]=> int(377) ["function"]=> string(9) "getFields" ["class"]=> string(24) "think\db\connector\Mysql" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(15) "`system_config`" } } [5]=> array(6) { ["file"]=> string(71) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/db/Connection.php" ["line"]=> int(454) ["function"]=> string(12) "getTableInfo" ["class"]=> string(19) "think\db\Connection" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(13) "system_config" [1]=> string(4) "bind" } } [6]=> array(6) { ["file"]=> string(68) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/db/Builder.php" ["line"]=> int(292) ["function"]=> string(13) "getFieldsBind" ["class"]=> string(19) "think\db\Connection" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(13) "system_config" } } [7]=> array(6) { ["file"]=> string(68) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/db/Builder.php" ["line"]=> int(264) ["function"]=> string(10) "buildWhere" ["class"]=> string(16) "think\db\Builder" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> object(think\db\Query)#9 (9) { ["connection":protected]=> object(think\db\connector\Mysql)#30 (17) { ["builder":protected]=> object(think\db\builder\Mysql)#20 (8) { ["parser":protected]=> array(11) { ["parseCompare"]=> array(6) { [0]=> string(1) "=" [1]=> string(2) "<>" [2]=> string(1) ">" [3]=> string(2) ">=" [4]=> string(1) "<" [5]=> string(2) "<=" } ["parseLike"]=> array(2) { [0]=> string(4) "LIKE" [1]=> string(8) "NOT LIKE" } ["parseBetween"]=> array(2) { [0]=> string(11) "NOT BETWEEN" [1]=> string(7) "BETWEEN" } ["parseIn"]=> array(2) { [0]=> string(6) "NOT IN" [1]=> string(2) "IN" } ["parseExp"]=> array(1) { [0]=> string(3) "EXP" } ["parseRegexp"]=> array(2) { [0]=> string(6) "REGEXP" [1]=> string(10) "NOT REGEXP" } ["parseNull"]=> array(2) { [0]=> string(8) "NOT NULL" [1]=> string(4) "NULL" } ["parseBetweenTime"]=> array(2) { [0]=> string(12) "BETWEEN TIME" [1]=> string(16) "NOT BETWEEN TIME" } ["parseTime"]=> array(4) { [0]=> string(6) "< TIME" [1]=> string(6) "> TIME" [2]=> string(7) "<= TIME" [3]=> string(7) ">= TIME" } ["parseExists"]=> array(2) { [0]=> string(10) "NOT EXISTS" [1]=> string(6) "EXISTS" } ["parseColumn"]=> array(1) { [0]=> string(6) "COLUMN" } } ["insertAllSql":protected]=> string(55) "%INSERT% INTO %TABLE% (%FIELD%) VALUES %DATA% %COMMENT%" ["updateSql":protected]=> string(70) "UPDATE %TABLE% %JOIN% SET %SET% %WHERE% %ORDER%%LIMIT% %LOCK%%COMMENT%" ["connection":protected]=> *RECURSION* ["exp":protected]=> array(12) { ["EQ"]=> string(1) "=" ["NEQ"]=> string(2) "<>" ["GT"]=> string(1) ">" ["EGT"]=> string(2) ">=" ["LT"]=> string(1) "<" ["ELT"]=> string(2) "<=" ["NOTLIKE"]=> string(8) "NOT LIKE" ["NOTIN"]=> string(6) "NOT IN" ["NOTBETWEEN"]=> string(11) "NOT BETWEEN" ["NOTEXISTS"]=> string(10) "NOT EXISTS" ["NOTNULL"]=> string(8) "NOT NULL" ["NOTBETWEEN TIME"]=> string(16) "NOT BETWEEN TIME" } ["selectSql":protected]=> string(109) "SELECT%DISTINCT% %FIELD% FROM %TABLE%%FORCE%%JOIN%%WHERE%%GROUP%%HAVING%%UNION%%ORDER%%LIMIT% %LOCK%%COMMENT%" ["insertSql":protected]=> string(57) "%INSERT% INTO %TABLE% (%FIELD%) VALUES (%DATA%) %COMMENT%" ["deleteSql":protected]=> string(69) "DELETE FROM %TABLE%%USING%%JOIN%%WHERE%%ORDER%%LIMIT% %LOCK%%COMMENT%" } ["PDOStatement":protected]=> NULL ["queryStr":protected]=> string(0) "" ["numRows":protected]=> int(0) ["transTimes":protected]=> int(0) ["error":protected]=> string(0) "" ["links":protected]=> array(0) { } ["linkID":protected]=> NULL ["linkRead":protected]=> NULL ["linkWrite":protected]=> NULL ["fetchType":protected]=> int(2) ["attrCase":protected]=> int(0) ["builderClassName":protected]=> NULL ["config":protected]=> array(25) { ["type"]=> string(5) "mysql" ["hostname"]=> string(9) "localhost" ["database"]=> string(6) "n18new" ["username"]=> string(6) "N18NEW" ["password"]=> string(16) "r5btaJzFkiYHxWfN" ["hostport"]=> string(4) "3306" ["dsn"]=> string(0) "" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(0) "" ["debug"]=> bool(true) ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["read_master"]=> bool(false) ["fields_strict"]=> bool(true) ["resultset_type"]=> string(5) "array" ["auto_timestamp"]=> bool(false) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["sql_explain"]=> bool(false) ["builder"]=> string(0) "" ["query"]=> string(15) "\think\db\Query" ["break_reconnect"]=> bool(false) ["break_match_str"]=> array(0) { } } ["params":protected]=> array(5) { [8]=> int(0) [3]=> int(2) [11]=> int(0) [17]=> bool(false) [20]=> bool(false) } ["breakMatchStr":protected]=> array(11) { [0]=> string(20) "server has gone away" [1]=> string(27) "no connection to the server" [2]=> string(15) "Lost connection" [3]=> string(22) "is dead or not enabled" [4]=> string(19) "Error while sending" [5]=> string(35) "decryption failed or bad record mac" [6]=> string(41) "server closed the connection unexpectedly" [7]=> string(43) "SSL connection has been closed unexpectedly" [8]=> string(36) "Error writing data to the connection" [9]=> string(25) "Resource deadlock avoided" [10]=> string(17) "failed with errno" } ["bind":protected]=> array(0) { } } ["model":protected]=> NULL ["name":protected]=> string(12) "SystemConfig" ["pk":protected]=> NULL ["prefix":protected]=> string(0) "" ["options":protected]=> array(18) { ["table"]=> string(13) "system_config" ["where"]=> array(0) { } ["data"]=> array(0) { } ["order"]=> array(0) { } ["join"]=> array(0) { } ["union"]=> array(0) { } ["strict"]=> bool(true) ["master"]=> bool(false) ["lock"]=> bool(false) ["fetch_pdo"]=> bool(false) ["fetch_sql"]=> bool(false) ["distinct"]=> bool(false) ["group"]=> string(0) "" ["having"]=> string(0) "" ["limit"]=> string(0) "" ["force"]=> string(0) "" ["comment"]=> string(0) "" ["field"]=> array(2) { [0]=> string(4) "name" [1]=> string(5) "value" } } ["bind":protected]=> array(0) { } ["timeRule":protected]=> array(8) { ["today"]=> array(2) { [0]=> string(5) "today" [1]=> string(17) "tomorrow -1second" } ["yesterday"]=> array(2) { [0]=> string(9) "yesterday" [1]=> string(14) "today -1second" } ["week"]=> array(2) { [0]=> string(18) "this week 00:00:00" [1]=> string(27) "next week 00:00:00 -1second" } ["last week"]=> array(2) { [0]=> string(18) "last week 00:00:00" [1]=> string(27) "this week 00:00:00 -1second" } ["month"]=> array(2) { [0]=> string(32) "first Day of this month 00:00:00" [1]=> string(41) "first Day of next month 00:00:00 -1second" } ["last month"]=> array(2) { [0]=> string(32) "first Day of last month 00:00:00" [1]=> string(41) "first Day of this month 00:00:00 -1second" } ["year"]=> array(2) { [0]=> string(13) "this year 1/1" [1]=> string(22) "next year 1/1 -1second" } ["last year"]=> array(2) { [0]=> string(13) "last year 1/1" [1]=> string(22) "this year 1/1 -1second" } } ["timeExp":protected]=> array(4) { ["d"]=> string(5) "today" ["w"]=> string(4) "week" ["m"]=> string(5) "month" ["y"]=> string(4) "year" } } [1]=> array(0) { } } } [8]=> array(6) { ["file"]=> string(68) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/db/Builder.php" ["line"]=> int(998) ["function"]=> string(10) "parseWhere" ["class"]=> string(16) "think\db\Builder" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> object(think\db\Query)#9 (9) { ["connection":protected]=> object(think\db\connector\Mysql)#30 (17) { ["builder":protected]=> object(think\db\builder\Mysql)#20 (8) { ["parser":protected]=> array(11) { ["parseCompare"]=> array(6) { [0]=> string(1) "=" [1]=> string(2) "<>" [2]=> string(1) ">" [3]=> string(2) ">=" [4]=> string(1) "<" [5]=> string(2) "<=" } ["parseLike"]=> array(2) { [0]=> string(4) "LIKE" [1]=> string(8) "NOT LIKE" } ["parseBetween"]=> array(2) { [0]=> string(11) "NOT BETWEEN" [1]=> string(7) "BETWEEN" } ["parseIn"]=> array(2) { [0]=> string(6) "NOT IN" [1]=> string(2) "IN" } ["parseExp"]=> array(1) { [0]=> string(3) "EXP" } ["parseRegexp"]=> array(2) { [0]=> string(6) "REGEXP" [1]=> string(10) "NOT REGEXP" } ["parseNull"]=> array(2) { [0]=> string(8) "NOT NULL" [1]=> string(4) "NULL" } ["parseBetweenTime"]=> array(2) { [0]=> string(12) "BETWEEN TIME" [1]=> string(16) "NOT BETWEEN TIME" } ["parseTime"]=> array(4) { [0]=> string(6) "< TIME" [1]=> string(6) "> TIME" [2]=> string(7) "<= TIME" [3]=> string(7) ">= TIME" } ["parseExists"]=> array(2) { [0]=> string(10) "NOT EXISTS" [1]=> string(6) "EXISTS" } ["parseColumn"]=> array(1) { [0]=> string(6) "COLUMN" } } ["insertAllSql":protected]=> string(55) "%INSERT% INTO %TABLE% (%FIELD%) VALUES %DATA% %COMMENT%" ["updateSql":protected]=> string(70) "UPDATE %TABLE% %JOIN% SET %SET% %WHERE% %ORDER%%LIMIT% %LOCK%%COMMENT%" ["connection":protected]=> *RECURSION* ["exp":protected]=> array(12) { ["EQ"]=> string(1) "=" ["NEQ"]=> string(2) "<>" ["GT"]=> string(1) ">" ["EGT"]=> string(2) ">=" ["LT"]=> string(1) "<" ["ELT"]=> string(2) "<=" ["NOTLIKE"]=> string(8) "NOT LIKE" ["NOTIN"]=> string(6) "NOT IN" ["NOTBETWEEN"]=> string(11) "NOT BETWEEN" ["NOTEXISTS"]=> string(10) "NOT EXISTS" ["NOTNULL"]=> string(8) "NOT NULL" ["NOTBETWEEN TIME"]=> string(16) "NOT BETWEEN TIME" } ["selectSql":protected]=> string(109) "SELECT%DISTINCT% %FIELD% FROM %TABLE%%FORCE%%JOIN%%WHERE%%GROUP%%HAVING%%UNION%%ORDER%%LIMIT% %LOCK%%COMMENT%" ["insertSql":protected]=> string(57) "%INSERT% INTO %TABLE% (%FIELD%) VALUES (%DATA%) %COMMENT%" ["deleteSql":protected]=> string(69) "DELETE FROM %TABLE%%USING%%JOIN%%WHERE%%ORDER%%LIMIT% %LOCK%%COMMENT%" } ["PDOStatement":protected]=> NULL ["queryStr":protected]=> string(0) "" ["numRows":protected]=> int(0) ["transTimes":protected]=> int(0) ["error":protected]=> string(0) "" ["links":protected]=> array(0) { } ["linkID":protected]=> NULL ["linkRead":protected]=> NULL ["linkWrite":protected]=> NULL ["fetchType":protected]=> int(2) ["attrCase":protected]=> int(0) ["builderClassName":protected]=> NULL ["config":protected]=> array(25) { ["type"]=> string(5) "mysql" ["hostname"]=> string(9) "localhost" ["database"]=> string(6) "n18new" ["username"]=> string(6) "N18NEW" ["password"]=> string(16) "r5btaJzFkiYHxWfN" ["hostport"]=> string(4) "3306" ["dsn"]=> string(0) "" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(0) "" ["debug"]=> bool(true) ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["read_master"]=> bool(false) ["fields_strict"]=> bool(true) ["resultset_type"]=> string(5) "array" ["auto_timestamp"]=> bool(false) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["sql_explain"]=> bool(false) ["builder"]=> string(0) "" ["query"]=> string(15) "\think\db\Query" ["break_reconnect"]=> bool(false) ["break_match_str"]=> array(0) { } } ["params":protected]=> array(5) { [8]=> int(0) [3]=> int(2) [11]=> int(0) [17]=> bool(false) [20]=> bool(false) } ["breakMatchStr":protected]=> array(11) { [0]=> string(20) "server has gone away" [1]=> string(27) "no connection to the server" [2]=> string(15) "Lost connection" [3]=> string(22) "is dead or not enabled" [4]=> string(19) "Error while sending" [5]=> string(35) "decryption failed or bad record mac" [6]=> string(41) "server closed the connection unexpectedly" [7]=> string(43) "SSL connection has been closed unexpectedly" [8]=> string(36) "Error writing data to the connection" [9]=> string(25) "Resource deadlock avoided" [10]=> string(17) "failed with errno" } ["bind":protected]=> array(0) { } } ["model":protected]=> NULL ["name":protected]=> string(12) "SystemConfig" ["pk":protected]=> NULL ["prefix":protected]=> string(0) "" ["options":protected]=> array(18) { ["table"]=> string(13) "system_config" ["where"]=> array(0) { } ["data"]=> array(0) { } ["order"]=> array(0) { } ["join"]=> array(0) { } ["union"]=> array(0) { } ["strict"]=> bool(true) ["master"]=> bool(false) ["lock"]=> bool(false) ["fetch_pdo"]=> bool(false) ["fetch_sql"]=> bool(false) ["distinct"]=> bool(false) ["group"]=> string(0) "" ["having"]=> string(0) "" ["limit"]=> string(0) "" ["force"]=> string(0) "" ["comment"]=> string(0) "" ["field"]=> array(2) { [0]=> string(4) "name" [1]=> string(5) "value" } } ["bind":protected]=> array(0) { } ["timeRule":protected]=> array(8) { ["today"]=> array(2) { [0]=> string(5) "today" [1]=> string(17) "tomorrow -1second" } ["yesterday"]=> array(2) { [0]=> string(9) "yesterday" [1]=> string(14) "today -1second" } ["week"]=> array(2) { [0]=> string(18) "this week 00:00:00" [1]=> string(27) "next week 00:00:00 -1second" } ["last week"]=> array(2) { [0]=> string(18) "last week 00:00:00" [1]=> string(27) "this week 00:00:00 -1second" } ["month"]=> array(2) { [0]=> string(32) "first Day of this month 00:00:00" [1]=> string(41) "first Day of next month 00:00:00 -1second" } ["last month"]=> array(2) { [0]=> string(32) "first Day of last month 00:00:00" [1]=> string(41) "first Day of this month 00:00:00 -1second" } ["year"]=> array(2) { [0]=> string(13) "this year 1/1" [1]=> string(22) "next year 1/1 -1second" } ["last year"]=> array(2) { [0]=> string(13) "last year 1/1" [1]=> string(22) "this year 1/1 -1second" } } ["timeExp":protected]=> array(4) { ["d"]=> string(5) "today" ["w"]=> string(4) "week" ["m"]=> string(5) "month" ["y"]=> string(4) "year" } } [1]=> array(0) { } } } [9]=> array(6) { ["file"]=> string(71) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/db/Connection.php" ["line"]=> int(1370) ["function"]=> string(6) "select" ["class"]=> string(16) "think\db\Builder" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> object(think\db\Query)#9 (9) { ["connection":protected]=> object(think\db\connector\Mysql)#30 (17) { ["builder":protected]=> object(think\db\builder\Mysql)#20 (8) { ["parser":protected]=> array(11) { ["parseCompare"]=> array(6) { [0]=> string(1) "=" [1]=> string(2) "<>" [2]=> string(1) ">" [3]=> string(2) ">=" [4]=> string(1) "<" [5]=> string(2) "<=" } ["parseLike"]=> array(2) { [0]=> string(4) "LIKE" [1]=> string(8) "NOT LIKE" } ["parseBetween"]=> array(2) { [0]=> string(11) "NOT BETWEEN" [1]=> string(7) "BETWEEN" } ["parseIn"]=> array(2) { [0]=> string(6) "NOT IN" [1]=> string(2) "IN" } ["parseExp"]=> array(1) { [0]=> string(3) "EXP" } ["parseRegexp"]=> array(2) { [0]=> string(6) "REGEXP" [1]=> string(10) "NOT REGEXP" } ["parseNull"]=> array(2) { [0]=> string(8) "NOT NULL" [1]=> string(4) "NULL" } ["parseBetweenTime"]=> array(2) { [0]=> string(12) "BETWEEN TIME" [1]=> string(16) "NOT BETWEEN TIME" } ["parseTime"]=> array(4) { [0]=> string(6) "< TIME" [1]=> string(6) "> TIME" [2]=> string(7) "<= TIME" [3]=> string(7) ">= TIME" } ["parseExists"]=> array(2) { [0]=> string(10) "NOT EXISTS" [1]=> string(6) "EXISTS" } ["parseColumn"]=> array(1) { [0]=> string(6) "COLUMN" } } ["insertAllSql":protected]=> string(55) "%INSERT% INTO %TABLE% (%FIELD%) VALUES %DATA% %COMMENT%" ["updateSql":protected]=> string(70) "UPDATE %TABLE% %JOIN% SET %SET% %WHERE% %ORDER%%LIMIT% %LOCK%%COMMENT%" ["connection":protected]=> *RECURSION* ["exp":protected]=> array(12) { ["EQ"]=> string(1) "=" ["NEQ"]=> string(2) "<>" ["GT"]=> string(1) ">" ["EGT"]=> string(2) ">=" ["LT"]=> string(1) "<" ["ELT"]=> string(2) "<=" ["NOTLIKE"]=> string(8) "NOT LIKE" ["NOTIN"]=> string(6) "NOT IN" ["NOTBETWEEN"]=> string(11) "NOT BETWEEN" ["NOTEXISTS"]=> string(10) "NOT EXISTS" ["NOTNULL"]=> string(8) "NOT NULL" ["NOTBETWEEN TIME"]=> string(16) "NOT BETWEEN TIME" } ["selectSql":protected]=> string(109) "SELECT%DISTINCT% %FIELD% FROM %TABLE%%FORCE%%JOIN%%WHERE%%GROUP%%HAVING%%UNION%%ORDER%%LIMIT% %LOCK%%COMMENT%" ["insertSql":protected]=> string(57) "%INSERT% INTO %TABLE% (%FIELD%) VALUES (%DATA%) %COMMENT%" ["deleteSql":protected]=> string(69) "DELETE FROM %TABLE%%USING%%JOIN%%WHERE%%ORDER%%LIMIT% %LOCK%%COMMENT%" } ["PDOStatement":protected]=> NULL ["queryStr":protected]=> string(0) "" ["numRows":protected]=> int(0) ["transTimes":protected]=> int(0) ["error":protected]=> string(0) "" ["links":protected]=> array(0) { } ["linkID":protected]=> NULL ["linkRead":protected]=> NULL ["linkWrite":protected]=> NULL ["fetchType":protected]=> int(2) ["attrCase":protected]=> int(0) ["builderClassName":protected]=> NULL ["config":protected]=> array(25) { ["type"]=> string(5) "mysql" ["hostname"]=> string(9) "localhost" ["database"]=> string(6) "n18new" ["username"]=> string(6) "N18NEW" ["password"]=> string(16) "r5btaJzFkiYHxWfN" ["hostport"]=> string(4) "3306" ["dsn"]=> string(0) "" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(0) "" ["debug"]=> bool(true) ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["read_master"]=> bool(false) ["fields_strict"]=> bool(true) ["resultset_type"]=> string(5) "array" ["auto_timestamp"]=> bool(false) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["sql_explain"]=> bool(false) ["builder"]=> string(0) "" ["query"]=> string(15) "\think\db\Query" ["break_reconnect"]=> bool(false) ["break_match_str"]=> array(0) { } } ["params":protected]=> array(5) { [8]=> int(0) [3]=> int(2) [11]=> int(0) [17]=> bool(false) [20]=> bool(false) } ["breakMatchStr":protected]=> array(11) { [0]=> string(20) "server has gone away" [1]=> string(27) "no connection to the server" [2]=> string(15) "Lost connection" [3]=> string(22) "is dead or not enabled" [4]=> string(19) "Error while sending" [5]=> string(35) "decryption failed or bad record mac" [6]=> string(41) "server closed the connection unexpectedly" [7]=> string(43) "SSL connection has been closed unexpectedly" [8]=> string(36) "Error writing data to the connection" [9]=> string(25) "Resource deadlock avoided" [10]=> string(17) "failed with errno" } ["bind":protected]=> array(0) { } } ["model":protected]=> NULL ["name":protected]=> string(12) "SystemConfig" ["pk":protected]=> NULL ["prefix":protected]=> string(0) "" ["options":protected]=> array(18) { ["table"]=> string(13) "system_config" ["where"]=> array(0) { } ["data"]=> array(0) { } ["order"]=> array(0) { } ["join"]=> array(0) { } ["union"]=> array(0) { } ["strict"]=> bool(true) ["master"]=> bool(false) ["lock"]=> bool(false) ["fetch_pdo"]=> bool(false) ["fetch_sql"]=> bool(false) ["distinct"]=> bool(false) ["group"]=> string(0) "" ["having"]=> string(0) "" ["limit"]=> string(0) "" ["force"]=> string(0) "" ["comment"]=> string(0) "" ["field"]=> array(2) { [0]=> string(4) "name" [1]=> string(5) "value" } } ["bind":protected]=> array(0) { } ["timeRule":protected]=> array(8) { ["today"]=> array(2) { [0]=> string(5) "today" [1]=> string(17) "tomorrow -1second" } ["yesterday"]=> array(2) { [0]=> string(9) "yesterday" [1]=> string(14) "today -1second" } ["week"]=> array(2) { [0]=> string(18) "this week 00:00:00" [1]=> string(27) "next week 00:00:00 -1second" } ["last week"]=> array(2) { [0]=> string(18) "last week 00:00:00" [1]=> string(27) "this week 00:00:00 -1second" } ["month"]=> array(2) { [0]=> string(32) "first Day of this month 00:00:00" [1]=> string(41) "first Day of next month 00:00:00 -1second" } ["last month"]=> array(2) { [0]=> string(32) "first Day of last month 00:00:00" [1]=> string(41) "first Day of this month 00:00:00 -1second" } ["year"]=> array(2) { [0]=> string(13) "this year 1/1" [1]=> string(22) "next year 1/1 -1second" } ["last year"]=> array(2) { [0]=> string(13) "last year 1/1" [1]=> string(22) "this year 1/1 -1second" } } ["timeExp":protected]=> array(4) { ["d"]=> string(5) "today" ["w"]=> string(4) "week" ["m"]=> string(5) "month" ["y"]=> string(4) "year" } } } } [10]=> array(6) { ["file"]=> string(66) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/db/Query.php" ["line"]=> int(628) ["function"]=> string(6) "column" ["class"]=> string(19) "think\db\Connection" ["type"]=> string(2) "->" ["args"]=> array(3) { [0]=> object(think\db\Query)#9 (9) { ["connection":protected]=> object(think\db\connector\Mysql)#30 (17) { ["builder":protected]=> object(think\db\builder\Mysql)#20 (8) { ["parser":protected]=> array(11) { ["parseCompare"]=> array(6) { [0]=> string(1) "=" [1]=> string(2) "<>" [2]=> string(1) ">" [3]=> string(2) ">=" [4]=> string(1) "<" [5]=> string(2) "<=" } ["parseLike"]=> array(2) { [0]=> string(4) "LIKE" [1]=> string(8) "NOT LIKE" } ["parseBetween"]=> array(2) { [0]=> string(11) "NOT BETWEEN" [1]=> string(7) "BETWEEN" } ["parseIn"]=> array(2) { [0]=> string(6) "NOT IN" [1]=> string(2) "IN" } ["parseExp"]=> array(1) { [0]=> string(3) "EXP" } ["parseRegexp"]=> array(2) { [0]=> string(6) "REGEXP" [1]=> string(10) "NOT REGEXP" } ["parseNull"]=> array(2) { [0]=> string(8) "NOT NULL" [1]=> string(4) "NULL" } ["parseBetweenTime"]=> array(2) { [0]=> string(12) "BETWEEN TIME" [1]=> string(16) "NOT BETWEEN TIME" } ["parseTime"]=> array(4) { [0]=> string(6) "< TIME" [1]=> string(6) "> TIME" [2]=> string(7) "<= TIME" [3]=> string(7) ">= TIME" } ["parseExists"]=> array(2) { [0]=> string(10) "NOT EXISTS" [1]=> string(6) "EXISTS" } ["parseColumn"]=> array(1) { [0]=> string(6) "COLUMN" } } ["insertAllSql":protected]=> string(55) "%INSERT% INTO %TABLE% (%FIELD%) VALUES %DATA% %COMMENT%" ["updateSql":protected]=> string(70) "UPDATE %TABLE% %JOIN% SET %SET% %WHERE% %ORDER%%LIMIT% %LOCK%%COMMENT%" ["connection":protected]=> *RECURSION* ["exp":protected]=> array(12) { ["EQ"]=> string(1) "=" ["NEQ"]=> string(2) "<>" ["GT"]=> string(1) ">" ["EGT"]=> string(2) ">=" ["LT"]=> string(1) "<" ["ELT"]=> string(2) "<=" ["NOTLIKE"]=> string(8) "NOT LIKE" ["NOTIN"]=> string(6) "NOT IN" ["NOTBETWEEN"]=> string(11) "NOT BETWEEN" ["NOTEXISTS"]=> string(10) "NOT EXISTS" ["NOTNULL"]=> string(8) "NOT NULL" ["NOTBETWEEN TIME"]=> string(16) "NOT BETWEEN TIME" } ["selectSql":protected]=> string(109) "SELECT%DISTINCT% %FIELD% FROM %TABLE%%FORCE%%JOIN%%WHERE%%GROUP%%HAVING%%UNION%%ORDER%%LIMIT% %LOCK%%COMMENT%" ["insertSql":protected]=> string(57) "%INSERT% INTO %TABLE% (%FIELD%) VALUES (%DATA%) %COMMENT%" ["deleteSql":protected]=> string(69) "DELETE FROM %TABLE%%USING%%JOIN%%WHERE%%ORDER%%LIMIT% %LOCK%%COMMENT%" } ["PDOStatement":protected]=> NULL ["queryStr":protected]=> string(0) "" ["numRows":protected]=> int(0) ["transTimes":protected]=> int(0) ["error":protected]=> string(0) "" ["links":protected]=> array(0) { } ["linkID":protected]=> NULL ["linkRead":protected]=> NULL ["linkWrite":protected]=> NULL ["fetchType":protected]=> int(2) ["attrCase":protected]=> int(0) ["builderClassName":protected]=> NULL ["config":protected]=> array(25) { ["type"]=> string(5) "mysql" ["hostname"]=> string(9) "localhost" ["database"]=> string(6) "n18new" ["username"]=> string(6) "N18NEW" ["password"]=> string(16) "r5btaJzFkiYHxWfN" ["hostport"]=> string(4) "3306" ["dsn"]=> string(0) "" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(0) "" ["debug"]=> bool(true) ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["read_master"]=> bool(false) ["fields_strict"]=> bool(true) ["resultset_type"]=> string(5) "array" ["auto_timestamp"]=> bool(false) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["sql_explain"]=> bool(false) ["builder"]=> string(0) "" ["query"]=> string(15) "\think\db\Query" ["break_reconnect"]=> bool(false) ["break_match_str"]=> array(0) { } } ["params":protected]=> array(5) { [8]=> int(0) [3]=> int(2) [11]=> int(0) [17]=> bool(false) [20]=> bool(false) } ["breakMatchStr":protected]=> array(11) { [0]=> string(20) "server has gone away" [1]=> string(27) "no connection to the server" [2]=> string(15) "Lost connection" [3]=> string(22) "is dead or not enabled" [4]=> string(19) "Error while sending" [5]=> string(35) "decryption failed or bad record mac" [6]=> string(41) "server closed the connection unexpectedly" [7]=> string(43) "SSL connection has been closed unexpectedly" [8]=> string(36) "Error writing data to the connection" [9]=> string(25) "Resource deadlock avoided" [10]=> string(17) "failed with errno" } ["bind":protected]=> array(0) { } } ["model":protected]=> NULL ["name":protected]=> string(12) "SystemConfig" ["pk":protected]=> NULL ["prefix":protected]=> string(0) "" ["options":protected]=> array(18) { ["table"]=> string(13) "system_config" ["where"]=> array(0) { } ["data"]=> array(0) { } ["order"]=> array(0) { } ["join"]=> array(0) { } ["union"]=> array(0) { } ["strict"]=> bool(true) ["master"]=> bool(false) ["lock"]=> bool(false) ["fetch_pdo"]=> bool(false) ["fetch_sql"]=> bool(false) ["distinct"]=> bool(false) ["group"]=> string(0) "" ["having"]=> string(0) "" ["limit"]=> string(0) "" ["force"]=> string(0) "" ["comment"]=> string(0) "" ["field"]=> array(2) { [0]=> string(4) "name" [1]=> string(5) "value" } } ["bind":protected]=> array(0) { } ["timeRule":protected]=> array(8) { ["today"]=> array(2) { [0]=> string(5) "today" [1]=> string(17) "tomorrow -1second" } ["yesterday"]=> array(2) { [0]=> string(9) "yesterday" [1]=> string(14) "today -1second" } ["week"]=> array(2) { [0]=> string(18) "this week 00:00:00" [1]=> string(27) "next week 00:00:00 -1second" } ["last week"]=> array(2) { [0]=> string(18) "last week 00:00:00" [1]=> string(27) "this week 00:00:00 -1second" } ["month"]=> array(2) { [0]=> string(32) "first Day of this month 00:00:00" [1]=> string(41) "first Day of next month 00:00:00 -1second" } ["last month"]=> array(2) { [0]=> string(32) "first Day of last month 00:00:00" [1]=> string(41) "first Day of this month 00:00:00 -1second" } ["year"]=> array(2) { [0]=> string(13) "this year 1/1" [1]=> string(22) "next year 1/1 -1second" } ["last year"]=> array(2) { [0]=> string(13) "last year 1/1" [1]=> string(22) "this year 1/1 -1second" } } ["timeExp":protected]=> array(4) { ["d"]=> string(5) "today" ["w"]=> string(4) "week" ["m"]=> string(5) "month" ["y"]=> string(4) "year" } } [1]=> array(2) { [0]=> string(4) "name" [1]=> string(5) "value" } [2]=> string(0) "" } } [11]=> array(6) { ["file"]=> string(76) "/www/wwwroot/text.n19netsa.com/vendor/zoujingli/think-library/src/common.php" ["line"]=> int(84) ["function"]=> string(6) "column" ["class"]=> string(14) "think\db\Query" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(10) "name,value" } } [12]=> array(4) { ["file"]=> string(80) "/www/wwwroot/text.n19netsa.com/runtime/temp/56f6586d5e52d7196c10e04f9c43ff58.php" ["line"]=> int(2) ["function"]=> string(7) "sysconf" ["args"]=> array(1) { [0]=> string(9) "site_icon" } } [13]=> array(4) { ["file"]=> string(78) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/template/driver/File.php" ["line"]=> int(59) ["args"]=> array(1) { [0]=> string(80) "/www/wwwroot/text.n19netsa.com/runtime/temp/56f6586d5e52d7196c10e04f9c43ff58.php" } ["function"]=> string(7) "include" } [14]=> array(6) { ["file"]=> string(66) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/Template.php" ["line"]=> int(226) ["function"]=> string(4) "read" ["class"]=> string(26) "think\template\driver\File" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(80) "/www/wwwroot/text.n19netsa.com/runtime/temp/56f6586d5e52d7196c10e04f9c43ff58.php" [1]=> array(6) { ["table"]=> string(8) "xy_users" ["app"]=> object(think\App)#4 (19) { ["modulePath"]=> string(49) "/www/wwwroot/text.n19netsa.com/application/index/" ["appDebug"]=> bool(true) ["beginTime"]=> float(1766767403.0655) ["beginMem"]=> int(611608) ["namespace"]=> string(3) "app" ["suffix"]=> bool(false) ["routeMust"]=> NULL ["appPath"]=> string(43) "/www/wwwroot/text.n19netsa.com/application/" ["thinkPath"]=> string(40) "/www/wwwroot/text.n19netsa.com/thinkphp/" ["rootPath"]=> string(31) "/www/wwwroot/text.n19netsa.com/" ["runtimePath"]=> string(39) "/www/wwwroot/text.n19netsa.com/runtime/" ["configPath"]=> string(38) "/www/wwwroot/text.n19netsa.com/config/" ["routePath"]=> string(37) "/www/wwwroot/text.n19netsa.com/route/" ["configExt"]=> string(4) ".php" ["dispatch"]=> NULL ["bindModule"]=> NULL ["initialized"]=> bool(true) ["bind"]=> array(21) { ["app"]=> string(9) "think\App" ["build"]=> string(11) "think\Build" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["cookie"]=> string(12) "think\Cookie" ["debug"]=> string(11) "think\Debug" ["env"]=> string(9) "think\Env" ["hook"]=> string(10) "think\Hook" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["template"]=> string(14) "think\Template" ["url"]=> string(9) "think\Url" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["rule_name"]=> string(20) "think\route\RuleName" ["think\LoggerInterface"]=> string(9) "think\Log" } ["name"]=> array(16) { ["env"]=> string(9) "think\Env" ["config"]=> string(12) "think\Config" ["app"]=> string(9) "think\App" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["url"]=> string(9) "think\Url" ["route"]=> string(11) "think\Route" ["request"]=> string(13) "think\Request" ["rule_name"]=> string(20) "think\route\RuleName" ["middleware"]=> string(16) "think\Middleware" ["hook"]=> string(10) "think\Hook" ["cookie"]=> string(12) "think\Cookie" ["view"]=> string(10) "think\View" ["session"]=> string(13) "think\Session" ["debug"]=> string(11) "think\Debug" ["cache"]=> string(11) "think\Cache" } } ["request"]=> object(think\Request)#15 (37) { ["method"]=> string(3) "GET" ["host"]=> string(17) "text.n19netsa.com" ["domain"]=> NULL ["subDomain"]=> string(4) "text" ["panDomain"]=> NULL ["url"]=> string(22) "/index/user/login.html" ["baseUrl"]=> NULL ["baseFile"]=> string(10) "/index.php" ["root"]=> string(0) "" ["pathinfo"]=> string(21) "index/user/login.html" ["path"]=> string(16) "index/user/login" ["routeInfo"]=> array(0) { } ["module"]=> string(5) "index" ["controller"]=> string(4) "User" ["action"]=> string(5) "login" ["langset"]=> string(5) "en-au" ["param"]=> array(0) { } ["get"]=> array(0) { } ["post"]=> array(0) { } ["request"]=> array(0) { } ["route"]=> array(0) { } ["put"]=> NULL ["session"]=> array(0) { } ["file"]=> array(0) { } ["cookie"]=> array(0) { } ["server"]=> array(33) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_COOKIE"]=> string(36) "s9357b4e0=icnkbineubmtgsmimn35usjtsu" ["HTTP_REFERER"]=> string(26) "https://text.n19netsa.com/" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["HTTP_HOST"]=> string(17) "text.n19netsa.com" ["PATH_INFO"]=> string(0) "" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(17) "text.n19netsa.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(12) "172.31.70.67" ["REMOTE_PORT"]=> string(5) "20643" ["REMOTE_ADDR"]=> string(14) "216.73.216.149" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.28.0" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(37) "/www/wwwroot/text.n19netsa.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(22) "/index/user/login.html" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(24) "s=/index/user/login.html" ["SCRIPT_FILENAME"]=> string(47) "/www/wwwroot/text.n19netsa.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1766767403.0638) ["REQUEST_TIME"]=> int(1766767403) } ["env"]=> array(23) { ["DB_TYPE"]=> string(5) "mysql" ["DB_HOSTNAME"]=> string(9) "localhost" ["DB_DATABASE"]=> string(6) "n18new" ["DB_USERNAME"]=> string(6) "N18NEW" ["DB_PASSWORD"]=> string(16) "r5btaJzFkiYHxWfN" ["DB_CHARSET"]=> string(7) "utf8mb4" ["DB_HOSTPORT"]=> string(4) "3306" ["DB_DEBUG"]=> string(1) "1" ["DB_DEPLOY"]=> string(1) "0" ["DB_RW_SEPARATE"]=> string(0) "" ["FORGET_PASSWORD_URL"]=> string(0) "" ["TRC_ADDRESS"]=> string(34) "THrQao3RYtxrZvJriiGLZzxLMEnZxVJRmh" ["BTC_ADDRESS"]=> string(42) "bc1q3a0tzcfmglljr8n2nge3evg6029ej7xynvwrq0" ["ETC_ADDRESS"]=> string(43) "0x298CC96AECB359537B88132969fE8B7F2dE079d9 " ["THINK_PATH"]=> string(40) "/www/wwwroot/text.n19netsa.com/thinkphp/" ["ROOT_PATH"]=> string(31) "/www/wwwroot/text.n19netsa.com/" ["APP_PATH"]=> string(43) "/www/wwwroot/text.n19netsa.com/application/" ["CONFIG_PATH"]=> string(38) "/www/wwwroot/text.n19netsa.com/config/" ["ROUTE_PATH"]=> string(37) "/www/wwwroot/text.n19netsa.com/route/" ["RUNTIME_PATH"]=> string(39) "/www/wwwroot/text.n19netsa.com/runtime/" ["EXTEND_PATH"]=> string(38) "/www/wwwroot/text.n19netsa.com/extend/" ["VENDOR_PATH"]=> string(38) "/www/wwwroot/text.n19netsa.com/vendor/" ["APP_NAMESPACE"]=> string(3) "app" } ["header"]=> array(8) { ["cookie"]=> string(36) "s9357b4e0=icnkbineubmtgsmimn35usjtsu" ["referer"]=> string(26) "https://text.n19netsa.com/" ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(17) "text.n19netsa.com" ["content-type"]=> string(0) "" ["content-length"]=> string(0) "" } ["mimeType"]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content"]=> NULL ["filter"]=> string(4) "trim" ["hook"]=> array(0) { } ["input"]=> string(0) "" ["cache"]=> NULL ["isCheckCache"]=> NULL ["secureKey"]=> NULL ["mergeParam"]=> bool(true) } ["csrf_state"]=> bool(false) ["csrf_message"]=> string(24) "think_library_csrf_error" ["code"]=> string(0) "" } } } [15]=> array(6) { ["file"]=> string(75) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/view/driver/Think.php" ["line"]=> int(93) ["function"]=> string(5) "fetch" ["class"]=> string(14) "think\Template" ["type"]=> string(2) "->" ["args"]=> array(3) { [0]=> string(69) "/www/wwwroot/text.n19netsa.com/application/index/view/user/login.html" [1]=> array(6) { ["table"]=> string(8) "xy_users" ["app"]=> object(think\App)#4 (19) { ["modulePath"]=> string(49) "/www/wwwroot/text.n19netsa.com/application/index/" ["appDebug"]=> bool(true) ["beginTime"]=> float(1766767403.0655) ["beginMem"]=> int(611608) ["namespace"]=> string(3) "app" ["suffix"]=> bool(false) ["routeMust"]=> NULL ["appPath"]=> string(43) "/www/wwwroot/text.n19netsa.com/application/" ["thinkPath"]=> string(40) "/www/wwwroot/text.n19netsa.com/thinkphp/" ["rootPath"]=> string(31) "/www/wwwroot/text.n19netsa.com/" ["runtimePath"]=> string(39) "/www/wwwroot/text.n19netsa.com/runtime/" ["configPath"]=> string(38) "/www/wwwroot/text.n19netsa.com/config/" ["routePath"]=> string(37) "/www/wwwroot/text.n19netsa.com/route/" ["configExt"]=> string(4) ".php" ["dispatch"]=> NULL ["bindModule"]=> NULL ["initialized"]=> bool(true) ["bind"]=> array(21) { ["app"]=> string(9) "think\App" ["build"]=> string(11) "think\Build" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["cookie"]=> string(12) "think\Cookie" ["debug"]=> string(11) "think\Debug" ["env"]=> string(9) "think\Env" ["hook"]=> string(10) "think\Hook" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["template"]=> string(14) "think\Template" ["url"]=> string(9) "think\Url" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["rule_name"]=> string(20) "think\route\RuleName" ["think\LoggerInterface"]=> string(9) "think\Log" } ["name"]=> array(16) { ["env"]=> string(9) "think\Env" ["config"]=> string(12) "think\Config" ["app"]=> string(9) "think\App" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["url"]=> string(9) "think\Url" ["route"]=> string(11) "think\Route" ["request"]=> string(13) "think\Request" ["rule_name"]=> string(20) "think\route\RuleName" ["middleware"]=> string(16) "think\Middleware" ["hook"]=> string(10) "think\Hook" ["cookie"]=> string(12) "think\Cookie" ["view"]=> string(10) "think\View" ["session"]=> string(13) "think\Session" ["debug"]=> string(11) "think\Debug" ["cache"]=> string(11) "think\Cache" } } ["request"]=> object(think\Request)#15 (37) { ["method"]=> string(3) "GET" ["host"]=> string(17) "text.n19netsa.com" ["domain"]=> NULL ["subDomain"]=> string(4) "text" ["panDomain"]=> NULL ["url"]=> string(22) "/index/user/login.html" ["baseUrl"]=> NULL ["baseFile"]=> string(10) "/index.php" ["root"]=> string(0) "" ["pathinfo"]=> string(21) "index/user/login.html" ["path"]=> string(16) "index/user/login" ["routeInfo"]=> array(0) { } ["module"]=> string(5) "index" ["controller"]=> string(4) "User" ["action"]=> string(5) "login" ["langset"]=> string(5) "en-au" ["param"]=> array(0) { } ["get"]=> array(0) { } ["post"]=> array(0) { } ["request"]=> array(0) { } ["route"]=> array(0) { } ["put"]=> NULL ["session"]=> array(0) { } ["file"]=> array(0) { } ["cookie"]=> array(0) { } ["server"]=> array(33) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_COOKIE"]=> string(36) "s9357b4e0=icnkbineubmtgsmimn35usjtsu" ["HTTP_REFERER"]=> string(26) "https://text.n19netsa.com/" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["HTTP_HOST"]=> string(17) "text.n19netsa.com" ["PATH_INFO"]=> string(0) "" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(17) "text.n19netsa.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(12) "172.31.70.67" ["REMOTE_PORT"]=> string(5) "20643" ["REMOTE_ADDR"]=> string(14) "216.73.216.149" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.28.0" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(37) "/www/wwwroot/text.n19netsa.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(22) "/index/user/login.html" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(24) "s=/index/user/login.html" ["SCRIPT_FILENAME"]=> string(47) "/www/wwwroot/text.n19netsa.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1766767403.0638) ["REQUEST_TIME"]=> int(1766767403) } ["env"]=> array(23) { ["DB_TYPE"]=> string(5) "mysql" ["DB_HOSTNAME"]=> string(9) "localhost" ["DB_DATABASE"]=> string(6) "n18new" ["DB_USERNAME"]=> string(6) "N18NEW" ["DB_PASSWORD"]=> string(16) "r5btaJzFkiYHxWfN" ["DB_CHARSET"]=> string(7) "utf8mb4" ["DB_HOSTPORT"]=> string(4) "3306" ["DB_DEBUG"]=> string(1) "1" ["DB_DEPLOY"]=> string(1) "0" ["DB_RW_SEPARATE"]=> string(0) "" ["FORGET_PASSWORD_URL"]=> string(0) "" ["TRC_ADDRESS"]=> string(34) "THrQao3RYtxrZvJriiGLZzxLMEnZxVJRmh" ["BTC_ADDRESS"]=> string(42) "bc1q3a0tzcfmglljr8n2nge3evg6029ej7xynvwrq0" ["ETC_ADDRESS"]=> string(43) "0x298CC96AECB359537B88132969fE8B7F2dE079d9 " ["THINK_PATH"]=> string(40) "/www/wwwroot/text.n19netsa.com/thinkphp/" ["ROOT_PATH"]=> string(31) "/www/wwwroot/text.n19netsa.com/" ["APP_PATH"]=> string(43) "/www/wwwroot/text.n19netsa.com/application/" ["CONFIG_PATH"]=> string(38) "/www/wwwroot/text.n19netsa.com/config/" ["ROUTE_PATH"]=> string(37) "/www/wwwroot/text.n19netsa.com/route/" ["RUNTIME_PATH"]=> string(39) "/www/wwwroot/text.n19netsa.com/runtime/" ["EXTEND_PATH"]=> string(38) "/www/wwwroot/text.n19netsa.com/extend/" ["VENDOR_PATH"]=> string(38) "/www/wwwroot/text.n19netsa.com/vendor/" ["APP_NAMESPACE"]=> string(3) "app" } ["header"]=> array(8) { ["cookie"]=> string(36) "s9357b4e0=icnkbineubmtgsmimn35usjtsu" ["referer"]=> string(26) "https://text.n19netsa.com/" ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(17) "text.n19netsa.com" ["content-type"]=> string(0) "" ["content-length"]=> string(0) "" } ["mimeType"]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content"]=> NULL ["filter"]=> string(4) "trim" ["hook"]=> array(0) { } ["input"]=> string(0) "" ["cache"]=> NULL ["isCheckCache"]=> NULL ["secureKey"]=> NULL ["mergeParam"]=> bool(true) } ["csrf_state"]=> bool(false) ["csrf_message"]=> string(24) "think_library_csrf_error" ["code"]=> string(0) "" } [2]=> array(0) { } } } [16]=> array(6) { ["file"]=> string(62) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/View.php" ["line"]=> int(192) ["function"]=> string(5) "fetch" ["class"]=> string(23) "think\view\driver\Think" ["type"]=> string(2) "->" ["args"]=> array(3) { [0]=> string(69) "/www/wwwroot/text.n19netsa.com/application/index/view/user/login.html" [1]=> array(6) { ["table"]=> string(8) "xy_users" ["app"]=> object(think\App)#4 (19) { ["modulePath"]=> string(49) "/www/wwwroot/text.n19netsa.com/application/index/" ["appDebug"]=> bool(true) ["beginTime"]=> float(1766767403.0655) ["beginMem"]=> int(611608) ["namespace"]=> string(3) "app" ["suffix"]=> bool(false) ["routeMust"]=> NULL ["appPath"]=> string(43) "/www/wwwroot/text.n19netsa.com/application/" ["thinkPath"]=> string(40) "/www/wwwroot/text.n19netsa.com/thinkphp/" ["rootPath"]=> string(31) "/www/wwwroot/text.n19netsa.com/" ["runtimePath"]=> string(39) "/www/wwwroot/text.n19netsa.com/runtime/" ["configPath"]=> string(38) "/www/wwwroot/text.n19netsa.com/config/" ["routePath"]=> string(37) "/www/wwwroot/text.n19netsa.com/route/" ["configExt"]=> string(4) ".php" ["dispatch"]=> NULL ["bindModule"]=> NULL ["initialized"]=> bool(true) ["bind"]=> array(21) { ["app"]=> string(9) "think\App" ["build"]=> string(11) "think\Build" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["cookie"]=> string(12) "think\Cookie" ["debug"]=> string(11) "think\Debug" ["env"]=> string(9) "think\Env" ["hook"]=> string(10) "think\Hook" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["template"]=> string(14) "think\Template" ["url"]=> string(9) "think\Url" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["rule_name"]=> string(20) "think\route\RuleName" ["think\LoggerInterface"]=> string(9) "think\Log" } ["name"]=> array(16) { ["env"]=> string(9) "think\Env" ["config"]=> string(12) "think\Config" ["app"]=> string(9) "think\App" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["url"]=> string(9) "think\Url" ["route"]=> string(11) "think\Route" ["request"]=> string(13) "think\Request" ["rule_name"]=> string(20) "think\route\RuleName" ["middleware"]=> string(16) "think\Middleware" ["hook"]=> string(10) "think\Hook" ["cookie"]=> string(12) "think\Cookie" ["view"]=> string(10) "think\View" ["session"]=> string(13) "think\Session" ["debug"]=> string(11) "think\Debug" ["cache"]=> string(11) "think\Cache" } } ["request"]=> object(think\Request)#15 (37) { ["method"]=> string(3) "GET" ["host"]=> string(17) "text.n19netsa.com" ["domain"]=> NULL ["subDomain"]=> string(4) "text" ["panDomain"]=> NULL ["url"]=> string(22) "/index/user/login.html" ["baseUrl"]=> NULL ["baseFile"]=> string(10) "/index.php" ["root"]=> string(0) "" ["pathinfo"]=> string(21) "index/user/login.html" ["path"]=> string(16) "index/user/login" ["routeInfo"]=> array(0) { } ["module"]=> string(5) "index" ["controller"]=> string(4) "User" ["action"]=> string(5) "login" ["langset"]=> string(5) "en-au" ["param"]=> array(0) { } ["get"]=> array(0) { } ["post"]=> array(0) { } ["request"]=> array(0) { } ["route"]=> array(0) { } ["put"]=> NULL ["session"]=> array(0) { } ["file"]=> array(0) { } ["cookie"]=> array(0) { } ["server"]=> array(33) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_COOKIE"]=> string(36) "s9357b4e0=icnkbineubmtgsmimn35usjtsu" ["HTTP_REFERER"]=> string(26) "https://text.n19netsa.com/" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["HTTP_HOST"]=> string(17) "text.n19netsa.com" ["PATH_INFO"]=> string(0) "" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(17) "text.n19netsa.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(12) "172.31.70.67" ["REMOTE_PORT"]=> string(5) "20643" ["REMOTE_ADDR"]=> string(14) "216.73.216.149" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.28.0" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(37) "/www/wwwroot/text.n19netsa.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(22) "/index/user/login.html" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(24) "s=/index/user/login.html" ["SCRIPT_FILENAME"]=> string(47) "/www/wwwroot/text.n19netsa.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1766767403.0638) ["REQUEST_TIME"]=> int(1766767403) } ["env"]=> array(23) { ["DB_TYPE"]=> string(5) "mysql" ["DB_HOSTNAME"]=> string(9) "localhost" ["DB_DATABASE"]=> string(6) "n18new" ["DB_USERNAME"]=> string(6) "N18NEW" ["DB_PASSWORD"]=> string(16) "r5btaJzFkiYHxWfN" ["DB_CHARSET"]=> string(7) "utf8mb4" ["DB_HOSTPORT"]=> string(4) "3306" ["DB_DEBUG"]=> string(1) "1" ["DB_DEPLOY"]=> string(1) "0" ["DB_RW_SEPARATE"]=> string(0) "" ["FORGET_PASSWORD_URL"]=> string(0) "" ["TRC_ADDRESS"]=> string(34) "THrQao3RYtxrZvJriiGLZzxLMEnZxVJRmh" ["BTC_ADDRESS"]=> string(42) "bc1q3a0tzcfmglljr8n2nge3evg6029ej7xynvwrq0" ["ETC_ADDRESS"]=> string(43) "0x298CC96AECB359537B88132969fE8B7F2dE079d9 " ["THINK_PATH"]=> string(40) "/www/wwwroot/text.n19netsa.com/thinkphp/" ["ROOT_PATH"]=> string(31) "/www/wwwroot/text.n19netsa.com/" ["APP_PATH"]=> string(43) "/www/wwwroot/text.n19netsa.com/application/" ["CONFIG_PATH"]=> string(38) "/www/wwwroot/text.n19netsa.com/config/" ["ROUTE_PATH"]=> string(37) "/www/wwwroot/text.n19netsa.com/route/" ["RUNTIME_PATH"]=> string(39) "/www/wwwroot/text.n19netsa.com/runtime/" ["EXTEND_PATH"]=> string(38) "/www/wwwroot/text.n19netsa.com/extend/" ["VENDOR_PATH"]=> string(38) "/www/wwwroot/text.n19netsa.com/vendor/" ["APP_NAMESPACE"]=> string(3) "app" } ["header"]=> array(8) { ["cookie"]=> string(36) "s9357b4e0=icnkbineubmtgsmimn35usjtsu" ["referer"]=> string(26) "https://text.n19netsa.com/" ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(17) "text.n19netsa.com" ["content-type"]=> string(0) "" ["content-length"]=> string(0) "" } ["mimeType"]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content"]=> NULL ["filter"]=> string(4) "trim" ["hook"]=> array(0) { } ["input"]=> string(0) "" ["cache"]=> NULL ["isCheckCache"]=> NULL ["secureKey"]=> NULL ["mergeParam"]=> bool(true) } ["csrf_state"]=> bool(false) ["csrf_message"]=> string(24) "think_library_csrf_error" ["code"]=> string(0) "" } [2]=> array(0) { } } } [17]=> array(6) { ["file"]=> string(71) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/response/View.php" ["line"]=> int(42) ["function"]=> string(5) "fetch" ["class"]=> string(10) "think\View" ["type"]=> string(2) "->" ["args"]=> array(4) { [0]=> string(0) "" [1]=> array(6) { ["table"]=> string(8) "xy_users" ["app"]=> object(think\App)#4 (19) { ["modulePath"]=> string(49) "/www/wwwroot/text.n19netsa.com/application/index/" ["appDebug"]=> bool(true) ["beginTime"]=> float(1766767403.0655) ["beginMem"]=> int(611608) ["namespace"]=> string(3) "app" ["suffix"]=> bool(false) ["routeMust"]=> NULL ["appPath"]=> string(43) "/www/wwwroot/text.n19netsa.com/application/" ["thinkPath"]=> string(40) "/www/wwwroot/text.n19netsa.com/thinkphp/" ["rootPath"]=> string(31) "/www/wwwroot/text.n19netsa.com/" ["runtimePath"]=> string(39) "/www/wwwroot/text.n19netsa.com/runtime/" ["configPath"]=> string(38) "/www/wwwroot/text.n19netsa.com/config/" ["routePath"]=> string(37) "/www/wwwroot/text.n19netsa.com/route/" ["configExt"]=> string(4) ".php" ["dispatch"]=> NULL ["bindModule"]=> NULL ["initialized"]=> bool(true) ["bind"]=> array(21) { ["app"]=> string(9) "think\App" ["build"]=> string(11) "think\Build" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["cookie"]=> string(12) "think\Cookie" ["debug"]=> string(11) "think\Debug" ["env"]=> string(9) "think\Env" ["hook"]=> string(10) "think\Hook" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["template"]=> string(14) "think\Template" ["url"]=> string(9) "think\Url" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["rule_name"]=> string(20) "think\route\RuleName" ["think\LoggerInterface"]=> string(9) "think\Log" } ["name"]=> array(16) { ["env"]=> string(9) "think\Env" ["config"]=> string(12) "think\Config" ["app"]=> string(9) "think\App" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["url"]=> string(9) "think\Url" ["route"]=> string(11) "think\Route" ["request"]=> string(13) "think\Request" ["rule_name"]=> string(20) "think\route\RuleName" ["middleware"]=> string(16) "think\Middleware" ["hook"]=> string(10) "think\Hook" ["cookie"]=> string(12) "think\Cookie" ["view"]=> string(10) "think\View" ["session"]=> string(13) "think\Session" ["debug"]=> string(11) "think\Debug" ["cache"]=> string(11) "think\Cache" } } ["request"]=> object(think\Request)#15 (37) { ["method"]=> string(3) "GET" ["host"]=> string(17) "text.n19netsa.com" ["domain"]=> NULL ["subDomain"]=> string(4) "text" ["panDomain"]=> NULL ["url"]=> string(22) "/index/user/login.html" ["baseUrl"]=> NULL ["baseFile"]=> string(10) "/index.php" ["root"]=> string(0) "" ["pathinfo"]=> string(21) "index/user/login.html" ["path"]=> string(16) "index/user/login" ["routeInfo"]=> array(0) { } ["module"]=> string(5) "index" ["controller"]=> string(4) "User" ["action"]=> string(5) "login" ["langset"]=> string(5) "en-au" ["param"]=> array(0) { } ["get"]=> array(0) { } ["post"]=> array(0) { } ["request"]=> array(0) { } ["route"]=> array(0) { } ["put"]=> NULL ["session"]=> array(0) { } ["file"]=> array(0) { } ["cookie"]=> array(0) { } ["server"]=> array(33) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_COOKIE"]=> string(36) "s9357b4e0=icnkbineubmtgsmimn35usjtsu" ["HTTP_REFERER"]=> string(26) "https://text.n19netsa.com/" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["HTTP_HOST"]=> string(17) "text.n19netsa.com" ["PATH_INFO"]=> string(0) "" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(17) "text.n19netsa.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(12) "172.31.70.67" ["REMOTE_PORT"]=> string(5) "20643" ["REMOTE_ADDR"]=> string(14) "216.73.216.149" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.28.0" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(37) "/www/wwwroot/text.n19netsa.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(22) "/index/user/login.html" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(24) "s=/index/user/login.html" ["SCRIPT_FILENAME"]=> string(47) "/www/wwwroot/text.n19netsa.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1766767403.0638) ["REQUEST_TIME"]=> int(1766767403) } ["env"]=> array(23) { ["DB_TYPE"]=> string(5) "mysql" ["DB_HOSTNAME"]=> string(9) "localhost" ["DB_DATABASE"]=> string(6) "n18new" ["DB_USERNAME"]=> string(6) "N18NEW" ["DB_PASSWORD"]=> string(16) "r5btaJzFkiYHxWfN" ["DB_CHARSET"]=> string(7) "utf8mb4" ["DB_HOSTPORT"]=> string(4) "3306" ["DB_DEBUG"]=> string(1) "1" ["DB_DEPLOY"]=> string(1) "0" ["DB_RW_SEPARATE"]=> string(0) "" ["FORGET_PASSWORD_URL"]=> string(0) "" ["TRC_ADDRESS"]=> string(34) "THrQao3RYtxrZvJriiGLZzxLMEnZxVJRmh" ["BTC_ADDRESS"]=> string(42) "bc1q3a0tzcfmglljr8n2nge3evg6029ej7xynvwrq0" ["ETC_ADDRESS"]=> string(43) "0x298CC96AECB359537B88132969fE8B7F2dE079d9 " ["THINK_PATH"]=> string(40) "/www/wwwroot/text.n19netsa.com/thinkphp/" ["ROOT_PATH"]=> string(31) "/www/wwwroot/text.n19netsa.com/" ["APP_PATH"]=> string(43) "/www/wwwroot/text.n19netsa.com/application/" ["CONFIG_PATH"]=> string(38) "/www/wwwroot/text.n19netsa.com/config/" ["ROUTE_PATH"]=> string(37) "/www/wwwroot/text.n19netsa.com/route/" ["RUNTIME_PATH"]=> string(39) "/www/wwwroot/text.n19netsa.com/runtime/" ["EXTEND_PATH"]=> string(38) "/www/wwwroot/text.n19netsa.com/extend/" ["VENDOR_PATH"]=> string(38) "/www/wwwroot/text.n19netsa.com/vendor/" ["APP_NAMESPACE"]=> string(3) "app" } ["header"]=> array(8) { ["cookie"]=> string(36) "s9357b4e0=icnkbineubmtgsmimn35usjtsu" ["referer"]=> string(26) "https://text.n19netsa.com/" ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(17) "text.n19netsa.com" ["content-type"]=> string(0) "" ["content-length"]=> string(0) "" } ["mimeType"]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content"]=> NULL ["filter"]=> string(4) "trim" ["hook"]=> array(0) { } ["input"]=> string(0) "" ["cache"]=> NULL ["isCheckCache"]=> NULL ["secureKey"]=> NULL ["mergeParam"]=> bool(true) } ["csrf_state"]=> bool(false) ["csrf_message"]=> string(24) "think_library_csrf_error" ["code"]=> string(0) "" } [2]=> array(0) { } [3]=> bool(false) } } [18]=> array(6) { ["file"]=> string(66) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/Response.php" ["line"]=> int(396) ["function"]=> string(6) "output" ["class"]=> string(19) "think\response\View" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(0) "" } } [19]=> array(6) { ["file"]=> string(66) "/www/wwwroot/text.n19netsa.com/thinkphp/library/think/Response.php" ["line"]=> int(128) ["function"]=> string(10) "getContent" ["class"]=> string(14) "think\Response" ["type"]=> string(2) "->" ["args"]=> array(0) { } } [20]=> array(6) { ["file"]=> string(47) "/www/wwwroot/text.n19netsa.com/public/index.php" ["line"]=> int(27) ["function"]=> string(4) "send" ["class"]=> string(14) "think\Response" ["type"]=> string(2) "->" ["args"]=> array(0) { } } } ["code"]=> int(1045) ["source"]=> array(2) { ["first"]=> int(519) ["source"]=> array(19) { [0]=> string(14) " try { " [1]=> string(41) " if (empty($config['dsn'])) { " [2]=> string(59) " $config['dsn'] = $this->parseDsn($config); " [3]=> string(14) " } " [4]=> string(1) " " [5]=> string(36) " if ($config['debug']) { " [6]=> string(46) " $startTime = microtime(true); " [7]=> string(14) " } " [8]=> string(1) " " [9]=> string(113) " $this->links[$linkNum] = new PDO($config['dsn'], $config['username'], $config['password'], $params); " [10]=> string(1) " " [11]=> string(36) " if ($config['debug']) { " [12]=> string(47) " // 记录数据库连接信息 " [13]=> string(132) " $this->log('[ DB ] CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn']); " [14]=> string(14) " } " [15]=> string(1) " " [16]=> string(43) " return $this->links[$linkNum]; " [17]=> string(37) " } catch (\PDOException $e) { " [18]=> string(35) " if ($autoConnection) { " } } ["datas"]=> array(0) { } ["tables"]=> array(8) { ["GET Data"]=> array(0) { } ["POST Data"]=> array(0) { } ["Files"]=> array(0) { } ["Cookies"]=> array(1) { ["s9357b4e0"]=> string(26) "icnkbineubmtgsmimn35usjtsu" } ["Session"]=> array(0) { } ["Server/Request Data"]=> array(33) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_COOKIE"]=> string(36) "s9357b4e0=icnkbineubmtgsmimn35usjtsu" ["HTTP_REFERER"]=> string(26) "https://text.n19netsa.com/" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["HTTP_HOST"]=> string(17) "text.n19netsa.com" ["PATH_INFO"]=> string(0) "" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(17) "text.n19netsa.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(12) "172.31.70.67" ["REMOTE_PORT"]=> string(5) "20643" ["REMOTE_ADDR"]=> string(14) "216.73.216.149" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.28.0" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(37) "/www/wwwroot/text.n19netsa.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(22) "/index/user/login.html" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(24) "s=/index/user/login.html" ["SCRIPT_FILENAME"]=> string(47) "/www/wwwroot/text.n19netsa.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1766767403.0638) ["REQUEST_TIME"]=> int(1766767403) } ["Environment Variables"]=> array(0) { } ["ThinkPHP Constants"]=> array(4) { ["SITE_URL"]=> string(25) "https://text.n19netsa.com" ["APP_PATH"]=> string(53) "/www/wwwroot/text.n19netsa.com/public/../application/" ["PHPEXCEL_ROOT"]=> string(57) "/www/wwwroot/text.n19netsa.com/public/../extend/PHPExcel/" ["QINIU_FUNCTIONS_VERSION"]=> string(5) "7.4.1" } } ["echo"]=> string(0) "" }