vzor-eshop.cz Report : Visit Site


  • Ranking Alexa Global: # 3,991,943

    The main IP address: 82.208.18.187,Your server Czech Republic,Prague ISP:NETHOST s.r.o.  TLD:cz CountryCode:CZ

    The description :notice : undefined variable: attributegroups in /domains1/gh43205200/public/www_root/modules/blockfiltering/blockfiltering.php on line 364 notice : undefined variable: attributes in /domains1/gh432052...

    This report updates in 29-Aug-2018

Created Date:2015-08-26
Expires Date:2018-08-26

Technical data of the vzor-eshop.cz


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host vzor-eshop.cz. Currently, hosted in Czech Republic and its service provider is NETHOST s.r.o. .

Latitude: 50.088039398193
Longitude: 14.420760154724
Country: Czech Republic (CZ)
City: Prague
Region: Hlavni mesto Praha
ISP: NETHOST s.r.o.

HTTP Header Analysis


HTTP Header information is a part of HTTP protocol that a user's browser sends to called containing the details of what the browser wants and will accept back from the web server.

Content-Length:3242
Content-Encoding:gzip
Content-Type:text/html; charset=utf-8
Vary:Accept-Encoding
Connection:close
X-UA-Compatible:IE=edge,chrome=1
Cache-Control:no-cache
Date:Wed, 29 Aug 2018 02:34:26 GMT
P3P:CP="IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA"
Powered-By:PrestaShop

DNS

soa:dns.viwefix.cz. hostmaster.viwefix.cz. 2018072502 10801 3600 3600000 86400
ns:dns.viwefix.cz.
sns.viwefix.cz.
ipv4:IP:82.208.18.187
ASN:15685
OWNER:CASABLANCA-AS Internet & Collocation Provider, CZ
Country:CZ
mx:MX preference = 10, mail exchanger = web.acomputer.cz.
MX preference = 20, mail exchanger = mail-relay-1.nethost.cz.

HtmlToText

notice : undefined variable: attributegroups in /domains1/gh43205200/public/www_root/modules/blockfiltering/blockfiltering.php on line 364 notice : undefined variable: attributes in /domains1/gh43205200/public/www_root/modules/blockfiltering/blockfiltering.php on line 365 notice : undefined variable: attribute_ranges in /domains1/gh43205200/public/www_root/modules/blockfiltering/blockfiltering.php on line 366 notice : undefined variable: active_attributes in /domains1/gh43205200/public/www_root/modules/blockfiltering/blockfiltering.php on line 367 notice : undefined variable: active_attribute_ranges in /domains1/gh43205200/public/www_root/modules/blockfiltering/blockfiltering.php on line 368 notice : undefined variable: counter in /domains1/gh43205200/public/www_root/modules/blockfiltering/blockfiltering.php on line 369 notice : undefined variable: feature_ranges in /domains1/gh43205200/public/www_root/modules/blockfiltering/blockfiltering.php on line 372 notice : undefined variable: active_features in /domains1/gh43205200/public/www_root/modules/blockfiltering/blockfiltering.php on line 374 notice : undefined variable: active_feature_ranges in /domains1/gh43205200/public/www_root/modules/blockfiltering/blockfiltering.php on line 375 [prestashopdatabaseexception] table 'gh43205200db.wp_posts' doesn't exist select sql_no_cache * from wp_posts where `post_status`='publish' order by id desc at line 791 in file classes/db/db.php 786. if ($webservice_call && $errno) { 787. $dbg = debug_backtrace(); 788. webservicerequest::getinstance()->seterror(500, '[sql error] '.$this->getmsgerror().'. from '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() query was : '.$sql, 97); 789. } elseif (_ps_debug_sql_ && $errno && !defined('ps_installation_in_progress')) { 790. if ($sql) { 791. throw new prestashopdatabaseexception($this->getmsgerror().'<br /><br /><pre>'.$sql.'</pre>'); 792. } 793. 794. throw new prestashopdatabaseexception($this->getmsgerror()); 795. } 796. } dbcore->displayerror - [line 425 - classes/db/db.php] - [1 arguments] 420. $this->result = $this->_query($sql); 421. } 422. } 423. 424. if (_ps_debug_sql_) { 425. $this->displayerror($sql); 426. } 427. 428. return $this->result; 429. } 430. argument [0] select sql_no_cache * from wp_posts where `post_status`='publish' order by id desc dbcore->query - [line 102 - tools/profiling/db.php] - [1 arguments] 97. 98. $start = microtime(true); 99. } 100. 101. // execute query 102. $result = parent::query($sql); 103. 104. if (!$explain) { 105. $end = microtime(true); 106. 107. $stack = debug_backtrace(false); argument [0] select sql_no_cache * from wp_posts where `post_status`='publish' order by id desc db->query - [line 643 - classes/db/db.php] - [1 arguments] 638. throw new prestashopdatabaseexception('db->executes() must be used only with select, show, explain or describe queries'); 639. } 640. return $this->execute($sql, $use_cache); 641. } 642. 643. $this->result = $this->query($sql); 644. 645. if (!$this->result) { 646. $result = false; 647. } else { 648. if (!$array) { argument [0] select * from wp_posts where `post_status`='publish' order by id desc dbcore->executes - [line 78 - modules/modwordpress/modwordpress.php] - [1 arguments] 73. $wpbcmsfootclass = configuration::get('ps_wpbcmsfootclass', $id_lang = null); 74. $wpbcmsfootid = configuration::get('ps_wpbcmsfootid', $id_lang = null); 75. 76. $sql = "select * from ".$wpbtable." where `post_status`='publish' order by id desc"; 77. 78. $_cms = db::getinstance()->executes($sql); 79. $i=0; 80. foreach($_cms as $cms) 81. { 82. $news[$i] = $cms['post_title']; 83. $ndata[$i] = $cms['post_content']; argument [0] select * from wp_posts where `post_status`='publish' order by id desc modwordpress->hookhome - [line 595 - classes/hook.php] - [1 arguments] 590. // store time and memory before and after hook call and save the result in the database 591. $time_start = microtime(true); 592. $memory_start = memory_get_usage(true); 593. 594. // call hook 595. $r = $module->{$method}($params); 596. 597. $time_end = microtime(true); 598. $memory_end = memory_get_usage(true); 599. 600. db::getinstance()->execute(' argument [0] hookcore::corecallhook - [line 544 - classes/hook.php] - [3 arguments] 539. 540. // call hook method 541. if ($hook_callable) { 542. $display = hook::corecallhook($moduleinstance, 'hook'.$hook_name, $hook_args); 543. } elseif ($hook_retro_callable) { 544. $display = hook::corecallhook($moduleinstance, 'hook'.$retro_hook_name, $hook_args); 545. } 546. 547. // live edit 548. if (!$array_return && $array['live_edit'] && tools::issubmit('live_edit') && tools::getvalue('ad') 549. && tools::getvalue('livetoken') == tools::getadmintoken('adminmodulespositions' argument [0] argument [1] hookhome argument [2] hookcore::exec - [line 40 - controllers/front/indexcontroller.php] - [1 arguments] 35. public function initcontent() 36. { 37. parent::initcontent(); 38. $this->addjs(_theme_js_dir_.'index.js'); 39. 40. $this->context->smarty->assign(array('hook_home' => hook::exec('displayhome'), 41. 'hook_home_tab' => hook::exec('displayhometab'), 42. 'hook_home_tab_content' => hook::exec('displayhometabcontent') 43. )); 44. $this->settemplate(_ps_theme_dir_.'index.tpl'); 45. } argument [0] displayhome indexcontrollercore->initcontent - [line 220 - tools/profiling/controller.php] 215. if (!$this->content_only && ($this->display_header || (isset($this->classname) && $this->classname))) { 216. $this->initheader(); 217. $this->profiler[] = $this->stamp('initheader'); 218. } 219. 220. $this->initcontent(); 221. $this->profiler[] = $this->stamp('initcontent'); 222. 223. if (!$this->content_only && ($this->display_footer || (isset($this->classname) && $this->classname))) { 224. $this->initfooter(); 225. $this->profiler[] = $this->stamp('initfooter'); controller->run - [line 367 - classes/dispatcher.php] 362. if (isset($params_hook_action_dispatcher)) { 363. hook::exec('actiondispatcher', $params_hook_action_dispatcher); 364. } 365. 366. // running controller 367. $controller->run(); 368. } catch (prestashopexception $e) { 369. $e->displaymessage(); 370. } 371. } 372. dispatchercore->dispatch - [line 28 - index.php] 23. * @license http://opensource.org/licenses/osl-3.0.php open software license (osl 3.0) 24. * international registered trademark & property of prestashop sa 25. */ 26. 27. require(dirname(__file__).'/config/config.inc.php'); 28. dispatcher::getinstance()->dispatch();

URL analysis for vzor-eshop.cz




Whois Information


Whois is a protocol that is access to registering information. You can reach when the website was registered, when it will be expire, what is contact details of the site with the following informations. In a nutshell, it includes these informations;

% (c) 2006-2018 CZ.NIC, z.s.p.o.
%
% Intended use of supplied data and information
%
% Data contained in the domain name register, as well as information
% supplied through public information services of CZ.NIC association,
% are appointed only for purposes connected with Internet network
% administration and operation, or for the purpose of legal or other
% similar proceedings, in process as regards a matter connected
% particularly with holding and using a concrete domain name.
%
% Full text available at:
% http://www.nic.cz/page/306/intended-use-of-supplied-data-and-information/
%
% See also a search service at http://www.nic.cz/whois/
%
%
% Whoisd Server Version: 3.10.2
% Timestamp: Sun Jan 28 08:12:43 2018

domain: vzor-eshop.cz
registrant: M4WR-FBD74
admin-c: BOKIS
nsset: NSS:ACOMPUTER:1
registrar: REG-MEDIA4WEB
registered: 26.08.2015 14:17:22
expire: 26.08.2018

contact: M4WR-FBD74
name: Vladimír Bokiš
address: Smetanova 360
address: Hradec nad Moravicí
address: 747 41
address: CZ
phone: +420.608111588
e-mail: [email protected]
registrar: REG-MEDIA4WEB
created: 26.08.2015 14:17:18

contact: BOKIS
org: Vladimir Bokis
name: Bokis Vladimir
address: Smetanova 360
address: Hradec nad Moravici
address: 747 41
address: CZ
phone: +420.608111588
fax-no: +420.553619206
e-mail: [email protected]
registrar: REG-MEDIA4WEB
created: 10.08.2001 22:13:00
changed: 22.06.2015 11:08:34

nsset: NSS:ACOMPUTER:1
nserver: dns.acomputer.cz (81.0.235.1)
nserver: sns.acomputer.cz (94.138.111.98)
tech-c: SB:ACOMPUTER
tech-c: BOKIS
registrar: REG-MEDIA4WEB
created: 01.10.2007 02:00:00
changed: 29.07.2014 17:39:19

contact: SB:ACOMPUTER
org: Acomputer
name: Vladimir Bokiš
address: Smetanova
address: Hradec nad Moravici
address: 74741
address: CZ
e-mail: [email protected]
registrar: REG-MEDIA4WEB
created: 24.12.2004 14:05:00
changed: 23.09.2007 20:05:00



  REFERRER http://www.nic.cz

  REGISTRAR CZ-NIC

SERVERS

  SERVER cz.whois-servers.net

  ARGS vzor-eshop.cz

  PORT 43

  TYPE domain

DISCLAIMER
(c) 2006-2018 CZ.NIC, z.s.p.o.

Intended use of supplied data and information

Data contained in the domain name register, as well as information
supplied through public information services of CZ.NIC association,
are appointed only for purposes connected with Internet network
administration and operation, or for the purpose of legal or other
similar proceedings, in process as regards a matter connected
particularly with holding and using a concrete domain name.

Full text available at:
http://www.nic.cz/page/306/intended-use-of-supplied-data-and-information/

See also a search service at http://www.nic.cz/whois/


Whoisd Server Version: 3.10.2
Timestamp: Sun Jan 28 08:12:43 2018

  REGISTERED yes

ADMIN

  HANDLE BOKIS

  ORGANIZATION Vladimir Bokis

  NAME Bokis Vladimir

ADDRESS
Smetanova 360
Hradec nad Moravici
747 41
CZ

  PHONE +420.608111588

  FAX +420.553619206

  EMAIL [email protected]

  REGISTRAR REG-MEDIA4WEB

  CREATED 2001-08-10

  CHANGED 2015-06-22

OWNER

  HANDLE M4WR-FBD74

  NAME Vladimír Bokiš

ADDRESS
Smetanova 360
Hradec nad Moravicí
747 41
CZ

  PHONE +420.608111588

  EMAIL [email protected]

  REGISTRAR REG-MEDIA4WEB

  CREATED 2015-08-26

DOMAIN

  NAME vzor-eshop.cz

  NSSET NSS:ACOMPUTER:1

  REGISTRAR REG-MEDIA4WEB

  CREATED 2015-08-26

  EXPIRES 2018-08-26

NSERVER

  SNS.VIWEFIX.CZ 94.138.111.98

  DNS.VIWEFIX.CZ 81.0.235.1

Go to top

Mistakes


The following list shows you to spelling mistakes possible of the internet users for the website searched .

  • www.uvzor-eshop.com
  • www.7vzor-eshop.com
  • www.hvzor-eshop.com
  • www.kvzor-eshop.com
  • www.jvzor-eshop.com
  • www.ivzor-eshop.com
  • www.8vzor-eshop.com
  • www.yvzor-eshop.com
  • www.vzor-eshopebc.com
  • www.vzor-eshopebc.com
  • www.vzor-eshop3bc.com
  • www.vzor-eshopwbc.com
  • www.vzor-eshopsbc.com
  • www.vzor-eshop#bc.com
  • www.vzor-eshopdbc.com
  • www.vzor-eshopfbc.com
  • www.vzor-eshop&bc.com
  • www.vzor-eshoprbc.com
  • www.urlw4ebc.com
  • www.vzor-eshop4bc.com
  • www.vzor-eshopc.com
  • www.vzor-eshopbc.com
  • www.vzor-eshopvc.com
  • www.vzor-eshopvbc.com
  • www.vzor-eshopvc.com
  • www.vzor-eshop c.com
  • www.vzor-eshop bc.com
  • www.vzor-eshop c.com
  • www.vzor-eshopgc.com
  • www.vzor-eshopgbc.com
  • www.vzor-eshopgc.com
  • www.vzor-eshopjc.com
  • www.vzor-eshopjbc.com
  • www.vzor-eshopjc.com
  • www.vzor-eshopnc.com
  • www.vzor-eshopnbc.com
  • www.vzor-eshopnc.com
  • www.vzor-eshophc.com
  • www.vzor-eshophbc.com
  • www.vzor-eshophc.com
  • www.vzor-eshop.com
  • www.vzor-eshopc.com
  • www.vzor-eshopx.com
  • www.vzor-eshopxc.com
  • www.vzor-eshopx.com
  • www.vzor-eshopf.com
  • www.vzor-eshopfc.com
  • www.vzor-eshopf.com
  • www.vzor-eshopv.com
  • www.vzor-eshopvc.com
  • www.vzor-eshopv.com
  • www.vzor-eshopd.com
  • www.vzor-eshopdc.com
  • www.vzor-eshopd.com
  • www.vzor-eshopcb.com
  • www.vzor-eshopcom
  • www.vzor-eshop..com
  • www.vzor-eshop/com
  • www.vzor-eshop/.com
  • www.vzor-eshop./com
  • www.vzor-eshopncom
  • www.vzor-eshopn.com
  • www.vzor-eshop.ncom
  • www.vzor-eshop;com
  • www.vzor-eshop;.com
  • www.vzor-eshop.;com
  • www.vzor-eshoplcom
  • www.vzor-eshopl.com
  • www.vzor-eshop.lcom
  • www.vzor-eshop com
  • www.vzor-eshop .com
  • www.vzor-eshop. com
  • www.vzor-eshop,com
  • www.vzor-eshop,.com
  • www.vzor-eshop.,com
  • www.vzor-eshopmcom
  • www.vzor-eshopm.com
  • www.vzor-eshop.mcom
  • www.vzor-eshop.ccom
  • www.vzor-eshop.om
  • www.vzor-eshop.ccom
  • www.vzor-eshop.xom
  • www.vzor-eshop.xcom
  • www.vzor-eshop.cxom
  • www.vzor-eshop.fom
  • www.vzor-eshop.fcom
  • www.vzor-eshop.cfom
  • www.vzor-eshop.vom
  • www.vzor-eshop.vcom
  • www.vzor-eshop.cvom
  • www.vzor-eshop.dom
  • www.vzor-eshop.dcom
  • www.vzor-eshop.cdom
  • www.vzor-eshopc.om
  • www.vzor-eshop.cm
  • www.vzor-eshop.coom
  • www.vzor-eshop.cpm
  • www.vzor-eshop.cpom
  • www.vzor-eshop.copm
  • www.vzor-eshop.cim
  • www.vzor-eshop.ciom
  • www.vzor-eshop.coim
  • www.vzor-eshop.ckm
  • www.vzor-eshop.ckom
  • www.vzor-eshop.cokm
  • www.vzor-eshop.clm
  • www.vzor-eshop.clom
  • www.vzor-eshop.colm
  • www.vzor-eshop.c0m
  • www.vzor-eshop.c0om
  • www.vzor-eshop.co0m
  • www.vzor-eshop.c:m
  • www.vzor-eshop.c:om
  • www.vzor-eshop.co:m
  • www.vzor-eshop.c9m
  • www.vzor-eshop.c9om
  • www.vzor-eshop.co9m
  • www.vzor-eshop.ocm
  • www.vzor-eshop.co
  • vzor-eshop.czm
  • www.vzor-eshop.con
  • www.vzor-eshop.conm
  • vzor-eshop.czn
  • www.vzor-eshop.col
  • www.vzor-eshop.colm
  • vzor-eshop.czl
  • www.vzor-eshop.co
  • www.vzor-eshop.co m
  • vzor-eshop.cz
  • www.vzor-eshop.cok
  • www.vzor-eshop.cokm
  • vzor-eshop.czk
  • www.vzor-eshop.co,
  • www.vzor-eshop.co,m
  • vzor-eshop.cz,
  • www.vzor-eshop.coj
  • www.vzor-eshop.cojm
  • vzor-eshop.czj
  • www.vzor-eshop.cmo
Show All Mistakes Hide All Mistakes