[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 Apache Gunner 2, the intense first-person shooter where you're the gunner in an attack helicopter. Wield the Apache's arsenal – a 30mm cannon, 70mm rockets, and Hellfire missiles – to eliminate enemy targets. Test your skills in Challenge mode, fending off waves of enemies
to
de
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
32304
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+Apache+Gunner+2%2C+the+intense+first-person+shooter+where+you%27re+the+gunner+in+an+attack+helicopter.++Wield+the+Apache%27s+arsenal+%E2%80%93+a+30mm+cannon%2C+70mm+rockets%2C+and+Hellfire+missiles+%E2%80%93+to+eliminate+enemy+targets.++Test+your+skills+in+Challenge+mode%2C+fending+off+waves+of+enemies&to=de
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+Apache+Gunner+2%2C+the+intense+first-person+shooter+where+you%27re+the+gunner+in+an+attack+helicopter.++Wield+the+Apache%27s+arsenal+%E2%80%93+a+30mm+cannon%2C+70mm+rockets%2C+and+Hellfire+missiles+%E2%80%93+to+eliminate+enemy+targets.++Test+your+skills+in+Challenge+mode%2C+fending+off+waves+of+enemies&to=de
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
1733536865.0847
REQUEST_TIME
1733536865
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
1733536865.0852
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 Apache Gunner 2, the intense first-person shooter where you're the gunner in an attack helicopter. Wield the Apache's arsenal – a 30mm cannon, 70mm rockets, and Hellfire missiles – to eliminate enemy targets. Test your skills in Challenge mode, fending off waves of enemies
to
de
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
32304
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+Apache+Gunner+2%2C+the+intense+first-person+shooter+where+you%27re+the+gunner+in+an+attack+helicopter.++Wield+the+Apache%27s+arsenal+%E2%80%93+a+30mm+cannon%2C+70mm+rockets%2C+and+Hellfire+missiles+%E2%80%93+to+eliminate+enemy+targets.++Test+your+skills+in+Challenge+mode%2C+fending+off+waves+of+enemies&to=de
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+Apache+Gunner+2%2C+the+intense+first-person+shooter+where+you%27re+the+gunner+in+an+attack+helicopter.++Wield+the+Apache%27s+arsenal+%E2%80%93+a+30mm+cannon%2C+70mm+rockets%2C+and+Hellfire+missiles+%E2%80%93+to+eliminate+enemy+targets.++Test+your+skills+in+Challenge+mode%2C+fending+off+waves+of+enemies&to=de
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
1733536865.0847
REQUEST_TIME
1733536865
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
1733536865.0852
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":"

Erleben Sie den Nervenkitzel von Apache Gunner 2, dem intensiven Ego-Shooter, bei dem Sie der Schütze in einem Kampfhubschrauber sind. Setzen Sie das Arsenal des Apache ein – eine 30-mm-Kanone, 70-mm-Raketen und Hellfire-Raketen –, um feindliche Ziele auszuschalten. Testen Sie Ihre Fähigkeiten im Herausforderungsmodus, indem Sie Wellen von Feinden abwehren und gleichzeitig Ihre Verbündeten schützen. Sammeln Sie Punkte, um leistungsstarke neue Waffen freizuschalten, darunter Streubomben, den Präzisionslaser XR und verheerende Sidewinder-Raketen. Teilen Sie Ihren Highscore online und beweisen Sie der Welt Ihr Können!

Hauptmerkmale:

Was ist neu in Version 13.0 (aktualisiert am 1. August 2024):

","applicationCategory":"GameApplication","softwareVersion":"13.0","fileSize":"26.68MB","downloadUrl":"https://downs.17zz.com/apk/52/apache-gunner-2_13.0_com.darie.apachegunner2.apk","datePublished":"2024-12-11T02:39:05+08:00","dateModified":"2024-12-11T02:39:05+08:00","screenshot":"https://img.17zz.com/uploads/38/172274208666aef546561b8.jpg,https://img.17zz.com/uploads/35/172274208766aef54773998.jpg,https://img.17zz.com/uploads/06/172274208866aef548544d7.jpg,https://img.17zz.com/uploads/13/172274208966aef549095e2.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"3.1","reviewCount":1},"author":{"@type":"Organization","name":"Darie Productions"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
Home >  Games >  Aktion >  Apache Gunner 2
Apache Gunner 2

Apache Gunner 2

Category : AktionVersion: 13.0

Size:26.68MBOS : Android 4.4+

Developer:Darie Productions

3.1
Download
Application Description

Erleben Sie den Nervenkitzel von Apache Gunner 2, dem intensiven Ego-Shooter, bei dem Sie der Schütze in einem Kampfhubschrauber sind. Setzen Sie das Arsenal des Apache ein – eine 30-mm-Kanone, 70-mm-Raketen und Hellfire-Raketen –, um feindliche Ziele auszuschalten. Testen Sie Ihre Fähigkeiten im Herausforderungsmodus, indem Sie Wellen von Feinden abwehren und gleichzeitig Ihre Verbündeten schützen. Sammeln Sie Punkte, um leistungsstarke neue Waffen freizuschalten, darunter Streubomben, den Präzisionslaser XR und verheerende Sidewinder-Raketen. Teilen Sie Ihren Highscore online und beweisen Sie der Welt Ihr Können!

Hauptmerkmale:

  • Herzerrasende Action
  • Einzigartiges und fesselndes Gameplay
  • Sehr fesselndes und fesselndes Erlebnis

Was ist neu in Version 13.0 (aktualisiert am 1. August 2024):

  • Leistungsoptimierungen
  • Kleinere Fehlerbehebungen
Apache Gunner 2 Screenshot 0
Apache Gunner 2 Screenshot 1
Apache Gunner 2 Screenshot 2
Apache Gunner 2 Screenshot 3