APPPATH/classes/KuponConst.php [ 85 ]
80 $result = '';
81
82 $phone = preg_replace('/[^0-9]+/','',$phone); // csak szamok maradnak
83
84 // '+36 1 234 5678' Bp.
85 if ( $phone[2] == 1 AND preg_match( '/(\d{2})(\d{1})(\d{3})(\d{4})$/', $phone, $matches ) )
86 $result = '+'. $matches[1] . ' ' .$matches[2] . ' ' . $matches[3] . ' ' . $matches[4];
87
88 // '+36 22 261 283' Vidék
89 elseif ( strlen($phone) == 10 AND preg_match( '/(\d{2})(\d{2})(\d{3})(\d{3})$/', $phone, $matches ) )
90 $result = '+'. $matches[1] . ' ' .$matches[2] . ' ' . $matches[3] . ' ' . $matches[4];
-
APPPATH/classes/KuponConst.php [ 85 ] » Kohana_Core::error_handler(arguments)
0
integer 8
1
string(30) "Uninitialized string offset: 2"
2
string(77) "/home/dasl1/homeinfo.hu/public_html/homeinfo-hetek/app/classes/KuponConst.php"
3
integer 85
4
array(2) ( "phone" => string(0) "" "result" => string(0) "" )
80 $result = ''; 81 82 $phone = preg_replace('/[^0-9]+/','',$phone); // csak szamok maradnak 83 84 // '+36 1 234 5678' Bp. 85 if ( $phone[2] == 1 AND preg_match( '/(\d{2})(\d{1})(\d{3})(\d{4})$/', $phone, $matches ) ) 86 $result = '+'. $matches[1] . ' ' .$matches[2] . ' ' . $matches[3] . ' ' . $matches[4]; 87 88 // '+36 22 261 283' Vidék 89 elseif ( strlen($phone) == 10 AND preg_match( '/(\d{2})(\d{2})(\d{3})(\d{3})$/', $phone, $matches ) ) 90 $result = '+'. $matches[1] . ' ' .$matches[2] . ' ' . $matches[3] . ' ' . $matches[4];
-
APPPATH/views/store_full.php [ 43 ] » KuponConst::formatPhone(arguments)
0
string(0) ""
38 39 <p> 40 <?php echo $address; ?> 41 42 <?php if ( ! empty($store['phone'])) : ?> 43 <br><a href="tel:+<?php echo preg_replace('/[^0-9]+/','',$store['phone']); ?>"><?php echo KuponConst::formatPhone($store['phone']); ?></a> 44 <?php endif; ?> 45 46 <?php if ( ! empty($store['web'])) : ?> 47 <br><a href="<?php echo KuponConst::trackURL($store['web'], 'appendUTM'); ?>" target="_blank"><?php echo $store['web']; ?></a> 48 <?php endif; ?>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(75) "/home/dasl1/homeinfo.hu/public_html/homeinfo-hetek/app/views/store_full.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0
string(75) "/home/dasl1/homeinfo.hu/public_html/homeinfo-hetek/app/views/store_full.php"
1
array(2) ( "store" => array(14) ( "store_id" => string(4) "2149" "alias_id" => string(4) "2807" "city" => string(5) "Győr" "zip" => string(4) "9024" "address" => string(18) "Liezen-Mayer u. 42" "info" => string(17) "Bútorsziget Kft." "lat" => string(11) "47.67506407" "lng" => string(11) "17.64154456" "enabled" => string(1) "1" "phone" => string(26) "http://www.butorsziget.hu/" "web" => string(14) "+36 96 526 983" "storecode" => string(4) "hpdk" "megye" => string(18) "Győr-Moson-Sopron" "kuponszam" => string(1) "4" ) "kuponok" => array(4) ( 0 => array(34) ( "id" => string(3) "107" "kupon_id" => string(3) "107" "alias_id" => string(3) "217" "client_id" => string(2) "14" "title" => string(26) "BLANCO konyhai termékekre" "short" => string(96) "Prémium mosogatók, csaptelepek, hulladéktárolók Németországból, 40 éve a magyar piacon." "aszf" => string(424) "<p><strong>Egy kuponkód beváltására csak egy beváltóhelyen és csak egy alkalommal van lehetőség</strong>, nem használható fel tö …" "content" => NULL "discount" => string(2) "10" "discount_ft" => NULL "discount_gift" => string(1) "0" "webcouponcode" => NULL "kodtipus_id" => string(1) "8" "ervenyesseg" => string(10) "2021-10-17" "enabled" => string(1) "1" "featured" => string(1) "0" "soon" => string(1) "0" "nyeremenyjatek" => string(1) "0" "magyar" => string(1) "0" "video" => NULL "create_date" => string(19) "2021-01-29 13:45:10" "create_user_id" => string(1) "1" "create_host_ip" => string(10) "1501904858" "modify_date" => string(19) "2021-08-19 10:02:47" "modify_user_id" => NULL "modify_host_ip" => NULL "url" => string(36) "blanco-kupon-10-szazalek-kedvezmeny/" "target" => string(18) "hu/kupon/full/107/" "meta_title" => NULL "meta_description" => NULL "meta_keywords" => NULL "client" => string(7) "Ecorgan" "category_seo" => string(6) "Konyha" "avatar" => array(3) ( "src1x" => string(50) "/homeinfo-hetek/files/kupon/107/avatar/206x206.png" "src2x" => string(50) "/homeinfo-hetek/files/kupon/107/avatar/412x412.png" "src3x" => string(50) "/homeinfo-hetek/files/kupon/107/avatar/618x618.png" ) ) 1 => array(33) ( "id" => string(3) "109" "kupon_id" => string(3) "109" "alias_id" => string(3) "219" "client_id" => string(2) "14" "title" => string(30) "ELICA design páraelszívókra" "short" => string(54) "Csúcskategóriás szabadon álló hűtők Japánból." "aszf" => string(418) "<p><strong>Egy kuponkód beváltására csak egy beváltóhelyen és egy alkalommal van lehetőség</strong>, nem használható fel több be …" "content" => NULL "discount" => string(2) "10" "discount_ft" => NULL "discount_gift" => string(1) "0" "webcouponcode" => NULL "kodtipus_id" => string(1) "8" "ervenyesseg" => string(10) "2021-10-17" "enabled" => string(1) "1" "featured" => string(1) "0" "soon" => string(1) "0" "nyeremenyjatek" => string(1) "0" "magyar" => string(1) "0" "video" => NULL "create_date" => string(19) "2021-01-29 13:55:05" "create_user_id" => string(1) "1" "create_host_ip" => string(10) "1501904858" "modify_date" => string(19) "2021-08-27 14:46:28" "modify_user_id" => NULL "modify_host_ip" => NULL "url" => string(52) "elica-konyhai-termekek-kupon-10-szazalek-kedvezmeny/" "target" => string(18) "hu/kupon/full/109/" "meta_title" => NULL "meta_description" => NULL "meta_keywords" => NULL "client" => string(7) "Ecorgan" "avatar" => array(3) ( "src1x" => string(50) "/homeinfo-hetek/files/kupon/109/avatar/206x206.png" "src2x" => string(50) "/homeinfo-hetek/files/kupon/109/avatar/412x412.png" "src3x" => string(50) "/homeinfo-hetek/files/kupon/109/avatar/618x618.png" ) ) 2 => array(33) ( "id" => string(3) "110" "kupon_id" => string(3) "110" "alias_id" => string(3) "220" "client_id" => string(2) "14" "title" => string(25) "EVIDO konyhai termékekre" "short" => string(51) "Mindent tud, amit kell, és semmit, ami felesleges." "aszf" => string(418) "<p><strong>Egy kuponkód beváltására csak egy beváltóhelyen és egy alkalommal van lehetőség</strong>, nem használható fel több be …" "content" => NULL "discount" => string(2) "10" "discount_ft" => NULL "discount_gift" => string(1) "0" "webcouponcode" => NULL "kodtipus_id" => string(1) "8" "ervenyesseg" => string(10) "2021-10-17" "enabled" => string(1) "1" "featured" => string(1) "0" "soon" => string(1) "0" "nyeremenyjatek" => string(1) "0" "magyar" => string(1) "0" "video" => NULL "create_date" => string(19) "2021-01-29 14:01:03" "create_user_id" => string(1) "1" "create_host_ip" => string(10) "1501904858" "modify_date" => string(19) "2021-08-19 10:08:20" "modify_user_id" => NULL "modify_host_ip" => NULL "url" => string(35) "evido-kupon-10-szazalek-kedvezmeny/" "target" => string(18) "hu/kupon/full/110/" "meta_title" => NULL "meta_description" => NULL "meta_keywords" => NULL "client" => string(7) "Ecorgan" "avatar" => array(3) ( "src1x" => string(50) "/homeinfo-hetek/files/kupon/110/avatar/206x206.png" "src2x" => string(50) "/homeinfo-hetek/files/kupon/110/avatar/412x412.png" "src3x" => string(50) "/homeinfo-hetek/files/kupon/110/avatar/618x618.png" ) ) 3 => array(33) ( "id" => string(3) "108" "kupon_id" => string(3) "108" "alias_id" => string(3) "218" "client_id" => string(2) "14" "title" => string(31) "SMEG konyhai design termékekre" "short" => string(69) "Lenyűgöző olasz design, prémium minőség. Technology with Style." "aszf" => string(422) "<p><strong>Egy kuponkód beváltására csak egy beváltóhelyen és csak egy alkalommal van lehetőség</strong>, nem használható fel tö …" "content" => NULL "discount" => string(2) "10" "discount_ft" => NULL "discount_gift" => string(1) "0" "webcouponcode" => NULL "kodtipus_id" => string(1) "8" "ervenyesseg" => string(10) "2021-10-17" "enabled" => string(1) "1" "featured" => string(1) "0" "soon" => string(1) "0" "nyeremenyjatek" => string(1) "0" "magyar" => string(1) "0" "video" => string(11) "x2V4gH6nSAM" "create_date" => string(19) "2021-01-29 13:50:04" "create_user_id" => string(1) "1" "create_host_ip" => string(10) "1501904858" "modify_date" => string(19) "2021-08-19 10:05:02" "modify_user_id" => NULL "modify_host_ip" => NULL "url" => string(34) "smeg-kupon-10-szazalek-kedvezmeny/" "target" => string(18) "hu/kupon/full/108/" "meta_title" => NULL "meta_description" => NULL "meta_keywords" => NULL "client" => string(7) "Ecorgan" "avatar" => array(3) ( "src1x" => string(50) "/homeinfo-hetek/files/kupon/108/avatar/206x206.png" "src2x" => string(50) "/homeinfo-hetek/files/kupon/108/avatar/412x412.png" "src3x" => string(50) "/homeinfo-hetek/files/kupon/108/avatar/618x618.png" ) ) ) )
343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 }
-
SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 /** 233 * Display the exception message.
-
APPPATH/views/layout.php [ 308 ] » Kohana_View->__toString()
303 <?php if (Session::instance()->get('promokod_validMsg')): ?> 304 <div id="hhpromokod_Msg" class="alert alert-success"><?php echo Session::instance()->get_once('promokod_validMsg'); ?></div> 305 <?php endif; ?> 306 307 308 <?php echo $page_content; ?> 309 310 311 <div class="c" id="cFooter" role="footer"> 312 <div class="row"> 313 <div class="col">
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(71) "/home/dasl1/homeinfo.hu/public_html/homeinfo-hetek/app/views/layout.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0
string(71) "/home/dasl1/homeinfo.hu/public_html/homeinfo-hetek/app/views/layout.php"
1
array(5) ( "page_title" => string(14) "HOMEINFO Hetek" "page_meta_description" => string(120) "Építkezés, felújítás, lakberendezés? Több 100 kupon! Kedvezmények országosan, több mint 1000 beváltóhelyen." "page_meta_keywords" => string(18) "kupon, kedvezmény" "kuponjaim" => array(0) "page_content" => object View(2)
{ protected _file => string(75) "/home/dasl1/homeinfo.hu/public_html/homeinfo-hetek/app/views/store_full.php" protected _data => array(2) ( "store" => array(14) ( "store_id" => string(4) "2149" "alias_id" => string(4) "2807" "city" => string(5) "Győr" "zip" => string(4) "9024" "address" => string(18) "Liezen-Mayer u. 42" "info" => string(17) "Bútorsziget Kft." "lat" => string(11) "47.67506407" "lng" => string(11) "17.64154456" "enabled" => string(1) "1" "phone" => string(26) "http://www.butorsziget.hu/" "web" => string(14) "+36 96 526 983" "storecode" => string(4) "hpdk" "megye" => string(18) "Győr-Moson-Sopron" "kuponszam" => string(1) "4" ) "kuponok" => array(4) ( 0 => array(34) ( "id" => string(3) "107" "kupon_id" => string(3) "107" "alias_id" => string(3) "217" "client_id" => string(2) "14" "title" => string(26) "BLANCO konyhai termékekre" "short" => string(96) "Prémium mosogatók, csaptelepek, hulladéktárolók Németországból, 40 éve a magyar piacon." "aszf" => string(424) "<p><strong>Egy kuponkód beváltására csak egy beváltóhelyen és csak egy alkalommal van lehetőség</strong>, nem használható fel tö …" "content" => NULL "discount" => string(2) "10" "discount_ft" => NULL "discount_gift" => string(1) "0" "webcouponcode" => NULL "kodtipus_id" => string(1) "8" "ervenyesseg" => string(10) "2021-10-17" "enabled" => string(1) "1" "featured" => string(1) "0" "soon" => string(1) "0" "nyeremenyjatek" => string(1) "0" "magyar" => string(1) "0" "video" => NULL "create_date" => string(19) "2021-01-29 13:45:10" "create_user_id" => string(1) "1" "create_host_ip" => string(10) "1501904858" "modify_date" => string(19) "2021-08-19 10:02:47" "modify_user_id" => NULL "modify_host_ip" => NULL "url" => string(36) "blanco-kupon-10-szazalek-kedvezmeny/" "target" => string(18) "hu/kupon/full/107/" "meta_title" => NULL "meta_description" => NULL "meta_keywords" => NULL "client" => string(7) "Ecorgan" "category_seo" => string(6) "Konyha" "avatar" => array(3) ( "src1x" => string(50) "/homeinfo-hetek/files/kupon/107/avatar/206x206.png" "src2x" => string(50) "/homeinfo-hetek/files/kupon/107/avatar/412x412.png" "src3x" => string(50) "/homeinfo-hetek/files/kupon/107/avatar/618x618.png" ) ) 1 => array(33) ( "id" => string(3) "109" "kupon_id" => string(3) "109" "alias_id" => string(3) "219" "client_id" => string(2) "14" "title" => string(30) "ELICA design páraelszívókra" "short" => string(54) "Csúcskategóriás szabadon álló hűtők Japánból." "aszf" => string(418) "<p><strong>Egy kuponkód beváltására csak egy beváltóhelyen és egy alkalommal van lehetőség</strong>, nem használható fel több be …" "content" => NULL "discount" => string(2) "10" "discount_ft" => NULL "discount_gift" => string(1) "0" "webcouponcode" => NULL "kodtipus_id" => string(1) "8" "ervenyesseg" => string(10) "2021-10-17" "enabled" => string(1) "1" "featured" => string(1) "0" "soon" => string(1) "0" "nyeremenyjatek" => string(1) "0" "magyar" => string(1) "0" "video" => NULL "create_date" => string(19) "2021-01-29 13:55:05" "create_user_id" => string(1) "1" "create_host_ip" => string(10) "1501904858" "modify_date" => string(19) "2021-08-27 14:46:28" "modify_user_id" => NULL "modify_host_ip" => NULL "url" => string(52) "elica-konyhai-termekek-kupon-10-szazalek-kedvezmeny/" "target" => string(18) "hu/kupon/full/109/" "meta_title" => NULL "meta_description" => NULL "meta_keywords" => NULL "client" => string(7) "Ecorgan" "avatar" => array(3) ( "src1x" => string(50) "/homeinfo-hetek/files/kupon/109/avatar/206x206.png" "src2x" => string(50) "/homeinfo-hetek/files/kupon/109/avatar/412x412.png" "src3x" => string(50) "/homeinfo-hetek/files/kupon/109/avatar/618x618.png" ) ) 2 => array(33) ( "id" => string(3) "110" "kupon_id" => string(3) "110" "alias_id" => string(3) "220" "client_id" => string(2) "14" "title" => string(25) "EVIDO konyhai termékekre" "short" => string(51) "Mindent tud, amit kell, és semmit, ami felesleges." "aszf" => string(418) "<p><strong>Egy kuponkód beváltására csak egy beváltóhelyen és egy alkalommal van lehetőség</strong>, nem használható fel több be …" "content" => NULL "discount" => string(2) "10" "discount_ft" => NULL "discount_gift" => string(1) "0" "webcouponcode" => NULL "kodtipus_id" => string(1) "8" "ervenyesseg" => string(10) "2021-10-17" "enabled" => string(1) "1" "featured" => string(1) "0" "soon" => string(1) "0" "nyeremenyjatek" => string(1) "0" "magyar" => string(1) "0" "video" => NULL "create_date" => string(19) "2021-01-29 14:01:03" "create_user_id" => string(1) "1" "create_host_ip" => string(10) "1501904858" "modify_date" => string(19) "2021-08-19 10:08:20" "modify_user_id" => NULL "modify_host_ip" => NULL "url" => string(35) "evido-kupon-10-szazalek-kedvezmeny/" "target" => string(18) "hu/kupon/full/110/" "meta_title" => NULL "meta_description" => NULL "meta_keywords" => NULL "client" => string(7) "Ecorgan" "avatar" => array(3) ( "src1x" => string(50) "/homeinfo-hetek/files/kupon/110/avatar/206x206.png" "src2x" => string(50) "/homeinfo-hetek/files/kupon/110/avatar/412x412.png" "src3x" => string(50) "/homeinfo-hetek/files/kupon/110/avatar/618x618.png" ) ) 3 => array(33) ( "id" => string(3) "108" "kupon_id" => string(3) "108" "alias_id" => string(3) "218" "client_id" => string(2) "14" "title" => string(31) "SMEG konyhai design termékekre" "short" => string(69) "Lenyűgöző olasz design, prémium minőség. Technology with Style." "aszf" => string(422) "<p><strong>Egy kuponkód beváltására csak egy beváltóhelyen és csak egy alkalommal van lehetőség</strong>, nem használható fel tö …" "content" => NULL "discount" => string(2) "10" "discount_ft" => NULL "discount_gift" => string(1) "0" "webcouponcode" => NULL "kodtipus_id" => string(1) "8" "ervenyesseg" => string(10) "2021-10-17" "enabled" => string(1) "1" "featured" => string(1) "0" "soon" => string(1) "0" "nyeremenyjatek" => string(1) "0" "magyar" => string(1) "0" "video" => string(11) "x2V4gH6nSAM" "create_date" => string(19) "2021-01-29 13:50:04" "create_user_id" => string(1) "1" "create_host_ip" => string(10) "1501904858" "modify_date" => string(19) "2021-08-19 10:05:02" "modify_user_id" => NULL "modify_host_ip" => NULL "url" => string(34) "smeg-kupon-10-szazalek-kedvezmeny/" "target" => string(18) "hu/kupon/full/108/" "meta_title" => NULL "meta_description" => NULL "meta_keywords" => NULL "client" => string(7) "Ecorgan" "avatar" => array(3) ( "src1x" => string(50) "/homeinfo-hetek/files/kupon/108/avatar/206x206.png" "src2x" => string(50) "/homeinfo-hetek/files/kupon/108/avatar/412x412.png" "src3x" => string(50) "/homeinfo-hetek/files/kupon/108/avatar/618x618.png" ) ) ) ) }
)343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 }
-
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
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Store(20)
{ protected session => object Session_Native(5)
{ protected _name => string(8) "homeinfo" protected _lifetime => integer 0 protected _encrypted => bool FALSE protected _data => array(4) ( "landing_url" => string(68) "https://www.homeinfo.hu/homeinfo-hetek/uzletek/butorsziget-kft-gyor/" "FBRLH_state" => string(32) "fd22bac1fd4817f6d05f962642f8aa97" "callbackUrl" => string(48) "https://www.homeinfo.hu/homeinfo-hetek//kuponok/" "arrivalKH" => string(68) "https://www.homeinfo.hu/homeinfo-hetek/uzletek/butorsziget-kft-gyor/" ) protected _destroyed => bool FALSE }
public template => object View(2){ protected _file => string(71) "/home/dasl1/homeinfo.hu/public_html/homeinfo-hetek/app/views/layout.php" protected _data => array(5) ( "page_title" => string(14) "HOMEINFO Hetek" "page_meta_description" => string(120) "Építkezés, felújítás, lakberendezés? Több 100 kupon! Kedvezmények országosan, több mint 1000 beváltóhelyen." "page_meta_keywords" => string(18) "kupon, kedvezmény" "kuponjaim" => array(0) "page_content" => object View(2)
public user => NULL public environment => string(4) "prod" public myPosKey => string(32) "ce3e9772cc3d4b85bbf14058d578aa5d" public myEmailAddress => string(25) "attila.elekes@homeinfo.hu" public apiVersion => integer 2 public BARION_PIXEL => string(16) "BP-6UdD4Hfd28-E3" public szamlaAgentKey => string(42) "fnjixnjtwchresbm9redgpey66jt8gjyi5rxbeq69m" public szamlaPrefix => string(2) "KH" public bruttoEgysegAr => integer 1990 public SimplePayConfig => array(14) ( "HUF_MERCHANT" => string(11) "OMS52238501" "HUF_SECRET_KEY" => string(32) "92F27pn2P1NqleN6L322T4Vwt9Rg2iL7" "EUR_MERCHANT" => string(0) "" "EUR_SECRET_KEY" => string(0) "" "USD_MERCHANT" => string(0) "" "USD_SECRET_KEY" => string(0) "" "SANDBOX" => bool FALSE "URL" => string(59) "https://www.homeinfo.hu/homeinfo-hetek/hu/penztar/eredmeny/" "GET_DATA" => array(0) "POST_DATA" => array(0) "SERVER_DATA" => array(47) ( "PATH" => string(28) "/usr/local/bin:/usr/bin:/bin" "TZ" => string(15) "Europe/Budapest" "REDIRECT_HANDLER" => string(28) "application/x-httpd-ea-php73" "REDIRECT_STATUS" => string(3) "200" "UNIQUE_ID" => string(27) "Z1DVIAEAXssDPf2oiqSToAAAADM" "SCRIPT_URL" => string(45) "/homeinfo-hetek/uzletek/butorsziget-kft-gyor/" "SCRIPT_URI" => string(68) "https://www.homeinfo.hu/homeinfo-hetek/uzletek/butorsziget-kft-gyor/" "HTTPS" => string(2) "on" "SSL_TLS_SNI" => string(15) "www.homeinfo.hu" "HTTP_USER_AGENT" => string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" "HTTP_ACCEPT" => string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" "HTTP_ACCEPT_LANGUAGE" => string(14) "en-US,en;q=0.5" "HTTP_ACCEPT_ENCODING" => string(7) "br,gzip" "HTTP_HOST" => string(15) "www.homeinfo.hu" "HTTP_CONNECTION" => string(10) "Keep-Alive" "HTTP_X_HTTPS" => string(1) "1" "SERVER_SIGNATURE" => string(0) "" "SERVER_SOFTWARE" => string(6) "Apache" "SERVER_NAME" => string(15) "www.homeinfo.hu" "SERVER_ADDR" => string(15) "188.227.225.105" "SERVER_PORT" => string(3) "443" "REMOTE_ADDR" => string(11) "18.97.14.89" "DOCUMENT_ROOT" => string(35) "/home/dasl1/homeinfo.hu/public_html" "REQUEST_SCHEME" => string(5) "https" "CONTEXT_PREFIX" => string(8) "/cgi-sys" "CONTEXT_DOCUMENT_ROOT" => string(26) "/usr/local/cpanel/cgi-sys/" "SERVER_ADMIN" => string(36) "webmaster@homeinfo.default.asl.local" "SCRIPT_FILENAME" => string(60) "/home/dasl1/homeinfo.hu/public_html/homeinfo-hetek/index.php" "REMOTE_PORT" => string(5) "49082" "REDIRECT_URL" => string(55) "/homeinfo-hetek/index.php/uzletek/butorsziget-kft-gyor/" "GATEWAY_INTERFACE" => string(7) "CGI/1.1" "SERVER_PROTOCOL" => string(8) "HTTP/1.1" "REQUEST_METHOD" => string(3) "GET" "QUERY_STRING" => string(0) "" "REQUEST_URI" => string(45) "/homeinfo-hetek/uzletek/butorsziget-kft-gyor/" "SCRIPT_NAME" => string(25) "/homeinfo-hetek/index.php" "PATH_INFO" => string(30) "/uzletek/butorsziget-kft-gyor/" "PATH_TRANSLATED" => string(65) "/home/dasl1/homeinfo.hu/public_html/uzletek/butorsziget-kft-gyor/" "ORIG_PATH_INFO" => string(55) "/homeinfo-hetek/index.php/uzletek/butorsziget-kft-gyor/" "ORIG_SCRIPT_NAME" => string(17) "/cgi-sys/ea-php73" "ORIG_SCRIPT_FILENAME" => string(34) "/usr/local/cpanel/cgi-sys/ea-php73" "ORIG_PATH_TRANSLATED" => string(90) "/home/dasl1/homeinfo.hu/public_html/homeinfo-hetek/index.php/uzletek/butorsziget-kft-gyor/" "PHP_SELF" => string(55) "/homeinfo-hetek/index.php/uzletek/butorsziget-kft-gyor/" "REQUEST_TIME_FLOAT" => float 1733350688.0926 "REQUEST_TIME" => integer 1733350688 "argv" => array(0) "argc" => integer 0 ) "LOGGER" => bool TRUE "LOG_PATH" => string(73) "/home/dasl1/homeinfo.hu/public_html/homeinfo-hetek/modules/common/otp/log" "AUTOCHALLENGE" => bool TRUE ) public auto_render => bool TRUE public request => object Request(19){ protected _file => string(75) "/home/dasl1/homeinfo.hu/public_html/homeinfo-hetek/app/views/store_full.php" protected _data => array(2) ( "store" => array(14) ( "store_id" => string(4) "2149" "alias_id" => string(4) "2807" "city" => string(5) "Győr" "zip" => string(4) "9024" "address" => string(18) "Liezen-Mayer u. 42" "info" => string(17) "Bútorsziget Kft." "lat" => string(11) "47.67506407" "lng" => string(11) "17.64154456" "enabled" => string(1) "1" "phone" => string(26) "http://www.butorsziget.hu/" "web" => string(14) "+36 96 526 983" "storecode" => string(4) "hpdk" "megye" => string(18) "Győr-Moson-Sopron" "kuponszam" => string(1) "4" ) "kuponok" => array(4) ( 0 => array(34) ( "id" => string(3) "107" "kupon_id" => string(3) "107" "alias_id" => string(3) "217" "client_id" => string(2) "14" "title" => string(26) "BLANCO konyhai termékekre" "short" => string(96) "Prémium mosogatók, csaptelepek, hulladéktárolók Németországból, 40 éve a magyar piacon." "aszf" => string(424) "<p><strong>Egy kuponkód beváltására csak egy beváltóhelyen és csak egy alkalommal van lehetőség</strong>, nem használható fel tö …" "content" => NULL "discount" => string(2) "10" "discount_ft" => NULL "discount_gift" => string(1) "0" "webcouponcode" => NULL "kodtipus_id" => string(1) "8" "ervenyesseg" => string(10) "2021-10-17" "enabled" => string(1) "1" "featured" => string(1) "0" "soon" => string(1) "0" "nyeremenyjatek" => string(1) "0" "magyar" => string(1) "0" "video" => NULL "create_date" => string(19) "2021-01-29 13:45:10" "create_user_id" => string(1) "1" "create_host_ip" => string(10) "1501904858" "modify_date" => string(19) "2021-08-19 10:02:47" "modify_user_id" => NULL "modify_host_ip" => NULL "url" => string(36) "blanco-kupon-10-szazalek-kedvezmeny/" "target" => string(18) "hu/kupon/full/107/" "meta_title" => NULL "meta_description" => NULL "meta_keywords" => NULL "client" => string(7) "Ecorgan" "category_seo" => string(6) "Konyha" "avatar" => array(3) ( "src1x" => string(50) "/homeinfo-hetek/files/kupon/107/avatar/206x206.png" "src2x" => string(50) "/homeinfo-hetek/files/kupon/107/avatar/412x412.png" "src3x" => string(50) "/homeinfo-hetek/files/kupon/107/avatar/618x618.png" ) ) 1 => array(33) ( "id" => string(3) "109" "kupon_id" => string(3) "109" "alias_id" => string(3) "219" "client_id" => string(2) "14" "title" => string(30) "ELICA design páraelszívókra" "short" => string(54) "Csúcskategóriás szabadon álló hűtők Japánból." "aszf" => string(418) "<p><strong>Egy kuponkód beváltására csak egy beváltóhelyen és egy alkalommal van lehetőség</strong>, nem használható fel több be …" "content" => NULL "discount" => string(2) "10" "discount_ft" => NULL "discount_gift" => string(1) "0" "webcouponcode" => NULL "kodtipus_id" => string(1) "8" "ervenyesseg" => string(10) "2021-10-17" "enabled" => string(1) "1" "featured" => string(1) "0" "soon" => string(1) "0" "nyeremenyjatek" => string(1) "0" "magyar" => string(1) "0" "video" => NULL "create_date" => string(19) "2021-01-29 13:55:05" "create_user_id" => string(1) "1" "create_host_ip" => string(10) "1501904858" "modify_date" => string(19) "2021-08-27 14:46:28" "modify_user_id" => NULL "modify_host_ip" => NULL "url" => string(52) "elica-konyhai-termekek-kupon-10-szazalek-kedvezmeny/" "target" => string(18) "hu/kupon/full/109/" "meta_title" => NULL "meta_description" => NULL "meta_keywords" => NULL "client" => string(7) "Ecorgan" "avatar" => array(3) ( "src1x" => string(50) "/homeinfo-hetek/files/kupon/109/avatar/206x206.png" "src2x" => string(50) "/homeinfo-hetek/files/kupon/109/avatar/412x412.png" "src3x" => string(50) "/homeinfo-hetek/files/kupon/109/avatar/618x618.png" ) ) 2 => array(33) ( "id" => string(3) "110" "kupon_id" => string(3) "110" "alias_id" => string(3) "220" "client_id" => string(2) "14" "title" => string(25) "EVIDO konyhai termékekre" "short" => string(51) "Mindent tud, amit kell, és semmit, ami felesleges." "aszf" => string(418) "<p><strong>Egy kuponkód beváltására csak egy beváltóhelyen és egy alkalommal van lehetőség</strong>, nem használható fel több be …" "content" => NULL "discount" => string(2) "10" "discount_ft" => NULL "discount_gift" => string(1) "0" "webcouponcode" => NULL "kodtipus_id" => string(1) "8" "ervenyesseg" => string(10) "2021-10-17" "enabled" => string(1) "1" "featured" => string(1) "0" "soon" => string(1) "0" "nyeremenyjatek" => string(1) "0" "magyar" => string(1) "0" "video" => NULL "create_date" => string(19) "2021-01-29 14:01:03" "create_user_id" => string(1) "1" "create_host_ip" => string(10) "1501904858" "modify_date" => string(19) "2021-08-19 10:08:20" "modify_user_id" => NULL "modify_host_ip" => NULL "url" => string(35) "evido-kupon-10-szazalek-kedvezmeny/" "target" => string(18) "hu/kupon/full/110/" "meta_title" => NULL "meta_description" => NULL "meta_keywords" => NULL "client" => string(7) "Ecorgan" "avatar" => array(3) ( "src1x" => string(50) "/homeinfo-hetek/files/kupon/110/avatar/206x206.png" "src2x" => string(50) "/homeinfo-hetek/files/kupon/110/avatar/412x412.png" "src3x" => string(50) "/homeinfo-hetek/files/kupon/110/avatar/618x618.png" ) ) 3 => array(33) ( "id" => string(3) "108" "kupon_id" => string(3) "108" "alias_id" => string(3) "218" "client_id" => string(2) "14" "title" => string(31) "SMEG konyhai design termékekre" "short" => string(69) "Lenyűgöző olasz design, prémium minőség. Technology with Style." "aszf" => string(422) "<p><strong>Egy kuponkód beváltására csak egy beváltóhelyen és csak egy alkalommal van lehetőség</strong>, nem használható fel tö …" "content" => NULL "discount" => string(2) "10" "discount_ft" => NULL "discount_gift" => string(1) "0" "webcouponcode" => NULL "kodtipus_id" => string(1) "8" "ervenyesseg" => string(10) "2021-10-17" "enabled" => string(1) "1" "featured" => string(1) "0" "soon" => string(1) "0" "nyeremenyjatek" => string(1) "0" "magyar" => string(1) "0" "video" => string(11) "x2V4gH6nSAM" "create_date" => string(19) "2021-01-29 13:50:04" "create_user_id" => string(1) "1" "create_host_ip" => string(10) "1501904858" "modify_date" => string(19) "2021-08-19 10:05:02" "modify_user_id" => NULL "modify_host_ip" => NULL "url" => string(34) "smeg-kupon-10-szazalek-kedvezmeny/" "target" => string(18) "hu/kupon/full/108/" "meta_title" => NULL "meta_description" => NULL "meta_keywords" => NULL "client" => string(7) "Ecorgan" "avatar" => array(3) ( "src1x" => string(50) "/homeinfo-hetek/files/kupon/108/avatar/206x206.png" "src2x" => string(50) "/homeinfo-hetek/files/kupon/108/avatar/412x412.png" "src3x" => string(50) "/homeinfo-hetek/files/kupon/108/avatar/618x618.png" ) ) ) ) }
) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(41) "(<lang>(/<controller>(/<action>(/<id>))))" protected _regex => array(2) ( "lang" => string(4) "(hu)" "id" => string(2) ".+" ) protected _defaults => array(3) ( "lang" => string(2) "hu" "controller" => string(4) "home" "action" => string(7) "default" ) protected _route_regex => string(105) "#^(?:(?P<lang>(hu))(?:/(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>.+))?)?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(5) "Store" protected _action => string(4) "full" protected _uri => string(19) "hu/store/full/2149/" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "hu" "id" => string(4) "2149" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
public module_config => object Config_Group(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
public site_config => object Config_Group(2){ public site_suffix => string(11) "HOMEINFO.hu" public meta => array(2) ( "index" => array(3) ( "title" => string(14) "HOMEINFO Hetek" "description" => string(120) "Építkezés, felújítás, lakberendezés? Több 100 kupon! Kedvezmények országosan, több mint 1000 beváltóhelyen." "keywords" => string(18) "kupon, kedvezmény" ) "page" => array(3) ( "title" => string(14) "HOMEINFO Hetek" "description" => string(120) "Építkezés, felújítás, lakberendezés? Több 100 kupon! Kedvezmények országosan, több mint 1000 beváltóhelyen." "keywords" => string(18) "kupon, kedvezmény" ) ) }
public controller => string(5) "store" public action => string(4) "full" public detect => object Mobile_Detect(7){ protected cache => array(0) protected userAgent => string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" protected httpHeaders => array(7) ( "HTTP_USER_AGENT" => string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" "HTTP_ACCEPT" => string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" "HTTP_ACCEPT_LANGUAGE" => string(14) "en-US,en;q=0.5" "HTTP_ACCEPT_ENCODING" => string(7) "br,gzip" "HTTP_HOST" => string(15) "www.homeinfo.hu" "HTTP_CONNECTION" => string(10) "Keep-Alive" "HTTP_X_HTTPS" => string(1) "1" ) protected cloudfrontHeaders => array(0) protected matchingRegex => NULL protected matchesArray => NULL protected detectionType => string(6) "mobile" }
}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(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(41) "(<lang>(/<controller>(/<action>(/<id>))))" protected _regex => array(2) ( "lang" => string(4) "(hu)" "id" => string(2) ".+" ) protected _defaults => array(3) ( "lang" => string(2) "hu" "controller" => string(4) "home" "action" => string(7) "default" ) protected _route_regex => string(105) "#^(?:(?P<lang>(hu))(?:/(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>.+))?)?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(5) "Store" protected _action => string(4) "full" protected _uri => string(19) "hu/store/full/2149/" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "hu" "id" => string(4) "2149" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }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 [ 986 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(41) "(<lang>(/<controller>(/<action>(/<id>))))" protected _regex => array(2) ( "lang" => string(4) "(hu)" "id" => string(2) ".+" ) protected _defaults => array(3) ( "lang" => string(2) "hu" "controller" => string(4) "home" "action" => string(7) "default" ) protected _route_regex => string(105) "#^(?:(?P<lang>(hu))(?:/(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>.+))?)?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(5) "Store" protected _action => string(4) "full" protected _uri => string(19) "hu/store/full/2149/" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "hu" "id" => string(4) "2149" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}981 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 982 ':uri' => $this->_uri, 983 )); 984 } 985 986 return $this->_client->execute($this); 987 } 988 989 /** 990 * Returns whether this request is the initial request Kohana received. 991 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 127 ] » Kohana_Request->execute()
122 /** 123 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 124 * If no source is specified, the URI will be automatically detected. 125 */ 126 echo Request::factory(TRUE, array(), FALSE) 127 ->execute() 128 ->send_headers(TRUE) 129 ->body(); 130 131 } 132 if (isset($_GET['debug']))