[0] HttpException in App.php line 583

控制器不存在:app\api\controller\Index

  1. try {
  2. $instance = Loader::controller(
  3. $controller,
  4. $config['url_controller_layer'],
  5. $config['controller_suffix'],
  6. $config['empty_controller']
  7. );
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 获取当前操作名
  12. $action = $actionName . $config['action_suffix'];
  13. $vars = [];
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in App.php line 583
  2. at App::module() in App.php line 456
  3. at App::exec() in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Tap Poker Social Edition: Your Social Poker Hub Dive into the world of Tap Poker Social Edition, the ultimate social networking platform for poker lovers! More than just a game, Tap Poker connects you with fellow enthusiasts from around the globe, fostering a vibrant community. Our focus isn't on
to
ja
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_COOKIE
myip=188.165.244.186
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
2356
REMOTE_ADDR
146.59.252.193
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=Tap+Poker+Social+Edition%3A+Your+Social+Poker+Hub%0ADive+into+the+world+of+Tap+Poker+Social+Edition%2C+the+ultimate+social+networking+platform+for+poker+lovers%21++More+than+just+a+game%2C+Tap+Poker+connects+you+with+fellow+enthusiasts+from+around+the+globe%2C+fostering+a+vibrant+community.++Our+focus+isn%27t+on+&to=ja
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=Tap+Poker+Social+Edition%3A+Your+Social+Poker+Hub%0ADive+into+the+world+of+Tap+Poker+Social+Edition%2C+the+ultimate+social+networking+platform+for+poker+lovers%21++More+than+just+a+game%2C+Tap+Poker+connects+you+with+fellow+enthusiasts+from+around+the+globe%2C+fostering+a+vibrant+community.++Our+focus+isn%27t+on+&to=ja
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
1733492114.6403
REQUEST_TIME
1733492114
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
1733492114.6408
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

[0] HttpException in App.php line 583

控制器不存在:app\api\controller\Index

  1. try {
  2. $instance = Loader::controller(
  3. $controller,
  4. $config['url_controller_layer'],
  5. $config['controller_suffix'],
  6. $config['empty_controller']
  7. );
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 获取当前操作名
  12. $action = $actionName . $config['action_suffix'];
  13. $vars = [];
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in App.php line 583
  2. at App::module() in App.php line 456
  3. at App::exec() in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Tap Poker Social Edition: Your Social Poker Hub Dive into the world of Tap Poker Social Edition, the ultimate social networking platform for poker lovers! More than just a game, Tap Poker connects you with fellow enthusiasts from around the globe, fostering a vibrant community. Our focus isn't on
to
ja
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_COOKIE
myip=188.165.244.186
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
2356
REMOTE_ADDR
146.59.252.193
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=Tap+Poker+Social+Edition%3A+Your+Social+Poker+Hub%0ADive+into+the+world+of+Tap+Poker+Social+Edition%2C+the+ultimate+social+networking+platform+for+poker+lovers%21++More+than+just+a+game%2C+Tap+Poker+connects+you+with+fellow+enthusiasts+from+around+the+globe%2C+fostering+a+vibrant+community.++Our+focus+isn%27t+on+&to=ja
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=Tap+Poker+Social+Edition%3A+Your+Social+Poker+Hub%0ADive+into+the+world+of+Tap+Poker+Social+Edition%2C+the+ultimate+social+networking+platform+for+poker+lovers%21++More+than+just+a+game%2C+Tap+Poker+connects+you+with+fellow+enthusiasts+from+around+the+globe%2C+fostering+a+vibrant+community.++Our+focus+isn%27t+on+&to=ja
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
1733492114.6403
REQUEST_TIME
1733492114
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
1733492114.6408
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":"

[0] HttpException in App.php line 583

控制器不存在:app\\\\api\\\\controller\\\\Index

\t
  1. try {
  2. $instance = Loader::controller(
  3. $controller,
  4. $config[\\'url_controller_layer\\'],
  5. $config[\\'controller_suffix\\'],
  6. $config[\\'empty_controller\\']
  7. );
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, \\'controller not exists:\\' . $e->getClass());
  10. }
  11. // 获取当前操作名
  12. $action = $actionName . $config[\\'action_suffix\\'];
  13. $vars = [];
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];
\t

Call Stack

  1. in App.php line 583
  2. at App::module() in App.php line 456
  3. at App::exec() in App.php line 139
  4. at App::run() in start.php line 19
  5. at require(\\'/data/wwwroot/td.880...\\') in index.php line 23

Environment Variables

GET Data
empty

POST Data

content
%3Cp%3E%5B%5D%3A+Your+Social+Poker+Hub%3C%2Fp%3E%0A%3Cp%3EDive+into+the+world+of+%5B%5D%2C+the+ultimate+social+networking+platform+for+poker+lovers%21++More+than+just+a+game%2C+Tap+Poker+connects+you+with+fellow+enthusiasts+from+around+the+globe%2C+fostering+a+vibrant+community.++Our+focus+isn%27t+on+being+the+%22best%22+game%2C+but+rather+your+steadfast+companion+in+the+exciting+world+of+poker.%3C%2Fp%3E%0A%3Cp%3EFeaturing+a+streamlined+login+and+intuitive+interface%2C+Tap+Poker+offers+a+smooth%2C+frustration-free+gaming+experience.++Express+yourself+through+our+integrated+chat+system+and+expressive+emoticons%2C+engaging+in+authentic+gameplay+with+real+players+worldwide.+Join+the+fun+today+and+immerse+yourself+in+a+convenient+and+exhilarating+virtual+poker+environment%21%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EKey+Features+of+%5B%5D%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cul%3E%0A%3Cli%3E%0A%3Cp%3E%3Cstrong%3EUnrivaled+Social+Connection%3A%3C%2Fstrong%3E++Tap+Poker+transcends+the+game+itself%2C+providing+a+platform+to+connect+with+a+global+community.+Forge+new+friendships+and+expand+your+social+circle+while+enjoying+your+favorite+card+game.%3C%2Fp%3E%0A%3C%2Fli%3E%0A%3Cli%3E%0A%3Cp%3E%3Cstrong%3EInstant+Access%3A%3C%2Fstrong%3E+Our+lightning-fast+login+system+ensures+you%27re+playing+in+seconds%2C+eliminating+tedious+registration+processes.%3C%2Fp%3E%0A%3C%2Fli%3E%0A%3Cli%3E%0A%3Cp%3E%3Cstrong%3EEffortless+Gameplay%3A%3C%2Fstrong%3E++Enjoy+a+seamless+gaming+experience+thanks+to+Tap+Poker%27s+user-friendly+design.++Navigating+the+app+and+joining+tables+is+incredibly+easy%2C+maximizing+your+playtime.%3C%2Fp%3E%0A%3C%2Fli%3E%0A%3Cli%3E%0A%3Cp%3E%3Cstrong%3EExpressive+Communication%3A%3C%2Fstrong%3E++Engage+with+other+players+through+our+dynamic+chat+and+emoticon+features.++Share+your+excitement+and+reactions%2C+adding+a+vibrant+social+layer+to+the+game.%3C%2Fp%3E%0A%3C%2Fli%3E%0A%3Cli%3E%0A%3Cp%3E%3Cstrong%3EGlobal+Competition%3A%3C%2Fstrong%3E++Compete+against+real+players+from+diverse+backgrounds+and+skill+levels.++Challenge+yourself+against+different+playing+styles+and+enhance+your+poker+prowess.%3C%2Fp%3E%0A%3C%2Fli%3E%0A%3Cli%3E%0A%3Cp%3E%3Cstrong%3EInclusive+Atmosphere%3A%3C%2Fstrong%3E+Whether+you%27re+a+seasoned+pro+or+a+newcomer%2C+Tap+Poker+provides+a+welcoming+environment+for+all+players.++The+straightforward+gameplay+ensures+everyone+can+easily+jump+in+and+enjoy+the+fun.%3C%2Fp%3E%0A%3C%2Fli%3E%0A%3C%2Ful%3E%0A%3Cp%3E%3Cstrong%3EIn+Conclusion%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cp%3E%5B%5D+is+more+than+just+a+poker+game%3B+it%27s+a+complete+social+experience.++Combining+a+robust+social+messaging+platform%2C+rapid+login%2C+intuitive+gameplay%2C+expressive+communication+tools%2C+worldwide+player+interaction%2C+and+an+inclusive+atmosphere%2C+it%27s+the+ultimate+package+for+poker+enthusiasts.++Join+the+community%2C+meet+new+friends%2C+and+experience+the+thrill+of+poker+like+never+before%21+Download+Tap+Poker+now+and+start+playing%21%3C%2Fp%3E
to
ja
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_CONTENT_LENGTH
4088
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
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
2296
REMOTE_ADDR
146.59.252.193
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
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
4088
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
1733492114.5185
REQUEST_TIME
1733492114
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
1733492114.519
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":"1.6.8","fileSize":"78.98M","downloadUrl":"https://downloads.dshu.net/apk/32/Tap Poker Social Edition_1.6.8_com.freeon.tappoker.apk","datePublished":"2024-12-12T10:08:59+08:00","dateModified":"2024-12-12T10:08:59+08:00","screenshot":"https://images.dshu.net/uploads/63/1719492197667d5e65c0695.jpg,https://images.dshu.net/uploads/16/1719492198667d5e669abcd.jpg,https://images.dshu.net/uploads/67/1719492202667d5e6a8764c.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.2","reviewCount":1},"author":{"@type":"Organization","name":""},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
Tap Poker Social Edition

Tap Poker Social Edition

カード 78.98M 1.6.8 4.2 Dec 12,2024
ダウンロード
ゲーム紹介

[0] HttpException in App.php line 583

控制器不存在:app\api\controller\Index

  1. try {
  2. $instance = Loader::controller(
  3. $controller,
  4. $config['url_controller_layer'],
  5. $config['controller_suffix'],
  6. $config['empty_controller']
  7. );
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 获取当前操作名
  12. $action = $actionName . $config['action_suffix'];
  13. $vars = [];
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in App.php line 583
  2. at App::module() in App.php line 456
  3. at App::exec() in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data
empty

POST Data

content
%3Cp%3E%5B%5D%3A+Your+Social+Poker+Hub%3C%2Fp%3E%0A%3Cp%3EDive+into+the+world+of+%5B%5D%2C+the+ultimate+social+networking+platform+for+poker+lovers%21++More+than+just+a+game%2C+Tap+Poker+connects+you+with+fellow+enthusiasts+from+around+the+globe%2C+fostering+a+vibrant+community.++Our+focus+isn%27t+on+being+the+%22best%22+game%2C+but+rather+your+steadfast+companion+in+the+exciting+world+of+poker.%3C%2Fp%3E%0A%3Cp%3EFeaturing+a+streamlined+login+and+intuitive+interface%2C+Tap+Poker+offers+a+smooth%2C+frustration-free+gaming+experience.++Express+yourself+through+our+integrated+chat+system+and+expressive+emoticons%2C+engaging+in+authentic+gameplay+with+real+players+worldwide.+Join+the+fun+today+and+immerse+yourself+in+a+convenient+and+exhilarating+virtual+poker+environment%21%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EKey+Features+of+%5B%5D%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cul%3E%0A%3Cli%3E%0A%3Cp%3E%3Cstrong%3EUnrivaled+Social+Connection%3A%3C%2Fstrong%3E++Tap+Poker+transcends+the+game+itself%2C+providing+a+platform+to+connect+with+a+global+community.+Forge+new+friendships+and+expand+your+social+circle+while+enjoying+your+favorite+card+game.%3C%2Fp%3E%0A%3C%2Fli%3E%0A%3Cli%3E%0A%3Cp%3E%3Cstrong%3EInstant+Access%3A%3C%2Fstrong%3E+Our+lightning-fast+login+system+ensures+you%27re+playing+in+seconds%2C+eliminating+tedious+registration+processes.%3C%2Fp%3E%0A%3C%2Fli%3E%0A%3Cli%3E%0A%3Cp%3E%3Cstrong%3EEffortless+Gameplay%3A%3C%2Fstrong%3E++Enjoy+a+seamless+gaming+experience+thanks+to+Tap+Poker%27s+user-friendly+design.++Navigating+the+app+and+joining+tables+is+incredibly+easy%2C+maximizing+your+playtime.%3C%2Fp%3E%0A%3C%2Fli%3E%0A%3Cli%3E%0A%3Cp%3E%3Cstrong%3EExpressive+Communication%3A%3C%2Fstrong%3E++Engage+with+other+players+through+our+dynamic+chat+and+emoticon+features.++Share+your+excitement+and+reactions%2C+adding+a+vibrant+social+layer+to+the+game.%3C%2Fp%3E%0A%3C%2Fli%3E%0A%3Cli%3E%0A%3Cp%3E%3Cstrong%3EGlobal+Competition%3A%3C%2Fstrong%3E++Compete+against+real+players+from+diverse+backgrounds+and+skill+levels.++Challenge+yourself+against+different+playing+styles+and+enhance+your+poker+prowess.%3C%2Fp%3E%0A%3C%2Fli%3E%0A%3Cli%3E%0A%3Cp%3E%3Cstrong%3EInclusive+Atmosphere%3A%3C%2Fstrong%3E+Whether+you%27re+a+seasoned+pro+or+a+newcomer%2C+Tap+Poker+provides+a+welcoming+environment+for+all+players.++The+straightforward+gameplay+ensures+everyone+can+easily+jump+in+and+enjoy+the+fun.%3C%2Fp%3E%0A%3C%2Fli%3E%0A%3C%2Ful%3E%0A%3Cp%3E%3Cstrong%3EIn+Conclusion%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cp%3E%5B%5D+is+more+than+just+a+poker+game%3B+it%27s+a+complete+social+experience.++Combining+a+robust+social+messaging+platform%2C+rapid+login%2C+intuitive+gameplay%2C+expressive+communication+tools%2C+worldwide+player+interaction%2C+and+an+inclusive+atmosphere%2C+it%27s+the+ultimate+package+for+poker+enthusiasts.++Join+the+community%2C+meet+new+friends%2C+and+experience+the+thrill+of+poker+like+never+before%21+Download+Tap+Poker+now+and+start+playing%21%3C%2Fp%3E
to
ja
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_CONTENT_LENGTH
4088
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
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
2296
REMOTE_ADDR
146.59.252.193
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
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
4088
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
1733492114.5185
REQUEST_TIME
1733492114
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
1733492114.519
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/

スクリーンショット

  • Tap Poker Social Edition スクリーンショット 0
  • Tap Poker Social Edition スクリーンショット 1
  • Tap Poker Social Edition スクリーンショット 2
Reviews
Post Comments
PokerPro Jan 03,2025

Great social aspect! It's fun to play poker with people from all over the world. The interface could be improved though.

Ana Dec 23,2024

El aspecto social es genial. Es divertido jugar al póquer con gente de todo el mundo. La interfaz necesita mejoras.

Pierre Jan 11,2025

Jeu de poker correct, mais l'interface est un peu confuse. Le côté social est intéressant.