[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张
用户评价 发表评价
最新文章
  • 《GTA 6》推迟至2026年5月

    ​Rockstar Games 将《侠盗猎车手6》的发布日期推迟至 2026 年 5 月 26 日,原定于 2025 年秋季发布。在一份官方声明中,Rockstar 对这一重大延期表达了歉意,因为这款游戏被广泛预期将成为历史上规模最大的娱乐产品发布。“我们诚挚地抱歉,此次新日期比最初预计的要晚。”Rockstar 表示,“全球玩家对全新《侠盗猎车手》作品的热情与关注,让我们整个团队既深受鼓舞,又倍感谦逊。感谢大家在我们完善游戏过程中持续的支持与耐心。“每一次新作发布,我们的目标始终是超越玩家的期待

    by Gabriel Feb 22,2026

  • 乐高中世纪广场价格创历史最低

    ​我最近有幸组装了中世纪骑士城堡套装。作为一款相对较新的产品,它属于一小但不断增长的、以文艺复兴早期为灵感的系列套装之一,而这座中世纪市集广场更是其中的亮点。根据我的亲身体验,建造这些主题套装极具成就感。它们通常包含多个微缩人偶,并在模型的多个位置预留了摆放空间,让你在搭建过程中就能自由布置,打造属于自己的个性化中世纪场景模型。整个过程令人无比愉悦。然而,这也是一项花费不菲的爱好。我所组装的这座城堡在乐高中世纪系列中已属相对经济的选择,但售价仍达130美元。正因如此,当前的折扣显得尤为显著。乐高中

    by Hunter Feb 22,2026