[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
Become Rex, a typical high school student thrust into the heroic world of "Hyper Shining Heroes - Furry Visual Novel"! This captivating visual novel game plunges you into an exciting battle against evil alongside a team of elite heroes. Forge strong bonds with your fellow heroes, and who knows – ro
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
52360
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=Become+Rex%2C+a+typical+high+school+student+thrust+into+the+heroic+world+of+%22Hyper+Shining+Heroes+-+Furry+Visual+Novel%22%21++This+captivating+visual+novel+game+plunges+you+into+an+exciting+battle+against+evil+alongside+a+team+of+elite+heroes.+Forge+strong+bonds+with+your+fellow+heroes%2C+and+who+knows+%E2%80%93+ro&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=Become+Rex%2C+a+typical+high+school+student+thrust+into+the+heroic+world+of+%22Hyper+Shining+Heroes+-+Furry+Visual+Novel%22%21++This+captivating+visual+novel+game+plunges+you+into+an+exciting+battle+against+evil+alongside+a+team+of+elite+heroes.+Forge+strong+bonds+with+your+fellow+heroes%2C+and+who+knows+%E2%80%93+ro&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
1733490968.7595
REQUEST_TIME
1733490968
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
1733490968.76
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
Become Rex, a typical high school student thrust into the heroic world of "Hyper Shining Heroes - Furry Visual Novel"! This captivating visual novel game plunges you into an exciting battle against evil alongside a team of elite heroes. Forge strong bonds with your fellow heroes, and who knows – ro
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
52360
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=Become+Rex%2C+a+typical+high+school+student+thrust+into+the+heroic+world+of+%22Hyper+Shining+Heroes+-+Furry+Visual+Novel%22%21++This+captivating+visual+novel+game+plunges+you+into+an+exciting+battle+against+evil+alongside+a+team+of+elite+heroes.+Forge+strong+bonds+with+your+fellow+heroes%2C+and+who+knows+%E2%80%93+ro&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=Become+Rex%2C+a+typical+high+school+student+thrust+into+the+heroic+world+of+%22Hyper+Shining+Heroes+-+Furry+Visual+Novel%22%21++This+captivating+visual+novel+game+plunges+you+into+an+exciting+battle+against+evil+alongside+a+team+of+elite+heroes.+Forge+strong+bonds+with+your+fellow+heroes%2C+and+who+knows+%E2%80%93+ro&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
1733490968.7595
REQUEST_TIME
1733490968
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
1733490968.76
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":"

¡Conviértete en Rex, un típico estudiante de secundaria lanzado al heroico mundo de \\\"Hyper Shining Heroes - Furry Visual Novel\\\"! Este cautivador juego de novela visual te sumerge en una emocionante batalla contra el mal junto a un equipo de héroes de élite. Forja fuertes vínculos con tus compañeros héroes y, quién sabe, ¡el romance podría incluso florecer!

¡Te esperan tres capítulos emocionantes y hay más en camino! Apoye a los desarrolladores en Patreon para obtener acceso exclusivo a las actualizaciones. No te pierdas esta aventura inmersiva; ¡Descárgalo ahora!

Características clave:

En conclusión:

\\\"Hyper Shining Heroes - Furry Visual Novel\\\" ofrece un viaje emocionante lleno de heroísmo, amistad y potencial para el romance. Con su historia única, personajes atractivos, imágenes impresionantes y una jugabilidad dinámica, esta aplicación es imprescindible para los fanáticos de las novelas visuales. ¡Descárgalo hoy y comienza tu inolvidable aventura!

","applicationCategory":"GameApplication","softwareVersion":"0.1","fileSize":"446.00M","downloadUrl":"https://downs.jj4.cc/apk/87/Hyper Shining Heroes - Furry Visual Novel_0.1_com.hsh.apk","datePublished":"2023-12-15T13:04:09+08:00","dateModified":"2023-12-15T13:04:09+08:00","screenshot":"https://img.jj4.cc/uploads/91/1719611891667f31f31d1ba.png,https://img.jj4.cc/uploads/97/1719611891667f31f36be52.png","aggregateRating":{"@type":"AggregateRating","ratingValue":"4","reviewCount":1},"author":{"@type":"Organization","name":"DekaWolf"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
Hyper Shining Heroes - Furry Visual Novel

Hyper Shining Heroes - Furry Visual Novel

Casual 0.1 446.00M by DekaWolf Dec 15,2023
Descargar
Descripción de la aplicación

¡Conviértete en Rex, un típico estudiante de secundaria lanzado al heroico mundo de "Hyper Shining Heroes - Furry Visual Novel"! Este cautivador juego de novela visual te sumerge en una emocionante batalla contra el mal junto a un equipo de héroes de élite. Forja fuertes vínculos con tus compañeros héroes y, quién sabe, ¡el romance podría incluso florecer!

¡Te esperan tres capítulos emocionantes y hay más en camino! Apoye a los desarrolladores en Patreon para obtener acceso exclusivo a las actualizaciones. No te pierdas esta aventura inmersiva; ¡Descárgalo ahora!

Características clave:

  • Una narrativa única: Experimenta una historia convincente en la que tú, como protagonista, salvas al mundo de una perdición inminente.
  • Personajes memorables: Conoce a un elenco diverso de personajes atractivos y construye relaciones significativas, incluso románticas.
  • Impresionantes ilustraciones: Disfrute de hermosas imágenes que dan vida a la historia y los personajes, mejorando la experiencia de juego general.
  • La elección del jugador importa: Tus decisiones impactan directamente el resultado de la historia y el destino de tu personaje. Explora múltiples caminos y finales.
  • Juego dinámico: Participa en un juego interactivo y una narración basada en diálogos, ofreciendo una experiencia profundamente inmersiva.
  • Actualizaciones continuas: Apoye a los creadores en Patreon para obtener acceso temprano a nuevos capítulos y actualizaciones, lo que garantiza una aventura siempre nueva y emocionante.

En conclusión:

"Hyper Shining Heroes - Furry Visual Novel" ofrece un viaje emocionante lleno de heroísmo, amistad y potencial para el romance. Con su historia única, personajes atractivos, imágenes impresionantes y una jugabilidad dinámica, esta aplicación es imprescindible para los fanáticos de las novelas visuales. ¡Descárgalo hoy y comienza tu inolvidable aventura!

Hyper Shining Heroes - Furry Visual Novel capturas de pantalla

  • Hyper Shining Heroes - Furry Visual Novel Captura de pantalla 0
  • Hyper Shining Heroes - Furry Visual Novel Captura de pantalla 1
Gracz Sep 09,2024

Fajna gra, ale mogłaby mieć lepszą grafikę.

Gamer Jan 12,2024

这个游戏将农场和城市建设结合得很好。我喜欢打造自己的大都市和管理资源。合作功能很好,但希望游戏能提供更多样化的建筑选项。