Notice (8) : file_put_contents(): Write of 268 bytes failed with errno=28 No space left on device [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 1108 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/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 2134 bytes failed with errno=28 No space left on device [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
Error: Missing Method in HomeController
Error The action indexed1 is not defined in HomeController
$request = $this -> request ;
$action = $request -> getParam ( 'action' );
if (! $this -> isAction ( $action )) {
throw new MissingActionException ([
'controller' => $this -> name . 'Controller' ,
'action' => $request -> getParam ( 'action' ),
'prefix' => $request -> getParam ( 'prefix' ) ?: '' ,
'plugin' => $request -> getParam ( 'plugin' ),
Arguments
if ( $result instanceof ResponseInterface ) {
return $result ;
}
$action = $controller -> getAction ();
$args = $this -> getActionArgs (
$action ,
array_values ((array) $controller -> getRequest ()-> getParam ( 'pass' ))
);
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 => [
'controller' => 'Home' ,
'action' => 'indexed1' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'?' => [
'domain' => 'china.localnewsrightnow.net' ,
] ,
'_ext' => null ,
]
protected data => [
]
protected query => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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' => '1cqQRGICKyjUIR0FpAiCIC+zMyvZs5c/1FElTWs1cTLRnW7U7qY8OyZlk1gim61Jz1BtOv4syqVrwA0YlopAlQy9Sm0TbZJsG4EKTeCF8Q63MxF1CldHBumvW7fXkAoKFFGhbEeonXr6ZV0JzBmrlQ==' ,
]
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\HomeController ) 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 => 'Home'
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 => '/index.php/home'
protected webroot => '/index.php/home/'
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 {
'_Controller' => object( App\Controller\HomeController ) id: 0 {}
'_loaded' => [
(int) 0 => 'RequestHandler' ,
(int) 1 => 'Flash' ,
]
'_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 => 'Home'
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 => 'Home'
protected _modelFactories => [
'Table' => [
(int) 0 => object( Cake\ORM\Locator\TableLocator ) id: 12 {} ,
(int) 1 => 'get' ,
] ,
]
protected _modelType => 'Table'
protected _viewBuilder => null
}
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 => [
'controller' => 'Home' ,
'action' => 'indexed1' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'?' => [
'domain' => 'china.localnewsrightnow.net' ,
] ,
'_ext' => null ,
]
protected data => [
]
protected query => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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' => '1cqQRGICKyjUIR0FpAiCIC+zMyvZs5c/1FElTWs1cTLRnW7U7qY8OyZlk1gim61Jz1BtOv4syqVrwA0YlopAlQy9Sm0TbZJsG4EKTeCF8Q63MxF1CldHBumvW7fXkAoKFFGhbEeonXr6ZV0JzBmrlQ==' ,
]
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 => [
'controller' => 'Home' ,
'action' => 'indexed1' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'?' => [
'domain' => 'china.localnewsrightnow.net' ,
] ,
'_ext' => null ,
]
protected data => [
]
protected query => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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' => '1cqQRGICKyjUIR0FpAiCIC+zMyvZs5c/1FElTWs1cTLRnW7U7qY8OyZlk1gim61Jz1BtOv4syqVrwA0YlopAlQy9Sm0TbZJsG4EKTeCF8Q63MxF1CldHBumvW7fXkAoKFFGhbEeonXr6ZV0JzBmrlQ==' ,
]
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 => [
'controller' => 'Home' ,
'action' => 'indexed1' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'?' => [
'domain' => 'china.localnewsrightnow.net' ,
] ,
'_ext' => null ,
]
protected data => [
]
protected query => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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' => '1cqQRGICKyjUIR0FpAiCIC+zMyvZs5c/1FElTWs1cTLRnW7U7qY8OyZlk1gim61Jz1BtOv4syqVrwA0YlopAlQy9Sm0TbZJsG4EKTeCF8Q63MxF1CldHBumvW7fXkAoKFFGhbEeonXr6ZV0JzBmrlQ==' ,
]
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 => '/www/wwwroot/www.adminso.com/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
{
$locale = Locale :: acceptFromHttp ( $request -> getHeaderLine ( 'Accept-Language' ));
if (! $locale ) {
return $handler -> handle ( $request );
}
if ( $this -> locales !== [ '*' ]) {
$locale = Locale :: lookup ( $this -> locales , $locale , true );
}
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'Home' ,
'action' => 'indexed1' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'?' => [
'domain' => 'china.localnewsrightnow.net' ,
] ,
'_ext' => null ,
]
protected data => [
]
protected query => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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 => [
'controller' => 'Home' ,
'action' => 'indexed1' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'?' => [
'domain' => 'china.localnewsrightnow.net' ,
] ,
'_ext' => null ,
]
protected data => [
]
protected query => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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 => '/www/wwwroot/www.adminso.com/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 => [
'controller' => 'Home' ,
'action' => 'indexed1' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'?' => [
'domain' => 'china.localnewsrightnow.net' ,
] ,
'_ext' => null ,
]
protected data => [
]
protected query => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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 => [
'controller' => 'Home' ,
'action' => 'indexed1' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'?' => [
'domain' => 'china.localnewsrightnow.net' ,
] ,
'_ext' => null ,
]
protected data => [
]
protected query => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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 => '/www/wwwroot/www.adminso.com/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 => [
'controller' => 'Home' ,
'action' => 'indexed1' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'?' => [
'domain' => 'china.localnewsrightnow.net' ,
] ,
'_ext' => null ,
]
protected data => [
]
protected query => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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 => [
'controller' => 'Home' ,
'action' => 'indexed1' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'?' => [
'domain' => 'china.localnewsrightnow.net' ,
] ,
'_ext' => null ,
]
protected data => [
]
protected query => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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 => '/www/wwwroot/www.adminso.com/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
{
$url = $request -> getUri ()-> getPath ();
if ( strpos ( $url , '..' ) !== false || strpos ( $url , '.' ) === false ) {
return $handler -> handle ( $request );
}
if ( strpos ( $url , '/.' ) !== false ) {
return $handler -> 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 => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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 => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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 => '/www/wwwroot/www.adminso.com/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 => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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 => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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 => '/www/wwwroot/www.adminso.com/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 => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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 => [
'domain' => 'china.localnewsrightnow.net' ,
]
protected cookies => [
]
protected _environment => [
'USER' => 'www' ,
'HOME' => '/home/www' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_CF_CONNECTING_IP' => '18.118.253.171' ,
'HTTP_ACCEPT' => '*/*' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_X_FORWARDED_FOR' => '18.118.253.171' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_HOST' => 'adminso.com' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_CF_RAY' => '8dce92502f5c10fa-ORD' ,
'PATH_INFO' => '/home/indexed1' ,
'REDIRECT_STATUS' => '200' ,
'SERVER_NAME' => 'www.adminso.com' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '142.171.173.143' ,
'REMOTE_PORT' => '34096' ,
'REMOTE_ADDR' => '172.69.59.111' ,
'SERVER_SOFTWARE' => 'nginx/1.24.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REQUEST_SCHEME' => 'http' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'DOCUMENT_ROOT' => '/www/wwwroot/www.adminso.com/webroot' ,
'DOCUMENT_URI' => '/index.php/home/indexed1' ,
'REQUEST_URI' => '/indexed_china.localnewsrightnow.net.html' ,
'SCRIPT_NAME' => '/index.php' ,
'CONTENT_LENGTH' => '' ,
'CONTENT_TYPE' => '' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => 'domain=china.localnewsrightnow.net' ,
'SCRIPT_FILENAME' => '/www/wwwroot/www.adminso.com/webroot/index.php' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/index.php/home/indexed1' ,
'REQUEST_TIME_FLOAT' => (float) 1730660052.6456 ,
'REQUEST_TIME' => (int) 1730660052 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => '/index.php/home'
protected webroot => '/index.php/home/'
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 #7
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => '/index.php/home'
webroot => '/index.php/home/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'adminso.com'
private port => null
private path => '/home/indexed1'
private query => 'domain=china.localnewsrightnow.net'
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 259200
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 => '/www/wwwroot/www.adminso.com/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\HomeController ) 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
Create HomeController::indexed1() in file: src/Controller/HomeController.php.
<?php namespace App\Controller ; use App\Controller\AppController ; class HomeController extends AppController { public function indexed1 () { } }
If you want to customize this error message, create
templates/Error/missing_action.php