dl2.dwld.ru
Open in
urlscan Pro
45.67.230.105
Public Scan
URL:
http://dl2.dwld.ru/
Submission: On December 15 via manual from JP — Scanned from JP
Submission: On December 15 via manual from JP — Scanned from JP
Form analysis
0 forms found in the DOMText Content
KOHANA_HTTP_EXCEPTION [ 404 ]: THE REQUESTED URL / WAS NOT FOUND ON THIS SERVER. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 78 ] 73 { 74 if ( ! class_exists($prefix.$controller)) 75 { 76 throw HTTP_Exception::factory(404, 77 'The requested URL :uri was not found on this server.', 78 array(':uri' => $request->uri()) 79 )->request($request); 80 } 81 82 // Load the controller using reflection 83 $class = new ReflectionClass($prefix.$controller); 1. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments) 0 object Request(19) { protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.0" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5) { protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(3) ( "directory" => string(5) "Index" "controller" => string(4) "Main" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" } protected _routes => array(0) protected _header => object HTTP_Header(0) { } protected _body => NULL protected _directory => string(5) "Index" protected _controller => string(4) "Main" protected _action => string(5) "index" protected _uri => string(0) "" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9) { protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) } } 1 object Response(5) { protected _status => integer 200 protected _header => object HTTP_Header(0) { } protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.0" } 109 $orig_response = $response = Response::factory(array('_protocol' => $request->protocol())); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header)) 2. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments) 0 object Request(19) { protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.0" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5) { protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(3) ( "directory" => string(5) "Index" "controller" => string(4) "Main" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" } protected _routes => array(0) protected _header => object HTTP_Header(0) { } protected _body => NULL protected _directory => string(5) "Index" protected _controller => string(4) "Main" protected _action => string(5) "index" protected _uri => string(0) "" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9) { protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) } } 992 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 993 ':uri' => $this->_uri, 994 )); 995 } 996 997 return $this->_client->execute($this); 998 } 999 1000 /** 1001 * Returns whether this request is the initial request Kohana received. 1002 * Can be used to test for sub requests. 3. DOCROOT/index.php [ 136 ] » Kohana_Request->execute() 131 /** 132 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 133 * If no source is specified, the URI will be automatically detected. 134 */ 135 echo Request::factory(TRUE, array(), FALSE) 136 ->execute() 137 ->send_headers(TRUE) 138 ->body(); 139 } ENVIRONMENT INCLUDED FILES (57) DOCROOT/index.php APPPATH/bootstrap.php SYSPATH/classes/Kohana/Core.php SYSPATH/classes/Kohana.php SYSPATH/classes/I18n.php SYSPATH/classes/Kohana/I18n.php SYSPATH/classes/HTTP.php SYSPATH/classes/Kohana/HTTP.php SYSPATH/classes/Kohana/Exception.php SYSPATH/classes/Kohana/Kohana/Exception.php SYSPATH/classes/Log.php SYSPATH/classes/Kohana/Log.php SYSPATH/classes/Config.php SYSPATH/classes/Kohana/Config.php SYSPATH/classes/Config/File.php SYSPATH/classes/Kohana/Config/File.php SYSPATH/classes/Kohana/Config/File/Reader.php SYSPATH/classes/Kohana/Config/Reader.php SYSPATH/classes/Kohana/Config/Source.php SYSPATH/classes/Cookie.php SYSPATH/classes/Kohana/Cookie.php SYSPATH/classes/Date.php SYSPATH/classes/Kohana/Date.php APPPATH/route.php SYSPATH/classes/Route.php SYSPATH/classes/Kohana/Route.php SYSPATH/classes/Request.php SYSPATH/classes/Kohana/Request.php SYSPATH/classes/HTTP/Request.php SYSPATH/classes/Kohana/HTTP/Request.php SYSPATH/classes/HTTP/Message.php SYSPATH/classes/Kohana/HTTP/Message.php SYSPATH/classes/HTTP/Header.php SYSPATH/classes/Kohana/HTTP/Header.php SYSPATH/classes/Request/Client/Internal.php SYSPATH/classes/Kohana/Request/Client/Internal.php SYSPATH/classes/Request/Client.php SYSPATH/classes/Kohana/Request/Client.php SYSPATH/classes/Arr.php SYSPATH/classes/Kohana/Arr.php SYSPATH/classes/Response.php SYSPATH/classes/Kohana/Response.php SYSPATH/classes/HTTP/Response.php SYSPATH/classes/Kohana/HTTP/Response.php SYSPATH/classes/Profiler.php SYSPATH/classes/Kohana/Profiler.php SYSPATH/classes/HTTP/Exception.php SYSPATH/classes/Kohana/HTTP/Exception.php SYSPATH/classes/HTTP/Exception/404.php SYSPATH/classes/Kohana/HTTP/Exception/404.php SYSPATH/classes/View.php SYSPATH/classes/Kohana/View.php SYSPATH/views/kohana/error.php SYSPATH/classes/Debug.php SYSPATH/classes/Kohana/Debug.php SYSPATH/classes/UTF8.php SYSPATH/classes/Kohana/UTF8.php LOADED EXTENSIONS (50) Core date libxml openssl pcre zlib filter hash Reflection SPL session standard apache2handler mysqlnd PDO xml bz2 calendar ctype curl dom mbstring fileinfo ftp gd gettext iconv intl json exif mcrypt mysqli pdo_mysql Phar posix pspell readline shmop SimpleXML sockets sysvmsg sysvsem sysvshm tokenizer wddx xmlreader xmlwriter xsl zip Zend OPcache $_SERVER HTTP_HOST string(11) "dl2.dwld.ru" HTTP_X_FORWARDED_FOR string(12) "45.87.213.60" HTTP_CONNECTION string(5) "close" HTTP_PRAGMA string(8) "no-cache" HTTP_CACHE_CONTROL string(8) "no-cache" HTTP_UPGRADE_INSECURE_REQUESTS string(1) "1" HTTP_USER_AGENT string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" HTTP_ACCEPT_LANGUAGE string(14) "jp-JP,jp;q=0.9" HTTP_ACCEPT string(135) "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b …" HTTP_ACCEPT_ENCODING string(13) "gzip, deflate" PATH string(60) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" SERVER_SIGNATURE string(0) "" SERVER_SOFTWARE string(53) "Apache/2.4.25 (Debian) mod_fcgid/2.3.9 OpenSSL/1.0.2u" SERVER_NAME string(11) "dl2.dwld.ru" SERVER_ADDR string(13) "45.67.230.105" SERVER_PORT string(2) "80" REMOTE_ADDR string(12) "45.87.213.60" DOCUMENT_ROOT string(39) "/home/admin/web/dl2.dwld.ru/public_html" REQUEST_SCHEME string(4) "http" CONTEXT_PREFIX string(0) "" CONTEXT_DOCUMENT_ROOT string(39) "/home/admin/web/dl2.dwld.ru/public_html" SERVER_ADMIN string(16) "info@dl2.dwld.ru" SCRIPT_FILENAME string(49) "/home/admin/web/dl2.dwld.ru/public_html/index.php" REMOTE_PORT string(5) "37466" GATEWAY_INTERFACE string(7) "CGI/1.1" SERVER_PROTOCOL string(8) "HTTP/1.0" REQUEST_METHOD string(3) "GET" QUERY_STRING string(0) "" REQUEST_URI string(1) "/" SCRIPT_NAME string(10) "/index.php" PHP_SELF string(10) "/index.php" REQUEST_TIME_FLOAT float 1639549772,236 REQUEST_TIME integer 1639549772