[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
Experience the thrill of driving a ghostly subway train in Ghost Train Simulator Metro – a unique life simulator! Do you enjoy mystical and spooky adventures combined with the realism of train simulators? This game delivers! Dare to take on the role of a ghost train driver! The transparent train c
to
fr
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
61476
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=Experience+the+thrill+of+driving+a+ghostly+subway+train+in+Ghost+Train+Simulator+Metro+%E2%80%93+a+unique+life+simulator%21++Do+you+enjoy+mystical+and+spooky+adventures+combined+with+the+realism+of+train+simulators%3F+This+game+delivers%21%0ADare+to+take+on+the+role+of+a+ghost+train+driver%21++The+transparent+train+c&to=fr
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=Experience+the+thrill+of+driving+a+ghostly+subway+train+in+Ghost+Train+Simulator+Metro+%E2%80%93+a+unique+life+simulator%21++Do+you+enjoy+mystical+and+spooky+adventures+combined+with+the+realism+of+train+simulators%3F+This+game+delivers%21%0ADare+to+take+on+the+role+of+a+ghost+train+driver%21++The+transparent+train+c&to=fr
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
1733491360.0335
REQUEST_TIME
1733491360
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
1733491360.0339
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
Experience the thrill of driving a ghostly subway train in Ghost Train Simulator Metro – a unique life simulator! Do you enjoy mystical and spooky adventures combined with the realism of train simulators? This game delivers! Dare to take on the role of a ghost train driver! The transparent train c
to
fr
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
61476
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=Experience+the+thrill+of+driving+a+ghostly+subway+train+in+Ghost+Train+Simulator+Metro+%E2%80%93+a+unique+life+simulator%21++Do+you+enjoy+mystical+and+spooky+adventures+combined+with+the+realism+of+train+simulators%3F+This+game+delivers%21%0ADare+to+take+on+the+role+of+a+ghost+train+driver%21++The+transparent+train+c&to=fr
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=Experience+the+thrill+of+driving+a+ghostly+subway+train+in+Ghost+Train+Simulator+Metro+%E2%80%93+a+unique+life+simulator%21++Do+you+enjoy+mystical+and+spooky+adventures+combined+with+the+realism+of+train+simulators%3F+This+game+delivers%21%0ADare+to+take+on+the+role+of+a+ghost+train+driver%21++The+transparent+train+c&to=fr
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
1733491360.0335
REQUEST_TIME
1733491360
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
1733491360.0339
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":"

Vivez le frisson de conduire une rame de métro fantomatique dans Ghost Train Simulator Metro – un simulateur de vie unique ! Aimez-vous les aventures mystiques et effrayantes combinées au réalisme des simulateurs de train ? Ce jeu est à la hauteur !

Osez le rôle d\\'un conducteur de train fantôme ! Le wagon transparent offre une perspective unique, vous permettant de voir tout ce qui se trouve en dessous de vous. Mais votre travail ne consiste pas seulement à conduire ; vous avez une mission vitale : transporter efficacement des passagers et des marchandises. Plus vous livrez rapidement et avec précision, plus vous gagnez de points !

Vos passagers ? Fantômes et zombies ! Gagnez des pièces pour débloquer de nouveaux trains fantômes passionnants, élargissant ainsi votre flotte de métro spectral. Maîtrisez les commandes et ressentez la puissance en parcourant les pistes souterraines.

Ce simulateur offre une expérience réaliste de conduite en métro depuis la cabine du conducteur. Nous apprécions vos commentaires et vos notes – votre contribution nous aide à améliorer continuellement le jeu !

","applicationCategory":"GameApplication","softwareVersion":"1.3","fileSize":"105.4 MB","downloadUrl":"https://downloads.fenglinhuahai.com/apk/58/ghost-train-subway-simulator_1.3_com.apploft.ghosttrainsubwaysimulator.xapk","datePublished":"2024-12-06T21:50:00+08:00","dateModified":"2024-12-06T21:50:00+08:00","screenshot":"https://images.fenglinhuahai.com/uploads/34/1728903103670cf7bf77316.jpg,https://images.fenglinhuahai.com/uploads/55/1728903103670cf7bfd5c14.jpg,https://images.fenglinhuahai.com/uploads/48/1728903105670cf7c126fb1.jpg,https://images.fenglinhuahai.com/uploads/61/1728903106670cf7c24191b.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"2.6","reviewCount":1},"author":{"@type":"Organization","name":"Aploft"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
Home >  Games >  Simulation >  Ghost Train Subway Simulator
Ghost Train Subway Simulator

Ghost Train Subway Simulator

Simulation 1.3 105.4 MB by Aploft ✪ 2.6

Android 5.1+Dec 06,2024

Download
Game Introduction

Vivez le frisson de conduire une rame de métro fantomatique dans Ghost Train Simulator Metro – un simulateur de vie unique ! Aimez-vous les aventures mystiques et effrayantes combinées au réalisme des simulateurs de train ? Ce jeu est à la hauteur !

Osez le rôle d'un conducteur de train fantôme ! Le wagon transparent offre une perspective unique, vous permettant de voir tout ce qui se trouve en dessous de vous. Mais votre travail ne consiste pas seulement à conduire ; vous avez une mission vitale : transporter efficacement des passagers et des marchandises. Plus vous livrez rapidement et avec précision, plus vous gagnez de points !

Vos passagers ? Fantômes et zombies ! Gagnez des pièces pour débloquer de nouveaux trains fantômes passionnants, élargissant ainsi votre flotte de métro spectral. Maîtrisez les commandes et ressentez la puissance en parcourant les pistes souterraines.

Ce simulateur offre une expérience réaliste de conduite en métro depuis la cabine du conducteur. Nous apprécions vos commentaires et vos notes – votre contribution nous aide à améliorer continuellement le jeu !

Ghost Train Subway Simulator Screenshot 0
Ghost Train Subway Simulator Screenshot 1
Ghost Train Subway Simulator Screenshot 2
Ghost Train Subway Simulator Screenshot 3
Topics Plus
Jeux occasionnels amusants pour tout le monde
Jeux occasionnels amusants pour tout le monde

Plongez dans un monde de jeux occasionnels amusants et engageants ! Cette collection propose des titres pour tout le monde, des pitreries espiègles de Untitled Goose Game au défi stratégique de Gin Rummy Gold. Détendez-vous avec Solitaire Zoo, célébrez l'été avec Happy Summer, explorez le monde magnifique de Rakuen ou testez vos compétences dans Adastra. Pour quelque chose d'unique, essayez Tuppi, Fashion Business ou la charmante Owlyboi Game Collection. Et ne manquez pas le jeu de réflexion captivant, Intertwined ! Trouvez votre escapade décontractée parfaite avec cette sélection diversifiée d'applications : Untitled Goose Game, Gin Rummy Gold, Solitaire Zoo, Happy Summer, Adastra, Rakuen, Tuppi, Fashion Business, Owlyboi Game Collection et Intertwined.