[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
  • Fix Final Fantasy 7 Rebirth tartamudeo en PC: soluciones expertas

    ​ El lanzamiento muy esperado de * Final Fantasy 7 Rebirth * en PC desafortunadamente se ha visto afectado por informes generalizados de problemas de tartamudeo. Sin embargo, no permita que esto amortigua su emoción: hay algunas soluciones efectivas para mejorar su experiencia de juego. Tabla de contenido Configuración de gráficos Update

    Autor : Benjamin Ver todo

  • ​ Los entusiastas de PUBG Mobile, prepárate para una aventura expansiva con la llegada de la actualización 3.7, con el mapa más grande hasta ahora: Rondo. Este campo de batalla de 8x8 km presenta un paisaje diverso, desde exuberantes bosques y templos tradicionales hasta bulliciosos paisajes urbanos, completos con una pista de carreras y un Flo único

    Autor : Nicholas Ver todo

  • Pokémon Presents Evento que llegará la próxima semana

    ​ La compañía Pokémon tiene noticias emocionantes para los fanáticos: un evento Pokémon Presents está programado para ofrecer actualizaciones sobre la querida franquicia la próxima semana, para celebrar el día de Pokémon. Anunciado a través de X/Twitter, el evento está programado para el 27 de febrero de 2025, y estará disponible para ver en vivo en el Pokémon YouTube Chan

    Autor : Victoria Ver todo

Temas
Los mejores juegos de aventura de todos los tiempos
Los mejores juegos de aventura de todos los tiemposTOP

¡Embárcate en aventuras inolvidables con nuestra colección curada de los mejores juegos de aventura jamás creados! Experimente un juego emocionante en títulos como Opus: Rocket of Whispers, donde exploras el cosmos, y desafías la atmósfera escalofriante de la pesadilla (demo). Resolver rompecabezas en Erinnern. Bullenhuser Damm., Descubra tesoros ocultos en Ocean Odyssey: Tesoro oculto, y escape de situaciones aterradoras en un sendero de Elmwood, Escolar Escape: Evil Witch, Horror Maze y Horror Tale 2. Pruebe sus habilidades en salas de billar: la salida oculta y conquistar el Castillo interminable. Sumérgete en un mundo de misterio, suspenso y emoción. ¡Descargue estos increíbles juegos de aventura hoy!