Notice (8) : file_put_contents(): Write of 272 bytes failed with errno=122 Disk quota exceeded [CORE/src/Log/Engine/FileLog.php , line 140 ]Code Context if (! $mask ) {
file_put_contents ( $pathname , $message . "\n" , FILE_APPEND );
file_put_contents - [internal], line ??
Cake\Log\Engine\FileLog::log() - CORE/src/Log/Engine/FileLog.php, line 140
Cake\Log\Log::write() - CORE/src/Log/Log.php, line 392
Cake\Log\Log::warning() - CORE/src/Log/Log.php, line 477
DebugKit\ToolbarService::isSuspiciouslyProduction() - ROOT/vendor/cakephp/debug_kit/src/ToolbarService.php, line 169
DebugKit\ToolbarService::isEnabled() - ROOT/vendor/cakephp/debug_kit/src/ToolbarService.php, line 105
DebugKit\Plugin::bootstrap() - ROOT/vendor/cakephp/debug_kit/src/Plugin.php, line 48
Cake\Http\BaseApplication::pluginBootstrap() - CORE/src/Http/BaseApplication.php, line 182
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 111
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 79
[main] - ROOT/webroot/index.php, line 40
Notice : file_put_contents() [function.file-put-contents ]: Write of 1122 bytes failed with errno=122 Disk quota exceeded in /home3/sjrypamy/public_html/.website_7fe1dacc/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8) : unserialize() [<a href='https://secure.php.net/function.unserialize'>function.unserialize</a>]: Error at offset 8098 of 8181 bytes [CORE/src/Cache/Engine/FileEngine.php , line 201 ]Code Context if ( $data !== '' && !empty( $this -> _config [ 'serialize' ])) {
$data = unserialize ( $data );
}
unserialize - [internal], line ??
Cake\Cache\Engine\FileEngine::get() - CORE/src/Cache/Engine/FileEngine.php, line 201
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 78
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 513
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 290
Cake\ORM\Query::__construct() - CORE/src/ORM/Query.php, line 184
Cake\ORM\Table::query() - CORE/src/ORM/Table.php, line 1702
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1263
App\Controller\WebsitesController::action_() - APP/Controller/WebsitesController.php, line 4853
App\Controller\WebsitesController::get_data() - APP/Controller/WebsitesController.php, line 4319
App\Controller\WebsitesController::action_cache() - APP/Controller/WebsitesController.php, line 4111
App\Controller\WebsitesController::cache_action() - APP/Controller/WebsitesController.php, line 3895
App\Controller\WebsitesController::view() - APP/Controller/WebsitesController.php, line 2135
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 539
Cake\Controller\ControllerFactory::handle() - CORE/src/Controller/ControllerFactory.php, line 140
Cake\Controller\ControllerFactory::invoke() - CORE/src/Controller/ControllerFactory.php, line 115
Cake\Http\BaseApplication::handle() - CORE/src/Http/BaseApplication.php, line 317
Notice : file_put_contents() [function.file-put-contents ]: Write of 3203 bytes failed with errno=122 Disk quota exceeded in /home3/sjrypamy/public_html/.website_7fe1dacc/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8) : file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Write of 3424 bytes failed with errno=122 Disk quota exceeded [CORE/src/Log/Engine/FileLog.php , line 140 ]Code Context if (! $mask ) {
file_put_contents ( $pathname , $message . "\n" , FILE_APPEND );
file_put_contents - [internal], line ??
Cake\Log\Engine\FileLog::log() - CORE/src/Log/Engine/FileLog.php, line 140
Cake\Log\Log::write() - CORE/src/Log/Log.php, line 392
Cake\Log\Log::error() - CORE/src/Log/Log.php, line 461
Cake\Error\ErrorLogger::log() - CORE/src/Error/ErrorLogger.php, line 91
Cake\Error\BaseErrorHandler::logException() - CORE/src/Error/BaseErrorHandler.php, line 334
Cake\Error\Middleware\ErrorHandlerMiddleware::handleException() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 147
Cake\Error\Middleware\ErrorHandlerMiddleware::process() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 130
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 58
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 90
[main] - ROOT/webroot/index.php, line 40
Notice : file_put_contents() [function.file-put-contents ]: Write of 1400 bytes failed with errno=122 Disk quota exceeded in /home3/sjrypamy/public_html/.website_7fe1dacc/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Error: Cake\Database\Schema\CachedCollection::describe(): Return value must be of type Cake\Database\Schema\TableSchemaInterface, bool returned
if (! $options [ 'forceRefresh' ]) {
$cached = $this -> cacher -> get ( $cacheKey );
if ( $cached !== null ) {
return $cached ;
}
}
$table = $this -> collection -> describe ( $name , $options );
Arguments
if ( $this -> _schema === null ) {
$this -> _schema = $this -> _initializeSchema (
$this -> getConnection ()
-> getSchemaCollection ()
-> describe ( $this -> getTable ())
);
if ( Configure :: read ( 'debug' )) {
$this -> checkAliasLengths ();
}
*/
public function addDefaultTypes ( Table $table )
{
$alias = $table -> getAlias ();
$map = $table -> getSchema ()-> typeMap ();
$fields = [];
foreach ( $map as $f => $type ) {
$fields [ $f ] = $fields [ $alias . '.' . $f ] = $fields [ $alias . '__' . $f ] = $type ;
}
parent :: __construct ( $connection );
$this -> repository ( $table );
if ( $this -> _repository !== null ) {
$this -> addDefaultTypes ( $this -> _repository );
}
}
/**
Arguments
object( App\Model\Table\WebsitesTable ) id: 0 {
'registryAlias' => 'Websites'
'table' => 'websites'
'alias' => 'Websites'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
(int) 0 => 'Sorts' ,
(int) 1 => 'Nsorts' ,
(int) 2 => 'Cities' ,
(int) 3 => 'Areas' ,
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
* @return \Cake\ORM\Query
*/
public function query (): Query
{
return new Query ( $this -> getConnection (), $this );
}
/**
* Creates a new Query :: subquery () instance for a table .
Arguments
object( Cake\Database\Connection ) id: 0 {
'config' => [
'password' => '*****' ,
'username' => '*****' ,
'host' => '*****' ,
'database' => '*****' ,
'driver' => 'Cake\Database\Driver\Mysql' ,
'persistent' => false ,
'timezone' => 'UTC' ,
'flags' => [
] ,
'cacheMetadata' => true ,
'log' => false ,
'quoteIdentifiers' => false ,
'url' => null ,
'name' => 'default' ,
]
'driver' => object( Cake\Database\Driver\Mysql ) id: 1 {
'connected' => true
}
'transactionLevel' => (int) 0
'transactionStarted' => false
'useSavePoints' => false
'logQueries' => false
'logger' => null
}
object( App\Model\Table\WebsitesTable ) id: 0 {
'registryAlias' => 'Websites'
'table' => 'websites'
'alias' => 'Websites'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
(int) 0 => 'Sorts' ,
(int) 1 => 'Nsorts' ,
(int) 2 => 'Cities' ,
(int) 3 => 'Areas' ,
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
* @return \Cake\ORM\Query The query builder
*/
public function find ( string $type = 'all' , array $options = []): Query
{
$query = $this -> query ();
$query -> select ();
return $this -> callFinder ( $type , $query , $options );
}
{
if (isset( $data [ "belongsTo" ]))
{
$belongsTo = $data [ "belongsTo" ];
$recentArticles = $this -> fetchTable ( $table_name )-> find ( 'all' , $where_ )-> contain ( $belongsTo )-> all ();;
}
else
{
$recentArticles = $this -> fetchTable ( $table_name )-> find ( 'all' , $where_ )-> all ();
Arguments
[
'conditions' => [
'Websites.sort_id' => (int) 9 ,
'Websites.mode' => (int) 3 ,
] ,
'limit' => (int) 20 ,
'order' => 'Websites.id desc' ,
]
set_time_limit ( 240 ); //4minutes
ini_set ( 'memory_limit' , '512M' );
date_default_timezone_set ( 'PRC' );
$abc = $this -> action_ ( $array , $is_http = 1 );
$show =array();
$show [ "code" ]= 200 ;
$show [ "data" ]= $abc ;
Arguments
[
'table_name' => 'Websites' ,
'cache_folder' => '1hours' ,
'where' => [
'Websites.sort_id' => (int) 9 ,
'Websites.mode' => (int) 3 ,
] ,
'limit' => (int) 20 ,
'order' => 'Websites.id desc' ,
'belongsTo' => [
(int) 0 => 'Sorts' ,
(int) 1 => 'Nsorts' ,
(int) 2 => 'Cities' ,
(int) 3 => 'Areas' ,
] ,
'cache_cache_file_name' => '6cb0cb5c0c61ff38f32390a46797d5b8' ,
'Async' => (int) 0 ,
]
//獲取數據===============
$action = "get_data" ;
$array [ "Async" ]= 0 ; //是否異步,0不是異步,1異步
$array [ "cache_cache_file_name" ]= $cache_cache_file_name ;
$file = $this -> $action ( $array );
if ( $file [ "code" ]== 200 )
{
//獲取數據成功!
Arguments
[
'table_name' => 'Websites' ,
'cache_folder' => '1hours' ,
'where' => [
'Websites.sort_id' => (int) 9 ,
'Websites.mode' => (int) 3 ,
] ,
'limit' => (int) 20 ,
'order' => 'Websites.id desc' ,
'belongsTo' => [
(int) 0 => 'Sorts' ,
(int) 1 => 'Nsorts' ,
(int) 2 => 'Cities' ,
(int) 3 => 'Areas' ,
] ,
'cache_cache_file_name' => '6cb0cb5c0c61ff38f32390a46797d5b8' ,
'Async' => (int) 0 ,
]
{
date_default_timezone_set ( 'PRC' );
$file = $this -> action_cache ( $get_data );
if ( $file [ "code" ]== 200 )
{
$match = $file [ "data" ];
Arguments
[
'table_name' => 'Websites' ,
'cache_folder' => '1hours' ,
'where' => [
'Websites.sort_id' => (int) 9 ,
'Websites.mode' => (int) 3 ,
] ,
'limit' => (int) 20 ,
'order' => 'Websites.id desc' ,
'belongsTo' => [
(int) 0 => 'Sorts' ,
(int) 1 => 'Nsorts' ,
(int) 2 => 'Cities' ,
(int) 3 => 'Areas' ,
] ,
'cache_cache_file_name' => '6cb0cb5c0c61ff38f32390a46797d5b8' ,
'Async' => (int) 0 ,
]
$belongsTo [ 2 ]= "Cities" ;
$belongsTo [ 3 ]= "Areas" ;
$get_data [ "belongsTo" ]= $belongsTo ;
//$get_data["order"]="title_showid asc";
$xg_website_info = $this -> cache_action ( $get_data );
$this -> set ( "xg_website_info" , $xg_website_info );
Arguments
[
'table_name' => 'Websites' ,
'cache_folder' => '1hours' ,
'where' => [
'Websites.sort_id' => (int) 9 ,
'Websites.mode' => (int) 3 ,
] ,
'limit' => (int) 20 ,
'order' => 'Websites.id desc' ,
'belongsTo' => [
(int) 0 => 'Sorts' ,
(int) 1 => 'Nsorts' ,
(int) 2 => 'Cities' ,
(int) 3 => 'Areas' ,
] ,
]
* @ throws \UnexpectedValueException If return value of action is not ` null ` or ` ResponseInterface ` instance .
*/
public function invokeAction ( Closure $action , array $args ): void
{
$result = $action (... $args );
if ( $result !== null && ! $result instanceof ResponseInterface ) {
throw new UnexpectedValueException ( sprintf (
'Controller actions can only return ResponseInterface instance or null. '
. 'Got %s instead.' ,
$args = $this -> getActionArgs (
$action ,
array_values ((array) $controller -> getRequest ()-> getParam ( 'pass' ))
);
$controller -> invokeAction ( $action , $args );
$result = $controller -> shutdownProcess ();
if ( $result instanceof ResponseInterface ) {
return $result ;
Arguments
[
(int) 0 => 'www.tianya.cn_23400.html' ,
]
return $runner -> run ( $middlewareQueue , $controller -> getRequest (), $this );
}
return $this -> handle ( $controller -> getRequest ());
}
/**
* Invoke the action .
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => 'www.tianya.cn_23400.html' ,
] ,
'controller' => 'Websites' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/websites/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => 'J/sq8sglyj81PFUDvQvtTkNgmPNCrU98v10XZLYU96GTNYhwHZgtUm5qarM+YqT8t3j/DMwNnwmoePr/t8PtcPnXZNAn42pje1KhynadKUyHayJdgi2Wk6sH7kZ/+hpiWAxThAhRxZiPHcdu+j6mag==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
}
$controller = $this -> controllerFactory -> create ( $request );
return $this -> controllerFactory -> invoke ( $controller );
}
}
Arguments
object( App\Controller\WebsitesController ) id: 0 {
paginate => [
]
RequestHandler => object( Cake\Controller\Component\RequestHandlerComponent ) id: 1 {
'components' => [
]
'implementedEvents' => [
'Controller.startup' => 'startup' ,
'Controller.beforeRender' => 'beforeRender' ,
]
'_config' => [
'checkHttpCache' => true ,
'viewClassMap' => [
'' => [maximum depth reached] ,
] ,
]
}
Flash => object( Cake\Controller\Component\FlashComponent ) id: 2 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
'key' => 'flash' ,
'element' => 'default' ,
'plugin' => null ,
'params' => [
'' => [maximum depth reached] ,
] ,
'clear' => false ,
'duplicate' => true ,
]
}
protected name => 'Websites'
protected request => object( Cake\Http\ServerRequest ) id: 3 {
trustProxy => false
protected params => [
'' => [maximum depth reached] ,
]
protected data => [
'' => [maximum depth reached] ,
]
protected query => [
'' => [maximum depth reached] ,
]
protected cookies => [
'' => [maximum depth reached] ,
]
protected _environment => [
'' => [maximum depth reached] ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
'' => [maximum depth reached] ,
]
protected _detectors => [
'' => [maximum depth reached] ,
]
protected _detectorCache => [
'' => [maximum depth reached] ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 4 {
}
protected uri => object( Laminas\Diactoros\Uri ) id: 5 {
}
protected session => object( Cake\Http\Session ) id: 6 {
}
protected flash => object( Cake\Http\FlashMessage ) id: 7 {
}
protected attributes => [
'' => [maximum depth reached] ,
]
protected emulatedAttributes => [
'' => [maximum depth reached] ,
]
protected uploadedFiles => [
'' => [maximum depth reached] ,
]
protected protocol => null
protected requestTarget => null
}
protected response => object( Cake\Http\Response ) id: 8 {
'status' => (int) 200
'contentType' => 'text/html'
'headers' => [
'Content-Type' => [
'' => [maximum depth reached] ,
] ,
]
'file' => null
'fileRange' => [
]
'cookies' => object( Cake\Http\Cookie\CookieCollection ) id: 9 {
}
'cacheDirectives' => [
]
'body' => ''
}
protected autoRender => true
protected _components => object( Cake\Controller\ComponentRegistry ) id: 10 {
'_loaded' => [
(int) 0 => 'RequestHandler' ,
(int) 1 => 'Flash' ,
]
'_Controller' => object( App\Controller\WebsitesController ) id: 0 {}
'_eventManager' => object( Cake\Event\EventManager ) id: 11 {
}
'_eventClass' => 'Cake\Event\Event'
}
protected plugin => null
protected middlewares => [
]
protected _eventManager => object( Cake\Event\EventManager ) id: 11 {}
protected _eventClass => 'Cake\Event\Event'
protected defaultTable => 'Websites'
protected _tableLocator => object( Cake\ORM\Locator\TableLocator ) id: 12 {
protected locations => [
'' => [maximum depth reached] ,
]
protected _config => [
'' => [maximum depth reached] ,
]
protected instances => [
'' => [maximum depth reached] ,
]
protected _fallbacked => [
'' => [maximum depth reached] ,
]
protected fallbackClassName => 'Cake\ORM\Table'
protected allowFallbackClass => false
protected options => [
'' => [maximum depth reached] ,
]
}
protected modelClass => 'Websites'
protected _modelFactories => [
'Table' => [
(int) 0 => object( Cake\ORM\Locator\TableLocator ) id: 12 {} ,
(int) 1 => 'get' ,
] ,
]
protected _modelType => 'Table'
protected _viewBuilder => object( Cake\View\ViewBuilder ) id: 13 {
protected _templatePath => null
protected _template => null
protected _plugin => null
protected _theme => 'Kuhuang'
protected _layout => null
protected _autoLayout => true
protected _layoutPath => null
protected _name => null
protected _className => null
protected _options => [
'' => [maximum depth reached] ,
]
protected _helpers => [
'' => [maximum depth reached] ,
]
protected _vars => [
'' => [maximum depth reached] ,
]
}
}
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
}
$response = new Response ([
'body' => 'Middleware queue was exhausted without returning a response '
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => 'www.tianya.cn_23400.html' ,
] ,
'controller' => 'Websites' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/websites/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => 'J/sq8sglyj81PFUDvQvtTkNgmPNCrU98v10XZLYU96GTNYhwHZgtUm5qarM+YqT8t3j/DMwNnwmoePr/t8PtcPnXZNAn42pje1KhynadKUyHayJdgi2Wk6sH7kZ/+hpiWAxThAhRxZiPHcdu+j6mag==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $method === 'GET' && $cookieData === null ) {
$token = $this -> createToken ();
$request = $request -> withAttribute ( 'csrfToken' , $this -> saltToken ( $token ));
/** @var mixed $response */
$response = $handler -> handle ( $request );
return $this -> _addTokenCookie ( $token , $request , $response );
}
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => 'www.tianya.cn_23400.html' ,
] ,
'controller' => 'Websites' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/websites/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => 'J/sq8sglyj81PFUDvQvtTkNgmPNCrU98v10XZLYU96GTNYhwHZgtUm5qarM+YqT8t3j/DMwNnwmoePr/t8PtcPnXZNAn42pje1KhynadKUyHayJdgi2Wk6sH7kZ/+hpiWAxThAhRxZiPHcdu+j6mag==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => 'www.tianya.cn_23400.html' ,
] ,
'controller' => 'Websites' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/websites/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => 'J/sq8sglyj81PFUDvQvtTkNgmPNCrU98v10XZLYU96GTNYhwHZgtUm5qarM+YqT8t3j/DMwNnwmoePr/t8PtcPnXZNAn42pje1KhynadKUyHayJdgi2Wk6sH7kZ/+hpiWAxThAhRxZiPHcdu+j6mag==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home3/sjrypamy/public_html/.website_7fe1dacc/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
if ( $locale || $this -> locales === [ '*' ]) {
I18n :: setLocale ( $locale );
}
return $handler -> handle ( $request );
}
}
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => 'www.tianya.cn_23400.html' ,
] ,
'controller' => 'Websites' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/websites/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => 'www.tianya.cn_23400.html' ,
] ,
'controller' => 'Websites' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/websites/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home3/sjrypamy/public_html/.website_7fe1dacc/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
*/
public function process ( ServerRequestInterface $request , RequestHandlerInterface $handler ): ResponseInterface
{
if (! in_array ( $request -> getMethod (), $this -> methods , true )) {
return $handler -> handle ( $request );
}
[ $type ] = explode ( ';' , $request -> getHeaderLine ( 'Content-Type' ));
$type = strtolower ( $type );
if (!isset( $this -> parsers [ $type ])) {
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => 'www.tianya.cn_23400.html' ,
] ,
'controller' => 'Websites' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/websites/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => 'www.tianya.cn_23400.html' ,
] ,
'controller' => 'Websites' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/websites/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home3/sjrypamy/public_html/.website_7fe1dacc/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
);
}
$matching = Router :: getRouteCollection ()-> getMiddleware ( $middleware );
if (! $matching ) {
return $handler -> handle ( $request );
}
$middleware = new MiddlewareQueue ( $matching );
$runner = new Runner ();
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => 'www.tianya.cn_23400.html' ,
] ,
'controller' => 'Websites' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/websites/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => 'www.tianya.cn_23400.html' ,
] ,
'controller' => 'Websites' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/websites/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home3/sjrypamy/public_html/.website_7fe1dacc/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
}
$assetFile = $this -> _getAssetFile ( $url );
if ( $assetFile === null || ! is_file ( $assetFile )) {
return $handler -> handle ( $request );
}
$file = new SplFileInfo ( $assetFile );
$modifiedTime = $file -> getMTime ();
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home3/sjrypamy/public_html/.website_7fe1dacc/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
*/
public function process ( ServerRequestInterface $request , RequestHandlerInterface $handler ): ResponseInterface
{
try {
return $handler -> handle ( $request );
} catch ( RedirectException $exception ) {
return $this -> handleRedirect ( $exception );
} catch ( Throwable $exception ) {
return $this -> handleException ( $exception , $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home3/sjrypamy/public_html/.website_7fe1dacc/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
$this -> queue = $queue ;
$this -> queue -> rewind ();
$this -> fallbackHandler = $fallbackHandler ;
return $this -> handle ( $request );
}
/**
* Handle incoming server request and return a response .
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
}
$this -> dispatchEvent ( 'Server.buildMiddleware' , [ 'middleware' => $middleware ]);
$response = $this -> runner -> run ( $middleware , $request , $this -> app );
if ( $request instanceof ServerRequest ) {
$request -> getSession ()-> close ();
}
Arguments
object( Cake\Http\MiddlewareQueue ) id: 0 {
protected position => (int) 6
protected queue => [
(int) 0 => object( Cake\Error\Middleware\ErrorHandlerMiddleware ) id: 1 {
} ,
(int) 1 => object( Cake\Routing\Middleware\AssetMiddleware ) id: 2 {
} ,
(int) 2 => object( Cake\Routing\Middleware\RoutingMiddleware ) id: 3 {
} ,
(int) 3 => object( Cake\Http\Middleware\BodyParserMiddleware ) id: 4 {
} ,
(int) 4 => object( Cake\I18n\Middleware\LocaleSelectorMiddleware ) id: 5 {
} ,
(int) 5 => object( Cake\Http\Middleware\CsrfProtectionMiddleware ) id: 6 {
} ,
]
}
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'm.tendtend.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'REDIRECT_QS_SrvConn' => '59' ,
'REDIRECT_QS_AllConn' => '59' ,
'REDIRECT_QS_ConnectionId' => '170131640802787815440251' ,
'REDIRECT_SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWgHP0TOlC4GtXaEqYvaPgAAB98' ,
'QS_SrvConn' => '59' ,
'QS_AllConn' => '59' ,
'QS_ConnectionId' => '170131640802787815440251' ,
'SCRIPT_URL' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_URI' => 'http://m.tendtend.cn/websites/view/www.tianya.cn_23400.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'm.tendtend.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '61695' ,
'REDIRECT_URL' => '/webroot/websites/view/www.tianya.cn_23400.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/websites/view/www.tianya.cn_23400.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701316415.1021 ,
'REQUEST_TIME' => (int) 1701316415 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'm.tendtend.cn'
private port => null
private path => '/websites/view/www.tianya.cn_23400.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( App\Application ) id: 0 {
protected configDir => '/home3/sjrypamy/public_html/.website_7fe1dacc/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 1 {
protected plugins => [
'' => [maximum depth reached] ,
]
protected names => [
'' => [maximum depth reached] ,
]
protected positions => [
'' => [maximum depth reached] ,
]
protected loopDepth => (int) -1
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 2 {
protected container => object( Cake\Core\Container ) id: 3 {
}
protected controller => object( App\Controller\WebsitesController ) id: 4 {
}
}
protected container => object( Cake\Core\Container ) id: 3 {}
protected _eventManager => object( Cake\Event\EventManager ) id: 5 {
'_listeners' => [
]
'_isGlobal' => true
'_trackEvents' => false
'_generalManager' => '(object) EventManager'
'_dispatchedEvents' => null
}
protected _eventClass => 'Cake\Event\Event'
}
// Bind your application to the server.
$server = new Server (new Application ( dirname ( __DIR__ ) . '/config' ));
// Run the request/response through the application and emit the response.
$server -> emit ( $server -> run ());
Error in:
ROOT/vendor/cakephp/cakephp/src/Database/Schema/CachedCollection.php, line 80
If you want to customize this error message, create
templates/Error/error500.php
亚洲精品中文字幕久久久久下载_成人毛片无码一区二区三区_国产精品久久久久精品日日_精品无码久久久久久国产百度
国产AⅤ无码专区亚洲AV
久久97超碰人人澡人人爱
免费看又黄又无码的网站
乱无码伦视频在线观看
国产成人A∨麻豆精品
色综合久久久久无码专区
一个人日本免费完整版BD
97久久香蕉国产线看观看
亚洲国产AV无码专区亚洲AVL
99久久精品国产一区二区
亚洲爆乳无码一区二区三区
国产午夜毛片V一区二区三区
国产成人精品午夜福利在线播放
两女互慰AV高潮喷水在线观看
欧美性生交XXXXX久久久
久久产精品一区二区三区
国产精品高潮呻吟久久AV
国内精品自线在拍大学生
无码人妻一区二区三区精品视频
亚洲精品无码
精品9e精品视频在线观看
亚洲色欲久久久久综合网
国产精品视频二区不卡
丰满人妻被黑人猛烈进入
无码人妻AⅤ一区二区三区玉蒲团
国产成人精品午夜福利APP
国产精品自产拍高潮在线观看
亚洲AV无码国产综合专区
性亚洲VIDEOFREE高清极...
伊人久久综合无码成人网
国产96在线 | 亚洲
一个人看的片免费高清www
久久青草亚洲AV无码麻豆
国产一区二区三区精品视频
亚洲色欲色欲WWW在线看小说
久久午夜无码免费
毛多水多肥胖老太婆
亚洲AV无码一区二区三区在线观...
精品国产一区二区三区AV麻
人妻无码久久中文字幕专区
亚洲熟妇无码八AV在线播放
精品久久人妻AV中文字幕
亚洲精品午夜国产VA久久成人
24HOUR.PRON
一本色道无码道DVD在线观看
水蜜桃国产精品欧美日韩一区不卡
亚洲第一AV网站
亚洲国产精品久久久久久久
最新版天堂资源中文官网
精品久久久久久无码人妻VR
免费AV网站
欧美性人人天天夜夜摸
国精品产露脸偷拍视频
久久99国产精品久久
久久人妻少妇嫩草AV无码专区
99久久精品无码专区
国产午夜视频在线观看
久久精品国产亚洲AV成人网站
久久久不卡国产精品一区二区
99国产精品永久免费视频
中文字幕乱码无码人妻系列蜜桃
国产成人综合五月天久久
国产精品视频二区不卡
乌克兰少妇VIDEOS高潮
久久久久亚洲AV无码去区首
在线.WWW资源
嫩草伊人久久精品少妇AV
久久久AV波多野一区二区
国产成人无码18禁午夜福利网址
老熟妇仑乱一区二区视頻
亚洲人成色7777在线观看不卡
亚洲精品狼友在线播放
欧美颜射内射中出口爆在线
两个人看的WWW在线观看中文
久久精品国产亚洲AV蜜桃AV
最近中文字幕国语免费
亚洲AV无码专区亚洲AV不卡
国产成人精品日本亚洲11
WWW.66COM
99久久精品国产一区二区三区
波多野结衣AV高清一区二区三区
激情亚洲一区国产精品
国产麻豆成人传媒免费观看
国产六月婷婷爱在线观看
国产精品无码一区二区三区不卡
男人J桶进女人P无遮挡
国产成人A亚洲精V品无码
色综合天天综合欧美综合
国产裸体美女永久免费无遮挡
欧美激情精品久久
亚洲国产成人无码AV在线影院L
国产精品V欧美精品V日韩精品
亚洲AV无码专区在线播放
调教后把奶头拴在跑步机上虐
A级毛片毛片免费观的看久
最近国语视频在线观看免费播放
亚洲夜夜欢a∨一区二区三区
亚洲欧洲无码精品ⅤA
久久99精品久久久久久噜噜
亚洲成AV人片一区二区三区
久久WWW免费人成一看片
国产精品高潮呻吟久久AV
新视觉6080
一本到无码AV专区无码不卡
√天堂资源地址在线官网
久久精品人人看人人爽
国产精品国色综合久久
亚洲成A人片在线观看无码
蜜桃AV色偷偷AV老熟女
久久精品中文字幕
国产精品丝袜无码不卡视频
熟妇人妻AV中文字幕老熟妇
无码人妻AⅤ一区二区三区用会员
久久亚洲精品成人无码
麻豆极品JK丝袜自慰喷水久久
国产精品多P对白交换绿帽
一本色道久久88综合亚洲精品
日韩AV无码中文无码不卡电影
亚洲久悠悠色悠在线播放
东京热无码一区二区三区AV
日产精品久久久一区二区
久久精品国产99精品国产亚洲性...
亚洲国产精品成人网址天堂
精品亚洲成AV人片在线观看WW
伊人久久综合无码成人网
亚洲AV中文无码字幕色三
中文字幕一区二区人妻
囯产精品一区二区三区线
永久免费AⅤ无码网站国产
最近韩国HD免费观看国语
欧美性猛交xxxx乱大交丰满
成人国产三级在线观看
日韩精品区一区二区三VR
国产一区二区精品久久岳
国产精品毛片久久久久久久
国产无遮挡又黄又爽高潮
精品无码久久久久久尤物
无码国产精品一区二区免费久久
中文字幕乱偷无码AV蜜桃
99久E在线精品视频在线
久久久久久精品久久久久
国产小受呻吟GV视频在线观看
最近最新的日本字幕mv
国产精品毛片久久久久久久
国产精品永久久久久久久久久
一二三四影视在线观看免费视频
少妇午夜AV一区
香蕉欧美成人精品A∨在线观看
51国产偷自视频区视频
亚洲VA久久久噜噜噜熟女8
无码 制服 丝袜 国产 另类
亚洲成成熟女人专区
中文字幕无码亚洲欧洲日韩
国产旡码高清一区二区三区
久久中文字幕人妻丝袜系列
青青草原精品国产亚洲AV
久久精品人人做人人爽电影蜜月
国产情侣普通话对白发布
野花高清在线观看免费官网中文版
NARUTOMANGA全彩纲手
亚洲AV理论在线电影网
狠狠亚洲婷婷综合色香五月加勒比
又粗又爽高潮午夜免费视频
精品无码久久久久国产APP
JAPANESE国产乱在线播放
精品无码人妻一区二区三区品
一本一本大道香蕉久在线精品
精品人人妻人人澡人人爽牛牛
亚洲VA中文字幕无码一区
国产成人A亚洲精V品无码
国产乱码精品一区二区三区中文
日韩乱码人妻无码中文字幕久久
欧美激情一区二区三区在线
啊轻点灬大JI巴太粗太长了网站
综合亚洲另类欧美久久成人精品
欧美高清性色生活片免费观看
国产AV无码国产AV毛片
1区2区3区高清视频
99精品热这里只有精品
国产精品久久久久9999小说
久久夜色精品国产亚洲
精品国产一区二区三区久久久狼
亚洲色欲久久久综合网东京热
亚洲中文字幕AⅤ无码性色
国产精品99久久久久久
99久久国产自偷自偷免费一区
亚洲国产精品成人久久久
亚洲成A人片在线观看无码下载
蜜臀色欲AV在线播放国产日韩
一区二区三区囯产精品乱码不卡
亚洲欧美日韩综合久久久
久久国产精品波多野结衣AV
亚洲成AV人片在线观看WWW
亚洲AV高清在线观看一区二区
尤物193在线人妻精品免费
99久久亚洲综合精品成人网
亚洲精品无码成人片久久
亚洲日韩看片成人无码
精品人妻无码一区二区色欲产成人
国产高潮国产高潮久久久
伦人伦xxx国产对白
无码国产精成人午夜视频不卡
亚洲AV无码AV专区在线观看
日韩一区国产二区欧美三区
少妇高潮惨叫久久久久久
久久精品熟女亚洲AV色欲
欧美国产成人精品一区二区三区
亚洲AV无码国产永久播放蜜芽
无码人妻斩一区二区三区
精品久久人人妻人人做人人玩
性久久久
性欧美丰满熟妇XXXX性久久久
40岁成熟女人牲交片20分钟
国产精品无码久久久久不卡
成人精品视频一区二区三区尤物
国产精品多人P群无码
亚洲AV无码专区在线观看亚
亚洲AV成人一区二区三区在线观...
日韩中文高清在线专区
精品人妻人人做人人爽夜夜爽
japanese国产在线观看
国产欧美成AⅤ人高清
国产AV一区二区三区
国产精品永久免费
亚洲精品无码成人片久久
日韩在线精品成人AV
一本大道无码日韩精品影视丶
亚洲不乱码卡一卡二卡4卡5
熟妇人妻AV无码一区二区三区
欧美不卡一区二区三区
精品国产不卡一区二区三区
亚洲无AV码一区二区三区
麻豆亚洲AV熟女国产一区二
亚洲成AV人无码亚洲成AV无码
成