[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
Dive into the heart-pounding action of Jackal Retro, also known as Top Gunner! This run-and-gun shooter puts you behind the wheel of an armed jeep, tasked with a daring mission: rescuing prisoners of war. As a member of the elite Jackal Squad, you'll navigate treacherous enemy territory, facing int
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
53850
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=Dive+into+the+heart-pounding+action+of+Jackal+Retro%2C+also+known+as+Top+Gunner%21+This+run-and-gun+shooter+puts+you+behind+the+wheel+of+an+armed+jeep%2C+tasked+with+a+daring+mission%3A+rescuing+prisoners+of+war.++As+a+member+of+the+elite+Jackal+Squad%2C+you%27ll+navigate+treacherous+enemy+territory%2C+facing+int&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=Dive+into+the+heart-pounding+action+of+Jackal+Retro%2C+also+known+as+Top+Gunner%21+This+run-and-gun+shooter+puts+you+behind+the+wheel+of+an+armed+jeep%2C+tasked+with+a+daring+mission%3A+rescuing+prisoners+of+war.++As+a+member+of+the+elite+Jackal+Squad%2C+you%27ll+navigate+treacherous+enemy+territory%2C+facing+int&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
1733491053.7422
REQUEST_TIME
1733491053
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
1733491053.7426
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
Dive into the heart-pounding action of Jackal Retro, also known as Top Gunner! This run-and-gun shooter puts you behind the wheel of an armed jeep, tasked with a daring mission: rescuing prisoners of war. As a member of the elite Jackal Squad, you'll navigate treacherous enemy territory, facing int
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
53850
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=Dive+into+the+heart-pounding+action+of+Jackal+Retro%2C+also+known+as+Top+Gunner%21+This+run-and-gun+shooter+puts+you+behind+the+wheel+of+an+armed+jeep%2C+tasked+with+a+daring+mission%3A+rescuing+prisoners+of+war.++As+a+member+of+the+elite+Jackal+Squad%2C+you%27ll+navigate+treacherous+enemy+territory%2C+facing+int&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=Dive+into+the+heart-pounding+action+of+Jackal+Retro%2C+also+known+as+Top+Gunner%21+This+run-and-gun+shooter+puts+you+behind+the+wheel+of+an+armed+jeep%2C+tasked+with+a+daring+mission%3A+rescuing+prisoners+of+war.++As+a+member+of+the+elite+Jackal+Squad%2C+you%27ll+navigate+treacherous+enemy+territory%2C+facing+int&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
1733491053.7422
REQUEST_TIME
1733491053
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
1733491053.7426
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%3EDive+into+the+heart-pounding+action+of+Jackal+Retro%2C+also+known+as+Top+Gunner%21+This+run-and-gun+shooter+puts+you+behind+the+wheel+of+an+armed+jeep%2C+tasked+with+a+daring+mission%3A+rescuing+prisoners+of+war.++As+a+member+of+the+elite+Jackal+Squad%2C+you%27ll+navigate+treacherous+enemy+territory%2C+facing+intense+combat+and+challenging+obstacles+to+save+lives.++Experience+the+thrill+of+retro-style+graphics+combined+with+exhilarating+gameplay.%3C%2Fp%3E%0A%3Cp%3EJackal+Retro+boasts+a+range+of+features+designed+to+keep+you+on+the+edge+of+your+seat%3A%3C%2Fp%3E%0A%3Cul%3E%0A%3Cli%3E%3Cstrong%3EHigh-octane+Action%3A%3C%2Fstrong%3E+Experience+adrenaline-fueled+run-and-gun+combat+as+you+control+your+armed+jeep%2C+rescuing+POWs+from+hostile+territory.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3EDemanding+Missions%3A%3C%2Fstrong%3E++Test+your+skills+and+strategic+thinking+as+you+navigate+challenging+environments+and+overcome+obstacles+to+successfully+extract+prisoners.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3EElite+Soldier+Team%3A%3C%2Fstrong%3E++Become+part+of+the+Jackal+Squad%2C+a+highly+trained+unit+ready+for+any+challenge.++Feel+the+rush+of+teamwork+and+elite+status.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3EFierce+Firefights%3A%3C%2Fstrong%3E+Engage+in+intense+shootouts+with+enemy+forces%2C+utilizing+your+sharpshooting+abilities+and+powerful+weaponry+to+clear+a+path+and+protect+your+squad.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3ECritical+Rescue+Operations%3A%3C%2Fstrong%3E++Embark+on+daring+missions+to+save+POWs+held+behind+enemy+lines.++Every+rescue+is+crucial+to+your+mission%27s+success.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3EClassic+Retro+Aesthetics%3A%3C%2Fstrong%3E++Enjoy+the+nostalgic+charm+of+classic+overhead+visuals+and+retro-inspired+graphics+that+transport+you+back+to+the+golden+age+of+gaming.%3C%2Fli%3E%0A%3C%2Ful%3E%0A%3Cp%3EIn+short%2C+Jackal+Retro+delivers+a+captivating+and+action-packed+experience.++Join+the+Jackal+Squad%2C+battle+through+enemy+lines%2C+and+complete+daring+rescue+missions.++With+its+challenging+missions%2C+thrilling+gameplay%2C+and+retro+visuals%2C+Jackal+Retro+guarantees+hours+of+intense+gaming+fun.+Download+now+and+experience+the+adrenaline%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
2960
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
53838
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
2960
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
1733491053.6308
REQUEST_TIME
1733491053
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
1733491053.6313
THINK_START_MEM
418680
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.1.115","fileSize":"25.00M","downloadUrl":"https://downloads.p8y8.com/apk/45/Jackal Retro - Run and Gun Mod_2.1.115_com.falcon.dx3.jackal.arcade.shooter.apk","datePublished":"2024-12-06T21:42:00+08:00","dateModified":"2024-12-06T21:42:00+08:00","screenshot":"https://images.p8y8.com/uploads/89/1719601578667f09aa2041e.jpg,https://images.p8y8.com/uploads/17/1719601578667f09aacecfc.jpg,https://images.p8y8.com/uploads/88/1719601579667f09abaf177.jpg,https://images.p8y8.com/uploads/23/1719601580667f09ac5fc65.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.4","reviewCount":1},"author":{"@type":"Organization","name":"proactib"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
ゲーム アクション Jackal Retro - Run and Gun Mod
Jackal Retro - Run and Gun Mod

Jackal Retro - Run and Gun Mod

カテゴリー : アクション サイズ : 25.00M バージョン : 2.1.115 開発者 : proactib パッケージ名 : com.falcon.dx3.jackal.arcade.shooter アップデート : Dec 06,2024
4.4
Application Description

[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%3EDive+into+the+heart-pounding+action+of+Jackal+Retro%2C+also+known+as+Top+Gunner%21+This+run-and-gun+shooter+puts+you+behind+the+wheel+of+an+armed+jeep%2C+tasked+with+a+daring+mission%3A+rescuing+prisoners+of+war.++As+a+member+of+the+elite+Jackal+Squad%2C+you%27ll+navigate+treacherous+enemy+territory%2C+facing+intense+combat+and+challenging+obstacles+to+save+lives.++Experience+the+thrill+of+retro-style+graphics+combined+with+exhilarating+gameplay.%3C%2Fp%3E%0A%3Cp%3EJackal+Retro+boasts+a+range+of+features+designed+to+keep+you+on+the+edge+of+your+seat%3A%3C%2Fp%3E%0A%3Cul%3E%0A%3Cli%3E%3Cstrong%3EHigh-octane+Action%3A%3C%2Fstrong%3E+Experience+adrenaline-fueled+run-and-gun+combat+as+you+control+your+armed+jeep%2C+rescuing+POWs+from+hostile+territory.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3EDemanding+Missions%3A%3C%2Fstrong%3E++Test+your+skills+and+strategic+thinking+as+you+navigate+challenging+environments+and+overcome+obstacles+to+successfully+extract+prisoners.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3EElite+Soldier+Team%3A%3C%2Fstrong%3E++Become+part+of+the+Jackal+Squad%2C+a+highly+trained+unit+ready+for+any+challenge.++Feel+the+rush+of+teamwork+and+elite+status.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3EFierce+Firefights%3A%3C%2Fstrong%3E+Engage+in+intense+shootouts+with+enemy+forces%2C+utilizing+your+sharpshooting+abilities+and+powerful+weaponry+to+clear+a+path+and+protect+your+squad.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3ECritical+Rescue+Operations%3A%3C%2Fstrong%3E++Embark+on+daring+missions+to+save+POWs+held+behind+enemy+lines.++Every+rescue+is+crucial+to+your+mission%27s+success.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3EClassic+Retro+Aesthetics%3A%3C%2Fstrong%3E++Enjoy+the+nostalgic+charm+of+classic+overhead+visuals+and+retro-inspired+graphics+that+transport+you+back+to+the+golden+age+of+gaming.%3C%2Fli%3E%0A%3C%2Ful%3E%0A%3Cp%3EIn+short%2C+Jackal+Retro+delivers+a+captivating+and+action-packed+experience.++Join+the+Jackal+Squad%2C+battle+through+enemy+lines%2C+and+complete+daring+rescue+missions.++With+its+challenging+missions%2C+thrilling+gameplay%2C+and+retro+visuals%2C+Jackal+Retro+guarantees+hours+of+intense+gaming+fun.+Download+now+and+experience+the+adrenaline%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
2960
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
53838
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
2960
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
1733491053.6308
REQUEST_TIME
1733491053
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
1733491053.6313
THINK_START_MEM
418680
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
Jackal Retro - Run and Gun Mod スクリーンショット 0
Jackal Retro - Run and Gun Mod スクリーンショット 1
Jackal Retro - Run and Gun Mod スクリーンショット 2
Jackal Retro - Run and Gun Mod スクリーンショット 3