[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
In Princess Horse Caring 2, prepare to enter a world brimming with excitement and responsibility. This captivating horse game demands your expertise in various fields, including riding, fashion design for both horses and humans, exterior design, makeup artistry, beautician skills, farrier expertise,
to
zh-cn
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
38784
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=In+Princess+Horse+Caring+2%2C+prepare+to+enter+a+world+brimming+with+excitement+and+responsibility.+This+captivating+horse+game+demands+your+expertise+in+various+fields%2C+including+riding%2C+fashion+design+for+both+horses+and+humans%2C+exterior+design%2C+makeup+artistry%2C+beautician+skills%2C+farrier+expertise%2C&to=zh-cn
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=In+Princess+Horse+Caring+2%2C+prepare+to+enter+a+world+brimming+with+excitement+and+responsibility.+This+captivating+horse+game+demands+your+expertise+in+various+fields%2C+including+riding%2C+fashion+design+for+both+horses+and+humans%2C+exterior+design%2C+makeup+artistry%2C+beautician+skills%2C+farrier+expertise%2C&to=zh-cn
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
1730705819.1187
REQUEST_TIME
1730705819
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
1730705819.1194
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
In Princess Horse Caring 2, prepare to enter a world brimming with excitement and responsibility. This captivating horse game demands your expertise in various fields, including riding, fashion design for both horses and humans, exterior design, makeup artistry, beautician skills, farrier expertise,
to
zh-cn
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
38784
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=In+Princess+Horse+Caring+2%2C+prepare+to+enter+a+world+brimming+with+excitement+and+responsibility.+This+captivating+horse+game+demands+your+expertise+in+various+fields%2C+including+riding%2C+fashion+design+for+both+horses+and+humans%2C+exterior+design%2C+makeup+artistry%2C+beautician+skills%2C+farrier+expertise%2C&to=zh-cn
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=In+Princess+Horse+Caring+2%2C+prepare+to+enter+a+world+brimming+with+excitement+and+responsibility.+This+captivating+horse+game+demands+your+expertise+in+various+fields%2C+including+riding%2C+fashion+design+for+both+horses+and+humans%2C+exterior+design%2C+makeup+artistry%2C+beautician+skills%2C+farrier+expertise%2C&to=zh-cn
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
1730705819.1187
REQUEST_TIME
1730705819
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
1730705819.1194
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%3EIn+%5B%5D%2C+prepare+to+enter+a+world+brimming+with+excitement+and+responsibility.+This+captivating+horse+game+demands+your+expertise+in+various+fields%2C+including+riding%2C+fashion+design+for+both+horses+and+humans%2C+exterior+design%2C+makeup+artistry%2C+beautician+skills%2C+farrier+expertise%2C+and+even+housekeeping+and+spa+services.+While+it+may+seem+like+a+lot+to+handle%2C+if+you%27re+up+for+the+challenge%2C+you%27ll+embark+on+a+fulfilling+and+entertaining+journey+as+you+care+for+a+charming+girl+and+her+beloved+horse+companion.+%3C%2Fp%3E%0A%3Cp%3EWith+eleven+thrilling+challenges+to+conquer%2C+you%27ll+need+to+showcase+your+concentration+and+skills.+Embark+on+a+wild+ride%2C+jumping+over+obstacles%2C+collecting+carrots%2C+and+earning+money+to+progress+through+the+five+levels+of+the+riding+portion.+Once+that%27s+complete%2C+it%27s+time+to+buy+clothes+for+the+owner+and+create+the+perfect+outfit+for+the+stable.+Enhance+her+eyebrows%2C+eyes%2C+and+lips%2C+and+choose+a+beautiful+look%2C+adding+accessories+like+bracelets+and+a+helmet.+Next+up+is+horse+dress-up%2C+where+you%27ll+revamp+the+horse%27s+appearance+with+refreshing+colors%2C+designs+for+the+crest%2C+and+stylish+accessories%2C+such+as+tattoos%2C+wedges%2C+and+wings.+%3C%2Fp%3E%0A%3Cp%3EAfter+a+glamorous+makeover+for+the+horse%2C+shift+your+focus+to+the+stable%2C+where+you%27ll+have+the+opportunity+to+transform+it+into+a+welcoming+retreat+by+changing+the+door+and+adding+revolutionary+elements.+Now+it%27s+time+to+pamper+the+little+horse+with+a+luxurious+facial+spa+treatment+and+makeup+session.+Feeding+the+horse+follows+suit%2C+ensuring+all+needs+are+met+to+keep+the+animal+happy.+Play+the+collecting+game+and+gather+supplies+such+as+pears%2C+apples%2C+and+water.+Don%27t+forget+to+eliminate+pesky+flies+and+germs+from+the+horse%27s+nose+and+attend+to+any+broken+bones.+As+a+skilled+farrier%2C+take+care+of+the+horse%27s+legs+and+replace+old+horseshoes+with+new+ones.+Finally%2C+give+the+horse+a+refreshing+bath+to+make+him+gleam+like+new%2C+while+simultaneously+tidying+up+the+stable.+Once+you%27ve+completed+all+the+tasks%2C+you+can+rest+assured+knowing+that+all+of+the+horse%27s+needs+have+been+met.+%3C%2Fp%3E%0A%3Cp%3EWith+incredible+features+such+as+testing+your+riding+abilities%2C+dressing+up+a+girl%2C+and+nurturing+a+horse+with+a+plethora+of+treatments+and+spoils%2C+%5B%5D+offers+a+visually+stunning+experience+accompanied+by+joyous+music%2C+ensuring+that+you%27re+fully+immersed+in+this+extraordinary+world.%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EFeatures+of+%5B%5D%3A%3C%2Fstrong%3E%3C%2Fp%3E
to
zh-cn
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
3557
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
38640
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
3557
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
1730705818.5828
REQUEST_TIME
1730705818
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
1730705818.5835
THINK_START_MEM
420728
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.3.6","fileSize":"52.30M","downloadUrl":"https://downloads.zd886.com/apk/47/Princess Horse Caring 2_2.3.6_air.com.winkypinky.princesshorsecaring2.apk","datePublished":"2022-07-17T18:39:43+08:00","dateModified":"2022-07-17T18:39:43+08:00","screenshot":"https://images.zd886.com/uploads/21/1719522133667dd35522443.jpg,https://images.zd886.com/uploads/57/1719522134667dd356b234b.jpg,https://images.zd886.com/uploads/33/1719522135667dd357a9d3a.jpg,https://images.zd886.com/uploads/07/1719522136667dd358cbf5b.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.5","reviewCount":1},"author":{"@type":"Organization","name":""},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
首页 应用 个性化 Princess Horse Caring 2
Princess Horse Caring 2

Princess Horse Caring 2

4.5
程序描述

[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%3EIn+%5B%5D%2C+prepare+to+enter+a+world+brimming+with+excitement+and+responsibility.+This+captivating+horse+game+demands+your+expertise+in+various+fields%2C+including+riding%2C+fashion+design+for+both+horses+and+humans%2C+exterior+design%2C+makeup+artistry%2C+beautician+skills%2C+farrier+expertise%2C+and+even+housekeeping+and+spa+services.+While+it+may+seem+like+a+lot+to+handle%2C+if+you%27re+up+for+the+challenge%2C+you%27ll+embark+on+a+fulfilling+and+entertaining+journey+as+you+care+for+a+charming+girl+and+her+beloved+horse+companion.+%3C%2Fp%3E%0A%3Cp%3EWith+eleven+thrilling+challenges+to+conquer%2C+you%27ll+need+to+showcase+your+concentration+and+skills.+Embark+on+a+wild+ride%2C+jumping+over+obstacles%2C+collecting+carrots%2C+and+earning+money+to+progress+through+the+five+levels+of+the+riding+portion.+Once+that%27s+complete%2C+it%27s+time+to+buy+clothes+for+the+owner+and+create+the+perfect+outfit+for+the+stable.+Enhance+her+eyebrows%2C+eyes%2C+and+lips%2C+and+choose+a+beautiful+look%2C+adding+accessories+like+bracelets+and+a+helmet.+Next+up+is+horse+dress-up%2C+where+you%27ll+revamp+the+horse%27s+appearance+with+refreshing+colors%2C+designs+for+the+crest%2C+and+stylish+accessories%2C+such+as+tattoos%2C+wedges%2C+and+wings.+%3C%2Fp%3E%0A%3Cp%3EAfter+a+glamorous+makeover+for+the+horse%2C+shift+your+focus+to+the+stable%2C+where+you%27ll+have+the+opportunity+to+transform+it+into+a+welcoming+retreat+by+changing+the+door+and+adding+revolutionary+elements.+Now+it%27s+time+to+pamper+the+little+horse+with+a+luxurious+facial+spa+treatment+and+makeup+session.+Feeding+the+horse+follows+suit%2C+ensuring+all+needs+are+met+to+keep+the+animal+happy.+Play+the+collecting+game+and+gather+supplies+such+as+pears%2C+apples%2C+and+water.+Don%27t+forget+to+eliminate+pesky+flies+and+germs+from+the+horse%27s+nose+and+attend+to+any+broken+bones.+As+a+skilled+farrier%2C+take+care+of+the+horse%27s+legs+and+replace+old+horseshoes+with+new+ones.+Finally%2C+give+the+horse+a+refreshing+bath+to+make+him+gleam+like+new%2C+while+simultaneously+tidying+up+the+stable.+Once+you%27ve+completed+all+the+tasks%2C+you+can+rest+assured+knowing+that+all+of+the+horse%27s+needs+have+been+met.+%3C%2Fp%3E%0A%3Cp%3EWith+incredible+features+such+as+testing+your+riding+abilities%2C+dressing+up+a+girl%2C+and+nurturing+a+horse+with+a+plethora+of+treatments+and+spoils%2C+%5B%5D+offers+a+visually+stunning+experience+accompanied+by+joyous+music%2C+ensuring+that+you%27re+fully+immersed+in+this+extraordinary+world.%3C%2Fp%3E%0A%3Cp%3E%3Cstrong%3EFeatures+of+%5B%5D%3A%3C%2Fstrong%3E%3C%2Fp%3E
to
zh-cn
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
3557
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
38640
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
3557
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
1730705818.5828
REQUEST_TIME
1730705818
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
1730705818.5835
THINK_START_MEM
420728
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/
截图
  • Princess Horse Caring 2应用截图第0张
  • Princess Horse Caring 2应用截图第1张
  • Princess Horse Caring 2应用截图第2张
  • Princess Horse Caring 2应用截图第3张
用户评价 发表评价
最新文章
  • Sakuna新作手游《Hinuka Junreitan》正式公开

    ​《天穗之咲稻姬》系列最新作《日向巡礼谭》将以免费形式登陆Android、iOS及Steam平台。开发商TOHO Games、Edelweiss与G2 Studios今日联合公布了这款为移动端优化的衍生作品。系列新章延续经典IP魅力自2024年11月首次透露后,项目现已正式开通官网与推特账号,预示着未来将有更密集的资讯更新。粉丝们正热切期待官方公布具体上线时间。本作将把原作标志性的"种田+横版战斗"玩法适配移动端,并针对碎片化体验进行重新设计。经典IP的移动端重塑2020年登陆PS4/NS/PC平

    by Isabella Sep 17,2025

  • Com2uS将于2025年推出《Gods & Demons》

    ​Com2uS宣布2025年推出重磅手游《诸神与恶魔》 请记好这个日期——2025年1月15日,Com2uS备受期待的RPG《诸神与恶魔》将登陆iOS和Android平台。游戏现已开放预注册,玩家可抢先进入这个神话战场。次世代放置RPG体验《诸神与恶魔》剑指放置RPG领域的精品标杆,延续莉莉丝《剑与远征》的成功路线。本作承诺带来:主机级剧情叙事 策略性挂机玩法 惊艳的3D斜视角画面 深度角色定制玩家可从以下要素组建终极战队:5大独特种族(人类、兽人、精灵、天神、恶魔) 60余位特色英雄

    by Lucas Sep 16,2025

最新应用