[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张
用户评价 发表评价
最新文章
  • 索尼公布2025年7月PlayStation Plus游戏阵容

    ​为庆祝 PlayStation Plus 15 周年,索尼公布了 2025 年 7 月 PlayStation Plus 月度游戏阵容。 PlayStation Plus 于 2010 年 6 月 29 日正式推出,今年夏天将迎来这一重要里程碑。在索尼互动娱乐全球服务、全球销售与商业运营副总裁尼克·马圭尔发布的 PlayStation 博客文章中,他对 PlayStation 社区长期的支持表达了诚挚感谢。 “代表索尼互动娱乐全体成员,我们衷心感谢各位玩家多年来给予的大力支持,”马圭尔表示。 “

    by Ryan Mar 16,2026

  • 卡普空曾测试开放世界《生化危机》游戏,后放弃开发计划

    ​卡普空已確認,他們曾考慮將《生化危機: requiem》改為開放世界遊戲,並加入線上多人玩法,但最終決定改變方向。 在一段開發者日記影片中,由《Requiem》總導演中西康史揭露了這款遊戲早期被取消的版本,展示了多位主角參與的緊張激烈戰鬥場景。 開發團隊透露,最終卡普空決定重新聚焦於該系列的生存恐怖根源。據悉,當遊戲明年發行時,將僅支援單人模式,不具備任何線上功能。 播放「這款遊戲內容非常豐富。開發初期,我們曾考慮過多種遊戲機制,」製作人川田正樹表示。 「你可能已經看到一些相關猜測,」中西補充道

    by Sadie Mar 16,2026