[2002] PDOException in Connection.php line 295

SQLSTATE[HY000] [2002] No such file or directory

  1. $this->fetchType = $config['result_type'];
  2. }
  3. try {
  4. if (empty($config['dsn'])) {
  5. $config['dsn'] = $this->parseDsn($config);
  6. }
  7. if ($config['debug']) {
  8. $startTime = microtime(true);
  9. }
  10. $this->links[$linkNum] = new PDO($config['dsn'], $config['username'], $config['password'], $params);
  11. if ($config['debug']) {
  12. // 记录数据库连接信息
  13. Log::record('[ DB ] CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn'], 'sql');
  14. }
  15. } catch (\PDOException $e) {
  16. if ($autoConnection) {
  17. Log::record($e->getMessage(), 'error');
  18. return $this->connect($autoConnection, $linkNum);
  19. } else {

Call Stack

  1. in Connection.php line 295
  2. at PDO->__construct() in Connection.php line 295
  3. at Connection->connect() in Connection.php line 995
  4. at Connection->initConnect() in Connection.php line 348
  5. at Connection->query()
  6. at call_user_func_array() in Db.php line 178
  7. at Db::__callStatic() in Index.php line 64
  8. at Index->fanyi_article_title()
  9. at ReflectionMethod->invokeArgs() in App.php line 343
  10. at App::invokeMethod() in App.php line 611
  11. at App::module() in App.php line 456
  12. at App::exec() in App.php line 139
  13. at App::run() in start.php line 19
  14. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Discover the captivating world of documentaries with MagellanTV Documentaries! This app redefines the genre, offering users an endless selection of high-quality content that is both informative and engaging. With a classic and elegant user interface, it provides a welcoming atmosphere that makes exp
to
pl
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_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
HTTP_COOKIE
myip=188.165.244.186
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_HOST
td.880772.xyz
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)
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
62039
REMOTE_ADDR
188.165.244.186
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=Discover+the+captivating+world+of+documentaries+with+MagellanTV+Documentaries%21+This+app+redefines+the+genre%2C+offering+users+an+endless+selection+of+high-quality+content+that+is+both+informative+and+engaging.+With+a+classic+and+elegant+user+interface%2C+it+provides+a+welcoming+atmosphere+that+makes+exp&to=pl
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=Discover+the+captivating+world+of+documentaries+with+MagellanTV+Documentaries%21+This+app+redefines+the+genre%2C+offering+users+an+endless+selection+of+high-quality+content+that+is+both+informative+and+engaging.+With+a+classic+and+elegant+user+interface%2C+it+provides+a+welcoming+atmosphere+that+makes+exp&to=pl
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
1730705534.9379
REQUEST_TIME
1730705534
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
1730705534.9384
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

[2002] PDOException in Connection.php line 295

SQLSTATE[HY000] [2002] No such file or directory

  1. $this->fetchType = $config['result_type'];
  2. }
  3. try {
  4. if (empty($config['dsn'])) {
  5. $config['dsn'] = $this->parseDsn($config);
  6. }
  7. if ($config['debug']) {
  8. $startTime = microtime(true);
  9. }
  10. $this->links[$linkNum] = new PDO($config['dsn'], $config['username'], $config['password'], $params);
  11. if ($config['debug']) {
  12. // 记录数据库连接信息
  13. Log::record('[ DB ] CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn'], 'sql');
  14. }
  15. } catch (\PDOException $e) {
  16. if ($autoConnection) {
  17. Log::record($e->getMessage(), 'error');
  18. return $this->connect($autoConnection, $linkNum);
  19. } else {

Call Stack

  1. in Connection.php line 295
  2. at PDO->__construct() in Connection.php line 295
  3. at Connection->connect() in Connection.php line 995
  4. at Connection->initConnect() in Connection.php line 348
  5. at Connection->query()
  6. at call_user_func_array() in Db.php line 178
  7. at Db::__callStatic() in Index.php line 64
  8. at Index->fanyi_article_title()
  9. at ReflectionMethod->invokeArgs() in App.php line 343
  10. at App::invokeMethod() in App.php line 611
  11. at App::module() in App.php line 456
  12. at App::exec() in App.php line 139
  13. at App::run() in start.php line 19
  14. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Discover the captivating world of documentaries with MagellanTV Documentaries! This app redefines the genre, offering users an endless selection of high-quality content that is both informative and engaging. With a classic and elegant user interface, it provides a welcoming atmosphere that makes exp
to
pl
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_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
HTTP_COOKIE
myip=188.165.244.186
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_HOST
td.880772.xyz
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)
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
62039
REMOTE_ADDR
188.165.244.186
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=Discover+the+captivating+world+of+documentaries+with+MagellanTV+Documentaries%21+This+app+redefines+the+genre%2C+offering+users+an+endless+selection+of+high-quality+content+that+is+both+informative+and+engaging.+With+a+classic+and+elegant+user+interface%2C+it+provides+a+welcoming+atmosphere+that+makes+exp&to=pl
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=Discover+the+captivating+world+of+documentaries+with+MagellanTV+Documentaries%21+This+app+redefines+the+genre%2C+offering+users+an+endless+selection+of+high-quality+content+that+is+both+informative+and+engaging.+With+a+classic+and+elegant+user+interface%2C+it+provides+a+welcoming+atmosphere+that+makes+exp&to=pl
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
1730705534.9379
REQUEST_TIME
1730705534
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
1730705534.9384
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":"

[2002] PDOException in Connection.php line 295

SQLSTATE[HY000] [2002] No such file or directory

\t
  1. $this->fetchType = $config[\\'result_type\\'];
  2. }
  3. try {
  4. if (empty($config[\\'dsn\\'])) {
  5. $config[\\'dsn\\'] = $this->parseDsn($config);
  6. }
  7. if ($config[\\'debug\\']) {
  8. $startTime = microtime(true);
  9. }
  10. $this->links[$linkNum] = new PDO($config[\\'dsn\\'], $config[\\'username\\'], $config[\\'password\\'], $params);
  11. if ($config[\\'debug\\']) {
  12. // 记录数据库连接信息
  13. Log::record(\\'[ DB ] CONNECT:[ UseTime:\\' . number_format(microtime(true) - $startTime, 6) . \\'s ] \\' . $config[\\'dsn\\'], \\'sql\\');
  14. }
  15. } catch (\\\\PDOException $e) {
  16. if ($autoConnection) {
  17. Log::record($e->getMessage(), \\'error\\');
  18. return $this->connect($autoConnection, $linkNum);
  19. } else {
\t

Call Stack

  1. in Connection.php line 295
  2. at PDO->__construct() in Connection.php line 295
  3. at Connection->connect() in Connection.php line 995
  4. at Connection->initConnect() in Connection.php line 348
  5. at Connection->query()
  6. at call_user_func_array() in Db.php line 178
  7. at Db::__callStatic() in Index.php line 141
  8. at Index->fanyi_article_content()
  9. at ReflectionMethod->invokeArgs() in App.php line 343
  10. at App::invokeMethod() in App.php line 611
  11. at App::module() in App.php line 456
  12. at App::exec() in App.php line 139
  13. at App::run() in start.php line 19
  14. at require(\\'/data/wwwroot/td.880...\\') in index.php line 23

Environment Variables

GET Data
empty

POST Data

content
%3Cp%3EDiscover+the+captivating+world+of+documentaries+with+%5B%5D%21+This+app+redefines+the+genre%2C+offering+users+an+endless+selection+of+high-quality+content+that+is+both+informative+and+engaging.+With+a+classic+and+elegant+user+interface%2C+it+provides+a+welcoming+atmosphere+that+makes+exploring+documentaries+a+pleasure.+Its+massive+library+boasts+over+1500+documentaries+and+historical+films%2C+covering+a+diverse+range+of+topics+and+genres.+Whether+you%27re+interested+in+history%2C+science%2C+nature%2C+or+anything+in+between%2C+%5B%5D+has+something+for+everyone.+The+app+also+offers+easy+casting+to+your+TV%2C+allowing+you+to+enjoy+documentaries+with+your+loved+ones.+Don%27t+miss+out+on+exclusive+content+from+renowned+content+creators+and+immerse+yourself+in+the+fascinating+world+of+%5B%5D.%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EFeatures+of+%5B%5D%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cp%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EClassic+and+elegant+user+interface+layouts%3A%3C%2Fstrong%3E+The+app+welcomes+users+with+a+heartwarming+atmosphere+and+offers+a+wide+variety+of+powerful+and+user-friendly+tools+to+interact+with+the+landing+page.%3C%2Fp%3E%0A%3Cp%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EMassive+library+with+high-quality+content%3A%3C%2Fstrong%3E+With+over+1500+documentaries+and+historical+films+from+around+the+world%2C+users+can+spend+a+great+deal+of+time+exploring+the+extensive+offerings+and+learning+something+new+every+day.%3C%2Fp%3E%0A%3Cp%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EMany+different+styles+to+explore%3A%3C%2Fstrong%3E+The+app+organizes+documentaries+into+numerous+categories%2C+making+it+easy+for+users+to+find+and+consume+material+from+their+preferred+genres.%3C%2Fp%3E%0A%3Cp%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EEasily+broadcasting+to+your+TV%3A%3C%2Fstrong%3E+Users+can+cast+content+to+their+Smart+TV+and+the+app+automatically+adapts+the+resolution+to+fit+the+target+device.+Users+can+also+easily+organize+their+playlist+with+just+a+few+mouse+clicks.%3C%2Fp%3E%0A%3Cp%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EExclusive+documentaries%3A%3C%2Fstrong%3E+While+the+app+is+free+to+use%2C+users+can+search+and+watch+exclusive+content+from+various+content+makers.+They+can+also+follow+their+favorite+creators+and+be+notified+of+new+content+releases+on+the+platform.%3C%2Fp%3E%0A%3Cp%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3ECredible+and+interesting+resource%3A%3C%2Fstrong%3E+Most+of+the+documentaries+on+the+app+are+narrated+by+famous+actors+and+actresses%2C+providing+an+interesting+and+entertaining+viewing+experience.+Additionally%2C+the+content+is+based+on+real-world+occurrences%2C+making+it+a+credible+source+of+information.%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EConclusion%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cp%3E%5B%5D+offers+a+classic+and+elegant+user+interface%2C+a+massive+library+of+high-quality+documentaries%2C+and+the+ability+to+easily+explore+different+styles+and+genres.+Users+can+cast+content+to+their+TV%2C+enjoy+exclusive+documentaries%2C+and+benefit+from+a+credible+and+interesting+resource+for+learning+and+entertainment.+With+its+extensive+offerings+and+user-friendly+features%2C+it+is+a+must-download+app+for+documentary+enthusiasts+and+those+seeking+informative+and+captivating+content.%3C%2Fp%3E%0A
to
pl
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_EXPECT
100-continue
HTTP_CONTENT_LENGTH
4368
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
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
62009
REMOTE_ADDR
188.165.244.186
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
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
4368
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
1730705534.7923
REQUEST_TIME
1730705534
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
1730705534.7929
THINK_START_MEM
426872
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":"2.1.74","fileSize":"31.29M","downloadUrl":"https://downs.1q2p.com/apk/74/MagellanTV Documentaries_2.1.74_com.abide.magellantv.apk","datePublished":"2021-11-25T02:32:48+08:00","dateModified":"2021-11-25T02:32:48+08:00","screenshot":"https://img.1q2p.com/uploads/25/1719416218667c359aeed31.jpg,https://img.1q2p.com/uploads/82/1719416219667c359beb7d1.jpg,https://img.1q2p.com/uploads/51/1719416221667c359d2f631.jpg,https://img.1q2p.com/uploads/48/1719416221667c359d7f7ee.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.5","reviewCount":1},"author":{"@type":"Organization","name":""},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
MagellanTV Documentaries

MagellanTV Documentaries

Wydajność 2.1.74 31.29M Nov 25,2021
Download
Application Description

[2002] PDOException in Connection.php line 295

SQLSTATE[HY000] [2002] No such file or directory

  1. $this->fetchType = $config['result_type'];
  2. }
  3. try {
  4. if (empty($config['dsn'])) {
  5. $config['dsn'] = $this->parseDsn($config);
  6. }
  7. if ($config['debug']) {
  8. $startTime = microtime(true);
  9. }
  10. $this->links[$linkNum] = new PDO($config['dsn'], $config['username'], $config['password'], $params);
  11. if ($config['debug']) {
  12. // 记录数据库连接信息
  13. Log::record('[ DB ] CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn'], 'sql');
  14. }
  15. } catch (\PDOException $e) {
  16. if ($autoConnection) {
  17. Log::record($e->getMessage(), 'error');
  18. return $this->connect($autoConnection, $linkNum);
  19. } else {

Call Stack

  1. in Connection.php line 295
  2. at PDO->__construct() in Connection.php line 295
  3. at Connection->connect() in Connection.php line 995
  4. at Connection->initConnect() in Connection.php line 348
  5. at Connection->query()
  6. at call_user_func_array() in Db.php line 178
  7. at Db::__callStatic() in Index.php line 141
  8. at Index->fanyi_article_content()
  9. at ReflectionMethod->invokeArgs() in App.php line 343
  10. at App::invokeMethod() in App.php line 611
  11. at App::module() in App.php line 456
  12. at App::exec() in App.php line 139
  13. at App::run() in start.php line 19
  14. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data
empty

POST Data

content
%3Cp%3EDiscover+the+captivating+world+of+documentaries+with+%5B%5D%21+This+app+redefines+the+genre%2C+offering+users+an+endless+selection+of+high-quality+content+that+is+both+informative+and+engaging.+With+a+classic+and+elegant+user+interface%2C+it+provides+a+welcoming+atmosphere+that+makes+exploring+documentaries+a+pleasure.+Its+massive+library+boasts+over+1500+documentaries+and+historical+films%2C+covering+a+diverse+range+of+topics+and+genres.+Whether+you%27re+interested+in+history%2C+science%2C+nature%2C+or+anything+in+between%2C+%5B%5D+has+something+for+everyone.+The+app+also+offers+easy+casting+to+your+TV%2C+allowing+you+to+enjoy+documentaries+with+your+loved+ones.+Don%27t+miss+out+on+exclusive+content+from+renowned+content+creators+and+immerse+yourself+in+the+fascinating+world+of+%5B%5D.%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EFeatures+of+%5B%5D%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cp%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EClassic+and+elegant+user+interface+layouts%3A%3C%2Fstrong%3E+The+app+welcomes+users+with+a+heartwarming+atmosphere+and+offers+a+wide+variety+of+powerful+and+user-friendly+tools+to+interact+with+the+landing+page.%3C%2Fp%3E%0A%3Cp%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EMassive+library+with+high-quality+content%3A%3C%2Fstrong%3E+With+over+1500+documentaries+and+historical+films+from+around+the+world%2C+users+can+spend+a+great+deal+of+time+exploring+the+extensive+offerings+and+learning+something+new+every+day.%3C%2Fp%3E%0A%3Cp%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EMany+different+styles+to+explore%3A%3C%2Fstrong%3E+The+app+organizes+documentaries+into+numerous+categories%2C+making+it+easy+for+users+to+find+and+consume+material+from+their+preferred+genres.%3C%2Fp%3E%0A%3Cp%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EEasily+broadcasting+to+your+TV%3A%3C%2Fstrong%3E+Users+can+cast+content+to+their+Smart+TV+and+the+app+automatically+adapts+the+resolution+to+fit+the+target+device.+Users+can+also+easily+organize+their+playlist+with+just+a+few+mouse+clicks.%3C%2Fp%3E%0A%3Cp%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3EExclusive+documentaries%3A%3C%2Fstrong%3E+While+the+app+is+free+to+use%2C+users+can+search+and+watch+exclusive+content+from+various+content+makers.+They+can+also+follow+their+favorite+creators+and+be+notified+of+new+content+releases+on+the+platform.%3C%2Fp%3E%0A%3Cp%3E%E2%AD%90%EF%B8%8F+%3Cstrong%3ECredible+and+interesting+resource%3A%3C%2Fstrong%3E+Most+of+the+documentaries+on+the+app+are+narrated+by+famous+actors+and+actresses%2C+providing+an+interesting+and+entertaining+viewing+experience.+Additionally%2C+the+content+is+based+on+real-world+occurrences%2C+making+it+a+credible+source+of+information.%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EConclusion%3A%3C%2Fstrong%3E%3C%2Fp%3E%0A%3Cp%3E%5B%5D+offers+a+classic+and+elegant+user+interface%2C+a+massive+library+of+high-quality+documentaries%2C+and+the+ability+to+easily+explore+different+styles+and+genres.+Users+can+cast+content+to+their+TV%2C+enjoy+exclusive+documentaries%2C+and+benefit+from+a+credible+and+interesting+resource+for+learning+and+entertainment.+With+its+extensive+offerings+and+user-friendly+features%2C+it+is+a+must-download+app+for+documentary+enthusiasts+and+those+seeking+informative+and+captivating+content.%3C%2Fp%3E%0A
to
pl
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_EXPECT
100-continue
HTTP_CONTENT_LENGTH
4368
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
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
62009
REMOTE_ADDR
188.165.244.186
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
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
4368
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
1730705534.7923
REQUEST_TIME
1730705534
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
1730705534.7929
THINK_START_MEM
426872
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/

MagellanTV Documentaries Screenshots

  • MagellanTV Documentaries Screenshot 0
  • MagellanTV Documentaries Screenshot 1
  • MagellanTV Documentaries Screenshot 2
  • MagellanTV Documentaries Screenshot 3