
SYSPATH/classes/Kohana/Session.php [ 324 ]
319 }
320 }
321 catch (Exception $e)
322 {
323 // Error reading the session, usually a corrupt session.
324 throw new Session_Exception('Error reading session data.', NULL, Session_Exception::SESSION_CORRUPT);
325 }
326
327 if (is_array($data))
328 {
329 // Load the data locally
-
SYSPATH/classes/Kohana/Session.php [ 125 ] » Kohana_Session->read(arguments)
0
NULL
120 // Enable or disable encryption of data 121 $this->_encrypted = $config['encrypted']; 122 } 123 124 // Load the session 125 $this->read($id); 126 } 127 128 /** 129 * Session object is rendered to a serialized string. If encryption is 130 * enabled, the session will be encrypted. If not, the output string will
-
SYSPATH/classes/Kohana/Session.php [ 54 ] » Kohana_Session->__construct(arguments)
0
NULL
1
NULL
49 50 // Set the session class name 51 $class = 'Session_'.ucfirst($type); 52 53 // Create a new session instance 54 Session::$instances[$type] = $session = new $class($config, $id); 55 56 // Write the session at shutdown 57 register_shutdown_function(array($session, 'write')); 58 } 59
-
MODPATH/auth/classes/Kohana/Auth.php [ 58 ] » Kohana_Session::instance(arguments)
0
string(6) "native"
53 public function __construct($config = array()) 54 { 55 // Save the config in the object 56 $this->_config = $config; 57 58 $this->_session = Session::instance($this->_config['session_type']); 59 } 60 61 abstract protected function _login($username, $password, $remember); 62 63 abstract public function password($username);
-
MODPATH/auth/classes/Kohana/Auth.php [ 37 ] » Kohana_Auth->__construct(arguments)
0
object Config_Group(7)
{ public driver => string(3) "ORM" public hash_method => string(6) "sha256" public hash_key => string(20) "24242342352577246743" public lifetime => integer 1209600 public session_type => string(6) "native" public session_key => string(9) "auth_user" public users => array(0) }
32 33 // Set the session class name 34 $class = 'Auth_'.ucfirst($type); 35 36 // Create a new session instance 37 Auth::$_instance = new $class($config); 38 } 39 40 return Auth::$_instance; 41 } 42
-
APPPATH/classes/Controller/Common.php [ 75 ] » Kohana_Auth::instance()
70 $this->categories_company_domain = $categories_company_domain; 71 View::set_global('categories_company_domain', $categories_company_domain); 72 73 View::set_global('breadcrumbs', FALSE); 74 75 if (Auth::instance()->logged_in()) 76 { 77 /* 78 $controller = Request::current()->controller(); 79 print_r ($controller); 80
-
SYSPATH/classes/Kohana/Controller.php [ 69 ] » Controller_Common->before()
64 * @return Response 65 */ 66 public function execute() 67 { 68 // Execute the "before action" method 69 $this->before(); 70 71 // Determine the action to use 72 $action = 'action_'.$this->request->action(); 73 74 // If the action doesn't exist, it's a 404
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Pagewebview(15)
{ public template => object View(2)
{ protected _file => string(69) "/home/c/cs11853/articles_sites/public_html/application/views/main.php" protected _data => array(2) ( "logo_img" => NULL "content" => bool FALSE ) }
public userlogin => NULL public auto_render => bool TRUE public request => object Request(19){ protected _requested_with => NULL protected _method => string(4) "POST" protected _protocol => string(8) "HTTP/1.0" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(47) "(<controller>(/<action>(/<param1>(/<param2>))))" protected _regex => array(3) ( "controller" => string(166) "(ImageProcessor|market|pagewebview|add|article|articleprocessing|llm|pages|images|search|users|mails|hide|gpt|boltalka|comments| …" "param1" => string(8) "(.[^/]*)" "param2" => string(8) "(.[^/]*)" ) protected _defaults => array(2) ( "controller" => string(5) "users" "action" => string(5) "index" ) protected _route_regex => string(275) "#^(?:(?P<controller>(ImageProcessor|market|pagewebview|add|article|articleprocessing|llm|pages|images|search|users|mails|hide|gp …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => string(47) "url=https%3A%2F%2Ftaxihot.ru%2Fnizhniy-novgorod" protected _directory => string(0) "" protected _controller => string(11) "Pagewebview" protected _action => string(3) "url" protected _uri => string(15) "pagewebview/url" protected _external => bool FALSE protected _params => array(0) protected _get => array(1) ( "kohana_uri" => string(15) "pagewebview/url" ) protected _post => array(1) ( "url" => string(35) "https://taxihot.ru/nizhniy-novgorod" ) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
public site_config => object Config_Group(11){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.0" }{ public site_domain => string(8) "joyru.ru" public site_name => string(8) "JoyRu.ru" public admin_mail => string(13) "info@joyru.ru" public site_url => string(16) "https://joyru.ru" public images_folder => string(12) "images_joyru" public site_image => string(14) "site_image.jpg" public site_categories_seo => array(8) ( 0 => string(12) "samorazvitie" 1 => string(22) "samosovershenstvovanie" 2 => string(11) "psihologiya" 3 => string(16) "lichnostnyy-rost" 4 => string(13) "kommunikaciya" 5 => string(7) "kar-era" 6 => string(10) "kulinariya" 7 => string(8) "schast-e" ) public title => string(104) "JoyRU.ru - Радость и Счастье: путь к радости и улучшению жизни" public description => string(345) "Приветствуем вас на JoyRU.ru! Наши советы и ресурсы помогут вам обрести радость и улучшить качество вашей жизни. Изучайте техник …" public h1 => string(75) "Изучайте путь к радости и счастью на JoyRU.ru" public keywords => string(165) "радость, улучшение жизни, психология счастья, позитивное мышление, самосовершенствование" }
public site_domain => string(8) "joyru.ru" public site_url => string(16) "https://joyru.ru" public site_name => string(8) "JoyRu.ru" public site_categories_seo => array(8) ( 0 => integer 35 1 => integer 131 2 => integer 182 3 => integer 191 4 => integer 192 5 => integer 196 6 => integer 284 7 => integer 319 ) public admin_mail => string(13) "info@joyru.ru" public site_categories => array(8) ( 35 => array(10) ( "category_id" => string(2) "35" "category_name" => string(20) "Психология" "category_seo" => string(11) "psihologiya" "domain" => string(8) "joyru.ru" "category_img" => string(8) "psy.jpeg" "category_keywords" => string(288) "Психология, саморазвитие, психология, позитивное мышление, управление эмоциями, коммуникация, отношения, самопринятие, эмпатия, …" "category_description_short" => string(175) "🧠 Психология: Углубитесь в мир психологии, развития личности и психологического благополучия." "category_description" => string(292) "🧠 Психология: Глубоко погрузитесь в психологию, понимание человеческого разума и развитие личности. Наши статьи помогут вам лучш …" "category_description_full" => string(383) "🧠 Добро пожаловать в мир *Психологии*! Здесь вы узнаете о психологических аспектах развития личности, ментального здоровья и меж …" "category_date_update" => string(19) "2023-10-24 13:20:10" ) 131 => array(10) ( "category_id" => string(3) "131" "category_name" => string(18) "Кулинария" "category_seo" => string(10) "kulinariya" "domain" => string(8) "joyru.ru" "category_img" => string(37) "e98289fa4e4447d89a4b719fe608e440.jpeg" "category_keywords" => string(248) "Кулинария, здоровое питание, готовка, кулинария, рецепты, дети, семья, кулинарные мастер-классы, духовка, вкусные блюда, гриль, …" "category_description_short" => string(112) "🍳 Кулинария: Готовьте вкусные блюда и узнайте новые рецепты." "category_description" => string(238) "🍳 Кулинария: Готовьте вкусные блюда и узнайте новые рецепты. Исследуйте кулинарные традиции и приготовление разнообразных блюд." "category_description_full" => string(336) "🍳 Добро пожаловать в мир *Кулинарии*! Готовьте вкусные блюда, изучайте рецепты и узнайте секреты кулинарного искусства. Мы делим …" "category_date_update" => string(19) "2023-10-24 13:21:59" ) 182 => array(10) ( "category_id" => string(3) "182" "category_name" => string(24) "Саморазвитие" "category_seo" => string(12) "samorazvitie" "domain" => string(8) "joyru.ru" "category_img" => string(37) "25bb15fc89dd4ae59fbf9c2ae647a333.jpeg" "category_keywords" => string(299) "Саморазвитие, саморазвитие, позитивное мышление, навыки, управление временем, самопринятие, планирование, успех, мотивация, цели …" "category_description_short" => string(144) "🚀 Саморазвитие: Проводите время на самосовершенствование и развитие навыков." "category_description" => string(207) "🚀 Саморазвитие: Посвятите время своему личному росту и развитию навыков. Узнайте, как стать лучшей версией себя." "category_description_full" => string(251) "🚀 Добро пожаловать в мир *Саморазвития*! Посвятите время своему личному росту и развитию навыков. Узнайте, как стать лучшей верс …" "category_date_update" => string(19) "2023-10-24 13:20:10" ) 191 => array(10) ( "category_id" => string(3) "191" "category_name" => string(29) "Личностный рост" "category_seo" => string(16) "lichnostnyy-rost" "domain" => string(8) "joyru.ru" "category_img" => string(37) "e773a76efb8c49d6b9db5166753b427b.jpeg" "category_keywords" => string(269) "Личностный рост, коммуникация, навыки, личностный рост, отношения, саморазвитие, общение, эмпатия, решение проблем, влияние, вза …" "category_description_short" => string(212) "Личностный рост 🌱: Развивайтесь и совершенствуйтесь. Узнайте, как раскрыть свой потенциал и достичь личного роста." "category_description" => string(241) "Личностный рост: Развивайтесь и совершенствуйтесь как личность. Узнайте о методах самосовершенствования и достижения своих целей …" "category_description_full" => string(440) "Добро пожаловать в раздел *Личностный рост*! Развивайтесь и совершенствуйтесь как личность. Исследуйте методы самосовершенствова …" "category_date_update" => string(19) "2023-10-24 13:27:28" ) 192 => array(10) ( "category_id" => string(3) "192" "category_name" => string(24) "Коммуникация" "category_seo" => string(13) "kommunikaciya" "domain" => string(8) "joyru.ru" "category_img" => string(37) "b07ffb09925b45c39334c789eeb880ac.jpeg" "category_keywords" => string(277) "Коммуникация, коммуникация, навыки, общение, эмпатия, отношения, влияние, взаимодействие, личностный рост, решение проблем, успе …" "category_description_short" => string(252) "Коммуникация 🗣️: Развивайте навыки эффективной коммуникации. Узнайте, как вести успешные разговоры и улучшить отношения с окружа …" "category_description" => string(233) "Коммуникация: Развивайте навыки эффективного общения. Исследуйте искусство коммуникации и улучшайте отношения с окружающими." "category_description_full" => string(526) "Добро пожаловать в раздел *Коммуникация*! Развивайте навыки эффективного общения и улучшайте свои отношения с окружающими. Иссле …" "category_date_update" => string(19) "2023-10-24 13:27:28" ) 196 => array(10) ( "category_id" => string(3) "196" "category_name" => string(14) "Карьера" "category_seo" => string(7) "kar-era" "domain" => string(8) "joyru.ru" "category_img" => string(37) "de471c9d05724595ace8f1bd309d29c1.jpeg" "category_keywords" => string(266) "Карьера, навыки, самореализация, успех, карьера, профессия, мотивация, личный успех, развитие компетенций, управление временем, …" "category_description_short" => string(216) "Карьера 🚀: Планируйте свою карьеру и развитие. Получите советы по поиску работы, развитию навыков и карьерному росту." "category_description" => string(220) "Карьера: Планируйте свою карьеру и профессиональное развитие. Получите советы по поиску работы и продвижению в карьере." "category_description_full" => string(474) "Добро пожаловать в раздел *Карьера*! Планируйте свой профессиональный рост и развитие. Получайте советы по поиску работы, развит …" "category_date_update" => string(19) "2023-10-24 13:27:28" ) 284 => array(10) ( "category_id" => string(3) "284" "category_name" => string(14) "Счастье" "category_seo" => string(8) "schast-e" "domain" => string(8) "joyru.ru" "category_img" => string(37) "fed1b51b3f504e8bb4a6d1e13a6d6e9b.jpeg" "category_keywords" => string(343) "Счастье, психология счастья, удовлетворительная жизнь, счастье, саморазвитие, позитивное мышление, качественные отношения, медит …" "category_description_short" => string(198) "Счастье 😃: Познайте искусство быть счастливым. Узнайте о психологии счастья и методах достижения гармонии." "category_description" => string(206) "Счастье: Познайте секреты счастья и гармонии. Исследуйте психологию счастья и способы улучшения качества жизни." "category_description_full" => string(447) "Добро пожаловать в раздел *Счастье*! Узнайте секреты счастливой и гармоничной жизни. Исследуйте психологию счастья и методы улуч …" "category_date_update" => string(19) "2023-10-24 13:27:28" ) 319 => array(10) ( "category_id" => string(3) "319" "category_name" => string(42) "Самосовершенствование" "category_seo" => string(22) "samosovershenstvovanie" "domain" => string(8) "joyru.ru" "category_img" => string(37) "37dc7c756ab54f65b98e3a79b1fb6dff.jpeg" "category_keywords" => string(175) "Самосовершенствование, уход за собой, коммуникация, эмоциональный интеллект, стиль, внешность, " "category_description_short" => string(151) "🌟 Самосовершенствование: Развивайте свои навыки и становитесь лучше каждый день." "category_description" => string(200) "Раздел *Самосовершенствование* предлагает информацию и советы по развитию навыков, обучению и личному росту." "category_description_full" => string(283) "Добро пожаловать в раздел *Самосовершенствование*, где мы помогаем вам развивать свои навыки и становиться лучше. Узнайте, как у …" "category_date_update" => string(19) "2023-10-24 13:45:19" ) ) public images_folder => string(12) "images_joyru" public my_uid => bool FALSE public categories_company_domain => array(5) ( 184105476 => array(9) ( "categories_id" => string(9) "184105476" "categories_name" => string(16) "тренинги" "categories_domain" => string(8) "joyru.ru" "categories_ban" => string(1) "0" "categories_class" => string(17) "further education" "categories_seoname" => string(8) "training" "pluralName" => string(16) "Тренинги" "categories_rating" => NULL "categories_factorprice" => string(1) "1" ) 184106088 => array(9) ( "categories_id" => string(9) "184106088" "categories_name" => string(43) "психологическая служба" "categories_domain" => string(8) "joyru.ru" "categories_ban" => string(1) "0" "categories_class" => string(0) "" "categories_seoname" => string(21) "psychological-service" "pluralName" => string(18) "Психологи" "categories_rating" => NULL "categories_factorprice" => string(1) "1" ) 184106090 => array(9) ( "categories_id" => string(9) "184106090" "categories_name" => string(53) "психотерапевтическая помощь" "categories_domain" => string(8) "joyru.ru" "categories_ban" => string(1) "0" "categories_class" => string(0) "" "categories_seoname" => string(13) "psychotherapy" "pluralName" => string(28) "Психотерапевты" "categories_rating" => NULL "categories_factorprice" => string(1) "1" ) 184106168 => array(9) ( "categories_id" => string(9) "184106168" "categories_name" => string(25) "учебный центр" "categories_domain" => string(8) "joyru.ru" "categories_ban" => string(1) "0" "categories_class" => string(18) "educational center" "categories_seoname" => string(18) "educational-center" "pluralName" => string(27) "Учебные центры" "categories_rating" => NULL "categories_factorprice" => string(1) "1" ) 184107244 => array(9) ( "categories_id" => string(9) "184107244" "categories_name" => string(49) "семейное консультирование" "categories_domain" => string(8) "joyru.ru" "categories_ban" => string(1) "0" "categories_class" => string(0) "" "categories_seoname" => string(17) "family-counseling" "pluralName" => string(49) "Семейное консультирование" "categories_rating" => NULL "categories_factorprice" => string(1) "1" ) ) }92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response');
-
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(4) "POST" protected _protocol => string(8) "HTTP/1.0" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(47) "(<controller>(/<action>(/<param1>(/<param2>))))" protected _regex => array(3) ( "controller" => string(166) "(ImageProcessor|market|pagewebview|add|article|articleprocessing|llm|pages|images|search|users|mails|hide|gpt|boltalka|comments| …" "param1" => string(8) "(.[^/]*)" "param2" => string(8) "(.[^/]*)" ) protected _defaults => array(2) ( "controller" => string(5) "users" "action" => string(5) "index" ) protected _route_regex => string(275) "#^(?:(?P<controller>(ImageProcessor|market|pagewebview|add|article|articleprocessing|llm|pages|images|search|users|mails|hide|gp …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => string(47) "url=https%3A%2F%2Ftaxihot.ru%2Fnizhniy-novgorod" protected _directory => string(0) "" protected _controller => string(11) "Pagewebview" protected _action => string(3) "url" protected _uri => string(15) "pagewebview/url" protected _external => bool FALSE protected _params => array(0) protected _get => array(1) ( "kohana_uri" => string(15) "pagewebview/url" ) protected _post => array(1) ( "url" => string(35) "https://taxihot.ru/nizhniy-novgorod" ) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.0" }109 $orig_response = $response = Response::factory(array('_protocol' => $request->protocol())); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header))
-
SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(4) "POST" protected _protocol => string(8) "HTTP/1.0" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(47) "(<controller>(/<action>(/<param1>(/<param2>))))" protected _regex => array(3) ( "controller" => string(166) "(ImageProcessor|market|pagewebview|add|article|articleprocessing|llm|pages|images|search|users|mails|hide|gpt|boltalka|comments| …" "param1" => string(8) "(.[^/]*)" "param2" => string(8) "(.[^/]*)" ) protected _defaults => array(2) ( "controller" => string(5) "users" "action" => string(5) "index" ) protected _route_regex => string(275) "#^(?:(?P<controller>(ImageProcessor|market|pagewebview|add|article|articleprocessing|llm|pages|images|search|users|mails|hide|gp …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => string(47) "url=https%3A%2F%2Ftaxihot.ru%2Fnizhniy-novgorod" protected _directory => string(0) "" protected _controller => string(11) "Pagewebview" protected _action => string(3) "url" protected _uri => string(15) "pagewebview/url" protected _external => bool FALSE protected _params => array(0) protected _get => array(1) ( "kohana_uri" => string(15) "pagewebview/url" ) protected _post => array(1) ( "url" => string(35) "https://taxihot.ru/nizhniy-novgorod" ) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}988 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 989 ':uri' => $this->_uri, 990 )); 991 } 992 993 return $this->_client->execute($this); 994 } 995 996 /** 997 * Returns whether this request is the initial request Kohana received. 998 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 118 ] » Kohana_Request->execute()
113 /** 114 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 115 * If no source is specified, the URI will be automatically detected. 116 */ 117 echo Request::factory(TRUE, array(), FALSE) 118 ->execute() 119 ->send_headers(TRUE) 120 ->body(); 121 }