[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张
用户评价 发表评价
最新文章
  • 《哆啦A梦》推出官方铜锣烧大冒险游戏

    ​在《哆啦A梦铜锣烧店物语》中,与深受喜爱的吉祥物哆啦A梦一同体验怀旧乐趣经营自己的铜锣烧甜品店,装饰店面并为顾客提供服务开罗游戏最新力作,延续其作品一贯的经典复古模拟经营乐趣日本漫画世界充满了令人愉悦的独特魅力。例如,尽管《地狱之歌》《噬魂师》和《反叛的鲁路修》等系列作品在西方定义了动漫粉丝文化,但与《海贼王》或《龙珠》这样的巨作相比,它们仍然相对小众。与此同时,哆啦A梦——尽管在海外知名度较低——在日本却是一个文化标志。因此,我们 Pocket Gamer 团队中几乎没人熟悉开罗游戏的《哆啦A

    by Allison Dec 24,2025

  • 《折翼天使》开发商就游戏运行问题致歉

    ​最新情况:今日早些时候(7月28日),《武昌:陨落之羽》的开发商Leenzee在Steam上发布了更新声明,进一步为游戏首发问题致歉,并承诺将尽快详细说明相关问题。与此同时,Leenzee表示正“密切关注所有社区渠道”,且“每一条声音——无论是批评还是建议——都已收到、仔细考量并积极讨论,以寻求解决方案。”针对预购奖励和先前补偿方案引发的担忧,现已调整为:Steam豪华版所有者将额外获得三套豪华服装与四把新武器;标准版和豪华版所有者将额外获得三件头部装饰。关于性能与优化问题?Leenzee补充说

    by Mila Dec 24,2025

最新应用