[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张
用户评价 发表评价
最新文章
  • 前20名神奇宝贝:揭示的最高攻击统计数据

    ​在《神奇宝贝GO》中,攻击统计数据是一个关键因素,极大地影响了战斗机在战斗,突袭和PVP遭遇中的有效性。较高的攻击统计数据允许神奇宝贝造成更大的伤害,尤其是与快速动作和有效的充电攻击的战略组合配对时。

    by Joshua Apr 01,2025

  • P主任的谎言说,Overture DLC与Base Game的巨大最终过场动画没有连接

    ​自从即将推出的DLC宣布 *lies of P *(标题为“序曲”)以来,粉丝一直在兴奋和猜测它可能揭示的谜团。但是,在最近的游戏开发人员会议上,IGN发现了一个特殊的谜团 - 游戏令人惊讶的最终车场

    by Lucas Apr 01,2025

最新应用
GridArt

艺术与设计  /  1.8.3  /  16.5 MB

下载
Impasto Art

艺术与设计  /  2.5.1  /  115.4 MB

下载
YouCam AI Pro

艺术与设计  /  1.12.0  /  93.1 MB

下载
Ms Paint

艺术与设计  /  30056  /  9.4 MB

下载