[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
Introducing VPNProxyServerTetherNoRoot: A revolutionary mobile app transforming your phone into a personal proxy server. Easily share your network connection – whether Wi-Fi or mobile hotspot – with other devices (phones, computers, tablets) on your local network. Enable your phone's VPN for secu
to
bn
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
44156
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=Introducing+VPNProxyServerTetherNoRoot%3A++A+revolutionary+mobile+app+transforming+your+phone+into+a+personal+proxy+server.++Easily+share+your+network+connection+%E2%80%93+whether+Wi-Fi+or+mobile+hotspot+%E2%80%93+with+other+devices+%28phones%2C+computers%2C+tablets%29+on+your+local+network.++Enable+your+phone%27s+VPN+for+secu&to=bn
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=Introducing+VPNProxyServerTetherNoRoot%3A++A+revolutionary+mobile+app+transforming+your+phone+into+a+personal+proxy+server.++Easily+share+your+network+connection+%E2%80%93+whether+Wi-Fi+or+mobile+hotspot+%E2%80%93+with+other+devices+%28phones%2C+computers%2C+tablets%29+on+your+local+network.++Enable+your+phone%27s+VPN+for+secu&to=bn
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
1733492344.9616
REQUEST_TIME
1733492344
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
1733492344.962
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
Introducing VPNProxyServerTetherNoRoot: A revolutionary mobile app transforming your phone into a personal proxy server. Easily share your network connection – whether Wi-Fi or mobile hotspot – with other devices (phones, computers, tablets) on your local network. Enable your phone's VPN for secu
to
bn
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
44156
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=Introducing+VPNProxyServerTetherNoRoot%3A++A+revolutionary+mobile+app+transforming+your+phone+into+a+personal+proxy+server.++Easily+share+your+network+connection+%E2%80%93+whether+Wi-Fi+or+mobile+hotspot+%E2%80%93+with+other+devices+%28phones%2C+computers%2C+tablets%29+on+your+local+network.++Enable+your+phone%27s+VPN+for+secu&to=bn
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=Introducing+VPNProxyServerTetherNoRoot%3A++A+revolutionary+mobile+app+transforming+your+phone+into+a+personal+proxy+server.++Easily+share+your+network+connection+%E2%80%93+whether+Wi-Fi+or+mobile+hotspot+%E2%80%93+with+other+devices+%28phones%2C+computers%2C+tablets%29+on+your+local+network.++Enable+your+phone%27s+VPN+for+secu&to=bn
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
1733492344.9616
REQUEST_TIME
1733492344
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
1733492344.962
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":"

[0] HttpException in App.php line 583

控制器不存在:app\\\\api\\\\controller\\\\Index

\t
  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];
\t

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
empty

POST Data

content
%3Cp%3EIntroducing+%5B%5D%3A++A+revolutionary+mobile+app+transforming+your+phone+into+a+personal+proxy+server.++Easily+share+your+network+connection+%E2%80%93+whether+Wi-Fi+or+mobile+hotspot+%E2%80%93+with+other+devices+%28phones%2C+computers%2C+tablets%29+on+your+local+network.++Enable+your+phone%27s+VPN+for+secure+mobile+VPN+sharing.++Bypass+restrictions+effortlessly+with+the+optional+VPN+Share+Tunnel+plugin+%28download+link%3A+%5BInsert+Link%5D%29.++No+root+access+required%21%3C%2Fp%3E%0A%3Cp%3EThis+app+also+features+packet+capture+capabilities%2C+enabling+network+traffic+analysis+from+devices+connected+to+your+proxy.++A+must-have+for+network+aficionados%21++It+supports+diverse+proxy+protocols%3A+HTTP%2C+HTTPS%2C+SOCKS5%2C+and+Shadowsocks.%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EKey+Features+of+%5B%5D%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cul%3E%0A%3Cli%3E%3Cstrong%3EMobile+Proxy+Server%3A%3C%2Fstrong%3E+Create+a+proxy+server+directly+on+your+phone%2C+extending+proxy+access+to+devices+on+your+local+network+or+hotspot.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3ESecure+VPN+Sharing%3A%3C%2Fstrong%3E+Share+your+phone%27s+existing+VPN+connection+securely+with+other+devices+without+needing+root+privileges.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3ENetwork+Analysis+with+Packet+Capture%3A%3C%2Fstrong%3E++Capture+and+analyze+network+packets+from+devices+using+your+proxy+%28requires+additional+app+and+plugin%29.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3EStandalone+Functionality%3A%3C%2Fstrong%3E++Works+as+a+standalone+proxy+server%2C+providing+service+to+devices+on+your+hotspot+and+local+network%2C+even+without+plugins.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3EVersatile+Proxy+Protocol+Support%3A%3C%2Fstrong%3E++Supports+HTTP%2C+HTTPS%2C+SOCKS5%2C+and+Shadowsocks+protocols+for+optimal+flexibility.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3ECommunity+Feedback+Encouraged%3A%3C%2Fstrong%3E++Share+your+feedback+or+suggestions+for+improvement+%E2%80%93+your+input+is+valuable%21%3C%2Fli%3E%0A%3C%2Ful%3E%0A%3Cp%3EIn+short%2C+%5B%5D+offers+a+streamlined+way+to+establish+a+mobile+proxy+server%2C+enabling+VPN+sharing%2C+packet+capture%2C+and+support+for+multiple+protocols.++Try+it+today+and+experience+seamless+proxy+functionality%21%3C%2Fp%3E
to
bn
Files
empty
Cookies
empty
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_CONTENT_LENGTH
3023
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_ACCEPT
*/*
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_content
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
44100
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_content
SCRIPT_NAME
/index.php
CONTENT_LENGTH
3023
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
POST
QUERY_STRING
s=/api/index/fanyi_article_content
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
1733492344.8317
REQUEST_TIME
1733492344
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
1733492344.8322
THINK_START_MEM
418680
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/
ThinkPHP V5.0.24 { 十年磨一剑-为API开发设计的高性能框架 }
","applicationCategory":"GameApplication","softwareVersion":"1.8.8","fileSize":"3.72M","downloadUrl":"https://down.xcamj.com/apk/15/VPNProxyServerTetherNoRoot_1.8.8_com.github.welldomax.proxyserver.apk","datePublished":"2024-12-14T03:47:49+08:00","dateModified":"2024-12-14T03:47:49+08:00","screenshot":"https://imgs.xcamj.com/uploads/83/1719531716667df8c4ea8ed.jpg,https://imgs.xcamj.com/uploads/75/1719531717667df8c55bb87.jpg,https://imgs.xcamj.com/uploads/92/1719531718667df8c64eb09.jpg,https://imgs.xcamj.com/uploads/67/1719531719667df8c77491c.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.2","reviewCount":1},"author":{"@type":"Organization","name":"WellDoMax"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
VPNProxyServerTetherNoRoot

VPNProxyServerTetherNoRoot

টুলস 1.8.8 3.72M by WellDoMax Dec 14,2024
ডাউনলোড করুন
আবেদন বিবরণ

[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
empty

POST Data

content
%3Cp%3EIntroducing+%5B%5D%3A++A+revolutionary+mobile+app+transforming+your+phone+into+a+personal+proxy+server.++Easily+share+your+network+connection+%E2%80%93+whether+Wi-Fi+or+mobile+hotspot+%E2%80%93+with+other+devices+%28phones%2C+computers%2C+tablets%29+on+your+local+network.++Enable+your+phone%27s+VPN+for+secure+mobile+VPN+sharing.++Bypass+restrictions+effortlessly+with+the+optional+VPN+Share+Tunnel+plugin+%28download+link%3A+%5BInsert+Link%5D%29.++No+root+access+required%21%3C%2Fp%3E%0A%3Cp%3EThis+app+also+features+packet+capture+capabilities%2C+enabling+network+traffic+analysis+from+devices+connected+to+your+proxy.++A+must-have+for+network+aficionados%21++It+supports+diverse+proxy+protocols%3A+HTTP%2C+HTTPS%2C+SOCKS5%2C+and+Shadowsocks.%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EKey+Features+of+%5B%5D%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cul%3E%0A%3Cli%3E%3Cstrong%3EMobile+Proxy+Server%3A%3C%2Fstrong%3E+Create+a+proxy+server+directly+on+your+phone%2C+extending+proxy+access+to+devices+on+your+local+network+or+hotspot.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3ESecure+VPN+Sharing%3A%3C%2Fstrong%3E+Share+your+phone%27s+existing+VPN+connection+securely+with+other+devices+without+needing+root+privileges.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3ENetwork+Analysis+with+Packet+Capture%3A%3C%2Fstrong%3E++Capture+and+analyze+network+packets+from+devices+using+your+proxy+%28requires+additional+app+and+plugin%29.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3EStandalone+Functionality%3A%3C%2Fstrong%3E++Works+as+a+standalone+proxy+server%2C+providing+service+to+devices+on+your+hotspot+and+local+network%2C+even+without+plugins.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3EVersatile+Proxy+Protocol+Support%3A%3C%2Fstrong%3E++Supports+HTTP%2C+HTTPS%2C+SOCKS5%2C+and+Shadowsocks+protocols+for+optimal+flexibility.%3C%2Fli%3E%0A%3Cli%3E%3Cstrong%3ECommunity+Feedback+Encouraged%3A%3C%2Fstrong%3E++Share+your+feedback+or+suggestions+for+improvement+%E2%80%93+your+input+is+valuable%21%3C%2Fli%3E%0A%3C%2Ful%3E%0A%3Cp%3EIn+short%2C+%5B%5D+offers+a+streamlined+way+to+establish+a+mobile+proxy+server%2C+enabling+VPN+sharing%2C+packet+capture%2C+and+support+for+multiple+protocols.++Try+it+today+and+experience+seamless+proxy+functionality%21%3C%2Fp%3E
to
bn
Files
empty
Cookies
empty
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_CONTENT_LENGTH
3023
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_ACCEPT
*/*
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_content
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
44100
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_content
SCRIPT_NAME
/index.php
CONTENT_LENGTH
3023
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
POST
QUERY_STRING
s=/api/index/fanyi_article_content
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
1733492344.8317
REQUEST_TIME
1733492344
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
1733492344.8322
THINK_START_MEM
418680
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/

VPNProxyServerTetherNoRoot স্ক্রিনশট

  • VPNProxyServerTetherNoRoot স্ক্রিনশট 0
  • VPNProxyServerTetherNoRoot স্ক্রিনশট 1
  • VPNProxyServerTetherNoRoot স্ক্রিনশট 2
  • VPNProxyServerTetherNoRoot স্ক্রিনশট 3