[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
Introducing TV Cricket - The ultimate Cricket game for your TV! With TV Cricket, you can experience the thrill of playing realistic Cricket matches right from the comfort of your living room. Choose your favorite country team and play against selectable opponent teams. Use your TV remote to control
to
bn
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
38210
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=Introducing+TV+Cricket+-+The+ultimate+Cricket+game+for+your+TV%21+With+TV+Cricket%2C+you+can+experience+the+thrill+of+playing+realistic+Cricket+matches+right+from+the+comfort+of+your+living+room.+Choose+your+favorite+country+team+and+play+against+selectable+opponent+teams.+Use+your+TV+remote+to+control+&to=bn
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=Introducing+TV+Cricket+-+The+ultimate+Cricket+game+for+your+TV%21+With+TV+Cricket%2C+you+can+experience+the+thrill+of+playing+realistic+Cricket+matches+right+from+the+comfort+of+your+living+room.+Choose+your+favorite+country+team+and+play+against+selectable+opponent+teams.+Use+your+TV+remote+to+control+&to=bn
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
1730705816.9294
REQUEST_TIME
1730705816
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
1730705816.9301
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
Introducing TV Cricket - The ultimate Cricket game for your TV! With TV Cricket, you can experience the thrill of playing realistic Cricket matches right from the comfort of your living room. Choose your favorite country team and play against selectable opponent teams. Use your TV remote to control
to
bn
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
38210
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=Introducing+TV+Cricket+-+The+ultimate+Cricket+game+for+your+TV%21+With+TV+Cricket%2C+you+can+experience+the+thrill+of+playing+realistic+Cricket+matches+right+from+the+comfort+of+your+living+room.+Choose+your+favorite+country+team+and+play+against+selectable+opponent+teams.+Use+your+TV+remote+to+control+&to=bn
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=Introducing+TV+Cricket+-+The+ultimate+Cricket+game+for+your+TV%21+With+TV+Cricket%2C+you+can+experience+the+thrill+of+playing+realistic+Cricket+matches+right+from+the+comfort+of+your+living+room.+Choose+your+favorite+country+team+and+play+against+selectable+opponent+teams.+Use+your+TV+remote+to+control+&to=bn
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
1730705816.9294
REQUEST_TIME
1730705816
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
1730705816.9301
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%3EIntroducing+TV+Cricket+-+The+ultimate+Cricket+game+for+your+TV%21+With+TV+Cricket%2C+you+can+experience+the+thrill+of+playing+realistic+Cricket+matches+right+from+the+comfort+of+your+living+room.+Choose+your+favorite+country+team+and+play+against+selectable+opponent+teams.+Use+your+TV+remote+to+control+the+game+-+in+bowling+mode%2C+place+the+ball+pitch+spot+using+the+remote+cursor+keys%2C+and+in+batting+mode%2C+use+the+cursor+keys+to+play+different+strokes+at+the+right+time.+Hit+fours+and+sixes+all+over+the+ground+and+even+opt+to+take+runs+after+playing+your+shots.+Be+careful+not+to+get+run+out%21+Get+ready+to+have+fun+and+enjoy+the+excitement+of+Cricket+on+your+TV+screen.+Download+TV+Cricket+now%21%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EFeatures%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cul%3E%3Cli%3E%3Cstrong%3ERealistic+Cricket+Gameplay%3A%3C%2Fstrong%3E+This+app+offers+a+real-looking+Cricket+game+experience+that+will+make+you+feel+like+you%27re+playing+a+real+match.%3C%2Fli%3E%3Cli%3E%3Cstrong%3ETeam+Selection%3A%3C%2Fstrong%3E+Users+have+the+option+to+choose+their+favorite+country+team+to+play+with.+This+adds+a+personalized+touch+to+the+game+and+allows+users+to+support+their+team.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EMultiple+Modes%3A%3C%2Fstrong%3E+The+app+offers+both+bowling+and+batting+modes.+In+bowling+mode%2C+users+can+place+the+ball+pitch+spot+using+their+remote+cursor+keys.+In+batting+mode%2C+users+can+play+different+strokes+at+the+right+time+and+hit+4s+and+6s.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EInteractive+Controls%3A%3C%2Fstrong%3E+Users+can+use+their+remote+cursor+keys+to+control+the+gameplay.+This+makes+it+easy+and+convenient+to+play+the+game+using+just+the+TV+remote.%3C%2Fli%3E%3Cli%3E%3Cstrong%3ERun+Taking+Option%3A%3C%2Fstrong%3E+After+playing+their+shots%2C+users+can+also+opt+to+take+runs.+This+adds+another+layer+of+strategy+and+decision-making+to+the+game.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EFun+and+Enjoyable%3A%3C%2Fstrong%3E+The+overall+experience+of+playing+this+app+is+designed+to+be+fun+and+enjoyable.+Users+can+have+a+great+time+playing+a+game+of+cricket+on+their+TV+screens.%3C%2Fli%3E%3C%2Ful%3E%3Cp%3E%3Cstrong%3EConclusion%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cp%3EEnjoy+the+realistic+cricket+gameplay+of+this+app+where+you+can+select+your+favorite+country+team+and+play+against+selectable+opponent+teams.+With+interactive+controls%2C+multiple+modes%2C+and+the+option+to+take+runs%2C+this+app+offers+an+enjoyable+cricket+experience.+Grab+your+TV+remote+and+have+fun+playing+this+cricket+game.%3C%2Fp%3E%0A
to
bn
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
3486
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
38110
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
3486
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
1730705816.5972
REQUEST_TIME
1730705816
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
1730705816.5979
THINK_START_MEM
420728
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":"v1.2.8","fileSize":"58.20M","downloadUrl":"https://downloads.400zy.com/apk/81/CricVRX TV - 3D Cricket Game_v1.2.8_com.skippy.cricket.cricvrx.tv.apk","datePublished":"2022-10-19T18:22:31+08:00","dateModified":"2022-10-19T18:22:31+08:00","screenshot":"https://images.400zy.com/uploads/63/171970019366808ae1ab81d.jpg,https://images.400zy.com/uploads/51/171970019466808ae2595c7.jpg,https://images.400zy.com/uploads/31/171970019566808ae30b409.jpg,https://images.400zy.com/uploads/99/171970019566808ae35fab3.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.4","reviewCount":1},"author":{"@type":"Organization","name":""},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}

Home > Games >CricVRX TV - 3D Cricket Game

CricVRX TV - 3D Cricket Game

CricVRX TV - 3D Cricket Game

Category

Size

Update

খেলাধুলা 58.20M Oct 19,2022
Rate:

4.4

Rate

4.4

CricVRX TV - 3D Cricket Game Screenshot 1
CricVRX TV - 3D Cricket Game Screenshot 2
CricVRX TV - 3D Cricket Game Screenshot 3
CricVRX TV - 3D Cricket Game Screenshot 4
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%3EIntroducing+TV+Cricket+-+The+ultimate+Cricket+game+for+your+TV%21+With+TV+Cricket%2C+you+can+experience+the+thrill+of+playing+realistic+Cricket+matches+right+from+the+comfort+of+your+living+room.+Choose+your+favorite+country+team+and+play+against+selectable+opponent+teams.+Use+your+TV+remote+to+control+the+game+-+in+bowling+mode%2C+place+the+ball+pitch+spot+using+the+remote+cursor+keys%2C+and+in+batting+mode%2C+use+the+cursor+keys+to+play+different+strokes+at+the+right+time.+Hit+fours+and+sixes+all+over+the+ground+and+even+opt+to+take+runs+after+playing+your+shots.+Be+careful+not+to+get+run+out%21+Get+ready+to+have+fun+and+enjoy+the+excitement+of+Cricket+on+your+TV+screen.+Download+TV+Cricket+now%21%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EFeatures%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cul%3E%3Cli%3E%3Cstrong%3ERealistic+Cricket+Gameplay%3A%3C%2Fstrong%3E+This+app+offers+a+real-looking+Cricket+game+experience+that+will+make+you+feel+like+you%27re+playing+a+real+match.%3C%2Fli%3E%3Cli%3E%3Cstrong%3ETeam+Selection%3A%3C%2Fstrong%3E+Users+have+the+option+to+choose+their+favorite+country+team+to+play+with.+This+adds+a+personalized+touch+to+the+game+and+allows+users+to+support+their+team.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EMultiple+Modes%3A%3C%2Fstrong%3E+The+app+offers+both+bowling+and+batting+modes.+In+bowling+mode%2C+users+can+place+the+ball+pitch+spot+using+their+remote+cursor+keys.+In+batting+mode%2C+users+can+play+different+strokes+at+the+right+time+and+hit+4s+and+6s.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EInteractive+Controls%3A%3C%2Fstrong%3E+Users+can+use+their+remote+cursor+keys+to+control+the+gameplay.+This+makes+it+easy+and+convenient+to+play+the+game+using+just+the+TV+remote.%3C%2Fli%3E%3Cli%3E%3Cstrong%3ERun+Taking+Option%3A%3C%2Fstrong%3E+After+playing+their+shots%2C+users+can+also+opt+to+take+runs.+This+adds+another+layer+of+strategy+and+decision-making+to+the+game.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EFun+and+Enjoyable%3A%3C%2Fstrong%3E+The+overall+experience+of+playing+this+app+is+designed+to+be+fun+and+enjoyable.+Users+can+have+a+great+time+playing+a+game+of+cricket+on+their+TV+screens.%3C%2Fli%3E%3C%2Ful%3E%3Cp%3E%3Cstrong%3EConclusion%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cp%3EEnjoy+the+realistic+cricket+gameplay+of+this+app+where+you+can+select+your+favorite+country+team+and+play+against+selectable+opponent+teams.+With+interactive+controls%2C+multiple+modes%2C+and+the+option+to+take+runs%2C+this+app+offers+an+enjoyable+cricket+experience.+Grab+your+TV+remote+and+have+fun+playing+this+cricket+game.%3C%2Fp%3E%0A
to
bn
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
3486
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
38110
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
3486
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
1730705816.5972
REQUEST_TIME
1730705816
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
1730705816.5979
THINK_START_MEM
420728
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/
Additional Game Information
Version: v1.2.8
Size: 58.20M
OS: Android 5.1 or later
Platform: Android
Related Articles MORE
Wuthering Waves Version 1.2 'In the Turquoise Moonglow' শীঘ্রই নামছে!

Wuthering Waves শীঘ্রই সংস্করণ 1.2 আপডেট ড্রপ করছে। প্রকৃতপক্ষে, 15ই আগস্ট কুরো গেমস 1.2 সংস্করণের প্রথম ধাপ চালু হচ্ছে। তারা একটি নতুন ট্রেলার ড্রপ করেছে যা আমাদের দোকানে যা আছে তা এক ঝলক দেখায়। আমরা আরও জানি যে সংস্করণ 1.2-এর প্রথম ধাপ একটি নতুন অনুরণনকারী, সংস্করণ ইভেন্টগুলি ড্রপ করবে,

FFXIV এর Dawntrail আপডেট 7.0 প্যাচ নোট প্রকাশিত হয়েছে

মাত্র কয়েকদিন আগে প্রাথমিক অ্যাক্সেসের সাথে, ফাইনাল ফ্যান্টাসি 14: ডনট্রেইলের প্রাথমিক সংস্করণ 7.0 প্যাচ নোট প্রকাশ করা হয়েছে, যা খেলোয়াড়দের ধারণা দেয় যে প্রধান আপডেটগুলি কতটা ব্যাপক হবে। নোটের বিশদ বিবরণ যেখানে ফাইনাল ফ্যান্টাসি 14 খেলোয়াড়রা নতুন ভাইপার এবং পিক্টোর জন্য অনুসন্ধান করতে পারে

সংস্করণ 1.8 আপডেটে নতুন 6-স্টার অক্ষর যোগ করা হয়েছে

Reverse: 1999 ভার্সন 1.8 এর সাথে বড় আপডেটের পরবর্তী ধাপটি বাদ দিচ্ছে, দ্বিতীয় পর্ব। স্পষ্টতই, নতুন অক্ষর, তাজা পুরষ্কার এবং এমনকি ছাড় রয়েছে। সুতরাং, আসুন সরাসরি বিশদ বিবরণে ডুব দেওয়া যাক৷ নতুন মুখগুলি কারা? উইন্ডসং হল সর্বশেষ 6-তারকা চরিত্র৷ একজন স্টার ডিপিএস আর্কানিস্ট যিনি একজন

ডোনডোকো দ্বীপের সম্পদ পুনরুদ্ধার করে জ্বালানি লাইক এ ড্রাগন: ইনফিনিট

ড্রাগনের মতো: ইনফিনিট ওয়েলথের প্রধান ডিজাইনার ডন্ডোকো দ্বীপে অতীত সম্পদগুলি সম্পাদনা এবং পুনঃব্যবহারের তাৎপর্য নিয়ে আলোচনা করেছেন। কীভাবে এবং কেন তারা এই মিনি-গেমটি প্রসারিত করেছে সে সম্পর্কে আরও জানতে পড়ুন৷ ডোডনকো দ্বীপ গেম মোড হল একটি বিশাল মিনি-গেম৷ 30 জুলাই, লি.

নিন্টেন্ডো হস্তক্ষেপের জন্য লেটন পাজল ফ্র্যাঞ্চাইজ পুনরুত্থিত হয়েছে

প্রফেসর লেটন তার magnifying glassকে ধূলিসাৎ করছেন এবং একেবারে নতুন অ্যাডভেঞ্চারের জন্য তার বুদ্ধিকে তীক্ষ্ণ করছেন, এবং এটি সবই নিন্টেন্ডোকে ধন্যবাদ। দীর্ঘ-প্রতীক্ষিত সিক্যুয়েলটি কীভাবে এল সে সম্পর্কে লেভেল-5-এর সিইও কী বলেছিলেন সে সম্পর্কে আরও জানতে পড়ুন। প্রফেসর লেটনের পাজল-সল্ভিং অ্যাডভেঞ্চারস ইজ নট ওভার ইটআইট’

TFT চিবিস, চ্যাম্পিয়ন এবং আরও অনেক কিছুর সাথে জাদুকরী মারপিট প্রকাশ করে!

Teamfight Tactics তার সর্বশেষ এবং সর্বশ্রেষ্ঠ আপডেট, Magic n' Mayhem বাদ দিয়েছে। এটি নতুন চ্যাম্পিয়ন, প্রসাধনী এবং বিশেষ কিছুর আত্মপ্রকাশ সহ অনেক দুর্দান্ত বৈশিষ্ট্যে পরিপূর্ণ। এই আপডেট সম্পর্কে সবকিছু জানতে পড়তে থাকুন৷ স্টোরে কী আছে? প্রথমত, লিগ অফ লিজেন্ডস চ্যাম্পিয়ন হল

পাসপার্টআউট 2-এ ফিনিক্সের রাস্তায় তাড়াহুড়ো: হারিয়ে যাওয়া শিল্পী!

ফ্লেমবেইট গেমসের পাসপার্টআউট 2: দ্য লস্ট আর্টিস্ট আনুষ্ঠানিকভাবে বেরিয়ে এসেছে। আপনি যদি প্রথমটি খেলেন, যা হল পাসপার্টআউট: দ্য স্টারভিং আর্টিস্ট, আমি আপনাকে বলি যে এটি আরও ভাল। আপনি ফরাসি শিল্পী পাসপার্টআউটের জীবনে ফিরে যান। সুতরাং, এই এক কি হবে? আসুন জেনে নেই। পাসপার্ট

খুব ইতিবাচক পর্যালোচনা সহ নতুন স্টিম গেমের শক্তিশালী Stardew Valley ভাইব রয়েছে

Everafter Falls হল স্টিমের একটি নতুন ফার্মিং সিমুলেটর যা Stardew Valley এর ভক্তদের জন্য উপযুক্ত শিরোনাম হতে পারে। স্কয়ারহাস্কি দ্বারা বিকাশিত এবং আকুপারা গেমস দ্বারা প্রকাশিত, এই স্টিম শিরোনামটি বর্তমানে প্ল্যাটফর্মে একটি খুব ইতিবাচক সামগ্রিক রেটিং নিয়ে গর্বিত৷ যখন থেকে Stardew Valley জনপ্রিয়তা বৃদ্ধি পেয়েছে

Post Comments