Raket klantlogin
Hier kan je inloggen met je e-mailadres en wachtwoord.
Hier kan je inloggen met je e-mailadres en wachtwoord.
SYSPATH/classes/kohana/arr.php [ 104 ]
99 // The path has already been separated into keys100 $keys = $path;101 }102 else103 {104 if (array_key_exists($path, $array))105 {106 // No need to do extra processing107 return $array[$path];108 }109
SYSPATH/classes/kohana/arr.php [ 104 ]»Kohana_Core::error_handler(arguments)
0 | integer 8192 |
1 | string(111) "array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead" |
2 | string(94) "/home/raketonlin/domains/klanten.raket.online/public_html/kohana_system/classes/kohana/arr.php" |
3 | integer 104 |
4 | array(4) ( "array" => object Config_Group(3) |
99 // The path has already been separated into keys100 $keys = $path;101 }102 else103 {104 if (array_key_exists($path, $array))105 {106 // No need to do extra processing107 return $array[$path];108 }109
SYSPATH/classes/kohana/config.php [ 110 ]»Kohana_Arr::path(arguments)
0 | object Config_Group(3) |
1 | string(10) "master_url" |
2 | NULL |
3 | string(1) "." |
105 106 if(isset($this->_groups[$group]))107 {108 if (isset($path))109 {110 return Arr::path($this->_groups[$group], $path, NULL, '.');111 }112 return $this->_groups[$group];113 }114 115 $config = array();
APPPATH/classes/url.php [ 45 ]»Kohana_Config->load(arguments)
0 | string(4) "main" |
40 if($width !== NULL OR $height !== NULL)41 {42 $uri = '/'.$scale_method.'/'.$width.'/'.$height.'/'.$uri;43 }44 45 $master_url = Kohana::$config->load('main.master_url');46 if($master_url !== '')47 {48 $domain = $master_url;49 $protocol = 'http';50 $port = '';
APPPATH/classes/view.php(45) : eval()'d code [ 20 ]»URL::image(arguments)
0 | string(23) "/images/temp_header.png" |
APPPATH/classes/view.php [ 45 ]»eval()
40 41 try42 {43 // Load the view within the current scope44 //include $kohana_view_filename;45 eval(' ?>'.$kohana_view_content.'<?php ');46 }47 catch (Exception $e)48 {49 // Delete the output buffer50 ob_end_clean();
SYSPATH/classes/kohana/view.php [ 343 ]»View::capture(arguments)
0 | string(87) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/modules/teaser.php" |
1 | array(2) ( "teaser_header" => string(0) "" "teaser_description" => string(0) "") |
338 {339 throw new View_Exception('You must set the file to use within your view before rendering');340 }341 342 // Combine local and global data and capture the output343 return View::capture($this->_file, $this->_data);344 }345 346 } // End View
SYSPATH/classes/kohana/view.php [ 228 ]»Kohana_View->render()
223 */224 public function __toString()225 {226 try227 {228 return $this->render();229 }230 catch (Exception $e)231 {232 // Display the exception message233 Kohana_Exception::handler($e);
APPPATH/classes/view.php(45) : eval()'d code [ 1 ]»Kohana_View->__toString()
APPPATH/classes/view.php [ 45 ]»eval()
40 41 try42 {43 // Load the view within the current scope44 //include $kohana_view_filename;45 eval(' ?>'.$kohana_view_content.'<?php ');46 }47 catch (Exception $e)48 {49 // Delete the output buffer50 ob_end_clean();
SYSPATH/classes/kohana/view.php [ 343 ]»View::capture(arguments)
0 | string(78) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/empty.php" |
1 | array(5) ( "title" => string(6) "teaser" "title_long" => string(0) "" "title_page" => string(36) " - Raket - Online Marketing Funnels " "unique_name" => string(6) "teaser" "content" => object View(2) |
338 {339 throw new View_Exception('You must set the file to use within your view before rendering');340 }341 342 // Combine local and global data and capture the output343 return View::capture($this->_file, $this->_data);344 }345 346 } // End View
SYSPATH/classes/kohana/controller/template.php [ 44 ]»Kohana_View->render()
39 */40 public function after()41 {42 if ($this->auto_render === TRUE)43 {44 $this->response->body($this->template->render());45 }46 47 parent::after();48 }49
{PHP internal call}»Kohana_Controller_Template->after()
SYSPATH/classes/kohana/request/client/internal.php [ 121 ]»ReflectionMethod->invoke(arguments)
0 | object Controller_Module_Teaser(8) |
116 117 $method = $class->getMethod('action_'.$action);118 $method->invoke($controller);119 120 // Execute the "after action" method121 $class->getMethod('after')->invoke($controller);122 }123 catch (Exception $e)124 {125 // Restore the previous request126 if ($previous instanceof Request)
SYSPATH/classes/kohana/request/client.php [ 64 ]»Kohana_Request_Client_Internal->execute_request(arguments)
0 | object Request(22) |
59 public function execute(Request $request)60 {61 if ($this->_cache instanceof HTTP_Cache)62 return $this->_cache->execute($this, $request);63 64 return $this->execute_request($request);65 }66 67 /**68 * Processes the request passed to it and returns the response from69 * the URI resource identified.
SYSPATH/classes/kohana/request.php [ 1141 ]»Kohana_Request_Client->execute(arguments)
0 | object Request(22) |
1136 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array(1137 ':uri' => $this->_uri,1138 ));1139 }1140 1141 return $this->_client->execute($this);1142 }1143 1144 /**1145 * Returns whether this request is the initial request Kohana received.1146 * Can be used to test for sub requests.
APPPATH/classes/html.php [ 76 ]»Kohana_Request->execute()
71 foreach ($matches as $matches2)72 {73 foreach ($matches2 as $match)74 {75 $inline_item_name = substr($match, 1, -1);76 $inline_html = Request::factory($inline_item_name)->execute();77 78 $string = str_replace($match, $inline_html, $string);79 }80 }81
APPPATH/classes/view.php [ 24 ]»HTML::replace_markers(arguments)
0 | string(37053) "<!DOCTYPE html><html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> …" |
19 * @return string20 */21 protected static function capture($kohana_view_filename, array $kohana_view_data)22 {23 $kohana_view_content = file_get_contents($kohana_view_filename);24 $kohana_view_content = HTML::replace_markers($kohana_view_content);25 $kohana_view_content = HTML::obfuscate_email($kohana_view_content);26 27 // FIX ME, create shortcode replacement for settings and variables?28 29 // Import the view variables to local namespace
SYSPATH/classes/kohana/view.php [ 343 ]»View::capture(arguments)
0 | string(103) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/standaard_pagina_geen_kolommen.php" |
1 | array(8) ( "content" => object View(2) |
338 {339 throw new View_Exception('You must set the file to use within your view before rendering');340 }341 342 // Combine local and global data and capture the output343 return View::capture($this->_file, $this->_data);344 }345 346 } // End View
SYSPATH/classes/kohana/controller/template.php [ 44 ]»Kohana_View->render()
39 */40 public function after()41 {42 if ($this->auto_render === TRUE)43 {44 $this->response->body($this->template->render());45 }46 47 parent::after();48 }49
{PHP internal call}»Kohana_Controller_Template->after()
SYSPATH/classes/kohana/request/client/internal.php [ 121 ]»ReflectionMethod->invoke(arguments)
0 | object Controller_Page(8) |
116 117 $method = $class->getMethod('action_'.$action);118 $method->invoke($controller);119 120 // Execute the "after action" method121 $class->getMethod('after')->invoke($controller);122 }123 catch (Exception $e)124 {125 // Restore the previous request126 if ($previous instanceof Request)
SYSPATH/classes/kohana/request/client.php [ 64 ]»Kohana_Request_Client_Internal->execute_request(arguments)
0 | object Request(22) |
59 public function execute(Request $request)60 {61 if ($this->_cache instanceof HTTP_Cache)62 return $this->_cache->execute($this, $request);63 64 return $this->execute_request($request);65 }66 67 /**68 * Processes the request passed to it and returns the response from69 * the URI resource identified.
SYSPATH/classes/kohana/request.php [ 1141 ]»Kohana_Request_Client->execute(arguments)
0 | object Request(22) |
1136 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array(1137 ':uri' => $this->_uri,1138 ));1139 }1140 1141 return $this->_client->execute($this);1142 }1143 1144 /**1145 * Returns whether this request is the initial request Kohana received.1146 * Can be used to test for sub requests.
DOCROOT/index.php [ 134 ]»Kohana_Request->execute()
129 ->body();130 }else{131 echo HTML::minify_output(132 HTML::obfuscate_email(133 Request::factory()134 ->execute()135 ->send_headers()136 ->body()137 )138 );139 }
DOCROOT/index.php |
DOCROOT/license.php |
APPPATH/bootstrap.php |
SYSPATH/classes/kohana/core.php |
SYSPATH/classes/kohana.php |
SYSPATH/classes/i18n.php |
SYSPATH/classes/kohana/i18n.php |
SYSPATH/classes/kohana/exception.php |
SYSPATH/classes/kohana/kohana/exceptionphp7.php |
SYSPATH/classes/log.php |
SYSPATH/classes/kohana/log.php |
SYSPATH/classes/kohana/config.php |
SYSPATH/classes/log/file.php |
SYSPATH/classes/kohana/log/file.php |
SYSPATH/classes/log/writer.php |
SYSPATH/classes/kohana/log/writer.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/session.php |
SYSPATH/classes/kohana/session.php |
SYSPATH/classes/arr.php |
SYSPATH/classes/kohana/arr.php |
SYSPATH/config/session.php |
MODPATH/database/config/session.php |
SYSPATH/classes/config/group.php |
SYSPATH/classes/kohana/config/group.php |
SYSPATH/classes/session/native.php |
SYSPATH/classes/kohana/session/native.php |
APPPATH/config/main.php |
MODPATH/shared/classes/setting.php |
MODPATH/orm/classes/orm.php |
MODPATH/orm/classes/kohana/orm.php |
SYSPATH/classes/model.php |
SYSPATH/classes/kohana/model.php |
MODPATH/shared/classes/model/setting.php |
MODPATH/shared/classes/model/base.php |
SYSPATH/classes/inflector.php |
SYSPATH/classes/kohana/inflector.php |
SYSPATH/config/inflector.php |
MODPATH/database/classes/database.php |
MODPATH/database/classes/kohana/database.php |
MODPATH/database/config/database.php |
APPPATH/config/database.php |
MODPATH/database/classes/database/mysqli.php |
SYSPATH/classes/profiler.php |
SYSPATH/classes/kohana/profiler.php |
MODPATH/database/classes/database/mysqli/result.php |
MODPATH/database/classes/database/result.php |
MODPATH/database/classes/kohana/database/result.php |
MODPATH/database/classes/db.php |
MODPATH/database/classes/kohana/db.php |
MODPATH/database/classes/database/query/builder/select.php |
MODPATH/database/classes/kohana/database/query/builder/select.php |
MODPATH/database/classes/database/query/builder/where.php |
MODPATH/database/classes/kohana/database/query/builder/where.php |
MODPATH/database/classes/database/query/builder.php |
MODPATH/database/classes/kohana/database/query/builder.php |
MODPATH/database/classes/database/query.php |
MODPATH/database/classes/kohana/database/query.php |
MODPATH/shared/classes/model/site.php |
MODPATH/shared/classes/model/language.php |
MODPATH/cache/classes/cache.php |
MODPATH/cache/classes/kohana/cache.php |
MODPATH/cache/config/cache.php |
MODPATH/cache/classes/cache/file.php |
MODPATH/cache/classes/kohana/cache/file.php |
MODPATH/cache/classes/cache/garbagecollect.php |
MODPATH/cache/classes/kohana/cache/garbagecollect.php |
MODPATH/shared/classes/model/redirect.php |
APPPATH/routes.php |
SYSPATH/classes/route.php |
SYSPATH/classes/kohana/route.php |
MODPATH/shared/classes/model/item.php |
MODPATH/shared/classes/model/itemtranslation.php |
MODPATH/shared/classes/model/basetranslation.php |
MODPATH/shared/classes/model/category.php |
MODPATH/database/classes/database/query/builder/join.php |
MODPATH/database/classes/kohana/database/query/builder/join.php |
MODPATH/shared/classes/model/categorytranslation.php |
APPPATH/classes/html.php |
SYSPATH/classes/kohana/html.php |
APPPATH/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 |
APPPATH/classes/controller/page.php |
APPPATH/classes/controller/base.php |
SYSPATH/classes/controller/template.php |
SYSPATH/classes/kohana/controller/template.php |
SYSPATH/classes/controller.php |
SYSPATH/classes/kohana/controller.php |
SYSPATH/classes/response.php |
SYSPATH/classes/kohana/response.php |
SYSPATH/classes/http/response.php |
SYSPATH/classes/kohana/http/response.php |
APPPATH/classes/view.php |
SYSPATH/classes/kohana/view.php |
APPPATH/classes/shop/cart.php |
APPPATH/config/shop.php |
APPPATH/classes/shop/customer.php |
MODPATH/auth/classes/auth.php |
MODPATH/auth/classes/kohana/auth.php |
MODPATH/auth/config/auth.php |
APPPATH/config/auth.php |
APPPATH/classes/auth/db.php |
MODPATH/auth/classes/kohana/auth/db.php |
APPPATH/classes/controller/module/notifications.php |
APPPATH/classes/controller/module/base.php |
SYSPATH/classes/http.php |
SYSPATH/classes/kohana/http.php |
MODPATH/shared/classes/model/blogs.php |
APPPATH/classes/url.php |
SYSPATH/classes/kohana/url.php |
SYSPATH/classes/utf8.php |
SYSPATH/classes/kohana/utf8.php |
APPPATH/classes/controller/module/menu.php |
APPPATH/classes/controller/module/teaser.php |
SYSPATH/classes/debug.php |
SYSPATH/classes/kohana/debug.php |
SYSPATH/classes/date.php |
SYSPATH/classes/kohana/date.php |
MODPATH/shared/classes/model/errorlog.php |
SYSPATH/classes/validation.php |
SYSPATH/classes/kohana/validation.php |
MODPATH/database/classes/database/query/builder/update.php |
MODPATH/database/classes/kohana/database/query/builder/update.php |
SYSPATH/views/kohana/error.php |
Core |
date |
libxml |
openssl |
pcre |
sqlite3 |
zlib |
bz2 |
calendar |
ctype |
curl |
hash |
filter |
ftp |
gettext |
gmp |
SPL |
iconv |
pcntl |
readline |
Reflection |
session |
standard |
shmop |
SimpleXML |
mbstring |
tokenizer |
xml |
litespeed |
bcmath |
dom |
fileinfo |
gd |
imap |
intl |
json |
exif |
mysqli |
mysqlnd |
PDO |
pdo_mysql |
pdo_sqlite |
Phar |
posix |
soap |
sockets |
xmlreader |
xmlwriter |
xsl |
zip |
site_id | integer 1 |
shop_id | string(1) "1" |
language_abbr | string(2) "nl" |
secondary_language_id | string(1) "1" |
language_id | string(1) "1" |
cart | object Shop_Cart(16) |
customer | object Shop_Customer(0) |
prices_incl_tax | bool FALSE |
prices_incl_tax_show | bool TRUE |
/ervaringen-van-klanten | string(0) "" |
PATH | string(28) "/usr/local/bin:/usr/bin:/bin" |
TEMP | string(4) "/tmp" |
TMP | string(4) "/tmp" |
TMPDIR | string(4) "/tmp" |
PWD | string(1) "/" |
HTTP_ACCEPT | string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
HTTP_ACCEPT_ENCODING | string(7) "br,gzip" |
HTTP_ACCEPT_LANGUAGE | string(14) "en-US,en;q=0.5" |
HTTP_CONNECTION | string(5) "close" |
CONTENT_LENGTH | string(1) "0" |
HTTP_HOST | string(20) "klanten.raket.online" |
HTTP_USER_AGENT | string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" |
HTTP_X_ZXCS_URI | string(23) "/ervaringen-van-klanten" |
HTTP_X_ZXCS_VHOST | string(20) "klanten.raket.online" |
HTTP_X_FORWARDED_PORT | string(3) "443" |
HTTP_X_FORWARDED_PROTO | string(5) "https" |
HTTP_SET_COOKIE | string(6) "Secure" |
HTTP_REMOTE_ADDR | string(13) "185.104.29.36" |
REDIRECT_UNIQUE_ID | string(27) "Zw34q55Ip-BSHu4_XEWSOQAAAVc" |
REDIRECT_HTTPS | string(2) "on" |
REDIRECT_SCRIPT_URL | string(23) "/ervaringen-van-klanten" |
REDIRECT_SCRIPT_URI | string(50) "http://klanten.raket.online/ervaringen-van-klanten" |
REDIRECT_STATUS | string(3) "200" |
UNIQUE_ID | string(27) "Zw34q55Ip-BSHu4_XEWSOQAAAVc" |
HTTPS | string(2) "on" |
SCRIPT_URL | string(23) "/ervaringen-van-klanten" |
SCRIPT_URI | string(50) "http://klanten.raket.online/ervaringen-van-klanten" |
SERVER_SIGNATURE | string(0) "" |
SERVER_SOFTWARE | string(8) "Apache/2" |
SERVER_NAME | string(20) "klanten.raket.online" |
SERVER_ADDR | string(9) "127.0.0.1" |
SERVER_PORT | string(2) "80" |
REMOTE_ADDR | string(12) "35.173.48.18" |
DOCUMENT_ROOT | string(57) "/home/raketonlin/domains/klanten.raket.online/public_html" |
REQUEST_SCHEME | string(4) "http" |
CONTEXT_PREFIX | string(0) "" |
CONTEXT_DOCUMENT_ROOT | string(57) "/home/raketonlin/domains/klanten.raket.online/public_html" |
SERVER_ADMIN | string(30) "webmaster@klanten.raket.online" |
SCRIPT_FILENAME | string(67) "/home/raketonlin/domains/klanten.raket.online/public_html/index.php" |
REMOTE_PORT | string(5) "58718" |
REDIRECT_URL | string(23) "/ervaringen-van-klanten" |
REDIRECT_QUERY_STRING | string(23) "/ervaringen-van-klanten" |
SERVER_PROTOCOL | string(8) "HTTP/1.1" |
REQUEST_METHOD | string(3) "GET" |
QUERY_STRING | string(23) "/ervaringen-van-klanten" |
REQUEST_URI | string(23) "/ervaringen-van-klanten" |
SCRIPT_NAME | string(10) "/index.php" |
PHP_SELF | string(10) "/index.php" |
REQUEST_TIME_FLOAT | float 1728968876.0588 |
REQUEST_TIME | integer 1728968876 |
SYSPATH/classes/kohana/arr.php [ 104 ]
99 // The path has already been separated into keys100 $keys = $path;101 }102 else103 {104 if (array_key_exists($path, $array))105 {106 // No need to do extra processing107 return $array[$path];108 }109
SYSPATH/classes/kohana/arr.php [ 104 ]»Kohana_Core::error_handler(arguments)
0 | integer 8192 |
1 | string(111) "array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead" |
2 | string(94) "/home/raketonlin/domains/klanten.raket.online/public_html/kohana_system/classes/kohana/arr.php" |
3 | integer 104 |
4 | array(4) ( "array" => object Config_Group(3) |
99 // The path has already been separated into keys100 $keys = $path;101 }102 else103 {104 if (array_key_exists($path, $array))105 {106 // No need to do extra processing107 return $array[$path];108 }109
SYSPATH/classes/kohana/config.php [ 110 ]»Kohana_Arr::path(arguments)
0 | object Config_Group(3) |
1 | string(10) "master_url" |
2 | NULL |
3 | string(1) "." |
105 106 if(isset($this->_groups[$group]))107 {108 if (isset($path))109 {110 return Arr::path($this->_groups[$group], $path, NULL, '.');111 }112 return $this->_groups[$group];113 }114 115 $config = array();
APPPATH/classes/url.php [ 45 ]»Kohana_Config->load(arguments)
0 | string(4) "main" |
40 if($width !== NULL OR $height !== NULL)41 {42 $uri = '/'.$scale_method.'/'.$width.'/'.$height.'/'.$uri;43 }44 45 $master_url = Kohana::$config->load('main.master_url');46 if($master_url !== '')47 {48 $domain = $master_url;49 $protocol = 'http';50 $port = '';
APPPATH/classes/view.php(45) : eval()'d code [ 322 ]»URL::image(arguments)
0 | string(23) "images/persons/dirk.png" |
APPPATH/classes/view.php [ 45 ]»eval()
40 41 try42 {43 // Load the view within the current scope44 //include $kohana_view_filename;45 eval(' ?>'.$kohana_view_content.'<?php ');46 }47 catch (Exception $e)48 {49 // Delete the output buffer50 ob_end_clean();
SYSPATH/classes/kohana/view.php [ 343 ]»View::capture(arguments)
0 | string(87) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/modules/person.php" |
1 | array(3) ( "person_title" => string(0) "" "person_content" => string(0) "" "person" => object Model_Person(34) |
338 {339 throw new View_Exception('You must set the file to use within your view before rendering');340 }341 342 // Combine local and global data and capture the output343 return View::capture($this->_file, $this->_data);344 }345 346 } // End View
SYSPATH/classes/kohana/view.php [ 228 ]»Kohana_View->render()
223 */224 public function __toString()225 {226 try227 {228 return $this->render();229 }230 catch (Exception $e)231 {232 // Display the exception message233 Kohana_Exception::handler($e);
APPPATH/classes/view.php(45) : eval()'d code [ 1 ]»Kohana_View->__toString()
APPPATH/classes/view.php [ 45 ]»eval()
40 41 try42 {43 // Load the view within the current scope44 //include $kohana_view_filename;45 eval(' ?>'.$kohana_view_content.'<?php ');46 }47 catch (Exception $e)48 {49 // Delete the output buffer50 ob_end_clean();
SYSPATH/classes/kohana/view.php [ 343 ]»View::capture(arguments)
0 | string(78) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/empty.php" |
1 | array(5) ( "title" => string(6) "person" "title_long" => string(0) "" "title_page" => string(36) " - Raket - Online Marketing Funnels " "unique_name" => string(6) "person" "content" => object View(2) |
338 {339 throw new View_Exception('You must set the file to use within your view before rendering');340 }341 342 // Combine local and global data and capture the output343 return View::capture($this->_file, $this->_data);344 }345 346 } // End View
SYSPATH/classes/kohana/controller/template.php [ 44 ]»Kohana_View->render()
39 */40 public function after()41 {42 if ($this->auto_render === TRUE)43 {44 $this->response->body($this->template->render());45 }46 47 parent::after();48 }49
{PHP internal call}»Kohana_Controller_Template->after()
SYSPATH/classes/kohana/request/client/internal.php [ 121 ]»ReflectionMethod->invoke(arguments)
0 | object Controller_Module_Person(8) |
116 117 $method = $class->getMethod('action_'.$action);118 $method->invoke($controller);119 120 // Execute the "after action" method121 $class->getMethod('after')->invoke($controller);122 }123 catch (Exception $e)124 {125 // Restore the previous request126 if ($previous instanceof Request)
SYSPATH/classes/kohana/request/client.php [ 64 ]»Kohana_Request_Client_Internal->execute_request(arguments)
0 | object Request(22) |
59 public function execute(Request $request)60 {61 if ($this->_cache instanceof HTTP_Cache)62 return $this->_cache->execute($this, $request);63 64 return $this->execute_request($request);65 }66 67 /**68 * Processes the request passed to it and returns the response from69 * the URI resource identified.
SYSPATH/classes/kohana/request.php [ 1141 ]»Kohana_Request_Client->execute(arguments)
0 | object Request(22) |
1136 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array(1137 ':uri' => $this->_uri,1138 ));1139 }1140 1141 return $this->_client->execute($this);1142 }1143 1144 /**1145 * Returns whether this request is the initial request Kohana received.1146 * Can be used to test for sub requests.
APPPATH/classes/html.php [ 76 ]»Kohana_Request->execute()
71 foreach ($matches as $matches2)72 {73 foreach ($matches2 as $match)74 {75 $inline_item_name = substr($match, 1, -1);76 $inline_html = Request::factory($inline_item_name)->execute();77 78 $string = str_replace($match, $inline_html, $string);79 }80 }81
APPPATH/classes/view.php [ 24 ]»HTML::replace_markers(arguments)
0 | string(131323) "<!DOCTYPE html><html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> …" |
19 * @return string20 */21 protected static function capture($kohana_view_filename, array $kohana_view_data)22 {23 $kohana_view_content = file_get_contents($kohana_view_filename);24 $kohana_view_content = HTML::replace_markers($kohana_view_content);25 $kohana_view_content = HTML::obfuscate_email($kohana_view_content);26 27 // FIX ME, create shortcode replacement for settings and variables?28 29 // Import the view variables to local namespace
SYSPATH/classes/kohana/view.php [ 343 ]»View::capture(arguments)
0 | string(103) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/standaard_pagina_geen_kolommen.php" |
1 | array(8) ( "content" => object View(2) |
338 {339 throw new View_Exception('You must set the file to use within your view before rendering');340 }341 342 // Combine local and global data and capture the output343 return View::capture($this->_file, $this->_data);344 }345 346 } // End View
SYSPATH/classes/kohana/controller/template.php [ 44 ]»Kohana_View->render()
39 */40 public function after()41 {42 if ($this->auto_render === TRUE)43 {44 $this->response->body($this->template->render());45 }46 47 parent::after();48 }49
{PHP internal call}»Kohana_Controller_Template->after()
SYSPATH/classes/kohana/request/client/internal.php [ 121 ]»ReflectionMethod->invoke(arguments)
0 | object Controller_Page(8) |
116 117 $method = $class->getMethod('action_'.$action);118 $method->invoke($controller);119 120 // Execute the "after action" method121 $class->getMethod('after')->invoke($controller);122 }123 catch (Exception $e)124 {125 // Restore the previous request126 if ($previous instanceof Request)
SYSPATH/classes/kohana/request/client.php [ 64 ]»Kohana_Request_Client_Internal->execute_request(arguments)
0 | object Request(22) |
59 public function execute(Request $request)60 {61 if ($this->_cache instanceof HTTP_Cache)62 return $this->_cache->execute($this, $request);63 64 return $this->execute_request($request);65 }66 67 /**68 * Processes the request passed to it and returns the response from69 * the URI resource identified.
SYSPATH/classes/kohana/request.php [ 1141 ]»Kohana_Request_Client->execute(arguments)
0 | object Request(22) |
1136 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array(1137 ':uri' => $this->_uri,1138 ));1139 }1140 1141 return $this->_client->execute($this);1142 }1143 1144 /**1145 * Returns whether this request is the initial request Kohana received.1146 * Can be used to test for sub requests.
DOCROOT/index.php [ 134 ]»Kohana_Request->execute()
129 ->body();130 }else{131 echo HTML::minify_output(132 HTML::obfuscate_email(133 Request::factory()134 ->execute()135 ->send_headers()136 ->body()137 )138 );139 }
DOCROOT/index.php |
DOCROOT/license.php |
APPPATH/bootstrap.php |
SYSPATH/classes/kohana/core.php |
SYSPATH/classes/kohana.php |
SYSPATH/classes/i18n.php |
SYSPATH/classes/kohana/i18n.php |
SYSPATH/classes/kohana/exception.php |
SYSPATH/classes/kohana/kohana/exceptionphp7.php |
SYSPATH/classes/log.php |
SYSPATH/classes/kohana/log.php |
SYSPATH/classes/kohana/config.php |
SYSPATH/classes/log/file.php |
SYSPATH/classes/kohana/log/file.php |
SYSPATH/classes/log/writer.php |
SYSPATH/classes/kohana/log/writer.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/session.php |
SYSPATH/classes/kohana/session.php |
SYSPATH/classes/arr.php |
SYSPATH/classes/kohana/arr.php |
SYSPATH/config/session.php |
MODPATH/database/config/session.php |
SYSPATH/classes/config/group.php |
SYSPATH/classes/kohana/config/group.php |
SYSPATH/classes/session/native.php |
SYSPATH/classes/kohana/session/native.php |
APPPATH/config/main.php |
MODPATH/shared/classes/setting.php |
MODPATH/orm/classes/orm.php |
MODPATH/orm/classes/kohana/orm.php |
SYSPATH/classes/model.php |
SYSPATH/classes/kohana/model.php |
MODPATH/shared/classes/model/setting.php |
MODPATH/shared/classes/model/base.php |
SYSPATH/classes/inflector.php |
SYSPATH/classes/kohana/inflector.php |
SYSPATH/config/inflector.php |
MODPATH/database/classes/database.php |
MODPATH/database/classes/kohana/database.php |
MODPATH/database/config/database.php |
APPPATH/config/database.php |
MODPATH/database/classes/database/mysqli.php |
SYSPATH/classes/profiler.php |
SYSPATH/classes/kohana/profiler.php |
MODPATH/database/classes/database/mysqli/result.php |
MODPATH/database/classes/database/result.php |
MODPATH/database/classes/kohana/database/result.php |
MODPATH/database/classes/db.php |
MODPATH/database/classes/kohana/db.php |
MODPATH/database/classes/database/query/builder/select.php |
MODPATH/database/classes/kohana/database/query/builder/select.php |
MODPATH/database/classes/database/query/builder/where.php |
MODPATH/database/classes/kohana/database/query/builder/where.php |
MODPATH/database/classes/database/query/builder.php |
MODPATH/database/classes/kohana/database/query/builder.php |
MODPATH/database/classes/database/query.php |
MODPATH/database/classes/kohana/database/query.php |
MODPATH/shared/classes/model/site.php |
MODPATH/shared/classes/model/language.php |
MODPATH/cache/classes/cache.php |
MODPATH/cache/classes/kohana/cache.php |
MODPATH/cache/config/cache.php |
MODPATH/cache/classes/cache/file.php |
MODPATH/cache/classes/kohana/cache/file.php |
MODPATH/cache/classes/cache/garbagecollect.php |
MODPATH/cache/classes/kohana/cache/garbagecollect.php |
MODPATH/shared/classes/model/redirect.php |
APPPATH/routes.php |
SYSPATH/classes/route.php |
SYSPATH/classes/kohana/route.php |
MODPATH/shared/classes/model/item.php |
MODPATH/shared/classes/model/itemtranslation.php |
MODPATH/shared/classes/model/basetranslation.php |
MODPATH/shared/classes/model/category.php |
MODPATH/database/classes/database/query/builder/join.php |
MODPATH/database/classes/kohana/database/query/builder/join.php |
MODPATH/shared/classes/model/categorytranslation.php |
APPPATH/classes/html.php |
SYSPATH/classes/kohana/html.php |
APPPATH/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 |
APPPATH/classes/controller/page.php |
APPPATH/classes/controller/base.php |
SYSPATH/classes/controller/template.php |
SYSPATH/classes/kohana/controller/template.php |
SYSPATH/classes/controller.php |
SYSPATH/classes/kohana/controller.php |
SYSPATH/classes/response.php |
SYSPATH/classes/kohana/response.php |
SYSPATH/classes/http/response.php |
SYSPATH/classes/kohana/http/response.php |
APPPATH/classes/view.php |
SYSPATH/classes/kohana/view.php |
APPPATH/classes/shop/cart.php |
APPPATH/config/shop.php |
APPPATH/classes/shop/customer.php |
MODPATH/auth/classes/auth.php |
MODPATH/auth/classes/kohana/auth.php |
MODPATH/auth/config/auth.php |
APPPATH/config/auth.php |
APPPATH/classes/auth/db.php |
MODPATH/auth/classes/kohana/auth/db.php |
APPPATH/classes/controller/module/notifications.php |
APPPATH/classes/controller/module/base.php |
SYSPATH/classes/http.php |
SYSPATH/classes/kohana/http.php |
MODPATH/shared/classes/model/blogs.php |
APPPATH/classes/url.php |
SYSPATH/classes/kohana/url.php |
SYSPATH/classes/utf8.php |
SYSPATH/classes/kohana/utf8.php |
APPPATH/classes/controller/module/menu.php |
APPPATH/classes/controller/module/teaser.php |
SYSPATH/classes/debug.php |
SYSPATH/classes/kohana/debug.php |
SYSPATH/classes/date.php |
SYSPATH/classes/kohana/date.php |
MODPATH/shared/classes/model/errorlog.php |
SYSPATH/classes/validation.php |
SYSPATH/classes/kohana/validation.php |
MODPATH/database/classes/database/query/builder/update.php |
MODPATH/database/classes/kohana/database/query/builder/update.php |
SYSPATH/views/kohana/error.php |
APPPATH/classes/controller/module/person.php |
MODPATH/shared/classes/model/person.php |
MODPATH/database/classes/database/expression.php |
MODPATH/database/classes/kohana/database/expression.php |
APPPATH/classes/controller/form.php |
MODPATH/shared/classes/model/form.php |
MODPATH/shared/classes/model/formfield.php |
MODPATH/shared/classes/model/formtranslation.php |
Core |
date |
libxml |
openssl |
pcre |
sqlite3 |
zlib |
bz2 |
calendar |
ctype |
curl |
hash |
filter |
ftp |
gettext |
gmp |
SPL |
iconv |
pcntl |
readline |
Reflection |
session |
standard |
shmop |
SimpleXML |
mbstring |
tokenizer |
xml |
litespeed |
bcmath |
dom |
fileinfo |
gd |
imap |
intl |
json |
exif |
mysqli |
mysqlnd |
PDO |
pdo_mysql |
pdo_sqlite |
Phar |
posix |
soap |
sockets |
xmlreader |
xmlwriter |
xsl |
zip |
site_id | integer 1 |
shop_id | string(1) "1" |
language_abbr | string(2) "nl" |
secondary_language_id | string(1) "1" |
language_id | string(1) "1" |
cart | object Shop_Cart(16) |
customer | object Shop_Customer(0) |
prices_incl_tax | bool FALSE |
prices_incl_tax_show | bool TRUE |
/ervaringen-van-klanten | string(0) "" |
PATH | string(28) "/usr/local/bin:/usr/bin:/bin" |
TEMP | string(4) "/tmp" |
TMP | string(4) "/tmp" |
TMPDIR | string(4) "/tmp" |
PWD | string(1) "/" |
HTTP_ACCEPT | string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
HTTP_ACCEPT_ENCODING | string(7) "br,gzip" |
HTTP_ACCEPT_LANGUAGE | string(14) "en-US,en;q=0.5" |
HTTP_CONNECTION | string(5) "close" |
CONTENT_LENGTH | string(1) "0" |
HTTP_HOST | string(20) "klanten.raket.online" |
HTTP_USER_AGENT | string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" |
HTTP_X_ZXCS_URI | string(23) "/ervaringen-van-klanten" |
HTTP_X_ZXCS_VHOST | string(20) "klanten.raket.online" |
HTTP_X_FORWARDED_PORT | string(3) "443" |
HTTP_X_FORWARDED_PROTO | string(5) "https" |
HTTP_SET_COOKIE | string(6) "Secure" |
HTTP_REMOTE_ADDR | string(13) "185.104.29.36" |
REDIRECT_UNIQUE_ID | string(27) "Zw34q55Ip-BSHu4_XEWSOQAAAVc" |
REDIRECT_HTTPS | string(2) "on" |
REDIRECT_SCRIPT_URL | string(23) "/ervaringen-van-klanten" |
REDIRECT_SCRIPT_URI | string(50) "http://klanten.raket.online/ervaringen-van-klanten" |
REDIRECT_STATUS | string(3) "200" |
UNIQUE_ID | string(27) "Zw34q55Ip-BSHu4_XEWSOQAAAVc" |
HTTPS | string(2) "on" |
SCRIPT_URL | string(23) "/ervaringen-van-klanten" |
SCRIPT_URI | string(50) "http://klanten.raket.online/ervaringen-van-klanten" |
SERVER_SIGNATURE | string(0) "" |
SERVER_SOFTWARE | string(8) "Apache/2" |
SERVER_NAME | string(20) "klanten.raket.online" |
SERVER_ADDR | string(9) "127.0.0.1" |
SERVER_PORT | string(2) "80" |
REMOTE_ADDR | string(12) "35.173.48.18" |
DOCUMENT_ROOT | string(57) "/home/raketonlin/domains/klanten.raket.online/public_html" |
REQUEST_SCHEME | string(4) "http" |
CONTEXT_PREFIX | string(0) "" |
CONTEXT_DOCUMENT_ROOT | string(57) "/home/raketonlin/domains/klanten.raket.online/public_html" |
SERVER_ADMIN | string(30) "webmaster@klanten.raket.online" |
SCRIPT_FILENAME | string(67) "/home/raketonlin/domains/klanten.raket.online/public_html/index.php" |
REMOTE_PORT | string(5) "58718" |
REDIRECT_URL | string(23) "/ervaringen-van-klanten" |
REDIRECT_QUERY_STRING | string(23) "/ervaringen-van-klanten" |
SERVER_PROTOCOL | string(8) "HTTP/1.1" |
REQUEST_METHOD | string(3) "GET" |
QUERY_STRING | string(23) "/ervaringen-van-klanten" |
REQUEST_URI | string(23) "/ervaringen-van-klanten" |
SCRIPT_NAME | string(10) "/index.php" |
PHP_SELF | string(10) "/index.php" |
REQUEST_TIME_FLOAT | float 1728968876.0588 |
REQUEST_TIME | integer 1728968876 |