Apache 2.2.22
tcp/443 tcp/80
CouchDB 1.6.1
tcp/5984
OTP R15B01)
tcp/5984
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522fbb68085
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = https://gitlab.com/InomaLabTak/labtak-api.git [branch "master"] remote = origin merge = refs/heads/master [branch "develop"] remote = origin merge = refs/heads/develop
CouchDB instance is public.
This could leak to data leak if not properly configured.
Severity: low
Fingerprint: 144c527ecf99835b48179efad5060570d5060570d5060570d5060570d5060570
Databases: 0, document count: 0, size: 0 B Running CouchDBSchema only
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522fbb68085
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = https://gitlab.com/InomaLabTak/labtak-api.git [branch "master"] remote = origin merge = refs/heads/master [branch "develop"] remote = origin merge = refs/heads/develop
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522fbb68085
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = https://gitlab.com/InomaLabTak/labtak-api.git [branch "master"] remote = origin merge = refs/heads/master [branch "develop"] remote = origin merge = refs/heads/develop
Open service 198.199.107.186:80 · api.takflics.com
2024-12-22 05:34
HTTP/1.1 404 Not Found Date: Sun, 22 Dec 2024 04:19:54 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error6767936ab3d05" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error6767936ab3d05source0" onclick="return koggle('error6767936ab3d05source0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error6767936ab3d05source0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:5984
2024-12-22 00:54
HTTP/1.1 200 OK Server: CouchDB/1.6.1 (Erlang OTP/R15B01) Date: Sat, 21 Dec 2024 23:39:56 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 151 Cache-Control: must-revalidate {"couchdb":"Welcome","uuid":"bf06da5bafbd4aafb62aa5df11be1f3b","version":"1.6.1","vendor":{"name":"The Apache Software Foundation","version":"1.6.1"}}
Open service 198.199.107.186:443 · api.takflics.com
2024-12-20 19:33
HTTP/1.1 404 Not Found Date: Fri, 20 Dec 2024 18:19:45 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error6765b541ceddd" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error6765b541cedddsource0" onclick="return koggle('error6765b541cedddsource0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error6765b541cedddsource0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:80 · api.takflics.com
2024-12-20 01:12
HTTP/1.1 404 Not Found Date: Thu, 19 Dec 2024 23:57:53 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error6764b3010a330" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error6764b3010a330source0" onclick="return koggle('error6764b3010a330source0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error6764b3010a330source0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:5984
2024-12-19 23:58
HTTP/1.1 200 OK Server: CouchDB/1.6.1 (Erlang OTP/R15B01) Date: Thu, 19 Dec 2024 22:44:38 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 151 Cache-Control: must-revalidate {"couchdb":"Welcome","uuid":"bf06da5bafbd4aafb62aa5df11be1f3b","version":"1.6.1","vendor":{"name":"The Apache Software Foundation","version":"1.6.1"}}
Open service 198.199.107.186:443 · api.takflics.com
2024-12-18 21:41
HTTP/1.1 404 Not Found Date: Wed, 18 Dec 2024 20:27:25 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error6763302d2ab81" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error6763302d2ab81source0" onclick="return koggle('error6763302d2ab81source0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error6763302d2ab81source0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:80 · api.takflics.com
2024-12-18 13:34
HTTP/1.1 404 Not Found Date: Wed, 18 Dec 2024 12:20:15 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error6762bdff64f1d" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error6762bdff64f1dsource0" onclick="return koggle('error6762bdff64f1dsource0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error6762bdff64f1dsource0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:5984
2024-12-17 22:03
HTTP/1.1 200 OK Server: CouchDB/1.6.1 (Erlang OTP/R15B01) Date: Tue, 17 Dec 2024 20:49:00 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 151 Cache-Control: must-revalidate {"couchdb":"Welcome","uuid":"bf06da5bafbd4aafb62aa5df11be1f3b","version":"1.6.1","vendor":{"name":"The Apache Software Foundation","version":"1.6.1"}}
Open service 198.199.107.186:22
2024-12-17 19:56
Open service 198.199.107.186:5984
2024-12-15 21:46
HTTP/1.1 200 OK Server: CouchDB/1.6.1 (Erlang OTP/R15B01) Date: Sun, 15 Dec 2024 20:32:38 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 151 Cache-Control: must-revalidate {"couchdb":"Welcome","uuid":"bf06da5bafbd4aafb62aa5df11be1f3b","version":"1.6.1","vendor":{"name":"The Apache Software Foundation","version":"1.6.1"}}
Open service 198.199.107.186:443 · api.takflics.com
2024-12-14 07:40
HTTP/1.1 404 Not Found Date: Sat, 14 Dec 2024 06:26:18 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error675d250abf7b0" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error675d250abf7b0source0" onclick="return koggle('error675d250abf7b0source0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error675d250abf7b0source0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:80 · api.takflics.com
2024-12-14 03:07
HTTP/1.1 404 Not Found Date: Sat, 14 Dec 2024 01:54:05 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error675ce53d8251b" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error675ce53d8251bsource0" onclick="return koggle('error675ce53d8251bsource0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error675ce53d8251bsource0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:5984
2024-12-13 21:57
HTTP/1.1 200 OK Server: CouchDB/1.6.1 (Erlang OTP/R15B01) Date: Fri, 13 Dec 2024 20:43:41 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 151 Cache-Control: must-revalidate {"couchdb":"Welcome","uuid":"bf06da5bafbd4aafb62aa5df11be1f3b","version":"1.6.1","vendor":{"name":"The Apache Software Foundation","version":"1.6.1"}}
Open service 198.199.107.186:443 · api.takflics.com
2024-12-12 12:09
HTTP/1.1 404 Not Found Date: Thu, 12 Dec 2024 10:55:34 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error675ac126d0a46" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error675ac126d0a46source0" onclick="return koggle('error675ac126d0a46source0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error675ac126d0a46source0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:80 · api.takflics.com
2024-12-12 06:59
HTTP/1.1 404 Not Found Date: Thu, 12 Dec 2024 05:46:06 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error675a789ebf129" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error675a789ebf129source0" onclick="return koggle('error675a789ebf129source0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error675a789ebf129source0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:5984
2024-12-11 23:42
HTTP/1.1 200 OK Server: CouchDB/1.6.1 (Erlang OTP/R15B01) Date: Wed, 11 Dec 2024 22:28:53 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 151 Cache-Control: must-revalidate {"couchdb":"Welcome","uuid":"bf06da5bafbd4aafb62aa5df11be1f3b","version":"1.6.1","vendor":{"name":"The Apache Software Foundation","version":"1.6.1"}}
Open service 198.199.107.186:80 · api.takflics.com
2024-12-02 20:56
HTTP/1.1 404 Not Found Date: Mon, 02 Dec 2024 19:42:38 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error674e0daee890e" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error674e0daee890esource0" onclick="return koggle('error674e0daee890esource0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error674e0daee890esource0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:443 · api.takflics.com
2024-12-02 16:31
HTTP/1.1 404 Not Found Date: Mon, 02 Dec 2024 15:18:03 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error674dcfabc3e79" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error674dcfabc3e79source0" onclick="return koggle('error674dcfabc3e79source0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error674dcfabc3e79source0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:5984
2024-12-01 22:03
HTTP/1.1 200 OK Server: CouchDB/1.6.1 (Erlang OTP/R15B01) Date: Sun, 01 Dec 2024 20:50:34 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 151 Cache-Control: must-revalidate {"couchdb":"Welcome","uuid":"bf06da5bafbd4aafb62aa5df11be1f3b","version":"1.6.1","vendor":{"name":"The Apache Software Foundation","version":"1.6.1"}}
Open service 198.199.107.186:80 · api.takflics.com
2024-11-30 17:44
HTTP/1.1 404 Not Found Date: Sat, 30 Nov 2024 16:31:12 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error674b3dd0810a1" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error674b3dd0810a1source0" onclick="return koggle('error674b3dd0810a1source0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error674b3dd0810a1source0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:443 · api.takflics.com
2024-11-30 13:35
HTTP/1.1 404 Not Found Date: Sat, 30 Nov 2024 12:22:10 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error674b03722ed08" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error674b03722ed08source0" onclick="return koggle('error674b03722ed08source0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error674b03722ed08source0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:5984
2024-11-29 21:39
HTTP/1.1 200 OK Server: CouchDB/1.6.1 (Erlang OTP/R15B01) Date: Fri, 29 Nov 2024 20:26:39 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 151 Cache-Control: must-revalidate {"couchdb":"Welcome","uuid":"bf06da5bafbd4aafb62aa5df11be1f3b","version":"1.6.1","vendor":{"name":"The Apache Software Foundation","version":"1.6.1"}}
Open service 198.199.107.186:443 · api.takflics.com
2024-11-28 11:21
HTTP/1.1 404 Not Found Date: Thu, 28 Nov 2024 10:08:39 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error6748412735e6b" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error6748412735e6bsource0" onclick="return koggle('error6748412735e6bsource0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error6748412735e6bsource0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:80 · api.takflics.com
2024-11-28 10:33
HTTP/1.1 404 Not Found Date: Thu, 28 Nov 2024 09:20:47 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error674835ef63a29" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error674835ef63a29source0" onclick="return koggle('error674835ef63a29source0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error674835ef63a29source0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:5984
2024-11-27 23:34
HTTP/1.1 200 OK Server: CouchDB/1.6.1 (Erlang OTP/R15B01) Date: Wed, 27 Nov 2024 22:20:50 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 151 Cache-Control: must-revalidate {"couchdb":"Welcome","uuid":"bf06da5bafbd4aafb62aa5df11be1f3b","version":"1.6.1","vendor":{"name":"The Apache Software Foundation","version":"1.6.1"}}
Open service 198.199.107.186:80 · api.takflics.com
2024-11-26 18:13
HTTP/1.1 404 Not Found Date: Tue, 26 Nov 2024 17:00:27 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error6745feab08db6" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error6745feab08db6source0" onclick="return koggle('error6745feab08db6source0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error6745feab08db6source0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:80 · api.takflics.com
2024-11-20 19:35
HTTP/1.1 404 Not Found Date: Wed, 20 Nov 2024 18:22:43 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error673e28f327d56" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error673e28f327d56source0" onclick="return koggle('error673e28f327d56source0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error673e28f327d56source0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c
Open service 198.199.107.186:443 · api.takflics.com
2024-11-20 18:22
HTTP/1.1 404 Not Found Date: Wed, 20 Nov 2024 17:10:22 GMT Server: Apache/2.2.22 (Debian) X-Powered-By: PHP/5.4.45-0+deb7u14 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Allow: GET, POST, OPTIONS, PUT, DELETE Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 <style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; } #kohana_error h1, #kohana_error h2 { margin: 0; padding: 1em; font-size: 1em; font-weight: normal; background: #911; color: #fff; } #kohana_error h1 a, #kohana_error h2 a { color: #fff; } #kohana_error h2 { background: #222; } #kohana_error h3 { margin: 0; padding: 0.4em 0 0; font-size: 1em; font-weight: normal; } #kohana_error p { margin: 0; padding: 0.2em 0; } #kohana_error a { color: #1b323b; } #kohana_error pre { overflow: auto; white-space: pre-wrap; } #kohana_error table { width: 100%; display: block; margin: 0 0 0.4em; padding: 0; border-collapse: collapse; background: #fff; } #kohana_error table td { border: solid 1px #ddd; text-align: left; vertical-align: top; padding: 0.4em; } #kohana_error div.content { padding: 0.4em 1em 1em; overflow: hidden; } #kohana_error pre.source { margin: 0 0 1em; padding: 0.4em; background: #fff; border: dotted 1px #b7c680; line-height: 1.2em; } #kohana_error pre.source span.line { display: block; } #kohana_error pre.source span.highlight { background: #f0eb96; } #kohana_error pre.source span.line span.number { color: #666; } #kohana_error ol.trace { display: block; margin: 0 0 0 2em; padding: 0; list-style: decimal; } #kohana_error ol.trace li { margin: 0; padding: 0; } .js .collapsed { display: none; } </style> <script type="text/javascript"> document.documentElement.className = document.documentElement.className + ' js'; function koggle(elem) { elem = document.getElementById(elem); if (elem.style && elem.style['display']) // Only works with the "style" attr var disp = elem.style['display']; else if (elem.currentStyle) // For MSIE, naturally var disp = elem.currentStyle['display']; else if (window.getComputedStyle) // For most other browsers var disp = document.defaultView.getComputedStyle(elem, null).getPropertyValue('display'); // Toggle the state of the "display" style elem.style.display = disp == 'block' ? 'none' : 'block'; return false; } </script> <div id="kohana_error"> <h1><span class="type">Kohana_HTTP_Exception [ 404 ]:</span> <span class="message">Unable to find a route to match the URI: </span></h1> <div id="error673e17fe4abbc" class="content"> <p><span class="file">SYSPATH/classes/Kohana/Request.php [ 982 ]</span></p> <pre class="source"><code><span class="line"><span class="number">977</span> </span><span class="line"><span class="number">978</span> if ( ! $this->_route instanceof Route) </span><span class="line"><span class="number">979</span> { </span><span class="line"><span class="number">980</span> return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array( </span><span class="line"><span class="number">981</span> ':uri' => $this->_uri, </span><span class="line highlight"><span class="number">982</span> ))->request($this) </span><span class="line"><span class="number">983</span> ->get_response(); </span><span class="line"><span class="number">984</span> } </span><span class="line"><span class="number">985</span> </span><span class="line"><span class="number">986</span> if ( ! $this->_client instanceof Request_Client) </span><span class="line"><span class="number">987</span> { </span></code></pre> <ol class="trace"> <li> <p> <span class="file"> <a href="#error673e17fe4abbcsource0" onclick="return koggle('error673e17fe4abbcsource0')">DOCROOT/index.php [ 127 ]</a> </span> » Kohana_Request->execute() </p> <pre id="error673e17fe4abbcsource0" class="source collapsed"><code><pre class="source"><code><span class="line"><span class="number">122</span> /** </span><span class="line"><span class="number">123</span> * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. </span><span class="line"><span class="number">124</span> * If no source is specified, the URI will be automatically detected. </span><span class="line"><span c