[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 a Wasteland Billionaire! Ever dreamt of building a beachside empire? This free idle game lets you do just that! Partner with Brenda and transform a desolate wasteland into a thriving beach resort. Build gyms, hotels, restaurants, and more to keep your visitors happy and your profits soari
to
ko
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
57080
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+a+Wasteland+Billionaire%21++Ever+dreamt+of+building+a+beachside+empire%3F++This+free+idle+game+lets+you+do+just+that%21++Partner+with+Brenda+and+transform+a+desolate+wasteland+into+a+thriving+beach+resort.++Build+gyms%2C+hotels%2C+restaurants%2C+and+more+to+keep+your+visitors+happy+and+your+profits+soari&to=ko
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+a+Wasteland+Billionaire%21++Ever+dreamt+of+building+a+beachside+empire%3F++This+free+idle+game+lets+you+do+just+that%21++Partner+with+Brenda+and+transform+a+desolate+wasteland+into+a+thriving+beach+resort.++Build+gyms%2C+hotels%2C+restaurants%2C+and+more+to+keep+your+visitors+happy+and+your+profits+soari&to=ko
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
1733492262.6403
REQUEST_TIME
1733492262
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
1733492262.6408
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 a Wasteland Billionaire! Ever dreamt of building a beachside empire? This free idle game lets you do just that! Partner with Brenda and transform a desolate wasteland into a thriving beach resort. Build gyms, hotels, restaurants, and more to keep your visitors happy and your profits soari
to
ko
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
57080
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+a+Wasteland+Billionaire%21++Ever+dreamt+of+building+a+beachside+empire%3F++This+free+idle+game+lets+you+do+just+that%21++Partner+with+Brenda+and+transform+a+desolate+wasteland+into+a+thriving+beach+resort.++Build+gyms%2C+hotels%2C+restaurants%2C+and+more+to+keep+your+visitors+happy+and+your+profits+soari&to=ko
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+a+Wasteland+Billionaire%21++Ever+dreamt+of+building+a+beachside+empire%3F++This+free+idle+game+lets+you+do+just+that%21++Partner+with+Brenda+and+transform+a+desolate+wasteland+into+a+thriving+beach+resort.++Build+gyms%2C+hotels%2C+restaurants%2C+and+more+to+keep+your+visitors+happy+and+your+profits+soari&to=ko
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
1733492262.6403
REQUEST_TIME
1733492262
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
1733492262.6408
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":"

Wasteland Billionaire가 되어보세요! 해변 제국을 건설하는 꿈을 꾸어본 적이 있나요? 이 무료 방치형 게임을 통해 바로 그런 일을 할 수 있습니다! 브렌다와 협력하여 황량한 황무지를 번성하는 해변 휴양지로 바꿔보세요. 체육관, 호텔, 레스토랑 등을 건설하여 방문자를 행복하게 하고 수익을 급증시키세요.

하지만 조심하세요! 도둑들이 숨어서 힘들게 벌어들인 현금을 훔칠 준비를 하고 있습니다. 귀하의 투자를 보호하기 위해 경비원을 고용하고, 용기가 있다면 추가 수입을 위해 다른 플레이어의 해변을 습격하세요. 잡히지 마세요!

Wasteland Billionaire 제공:

오늘부터 해변의 부자를 향한 여정을 시작하세요!

","applicationCategory":"GameApplication","softwareVersion":"2.0.4","fileSize":"304.8 MB","downloadUrl":"https://down.21all.com/apk/77/wasteland-billionaire-tycoon_2.0.4_com.land.clean.billionaire.xapk","datePublished":"2022-05-03T03:37:56+08:00","dateModified":"2022-05-03T03:37:56+08:00","screenshot":"https://imgs.21all.com/uploads/92/1728901842670cf2d23e92a.jpg,https://imgs.21all.com/uploads/89/1728901842670cf2d2ad653.jpg,https://imgs.21all.com/uploads/44/1728901844670cf2d42d8a9.jpg,https://imgs.21all.com/uploads/02/1728901846670cf2d648dcc.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.0","reviewCount":1},"author":{"@type":"Organization","name":"Kingboat"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
Wasteland Billionaire

Wasteland Billionaire

평상복 304.8 MB by Kingboat 2.0.4 4.0 May 03,2022
다운로드
게임소개

Wasteland Billionaire가 되어보세요! 해변 제국을 건설하는 꿈을 꾸어본 적이 있나요? 이 무료 방치형 게임을 통해 바로 그런 일을 할 수 있습니다! 브렌다와 협력하여 황량한 황무지를 번성하는 해변 휴양지로 바꿔보세요. 체육관, 호텔, 레스토랑 등을 건설하여 방문자를 행복하게 하고 수익을 급증시키세요.

하지만 조심하세요! 도둑들이 숨어서 힘들게 벌어들인 현금을 훔칠 준비를 하고 있습니다. 귀하의 투자를 보호하기 위해 경비원을 고용하고, 용기가 있다면 추가 수입을 위해 다른 플레이어의 해변을 습격하세요. 잡히지 마세요!

Wasteland Billionaire 제공:

  • 누구나 즐길 수 있는 간단하고 캐주얼한 게임플레이.
  • 도전적인 임무와 목표.
  • 멋진 3D 그래픽과 애니메이션.
  • 제국을 형성하기 위한 전략적 비즈니스 결정.
  • 이익 극대화를 위한 다양한 전략

오늘부터 해변의 부자를 향한 여정을 시작하세요!

스크린샷

  • Wasteland Billionaire 스크린샷 0
  • Wasteland Billionaire 스크린샷 1
  • Wasteland Billionaire 스크린샷 2
  • Wasteland Billionaire 스크린샷 3
리뷰
댓글 게시
Duskwood May 03,2022

Wasteland Billionaire는 정말 멋진 게임입니다! 💰☢️ 포스트 아포칼립스 세계를 배경으로 한 전략과 자원 관리의 독특한 조합입니다. 그래픽은 훌륭하고 게임 플레이는 중독성이 있습니다. 나는 그것을 강력히 추천합니다! 👍