[2002] PDOException in Connection.php line 295

SQLSTATE[HY000] [2002] No such file or directory

  1. $this->fetchType = $config['result_type'];
  2. }
  3. try {
  4. if (empty($config['dsn'])) {
  5. $config['dsn'] = $this->parseDsn($config);
  6. }
  7. if ($config['debug']) {
  8. $startTime = microtime(true);
  9. }
  10. $this->links[$linkNum] = new PDO($config['dsn'], $config['username'], $config['password'], $params);
  11. if ($config['debug']) {
  12. // 记录数据库连接信息
  13. Log::record('[ DB ] CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn'], 'sql');
  14. }
  15. } catch (\PDOException $e) {
  16. if ($autoConnection) {
  17. Log::record($e->getMessage(), 'error');
  18. return $this->connect($autoConnection, $linkNum);
  19. } else {

Call Stack

  1. in Connection.php line 295
  2. at PDO->__construct() in Connection.php line 295
  3. at Connection->connect() in Connection.php line 995
  4. at Connection->initConnect() in Connection.php line 348
  5. at Connection->query()
  6. at call_user_func_array() in Db.php line 178
  7. at Db::__callStatic() in Index.php line 64
  8. at Index->fanyi_article_title()
  9. at ReflectionMethod->invokeArgs() in App.php line 343
  10. at App::invokeMethod() in App.php line 611
  11. at App::module() in App.php line 456
  12. at App::exec() in App.php line 139
  13. at App::run() in start.php line 19
  14. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Step back in time and relive the nostalgia of classic retro games with the free Classic Snake Game. Inspired by the iconic Nokia 1997 Snake, this game features pixel graphics and monophonic sounds, transporting you back to the simplicity of bygone times. The goal is simple: guide the snake to eat as
to
tl
POST Data
empty
Files
empty

Cookies

myip
188.165.244.186
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=188.165.244.186
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_HOST
td.880772.xyz
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)
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
38392
REMOTE_ADDR
188.165.244.186
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=Step+back+in+time+and+relive+the+nostalgia+of+classic+retro+games+with+the+free+Classic+Snake+Game.+Inspired+by+the+iconic+Nokia+1997+Snake%2C+this+game+features+pixel+graphics+and+monophonic+sounds%2C+transporting+you+back+to+the+simplicity+of+bygone+times.+The+goal+is+simple%3A+guide+the+snake+to+eat+as&to=tl
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=Step+back+in+time+and+relive+the+nostalgia+of+classic+retro+games+with+the+free+Classic+Snake+Game.+Inspired+by+the+iconic+Nokia+1997+Snake%2C+this+game+features+pixel+graphics+and+monophonic+sounds%2C+transporting+you+back+to+the+simplicity+of+bygone+times.+The+goal+is+simple%3A+guide+the+snake+to+eat+as&to=tl
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
1730705817.6787
REQUEST_TIME
1730705817
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
1730705817.6794
THINK_START_MEM
410768
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

[2002] PDOException in Connection.php line 295

SQLSTATE[HY000] [2002] No such file or directory

  1. $this->fetchType = $config['result_type'];
  2. }
  3. try {
  4. if (empty($config['dsn'])) {
  5. $config['dsn'] = $this->parseDsn($config);
  6. }
  7. if ($config['debug']) {
  8. $startTime = microtime(true);
  9. }
  10. $this->links[$linkNum] = new PDO($config['dsn'], $config['username'], $config['password'], $params);
  11. if ($config['debug']) {
  12. // 记录数据库连接信息
  13. Log::record('[ DB ] CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn'], 'sql');
  14. }
  15. } catch (\PDOException $e) {
  16. if ($autoConnection) {
  17. Log::record($e->getMessage(), 'error');
  18. return $this->connect($autoConnection, $linkNum);
  19. } else {

Call Stack

  1. in Connection.php line 295
  2. at PDO->__construct() in Connection.php line 295
  3. at Connection->connect() in Connection.php line 995
  4. at Connection->initConnect() in Connection.php line 348
  5. at Connection->query()
  6. at call_user_func_array() in Db.php line 178
  7. at Db::__callStatic() in Index.php line 64
  8. at Index->fanyi_article_title()
  9. at ReflectionMethod->invokeArgs() in App.php line 343
  10. at App::invokeMethod() in App.php line 611
  11. at App::module() in App.php line 456
  12. at App::exec() in App.php line 139
  13. at App::run() in start.php line 19
  14. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Step back in time and relive the nostalgia of classic retro games with the free Classic Snake Game. Inspired by the iconic Nokia 1997 Snake, this game features pixel graphics and monophonic sounds, transporting you back to the simplicity of bygone times. The goal is simple: guide the snake to eat as
to
tl
POST Data
empty
Files
empty

Cookies

myip
188.165.244.186
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=188.165.244.186
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_HOST
td.880772.xyz
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)
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
38392
REMOTE_ADDR
188.165.244.186
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=Step+back+in+time+and+relive+the+nostalgia+of+classic+retro+games+with+the+free+Classic+Snake+Game.+Inspired+by+the+iconic+Nokia+1997+Snake%2C+this+game+features+pixel+graphics+and+monophonic+sounds%2C+transporting+you+back+to+the+simplicity+of+bygone+times.+The+goal+is+simple%3A+guide+the+snake+to+eat+as&to=tl
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=Step+back+in+time+and+relive+the+nostalgia+of+classic+retro+games+with+the+free+Classic+Snake+Game.+Inspired+by+the+iconic+Nokia+1997+Snake%2C+this+game+features+pixel+graphics+and+monophonic+sounds%2C+transporting+you+back+to+the+simplicity+of+bygone+times.+The+goal+is+simple%3A+guide+the+snake+to+eat+as&to=tl
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
1730705817.6787
REQUEST_TIME
1730705817
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
1730705817.6794
THINK_START_MEM
410768
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/
"> \n \n\n","body":"

[2002] PDOException in Connection.php line 295

SQLSTATE[HY000] [2002] No such file or directory

\t
  1. $this->fetchType = $config[\\'result_type\\'];
  2. }
  3. try {
  4. if (empty($config[\\'dsn\\'])) {
  5. $config[\\'dsn\\'] = $this->parseDsn($config);
  6. }
  7. if ($config[\\'debug\\']) {
  8. $startTime = microtime(true);
  9. }
  10. $this->links[$linkNum] = new PDO($config[\\'dsn\\'], $config[\\'username\\'], $config[\\'password\\'], $params);
  11. if ($config[\\'debug\\']) {
  12. // 记录数据库连接信息
  13. Log::record(\\'[ DB ] CONNECT:[ UseTime:\\' . number_format(microtime(true) - $startTime, 6) . \\'s ] \\' . $config[\\'dsn\\'], \\'sql\\');
  14. }
  15. } catch (\\\\PDOException $e) {
  16. if ($autoConnection) {
  17. Log::record($e->getMessage(), \\'error\\');
  18. return $this->connect($autoConnection, $linkNum);
  19. } else {
\t

Call Stack

  1. in Connection.php line 295
  2. at PDO->__construct() in Connection.php line 295
  3. at Connection->connect() in Connection.php line 995
  4. at Connection->initConnect() in Connection.php line 348
  5. at Connection->query()
  6. at call_user_func_array() in Db.php line 178
  7. at Db::__callStatic() in Index.php line 141
  8. at Index->fanyi_article_content()
  9. at ReflectionMethod->invokeArgs() in App.php line 343
  10. at App::invokeMethod() in App.php line 611
  11. at App::module() in App.php line 456
  12. at App::exec() in App.php line 139
  13. at App::run() in start.php line 19
  14. at require(\\'/data/wwwroot/td.880...\\') in index.php line 23

Environment Variables

GET Data
empty

POST Data

content
%3Cp%3EStep+back+in+time+and+relive+the+nostalgia+of+classic+retro+games+with+the+free+%3Cstrong%3E%5B%5D%3C%2Fstrong%3E.+Inspired+by+the+iconic+Nokia+1997+Snake%2C+this+game+features+pixel+graphics+and+monophonic+sounds%2C+transporting+you+back+to+the+simplicity+of+bygone+times.+The+goal+is+simple%3A+guide+the+snake+to+eat+as+much+as+possible+to+earn+points+and+watch+it+grow+longer.+But+be+careful+not+to+collide+with+yourself%2C+or+it%27s+game+over%21+Challenge+yourself+to+become+one+of+our+longest+lasting+players+and+join+our+hall+of+fame.+Download+%3Cstrong%3E%5B%5D%3C%2Fstrong%3E+now+and+experience+the+addictiveness+of+retro+gaming%21%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EFeatures+of+%5B%5D%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cp%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EPixel+graphics%3A%3C%2Fstrong%3E+Experience+the+nostalgic+feel+of+playing+classic+games+on+older+displays+with+pixelated+graphics.%3Cbr%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EMonophonic+music%3A%3C%2Fstrong%3E+Immerse+yourself+in+the+retro+gaming+experience+with+authentic+monophonic+sounds.%3Cbr%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3ESimple+and+addictive+gameplay%3A%3C%2Fstrong%3E+Relive+the+excitement+of+playing+a+simple+yet+addictive+game+that+keeps+you+hooked+for+hours.%3Cbr%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3ECollect+and+grow%3A%3C%2Fstrong%3E+Eat+as+much+as+you+can+to+make+the+snake+grow+longer+and+earn+more+points.%3Cbr%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EChallenge+yourself%3A%3C%2Fstrong%3E+Test+your+skills+and+see+how+long+you+can+survive+before+your+snake+collides+with+itself+and+the+game+ends.%3Cbr%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EJoin+the+hall+of+fame%3A%3C%2Fstrong%3E+Become+one+of+the+longest+lasting+players+and+secure+your+place+in+the+hall+of+fame.%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EConclusion%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cp%3EDownload+the+%3Cstrong%3E%5B%5D%3C%2Fstrong%3E+now+to+enjoy+a+fun%2C+addictive%2C+and+nostalgic+gaming+experience.+With+pixel+graphics%2C+monophonic+music%2C+and+simple+gameplay%2C+this+game+will+take+you+back+to+the+golden+era+of+retro+gaming.+Challenge+yourself%2C+compete+for+the+highest+score%2C+and+join+the+craze+of+retro+games.+Don%27t+miss+out+on+the+opportunity+to+relive+the+memories+of+bygone+times+and+add+this+classic+game+to+your+list+of+cool+games.+Get+ready+to+dive+into+the+world+of+the+%3Cstrong%3E%5B%5D%3C%2Fstrong%3E%21%3C%2Fp%3E%0A
to
tl
Files
empty
Cookies
empty
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_EXPECT
100-continue
HTTP_CONTENT_LENGTH
3315
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
HTTP_ACCEPT
*/*
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_content
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
38312
REMOTE_ADDR
188.165.244.186
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_content
SCRIPT_NAME
/index.php
CONTENT_LENGTH
3315
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
POST
QUERY_STRING
s=/api/index/fanyi_article_content
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
1730705817.359
REQUEST_TIME
1730705817
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
1730705817.36
THINK_START_MEM
419712
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开发设计的高性能框架 }
","applicationCategory":"GameApplication","softwareVersion":"4.0","fileSize":"23.47M","downloadUrl":"https://down.lxtop.com/apk/67/Classic Snake Game_4.0_com.CoralineApps.ClassicSnakeGame.apk","datePublished":"2022-06-08T09:11:52+08:00","dateModified":"2022-06-08T09:11:52+08:00","screenshot":"https://imgs.lxtop.com/uploads/36/1719535627667e080bcbffc.jpg,https://imgs.lxtop.com/uploads/68/1719535628667e080c95a5b.jpg,https://imgs.lxtop.com/uploads/87/1719535629667e080d8c182.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.2","reviewCount":1},"author":{"@type":"Organization","name":"Coraline Apps"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}} \n \n\n","datePublished":"2024-11-22T20:05:13+08:00","dateModified":"2024-11-22T20:05:13+08:00","url":"http://www.lxtop.com/tl/school-bus-driving-games-3d.html","image":"https://imgs.lxtop.com/uploads/89/1719496322667d6e82c012d.jpg","applicationCategory":"Simulation","operatingSystem":"Android","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.1","ratingCount":1}}},{"@type":"ListItem","position":2,"item":{"@type":"SoftwareApplication","name":"Big Time Chess - Make Money","description":"\n\n\n \n System Error\n \n \n \n\n\n
\n
\n
\n
\n \n
\n
\n

[0] ThrowableError in Index.php line 220

\n
\n

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

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

Call Stack

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

Environment Variables

\n
\n

GET Data

\n
\n
\n
content
\n
\n Big Time Chess: Earn Real Money Playing Video Games – No In-App Purchases!\nBig Time Chess is the only app where you can win real cash playing video games! We\\'ve already awarded tens of thousands of dollars to players just like you. Simply play any of our games and collect tickets for entry into fre
\n
\n
\n
to
\n
\n tl
\n
\n
\n
\n
\n
\n
POST Data
\n
empty
\n
\n
\n
\n
\n
Files
\n
empty
\n
\n
\n
\n

Cookies

\n
\n
\n
myip
\n
\n 188.165.244.186
\n
\n
\n
\n
\n
\n
Session
\n
empty
\n
\n
\n
\n

Server/Request Data

\n
\n
\n
TEMP
\n
\n /tmp
\n
\n
\n
TMPDIR
\n
\n /tmp
\n
\n
\n
TMP
\n
\n /tmp
\n
\n
\n
PATH
\n
\n /usr/local/bin:/usr/bin:/bin
\n
\n
\n
USER
\n
\n www
\n
\n
\n
HOME
\n
\n /home/www
\n
\n
\n
HTTP_CONTENT_TYPE
\n
\n application/x-www-form-urlencoded;charset=UTF-8
\n
\n
\n
HTTP_CONNECTION
\n
\n Keep-Alive
\n
\n
\n
HTTP_COOKIE
\n
\n myip=188.165.244.186
\n
\n
\n
HTTP_ACCEPT_ENCODING
\n
\n gzip
\n
\n
\n
HTTP_ACCEPT
\n
\n */*
\n
\n
\n
HTTP_HOST
\n
\n td.880772.xyz
\n
\n
\n
HTTP_USER_AGENT
\n
\n 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)
\n
\n
\n
PATH_INFO
\n
\n /api/index/fanyi_article_title
\n
\n
\n
REDIRECT_STATUS
\n
\n 200
\n
\n
\n
SERVER_NAME
\n
\n td.880772.xyz
\n
\n
\n
SERVER_PORT
\n
\n 443
\n
\n
\n
SERVER_ADDR
\n
\n 188.165.242.95
\n
\n
\n
REMOTE_PORT
\n
\n 26447
\n
\n
\n
REMOTE_ADDR
\n
\n 188.165.244.186
\n
\n
\n
SERVER_SOFTWARE
\n
\n nginx/1.20.2
\n
\n
\n
GATEWAY_INTERFACE
\n
\n CGI/1.1
\n
\n
\n
HTTPS
\n
\n on
\n
\n
\n
REQUEST_SCHEME
\n
\n https
\n
\n
\n
SERVER_PROTOCOL
\n
\n HTTP/1.1
\n
\n
\n
DOCUMENT_ROOT
\n
\n /data/wwwroot/td.880772.xyz/public
\n
\n
\n
DOCUMENT_URI
\n
\n /index.php
\n
\n
\n
REQUEST_URI
\n
\n /api/index/fanyi_article_title?content=Big+Time+Chess%3A+Earn+Real+Money+Playing+Video+Games+%E2%80%93+No+In-App+Purchases%21%0ABig+Time+Chess+is+the+only+app+where+you+can+win+real+cash+playing+video+games%21+We%27ve+already+awarded+tens+of+thousands+of+dollars+to+players+just+like+you.++Simply+play+any+of+our+games+and+collect+tickets+for+entry+into+fre&to=tl
\n
\n
\n
SCRIPT_NAME
\n
\n /index.php
\n
\n
\n
CONTENT_LENGTH
\n
\n
\n
\n
\n
CONTENT_TYPE
\n
\n application/x-www-form-urlencoded;charset=UTF-8
\n
\n
\n
REQUEST_METHOD
\n
\n GET
\n
\n
\n
QUERY_STRING
\n
\n s=/api/index/fanyi_article_title&content=Big+Time+Chess%3A+Earn+Real+Money+Playing+Video+Games+%E2%80%93+No+In-App+Purchases%21%0ABig+Time+Chess+is+the+only+app+where+you+can+win+real+cash+playing+video+games%21+We%27ve+already+awarded+tens+of+thousands+of+dollars+to+players+just+like+you.++Simply+play+any+of+our+games+and+collect+tickets+for+entry+into+fre&to=tl
\n
\n
\n
SCRIPT_FILENAME
\n
\n /data/wwwroot/td.880772.xyz/public/index.php
\n
\n
\n
PHP_VALUE
\n
\n open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
\n
\n
\n
FCGI_ROLE
\n
\n RESPONDER
\n
\n
\n
PHP_SELF
\n
\n /index.php
\n
\n
\n
REQUEST_TIME_FLOAT
\n
\n 1732276424.1151
\n
\n
\n
REQUEST_TIME
\n
\n 1732276424
\n
\n
\n
\n
\n
\n
Environment Variables
\n
empty
\n
\n
\n
\n

ThinkPHP Constants

\n
\n
\n
PUBLIC_PATH
\n
\n /data/wwwroot/td.880772.xyz/public/../public/
\n
\n
\n
APP_PATH
\n
\n /data/wwwroot/td.880772.xyz/public/../application/
\n
\n
\n
THINK_VERSION
\n
\n 5.0.24
\n
\n
\n
THINK_START_TIME
\n
\n 1732276424.1156
\n
\n
\n
THINK_START_MEM
\n
\n 410768
\n
\n
\n
EXT
\n
\n .php
\n
\n
\n
DS
\n
\n /
\n
\n
\n
THINK_PATH
\n
\n /data/wwwroot/td.880772.xyz/thinkphp/
\n
\n
\n
LIB_PATH
\n
\n /data/wwwroot/td.880772.xyz/thinkphp/library/
\n
\n
\n
CORE_PATH
\n
\n /data/wwwroot/td.880772.xyz/thinkphp/library/think/
\n
\n
\n
TRAIT_PATH
\n
\n /data/wwwroot/td.880772.xyz/thinkphp/library/traits/
\n
\n
\n
ROOT_PATH
\n
\n /data/wwwroot/td.880772.xyz/
\n
\n
\n
EXTEND_PATH
\n
\n /data/wwwroot/td.880772.xyz/extend/
\n
\n
\n
VENDOR_PATH
\n
\n /data/wwwroot/td.880772.xyz/vendor/
\n
\n
\n
RUNTIME_PATH
\n
\n /data/wwwroot/td.880772.xyz/runtime/
\n
\n
\n
LOG_PATH
\n
\n /data/wwwroot/td.880772.xyz/runtime/log/
\n
\n
\n
CACHE_PATH
\n
\n /data/wwwroot/td.880772.xyz/runtime/cache/
\n
\n
\n
TEMP_PATH
\n
\n /data/wwwroot/td.880772.xyz/runtime/temp/
\n
\n
\n
CONF_PATH
\n
\n /data/wwwroot/td.880772.xyz/public/../application/
\n
\n
\n
CONF_EXT
\n
\n .php
\n
\n
\n
ENV_PREFIX
\n
\n PHP_
\n
\n
\n
IS_CLI
\n
\n false
\n
\n
\n
IS_WIN
\n
\n false
\n
\n
\n
FILTER_VALIDATE_BOOL
\n
\n 258
\n
\n
\n
ADDON_PATH
\n
\n /data/wwwroot/td.880772.xyz/addons/
\n
\n
\n
\n
\n \n
\n ThinkPHP \n V5.0.24 \n { 十年磨一剑-为API开发设计的高性能框架 }\n
\n \n \n\n","datePublished":"2024-11-22T19:20:55+08:00","dateModified":"2024-11-22T19:20:55+08:00","url":"http://www.lxtop.com/tl/big-time-chess-make-money.html","image":"https://imgs.lxtop.com/uploads/07/173055975067263f0671ad0.webp","applicationCategory":"Lupon","operatingSystem":"Android","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.7","ratingCount":1}}},{"@type":"ListItem","position":3,"item":{"@type":"SoftwareApplication","name":"Into The Backrooms","description":"Mabuhay at Makatakas sa Enigmatic Backrooms\nSa gitna ng masangsang na aroma ng matanda, mamasa-masa na mga carpet, ang monotonous na lawak ng mga dilaw na dingding, at ang walang humpay na huni ng mga fluorescent na bombilya, ay mayroong isang labyrinthine realm na kilala bilang Backrooms. Sumasaklaw sa mahigit 600 milyong square miles, ang labyrinth na ito ay binubuo ng rand","datePublished":"2024-11-22T09:38:53+08:00","dateModified":"2024-11-22T09:38:53+08:00","url":"http://www.lxtop.com/tl/into-the-backrooms.html","image":"https://imgs.lxtop.com/uploads/28/1731264977673101d18c370.webp","applicationCategory":"Trivia","operatingSystem":"Android","aggregateRating":{"@type":"AggregateRating","ratingValue":"3.5","ratingCount":1}}},{"@type":"ListItem","position":4,"item":{"@type":"SoftwareApplication","name":"Virus Evolution","description":"Maging Mastermind ng Pinaka Nakamamatay na Banta sa Ebolusyon ng Virus\nBilang arkitekto ng perpektong salot, hawak mo ang kapalaran ng mundo sa iyong mga kamay. Ilabas ang iyong estratehikong husay at humimok ng mapangwasak na pandaigdigang pandemya.\nMga Tampok:\nCraft Your Plague: Idisenyo ang pinakahuling pathogen na ilalabas sa","datePublished":"2024-11-21T09:08:07+08:00","dateModified":"2024-11-21T09:08:07+08:00","url":"http://www.lxtop.com/tl/virus-evolution.html","image":"https://imgs.lxtop.com/uploads/51/1719449543667cb7c7d5dd2.jpg","applicationCategory":"Diskarte","operatingSystem":"Android","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.2","ratingCount":1}}},{"@type":"ListItem","position":5,"item":{"@type":"SoftwareApplication","name":"Excavator Simulator","description":"Maghanda para sa isang nakakatuwang karanasan sa Excavator Simulator Dozer Game! Kontrolin ang malakas na excavator at pakiramdam na parang pro crane operator. Ang larong ito na lokal na binuo ay nag-aalok ng napakahusay na 3D graphics, na nagbibigay-daan sa iyong magpakasawa sa iyong pagkahilig sa pagkabata para sa mga bulldozer, crane, at higit pa. Kumpleto","datePublished":"2024-11-21T08:55:47+08:00","dateModified":"2024-11-21T08:55:47+08:00","url":"http://www.lxtop.com/tl/excavator-simulator.html","image":"https://imgs.lxtop.com/uploads/63/1719495349667d6ab520685.jpg","applicationCategory":"Simulation","operatingSystem":"Android","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.2","ratingCount":1}}},{"@type":"ListItem","position":6,"item":{"@type":"SoftwareApplication","name":"Hero io : RPG Survivor","description":"Tiyakin ang Iyong Survival sa isang Kawaii Bullet Hell! Labanan ang Mga Kaibig-ibig na Halimaw at Manalo!\nMaghanda para sa isang kapana-panabik na bullet hell adventure kung saan ang cuteness at kaguluhan ay nagbanggaan! Sumali sa Angel Squad at labanan ang mga sangkawan ng nakakatakot na kaibig-ibig na mga halimaw sa kakaibang twist na ito sa klasikong snake-inspired survival game","datePublished":"2024-11-21T08:38:48+08:00","dateModified":"2024-11-21T08:38:48+08:00","url":"http://www.lxtop.com/tl/hero-io-rpg-survivor.html","image":"https://imgs.lxtop.com/uploads/71/1730369490672357d21731c.webp","applicationCategory":"Aksyon","operatingSystem":"Android","aggregateRating":{"@type":"AggregateRating","ratingValue":"2.9","ratingCount":1}}},{"@type":"ListItem","position":7,"item":{"@type":"SoftwareApplication","name":"4 Images","description":"4 na larawan na may 1 salita sa karaniwan - alin?\nANG HINDI. 1 TAGUMPAY MAY HIGIT SA 400,000,000 MANLALARO SA BUONG MUNDO!\n4 na larawan na may 1 salita sa karaniwan — alin?\nAlamin kung bakit gustung-gusto ng lahat ang larong ito - at SUMIDID SA MASAYA!\n★ANG OPISYAL NA BERSYON NG PRANSES NG TAGUMPAY SA BUONG MUNDO “4 PICS 1 WORD","datePublished":"2024-11-21T08:20:27+08:00","dateModified":"2024-11-21T08:20:27+08:00","url":"http://www.lxtop.com/tl/4-images.html","image":"https://imgs.lxtop.com/uploads/30/172338911066b8d4b643c61.png","applicationCategory":"salita","operatingSystem":"Android","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.7","ratingCount":1}}},{"@type":"ListItem","position":8,"item":{"@type":"SoftwareApplication","name":"Fantasy Solitaire TriPeaks","description":"Ang TriPeaks Solitaire ay isang masaya at nakakahumaling na three-peaked solitaire na laro na hinahamon kang i-clear ang lahat ng card mula sa board gamit ang mga tradisyonal na panuntunan ng solitaire. Kung ikaw ay isang solitaire pro o bago sa laro, ang app na ito ay hindi kapani-paniwalang madaling matutunan at nagbibigay ng mga oras ng entertainme","datePublished":"2024-11-21T08:05:23+08:00","dateModified":"2024-11-21T08:05:23+08:00","url":"http://www.lxtop.com/tl/fantasy-solitaire-tripeaks.html","image":"https://imgs.lxtop.com/uploads/79/1719694832668075f025e90.jpg","applicationCategory":"Card","operatingSystem":"Android","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.4","ratingCount":1}}},{"@type":"ListItem","position":9,"item":{"@type":"SoftwareApplication","name":"House Cleaning Games: Clean Up","description":"House Flipper Clean Up Games\nMga Gawain sa Mga Larong Bahay Gaya ng Paghuhugas ng Sasakyan at Paglilinis ng Bahay\nMga Laro sa Paglilinis ng Bahay\nAng Clean House Flipper cleanup game ay nag-aalok ng mga serbisyo sa paglilinis ng bahay at pressure washing sa pamamagitan ng isang makapangyarihang tagapaglinis. Ang mga malinis na larong ito ay kabilang sa mga laro ng paglilinis na nagbibigay ng serbisyo sa paghuhugas ng presyon","datePublished":"2024-11-21T07:50:35+08:00","dateModified":"2024-11-21T07:50:35+08:00","url":"http://www.lxtop.com/tl/house-cleaning-games-clean-up.html","image":"https://imgs.lxtop.com/uploads/57/172338896066b8d4205de28.png","applicationCategory":"Diskarte","operatingSystem":"Android","aggregateRating":{"@type":"AggregateRating","ratingValue":"3.3","ratingCount":1}}},{"@type":"ListItem","position":10,"item":{"@type":"SoftwareApplication","name":"Monster Turn-based Tactics RPG","description":"Eternal Return SRPG: Isang Immersive Turn-Based Strategy Adventure\nSumakay sa isang epic turn-based na diskarte na pakikipagsapalaran sa Eternal Return SRPG, kung saan sasabak ka sa mga nakakapanabik na laban laban sa napakaraming nilalang.\nNatatanging Dual Board Battle System\nKabisaduhin ang sining ng diskarte sa dalawang magkaibang larangan ng digmaan: a s","datePublished":"2024-11-21T07:26:46+08:00","dateModified":"2024-11-21T07:26:46+08:00","url":"http://www.lxtop.com/tl/monster-turnbased-tactics-rpg.html","image":"https://imgs.lxtop.com/uploads/51/1719655095667fdab734205.jpg","applicationCategory":"Role Playing","operatingSystem":"Android","aggregateRating":{"@type":"AggregateRating","ratingValue":"4","ratingCount":1}}},{"@type":"ListItem","position":11,"item":{"@type":"SoftwareApplication","name":"Classic Falling Brick","description":"Classic Falling Brick, ang tunay na mobile app para sa mga tagahanga ng walang hanggang laro\nSumakay sa isang pambihirang Classic Falling Brick na pakikipagsapalaran gamit ang aming nangungunang mobile app, na maingat na idinisenyo para sa mga mahilig sa maalamat na larong puzzle. Isawsaw ang iyong sarili sa isang mapang-akit na mundo ng daan-daang natatanging antas","datePublished":"2024-11-21T06:52:46+08:00","dateModified":"2024-11-21T06:52:46+08:00","url":"http://www.lxtop.com/tl/classic-falling-brick.html","image":"https://imgs.lxtop.com/uploads/50/17305262026725bbfadd802.webp","applicationCategory":"Arcade","operatingSystem":"Android","aggregateRating":{"@type":"AggregateRating","ratingValue":"2.8","ratingCount":1}}},{"@type":"ListItem","position":12,"item":{"@type":"SoftwareApplication","name":"Daisys Revenge","description":"Retro fun shooter game, na inspirasyon ng musika ng The Dead Daisies.\nMaging bayani ni Daisy! Kumuha ng baril at barilin ang mga uwak habang lumilipad sila. Ang kamangha-manghang mabilis na laro ng pakikipagsapalaran ng FPS (TPS) na ito ay magdadala sa iyo sa isang kamangha-manghang Carnival underworld kung saan kailangan ni Daisy ang iyong tulong para makapaghiganti at maalis ang immort.","datePublished":"2024-11-21T06:35:45+08:00","dateModified":"2024-11-21T06:35:45+08:00","url":"http://www.lxtop.com/tl/daisys-revenge.html","image":"https://imgs.lxtop.com/uploads/98/173042046567241ef11ccbf.webp","applicationCategory":"Aksyon","operatingSystem":"Android","aggregateRating":{"@type":"AggregateRating","ratingValue":"5.0","ratingCount":1}}}]}
Home Games Aksyon Classic Snake Game
Classic Snake Game

Classic Snake Game Rate : 4.2

Download
Application Description

[2002] PDOException in Connection.php line 295

SQLSTATE[HY000] [2002] No such file or directory

  1. $this->fetchType = $config['result_type'];
  2. }
  3. try {
  4. if (empty($config['dsn'])) {
  5. $config['dsn'] = $this->parseDsn($config);
  6. }
  7. if ($config['debug']) {
  8. $startTime = microtime(true);
  9. }
  10. $this->links[$linkNum] = new PDO($config['dsn'], $config['username'], $config['password'], $params);
  11. if ($config['debug']) {
  12. // 记录数据库连接信息
  13. Log::record('[ DB ] CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn'], 'sql');
  14. }
  15. } catch (\PDOException $e) {
  16. if ($autoConnection) {
  17. Log::record($e->getMessage(), 'error');
  18. return $this->connect($autoConnection, $linkNum);
  19. } else {

Call Stack

  1. in Connection.php line 295
  2. at PDO->__construct() in Connection.php line 295
  3. at Connection->connect() in Connection.php line 995
  4. at Connection->initConnect() in Connection.php line 348
  5. at Connection->query()
  6. at call_user_func_array() in Db.php line 178
  7. at Db::__callStatic() in Index.php line 141
  8. at Index->fanyi_article_content()
  9. at ReflectionMethod->invokeArgs() in App.php line 343
  10. at App::invokeMethod() in App.php line 611
  11. at App::module() in App.php line 456
  12. at App::exec() in App.php line 139
  13. at App::run() in start.php line 19
  14. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data
empty

POST Data

content
%3Cp%3EStep+back+in+time+and+relive+the+nostalgia+of+classic+retro+games+with+the+free+%3Cstrong%3E%5B%5D%3C%2Fstrong%3E.+Inspired+by+the+iconic+Nokia+1997+Snake%2C+this+game+features+pixel+graphics+and+monophonic+sounds%2C+transporting+you+back+to+the+simplicity+of+bygone+times.+The+goal+is+simple%3A+guide+the+snake+to+eat+as+much+as+possible+to+earn+points+and+watch+it+grow+longer.+But+be+careful+not+to+collide+with+yourself%2C+or+it%27s+game+over%21+Challenge+yourself+to+become+one+of+our+longest+lasting+players+and+join+our+hall+of+fame.+Download+%3Cstrong%3E%5B%5D%3C%2Fstrong%3E+now+and+experience+the+addictiveness+of+retro+gaming%21%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EFeatures+of+%5B%5D%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cp%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EPixel+graphics%3A%3C%2Fstrong%3E+Experience+the+nostalgic+feel+of+playing+classic+games+on+older+displays+with+pixelated+graphics.%3Cbr%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EMonophonic+music%3A%3C%2Fstrong%3E+Immerse+yourself+in+the+retro+gaming+experience+with+authentic+monophonic+sounds.%3Cbr%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3ESimple+and+addictive+gameplay%3A%3C%2Fstrong%3E+Relive+the+excitement+of+playing+a+simple+yet+addictive+game+that+keeps+you+hooked+for+hours.%3Cbr%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3ECollect+and+grow%3A%3C%2Fstrong%3E+Eat+as+much+as+you+can+to+make+the+snake+grow+longer+and+earn+more+points.%3Cbr%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EChallenge+yourself%3A%3C%2Fstrong%3E+Test+your+skills+and+see+how+long+you+can+survive+before+your+snake+collides+with+itself+and+the+game+ends.%3Cbr%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EJoin+the+hall+of+fame%3A%3C%2Fstrong%3E+Become+one+of+the+longest+lasting+players+and+secure+your+place+in+the+hall+of+fame.%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EConclusion%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cp%3EDownload+the+%3Cstrong%3E%5B%5D%3C%2Fstrong%3E+now+to+enjoy+a+fun%2C+addictive%2C+and+nostalgic+gaming+experience.+With+pixel+graphics%2C+monophonic+music%2C+and+simple+gameplay%2C+this+game+will+take+you+back+to+the+golden+era+of+retro+gaming.+Challenge+yourself%2C+compete+for+the+highest+score%2C+and+join+the+craze+of+retro+games.+Don%27t+miss+out+on+the+opportunity+to+relive+the+memories+of+bygone+times+and+add+this+classic+game+to+your+list+of+cool+games.+Get+ready+to+dive+into+the+world+of+the+%3Cstrong%3E%5B%5D%3C%2Fstrong%3E%21%3C%2Fp%3E%0A
to
tl
Files
empty
Cookies
empty
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_EXPECT
100-continue
HTTP_CONTENT_LENGTH
3315
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
HTTP_ACCEPT
*/*
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_content
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
38312
REMOTE_ADDR
188.165.244.186
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_content
SCRIPT_NAME
/index.php
CONTENT_LENGTH
3315
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
POST
QUERY_STRING
s=/api/index/fanyi_article_content
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
1730705817.359
REQUEST_TIME
1730705817
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
1730705817.36
THINK_START_MEM
419712
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/
Screenshot
Classic Snake Game Screenshot 0
Classic Snake Game Screenshot 1
Classic Snake Game Screenshot 2
Latest Articles More
  • Ang Demo ba ng 'Sa Iyong Mundo' na Minecraft ay ang Pinakamakatakot na Mod sa Ngayon?

    Ang Minecraft ay isang mahusay na laro sa sarili nito. Ang dahilan kung bakit ito isang pambihirang laro ay kung gaano ito kabago. Kung, tulad namin, naisip mo kung paano magpatakbo ng kopya ng Java Edition sa iyong Android device, magbubukas ang isang buong mundo. Ang ilang bahagi ng mundong iyon ay talagang nakakatakot. Isang bagong Minecraft horror mod mula sa isang ve

    Nov 15,2024
  • Ang Arcade Online ay isang Browser-Based Gaming Platform na may Mga Tunay na Makina at Mga Tunay na Premyo

    Ang mga amusement arcade ay para sa mga manlalaro kung ano ang mga dojo sa mga martial artist. Bagama't hindi para sa lahat ang nakakatuwang pandama na pag-atake ng isang arcade, doon ang mga taong katulad mo at ako—ibig sabihin, mga taong Crave stimulasyon, kumpetisyon, at malalim na koneksyon sa lipunan—ay maaaring maging tunay nating pagkatao. Kaya ito ay uri ng

    Nov 15,2024
  • BG3 Stats Show Ang mga Manlalaro ay Nakakuha FRISKY sa Emperor, Naging Keso at Higit Pa

    Para sa anibersaryo ng Baldur's Gate 3, nagpasya ang Larian Studios na maglabas ng mga istatistika tungkol sa mga kagustuhan at pagpipilian ng manlalaro. Magbasa pa upang matuklasan ang mga epikong tagumpay, natatanging playstyle, at kakaibang sandali na tumutukoy sa paglalakbay ng komunidad. Baldur's Gate 3 Anniversary StatsRomance i

    Nov 15,2024
  • Xbox Game Pass Nagdaragdag ng Co-op Game na may Mga Positibong Review

    Ang Xbox Game Pass ay nagdagdag ng Robin Hood - Sherwood Builders sa catalog nito, na nagpapahintulot sa mga subscriber na maranasan ang co-op base-building game nang walang karagdagang gastos. Ang Robin Hood - Sherwood Builders ay ang ika-14 na larong sasalihan Xbox Game Pass noong Hunyo 2024, kasunod ng mga sikat na titulo tulad ng Octopath Traveler, The Cal

    Nov 15,2024
  • Lumilipad ang Android kasama ang Mga Nangungunang Simulator

    Ang matinding mundo ng pagdating ng Microsoft Flight Sim ay gumising sa mundo sa kagandahan ng kunwa na paglipad, ngunit hindi lahat sa atin ay may nakamamatay na PC para magpalipad ng mga eroplano. Para sa mga mobile gamer, nakita namin ang pinakamahusay na flight simulator na inaalok ng Android. Nangangahulugan ito na maaari kang pumailanglang sa mundo kahit saan mo gusto! Oo, kahit sa hirap

    Nov 15,2024
  • Ang Bagong Strategy Game ay Parang XCOM With Vikings

    Inihayag ng Arctic Hazard ang Norse, isang bagong diskarte sa laro sa ugat ng XCOM ngunit itinakda sa Norway noong panahon ng Viking. Nilalayon ng Norse na bigyang buhay ang isang ganap na natanto na makasaysayang mundo, at upang matiyak ang isang nakakaengganyo na salaysay, dinala ng developer ang manunulat na nanalo ng premyo na si Giles Kristian upang isulat ang laro'

    Nov 15,2024