[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
Merge Master: Conquer the Tank Wars! Assemble your ultimate tank army in this exciting merge game, collecting a diverse range of cartoon 2D tanks! Merge Master Tanks is a fun, idle clicker simulation where you build and upgrade your arsenal. Collect iconic tanks like the KV-44, Leviathan, Panzer,
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
25442
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=Merge+Master%3A+Conquer+the+Tank+Wars%21++Assemble+your+ultimate+tank+army+in+this+exciting+merge+game%2C+collecting+a+diverse+range+of+cartoon+2D+tanks%21++Merge+Master+Tanks+is+a+fun%2C+idle+clicker+simulation+where+you+build+and+upgrade+your+arsenal.%0ACollect+iconic+tanks+like+the+KV-44%2C+Leviathan%2C+Panzer%2C+&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=Merge+Master%3A+Conquer+the+Tank+Wars%21++Assemble+your+ultimate+tank+army+in+this+exciting+merge+game%2C+collecting+a+diverse+range+of+cartoon+2D+tanks%21++Merge+Master+Tanks+is+a+fun%2C+idle+clicker+simulation+where+you+build+and+upgrade+your+arsenal.%0ACollect+iconic+tanks+like+the+KV-44%2C+Leviathan%2C+Panzer%2C+&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
1733492581.8953
REQUEST_TIME
1733492581
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
1733492581.8958
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
Merge Master: Conquer the Tank Wars! Assemble your ultimate tank army in this exciting merge game, collecting a diverse range of cartoon 2D tanks! Merge Master Tanks is a fun, idle clicker simulation where you build and upgrade your arsenal. Collect iconic tanks like the KV-44, Leviathan, Panzer,
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
25442
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=Merge+Master%3A+Conquer+the+Tank+Wars%21++Assemble+your+ultimate+tank+army+in+this+exciting+merge+game%2C+collecting+a+diverse+range+of+cartoon+2D+tanks%21++Merge+Master+Tanks+is+a+fun%2C+idle+clicker+simulation+where+you+build+and+upgrade+your+arsenal.%0ACollect+iconic+tanks+like+the+KV-44%2C+Leviathan%2C+Panzer%2C+&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=Merge+Master%3A+Conquer+the+Tank+Wars%21++Assemble+your+ultimate+tank+army+in+this+exciting+merge+game%2C+collecting+a+diverse+range+of+cartoon+2D+tanks%21++Merge+Master+Tanks+is+a+fun%2C+idle+clicker+simulation+where+you+build+and+upgrade+your+arsenal.%0ACollect+iconic+tanks+like+the+KV-44%2C+Leviathan%2C+Panzer%2C+&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
1733492581.8953
REQUEST_TIME
1733492581
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
1733492581.8958
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%3EMerge+Master%3A+Conquer+the+Tank+Wars%21++Assemble+your+ultimate+tank+army+in+this+exciting+merge+game%2C+collecting+a+diverse+range+of+cartoon+2D+tanks%21++Merge+Master+Tanks+is+a+fun%2C+idle+clicker+simulation+where+you+build+and+upgrade+your+arsenal.%3C%2Fp%3E%0A%3Cp%3ECollect+iconic+tanks+like+the+KV-44%2C+Leviathan%2C+Panzer%2C+and+T-34%2C+alongside+modern+weaponry+such+as+HIMARS%2C+NLAW%2C+ATGM%2C+Javelin%2C+and+drones.++Can+you+acquire+the+mighty+Panzer%3F++Build+your+battlefield+dominance+and+become+the+ultimate+tank+commander%21++Create+the+most+powerful+army+and+dominate+the+hills+of+steel%21%3C%2Fp%3E%0A%3Cp%3EUpgrade+your+tanks+through+strategic+merging%2C+creating+bigger+and+more+powerful+combat+machines.++Explore+a+world+of+tanks+spanning+World+War+I%2C+World+War+II%2C+the+Cold+War%2C+and+the+modern+era%2C+featuring+tanks+from+the+USSR%2C+NATO%2C+and+Russia.+Each+tank+boasts+unique+weaponry%2C+including+cannons%2C+grenades%2C+and+machine+guns%2C+to+battle+zombie+tank+enemies.%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EKey+Features+of+Merge+Master%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cul%3E%0A%3Cli%3EA+vast+array+of+awesome+battle+vehicles%2C+including+the+KV-44%2C+T-34%2C+and+Panzer.%3C%2Fli%3E%0A%3Cli%3ESimple%2C+intuitive+gameplay+suitable+for+all+players.%3C%2Fli%3E%0A%3Cli%3EEarn+money+from+all+tanks+in+your+army%2C+even+offline.%3C%2Fli%3E%0A%3Cli%3ETap+to+merge+and+upgrade+your+tanks.%3C%2Fli%3E%0A%3Cli%3EAn+engaging+idle+merge+tank+game+centered+around+tank+warfare.%3C%2Fli%3E%0A%3Cli%3ECharming+cartoon+style+with+no+violence.%3C%2Fli%3E%0A%3Cli%3EHistorically+accurate+tank+models+for+collectors.%3C%2Fli%3E%0A%3C%2Ful%3E%0A%3Cp%3EYour+objective+is+simple%3A++become+the+world%27s+most+renowned+general+with+the+largest+and+most+powerful+army%21+Merge+identical+war+machines+to+create+superior%2C+more+profitable+tanks.++Every+tank+generates+income%2C+even+while+you%27re+away.++Upgrade+your+arsenal%2C+unlock+new+tanks%2C+and+shoot+enemy+tanks+for+bonus+points.+Join+the+cartoon+tank+world+today%21++Choose+your+strategy%2C+relax%2C+and+enjoy+this+addictive+idle+game.++Are+you+ready+for+the+rumble%3F%3C%2Fp%3E%0A%3Cp%3EThe+element+of+surprise+is+key+%E2%80%93+you+never+know+which+tank+will+be+next%21++Gather+all+your+battle+tanks%2C+lead+your+army+to+victory%2C+and+become+a+legendary+hero+general+in+this+idle+merge+tank+game.++Install+now+and+build+the+greatest+army+ever%21++The+tank+war+awaits%21%3C%2Fp%3E%0A%3Cp%3ECreated+by+Noxgames+2020-2023%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
3474
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
25412
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
3474
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
1733492581.7852
REQUEST_TIME
1733492581
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
1733492581.7857
THINK_START_MEM
419704
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":"2.74.01","fileSize":"108.9 MB","downloadUrl":"https://downs.xc122.com/apk/74/com.noxgames.merge.tanks_v2.74.01.xapk","datePublished":"2024-12-10T12:40:34+08:00","dateModified":"2024-12-10T12:40:34+08:00","screenshot":"https://img.xc122.com/uploads/52/173069963967286177876b0.webp,https://img.xc122.com/uploads/10/1730699640672861782e5e0.webp,https://img.xc122.com/uploads/31/17306996416728617973930.webp,https://img.xc122.com/uploads/63/17306996436728617b9f5c1.webp","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.3","reviewCount":1},"author":{"@type":"Organization","name":"NOXGAMES"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
Merge Master Tanks: Tank wars

Merge Master Tanks: Tank wars

カジュアル 108.9 MB by NOXGAMES 2.74.01 4.3 Dec 10,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%3EMerge+Master%3A+Conquer+the+Tank+Wars%21++Assemble+your+ultimate+tank+army+in+this+exciting+merge+game%2C+collecting+a+diverse+range+of+cartoon+2D+tanks%21++Merge+Master+Tanks+is+a+fun%2C+idle+clicker+simulation+where+you+build+and+upgrade+your+arsenal.%3C%2Fp%3E%0A%3Cp%3ECollect+iconic+tanks+like+the+KV-44%2C+Leviathan%2C+Panzer%2C+and+T-34%2C+alongside+modern+weaponry+such+as+HIMARS%2C+NLAW%2C+ATGM%2C+Javelin%2C+and+drones.++Can+you+acquire+the+mighty+Panzer%3F++Build+your+battlefield+dominance+and+become+the+ultimate+tank+commander%21++Create+the+most+powerful+army+and+dominate+the+hills+of+steel%21%3C%2Fp%3E%0A%3Cp%3EUpgrade+your+tanks+through+strategic+merging%2C+creating+bigger+and+more+powerful+combat+machines.++Explore+a+world+of+tanks+spanning+World+War+I%2C+World+War+II%2C+the+Cold+War%2C+and+the+modern+era%2C+featuring+tanks+from+the+USSR%2C+NATO%2C+and+Russia.+Each+tank+boasts+unique+weaponry%2C+including+cannons%2C+grenades%2C+and+machine+guns%2C+to+battle+zombie+tank+enemies.%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EKey+Features+of+Merge+Master%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cul%3E%0A%3Cli%3EA+vast+array+of+awesome+battle+vehicles%2C+including+the+KV-44%2C+T-34%2C+and+Panzer.%3C%2Fli%3E%0A%3Cli%3ESimple%2C+intuitive+gameplay+suitable+for+all+players.%3C%2Fli%3E%0A%3Cli%3EEarn+money+from+all+tanks+in+your+army%2C+even+offline.%3C%2Fli%3E%0A%3Cli%3ETap+to+merge+and+upgrade+your+tanks.%3C%2Fli%3E%0A%3Cli%3EAn+engaging+idle+merge+tank+game+centered+around+tank+warfare.%3C%2Fli%3E%0A%3Cli%3ECharming+cartoon+style+with+no+violence.%3C%2Fli%3E%0A%3Cli%3EHistorically+accurate+tank+models+for+collectors.%3C%2Fli%3E%0A%3C%2Ful%3E%0A%3Cp%3EYour+objective+is+simple%3A++become+the+world%27s+most+renowned+general+with+the+largest+and+most+powerful+army%21+Merge+identical+war+machines+to+create+superior%2C+more+profitable+tanks.++Every+tank+generates+income%2C+even+while+you%27re+away.++Upgrade+your+arsenal%2C+unlock+new+tanks%2C+and+shoot+enemy+tanks+for+bonus+points.+Join+the+cartoon+tank+world+today%21++Choose+your+strategy%2C+relax%2C+and+enjoy+this+addictive+idle+game.++Are+you+ready+for+the+rumble%3F%3C%2Fp%3E%0A%3Cp%3EThe+element+of+surprise+is+key+%E2%80%93+you+never+know+which+tank+will+be+next%21++Gather+all+your+battle+tanks%2C+lead+your+army+to+victory%2C+and+become+a+legendary+hero+general+in+this+idle+merge+tank+game.++Install+now+and+build+the+greatest+army+ever%21++The+tank+war+awaits%21%3C%2Fp%3E%0A%3Cp%3ECreated+by+Noxgames+2020-2023%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
3474
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
25412
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
3474
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
1733492581.7852
REQUEST_TIME
1733492581
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
1733492581.7857
THINK_START_MEM
419704
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/

スクリーンショット

  • Merge Master Tanks: Tank wars スクリーンショット 0
  • Merge Master Tanks: Tank wars スクリーンショット 1
  • Merge Master Tanks: Tank wars スクリーンショット 2
  • Merge Master Tanks: Tank wars スクリーンショット 3
Reviews
Post Comments