[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
Survive the Apocalypse in Let’s Survive: A Thrilling Post-Apocalyptic RPGPrepare for a heart-pounding adventure in Let’s Survive, a survival RPG where you must navigate a world overrun by danger and bloodthirsty zombies. Fight for Survival: Build a Secure Shelter: Construct a safe haven to protect
to
es
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
39500
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=Survive+the+Apocalypse+in+Let%E2%80%99s+Survive%3A+A+Thrilling+Post-Apocalyptic+RPGPrepare+for+a+heart-pounding+adventure+in+Let%E2%80%99s+Survive%2C+a+survival+RPG+where+you+must+navigate+a+world+overrun+by+danger+and+bloodthirsty+zombies.++%0AFight+for+Survival%3A%0ABuild+a+Secure+Shelter%3A+Construct+a+safe+haven+to+protect&to=es
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=Survive+the+Apocalypse+in+Let%E2%80%99s+Survive%3A+A+Thrilling+Post-Apocalyptic+RPGPrepare+for+a+heart-pounding+adventure+in+Let%E2%80%99s+Survive%2C+a+survival+RPG+where+you+must+navigate+a+world+overrun+by+danger+and+bloodthirsty+zombies.++%0AFight+for+Survival%3A%0ABuild+a+Secure+Shelter%3A+Construct+a+safe+haven+to+protect&to=es
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
1733123868.0519
REQUEST_TIME
1733123868
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
1733123868.0526
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
Survive the Apocalypse in Let’s Survive: A Thrilling Post-Apocalyptic RPGPrepare for a heart-pounding adventure in Let’s Survive, a survival RPG where you must navigate a world overrun by danger and bloodthirsty zombies. Fight for Survival: Build a Secure Shelter: Construct a safe haven to protect
to
es
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
39500
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=Survive+the+Apocalypse+in+Let%E2%80%99s+Survive%3A+A+Thrilling+Post-Apocalyptic+RPGPrepare+for+a+heart-pounding+adventure+in+Let%E2%80%99s+Survive%2C+a+survival+RPG+where+you+must+navigate+a+world+overrun+by+danger+and+bloodthirsty+zombies.++%0AFight+for+Survival%3A%0ABuild+a+Secure+Shelter%3A+Construct+a+safe+haven+to+protect&to=es
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=Survive+the+Apocalypse+in+Let%E2%80%99s+Survive%3A+A+Thrilling+Post-Apocalyptic+RPGPrepare+for+a+heart-pounding+adventure+in+Let%E2%80%99s+Survive%2C+a+survival+RPG+where+you+must+navigate+a+world+overrun+by+danger+and+bloodthirsty+zombies.++%0AFight+for+Survival%3A%0ABuild+a+Secure+Shelter%3A+Construct+a+safe+haven+to+protect&to=es
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
1733123868.0519
REQUEST_TIME
1733123868
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
1733123868.0526
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":"
Array(    [content] => %3Ch2%3ESurvive+the+Apocalypse+in+%5B%5D%3A+A+Thrilling+Post-Apocalyptic+RPG%3C%2Fh2%3E%3Cp%3EPrepare+for+a+heart-pounding+adventure+in+%5B%5D%2C+a+survival+RPG+where+you+must+navigate+a+world+overrun+by+danger+and+bloodthirsty+zombies.++%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EFight+for+Survival%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cul%3E%3Cli%3E%3Cstrong%3EBuild+a+Secure+Shelter%3A%3C%2Fstrong%3E+Construct+a+safe+haven+to+protect+yourself+from+the+relentless+hordes.+Gather+resources+and+upgrade+your+base+to+enhance+your+defenses+and+combat+capabilities.%3C%2Fli%3E%3Cli%3E%3Cstrong%3ECraft+Powerful+Weapons%3A%3C%2Fstrong%3E++Forge+deadly+weapons+and+armor+to+combat+the+undead+threat.++Unlock+new+weapons+and+vehicles+as+you+progress+through+the+game.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EStrategic+Combat%3A%3C%2Fstrong%3E++Plan+your+battles+wisely%2C+utilizing+your+character%27s+unique+abilities+and+collaborating+with+your+teammates+to+outsmart+the+enemy.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EManage+Your+Survival+Needs%3A%3C%2Fstrong%3E++Keep+your+character%27s+health%2C+hunger%2C+thirst%2C+and+radiation+levels+in+check+to+ensure+their+survival.%3C%2Fli%3E%3C%2Ful%3E%3Cp%3E%3Cstrong%3EExplore+a+Vast+Open+World%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cul%3E%3Cli%3E%3Cstrong%3EDiscover+Hidden+Treasures%3A%3C%2Fstrong%3E++Explore+the+vast+open+world%2C+searching+for+rare+loot+and+valuable+resources+to+aid+your+survival.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EFace+Terrifying+Challenges%3A%3C%2Fstrong%3E++Encounter+terrifying+zombies+and+other+dangers+as+you+navigate+the+post-apocalyptic+landscape.%3C%2Fli%3E%3C%2Ful%3E%3Cp%3E%3Cstrong%3EFeatures+of+%5B%5D%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cul%3E%3Cli%3E%3Cstrong%3EImmersive+Survival+RPG%3A%3C%2Fstrong%3E+Experience+the+thrill+of+surviving+in+a+world+filled+with+danger+and+relentless+enemies.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EMultiplayer+Collaboration%3A%3C%2Fstrong%3E++Team+up+with+friends+to+overcome+challenges+and+conquer+the+undead+threat.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EUnique+Character+Abilities%3A%3C%2Fstrong%3E++Choose+from+a+variety+of+characters+with+unique+skills+and+strengths+to+create+the+perfect+survival+team.%3C%2Fli%3E%3Cli%3E%3Cstrong%3ERealistic+Survival+Elements%3A%3C%2Fstrong%3E++Manage+your+character%27s+vital+stats+to+ensure+their+survival+in+this+unforgiving+world.%3C%2Fli%3E%3C%2Ful%3E%3Cp%3E%3Cstrong%3EDownload+%5B%5D+Today%21%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cp%3EEmbrace+the+ultimate+survival+adventure+in+%5B%5D.+Download+now+and+experience+the+adrenaline+rush+of+fighting+for+your+life+in+a+world+overrun+by+zombies.%3C%2Fp%3E%0A    [to] => es)
","applicationCategory":"GameApplication","softwareVersion":"1.9.4","fileSize":"125.67M","downloadUrl":"https://downloads.9zxz.com/apk/85/Let’s Survive_1.9.4_lets.survive.apocalypse.survival.apk","datePublished":"2024-12-19T23:04:42+08:00","dateModified":"2022-09-07T05:50:20+08:00","screenshot":"https://images.9zxz.com/uploads/53/1719402234667bfefa5f696.jpg,https://images.9zxz.com/uploads/53/1719402235667bfefb95e2a.jpg,https://images.9zxz.com/uploads/91/1719402235667bfefbade7d.jpg,https://images.9zxz.com/uploads/63/1719402236667bfefc1c403.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.1","reviewCount":1},"author":{"@type":"Organization","name":""},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
9zxz.comHogar NavegaciónNavegación
Hogar >  Juegos >  Simulación >  Let’s Survive
Let’s Survive

Let’s Survive

Categoría:Simulación Tamaño:125.67M Versión:1.9.4

Tasa:4.1 Actualizar:Dec 19,2024

4.1
Descargar
Descripción de la aplicación
Array
(
    [content] => %3Ch2%3ESurvive+the+Apocalypse+in+%5B%5D%3A+A+Thrilling+Post-Apocalyptic+RPG%3C%2Fh2%3E%3Cp%3EPrepare+for+a+heart-pounding+adventure+in+%5B%5D%2C+a+survival+RPG+where+you+must+navigate+a+world+overrun+by+danger+and+bloodthirsty+zombies.++%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EFight+for+Survival%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cul%3E%3Cli%3E%3Cstrong%3EBuild+a+Secure+Shelter%3A%3C%2Fstrong%3E+Construct+a+safe+haven+to+protect+yourself+from+the+relentless+hordes.+Gather+resources+and+upgrade+your+base+to+enhance+your+defenses+and+combat+capabilities.%3C%2Fli%3E%3Cli%3E%3Cstrong%3ECraft+Powerful+Weapons%3A%3C%2Fstrong%3E++Forge+deadly+weapons+and+armor+to+combat+the+undead+threat.++Unlock+new+weapons+and+vehicles+as+you+progress+through+the+game.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EStrategic+Combat%3A%3C%2Fstrong%3E++Plan+your+battles+wisely%2C+utilizing+your+character%27s+unique+abilities+and+collaborating+with+your+teammates+to+outsmart+the+enemy.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EManage+Your+Survival+Needs%3A%3C%2Fstrong%3E++Keep+your+character%27s+health%2C+hunger%2C+thirst%2C+and+radiation+levels+in+check+to+ensure+their+survival.%3C%2Fli%3E%3C%2Ful%3E%3Cp%3E%3Cstrong%3EExplore+a+Vast+Open+World%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cul%3E%3Cli%3E%3Cstrong%3EDiscover+Hidden+Treasures%3A%3C%2Fstrong%3E++Explore+the+vast+open+world%2C+searching+for+rare+loot+and+valuable+resources+to+aid+your+survival.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EFace+Terrifying+Challenges%3A%3C%2Fstrong%3E++Encounter+terrifying+zombies+and+other+dangers+as+you+navigate+the+post-apocalyptic+landscape.%3C%2Fli%3E%3C%2Ful%3E%3Cp%3E%3Cstrong%3EFeatures+of+%5B%5D%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cul%3E%3Cli%3E%3Cstrong%3EImmersive+Survival+RPG%3A%3C%2Fstrong%3E+Experience+the+thrill+of+surviving+in+a+world+filled+with+danger+and+relentless+enemies.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EMultiplayer+Collaboration%3A%3C%2Fstrong%3E++Team+up+with+friends+to+overcome+challenges+and+conquer+the+undead+threat.%3C%2Fli%3E%3Cli%3E%3Cstrong%3EUnique+Character+Abilities%3A%3C%2Fstrong%3E++Choose+from+a+variety+of+characters+with+unique+skills+and+strengths+to+create+the+perfect+survival+team.%3C%2Fli%3E%3Cli%3E%3Cstrong%3ERealistic+Survival+Elements%3A%3C%2Fstrong%3E++Manage+your+character%27s+vital+stats+to+ensure+their+survival+in+this+unforgiving+world.%3C%2Fli%3E%3C%2Ful%3E%3Cp%3E%3Cstrong%3EDownload+%5B%5D+Today%21%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cp%3EEmbrace+the+ultimate+survival+adventure+in+%5B%5D.+Download+now+and+experience+the+adrenaline+rush+of+fighting+for+your+life+in+a+world+overrun+by+zombies.%3C%2Fp%3E%0A
    [to] => es
)
Captura de pantalla
Let’s Survive Captura de pantalla 0
Let’s Survive Captura de pantalla 1
Let’s Survive Captura de pantalla 2
Let’s Survive Captura de pantalla 3
Juegos como Let’s Survive
Últimos artículos
Temas
Compras en línea simplificadas: una revisión completa
Compras en línea simplificadas: una revisión completaTOP

Descubra las mejores aplicaciones de compras en línea para disfrutar de experiencias de compra cómodas y fluidas. Esta revisión completa explora las aplicaciones mejor calificadas como ALDI SÜD Angebote & Prospekte para ofertas de comestibles, UNIQLO CA y UNIQLO MY para moda, dahaboo para productos diversos, FINN.no para anuncios clasificados noruegos, Esdemarca para ofertas en español, Route para seguimiento de paquetes, Clicks para Necesidades de farmacia sudafricana, Carrefour Italia para comestibles italianos y B&H Photo Video para electrónica. ¡Encuentre la aplicación perfecta para simplificar su viaje de compras en línea!