olser.cz Report : Visit Site


  • Ranking Alexa Global: # 1,770,782,Alexa Ranking in Czech Republic is # 22,856

    Server:Apache...

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

    The description :'; return $fields; } add_filter('comment_form_default_fields','my_fields'); // konec custom pole ke komentarum // rozhodne jestli zahazujeme nebo ne function in_comment_post_like($string) { $num_links...

    This report updates in 26-Aug-2018

Created Date:2008-07-31
Changed Date:2015-10-17
Expires Date:2018-07-31

Technical data of the olser.cz


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

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

the related websites

    mouthulcers.org glowm.com 

HTTP Header Analysis


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

Content-Length:3069
Upgrade:h2
Content-Encoding:gzip
Vary:Accept-Encoding
Keep-Alive:timeout=2, max=100
Server:Apache
Connection:Upgrade, Keep-Alive
Date:Sun, 26 Aug 2018 15:16:14 GMT
Content-Type:text/html

DNS

soa:shinzon.blueboard.cz. hostmaster.blueboard.cz. 2015101701 10800 3600 604800 38400
ns:shinzon.blueboard.cz.
ns2.blueboard.cz.
mx:MX preference = 100, mail exchanger = ns2.blueboard.cz.
MX preference = 10, mail exchanger = jaguar.blueboard.cz.
ipv4:IP:217.11.249.141
ASN:15685
OWNER:CASABLANCA-AS Internet & Collocation Provider, CZ
Country:CZ
ipv6:2001:1528:240::1f//15685//CASABLANCA-AS Internet & Collocation Provider, CZ//CZ

HtmlToText

'; return $fields; } add_filter('comment_form_default_fields','my_fields'); // konec custom pole ke komentarum // rozhodne jestli zahazujeme nebo ne function in_comment_post_like($string) { $num_links = preg_match_all( '((([a-za-z]{3,9}:(?:\/\/)?)(?:[-;:&=\+\$,\w]+@)?[a-za-z0-9.-]+|(?:www.|[-;:&=\+\$,\w]+@)[a-za-z0-9.-]+)((?:\/[\+~%\/.\w-_]*)?\??(?:[-\+=&;%@.\w_]*)#?(?:[\w]*))?)', $_post['comment'], $out ); // spocte pocet urls if ($num_links > 4) { return true; } require_once get_theme_root().'/komspamclass.php'; $kospam = new komspam("hacky"); $jetospam = $kospam->posud($_post['comment']); //echo "jespam: ".$jespam; //echo " "; if($jetospam < 0) { //echo "chyba: ".$jespam; //$buf .= " chyba při ukládání komentáře (".$jespam."). \n"; //wp_die( __('undefined error..') ); wp_die( __('error #'.round(rand(1100, 25000)).', halting.') ); }elseif ($jetospam == true) { //$komstop = true; return true; }else { } require_once get_theme_root().'/text_languagedetect/languagedetect.php'; $radrozpoznanijazyku = new text_languagedetect(get_theme_root()."/text_languagedetect/data/"); $radkometar = stripslashes($_post['comment']); // upravi si komentar $radkometar = strip_tags($radkometar); $radrozpoznanivysledek = $radrozpoznanijazyku->detectconfidence($radkometar); if ( !( ($radrozpoznanivysledek["language"] == "czech" && $radrozpoznanivysledek["similarity"] > 0.15) || ($radrozpoznanivysledek["language"] == "slovak" && $radrozpoznanivysledek["similarity"] > 0.15) || ($radrozpoznanivysledek["language"] == "slovene" && $radrozpoznanivysledek["similarity"] > 0.15) || ($radrozpoznanivysledek["language"] == "croatian" && $radrozpoznanivysledek["similarity"] > 0.15) || ($radrozpoznanivysledek["confidence"] < 0.01 && strlen($_post['comment']) < 17 && $num_links == 0) ) ) { // podminka ze zorgu, ale negovana return true; } $unicodebloky = $radrozpoznanijazyku->detectunicodeblocks($radkometar, false); $unicodeblokytext = join(', ', array_keys($unicodebloky)); if (stristr($unicodeblokytext, "cyrillic") || stristr($unicodeblokytext, "katakana") || stristr($unicodeblokytext, "cjk unified ideographs") || stristr($unicodeblokytext, "arabic") || stristr($unicodeblokytext, "hebrew") || stristr($unicodeblokytext, "hiragana")) { return true; } if (preg_match("/( )/", $_post['comment'])) { return true; } elseif(preg_match("/( )/", $_post['comment'])) { return true; } elseif(stristr ($_post['comment'], " )(.*)?/", $_post['comment'])) { // strongy na zacatku return true; } } // konec fce function botscout() { echo "bot"; $apikey = 'l5tfudjx2ufwpsa'; // testing for an email address and ip //$apiquery = "http://botscout.com/test/?multi&mail;=".$_post['email']."&ip;=".$_server['remote_addr']; $apiquery = "http://botscout.com/test/?multi&mail;=".$_post['email']."&ip;="; //////////////////////// if($apikey != ''){$apiquery = "$apiquery&key;=$apikey";} if(function_exists('file_get_contents')){ // use file_get_contents $returned_data = file_get_contents($apiquery); }else{ $ch = curl_init($apiquery); curl_setopt($ch, curlopt_header, 0); curl_setopt($ch, curlopt_returntransfer, 1); $returned_data = curl_exec($ch); curl_close($ch); } // diagnostic output if($diag=='1'){print "returned data: $returned_data ";} // sanity check if($diag=='1'){ if($returned_data==''){ print 'error: no return data from api query.'; exit; }else{ print "api data: $returned_data "; } } // take the returned value and parse it (standard api, not xml) $botdata = explode('|', $returned_data); // sample 'multi' return string (standard api, not xml) // y|multi|ip|4|mail|26|name|30 // $botdata[0] - 'y' if found in database, 'n' if not found, '!' if an error occurred // $botdata[1] - type of test (will be 'mail', 'ip', 'name', or 'multi') // $botdata[2] - descriptor field for item (ip) // $botdata[3] - how many times the ip was found in the database // $botdata[4] - descriptor field for item (mail) // $botdata[5] - how many times the email was found in the database // $botdata[6] - descriptor field for item (name) // $botdata[7] - how many times the name was found in the database if(substr($returned_data, 0,1) == '!'){ // if the first character is an exclamation mark, an error has occurred print "error: $returned_data"; exit; } if($botdata[3] > 0 || $botdata[5] > 0){ // your 'rejection' code would go here.... // for example, print a fake error message and exit the process. //wp_die( __('error #'.round(rand(1100, 25000)).', halting.') ); wp_die( __('error #'.round(rand(1100, 25000)).', halting...') ); } } // konec fce botscout // zahozeni komentaru, ktere maji vyplnene neexistujici form pro web function drop_bad_comments() { if (!empty($_post['comment'])) { $post_commnet_email = $_post['email']; $spatnaslova = array("sildenafil"=>"sildenafil",); if (isset($_post['url'])) { // odeslal url, ktere ja ve formulari nemam = je to robot //header("http/1.1 406 not acceptable"); //header("status: 406 not acceptable"); header("connection: close"); //wp_die( __('undefined error.') ); wp_die( __('error #'.round(rand(1100, 25000)).', halting.') ); } else { if (in_comment_post_like($_post['comment'])) { header("connection: close"); if (strlen($_post['comment']) < 24) { wp_die( __('váš komentář je příliš krátký. připište prosím ještě něco. <- zpět ') ); } else { //wp_die( __('undefined error.') ); wp_die( __('error #'.round(rand(1100, 25000)).', halting.') ); } } // konec kdy detekoval spam if (strlen($_post['comment']) < 50) { // pro kratsi v predchozich krocich nedetekovane spamy $jednotlivaslova = explode(' ', $_post['comment']); foreach($jednotlivaslova as $kje => $vje) { if ($spatnaslova[$vje]) { //wp_die( __('undefined error.') ); wp_die( __('error #'.round(rand(1100, 25000)).', halting.') ); } } } // konec kratsi v predchozich krocich nedetekovane spamy } // konec else neni zadane url // reseni botscout //botscout(); // zatím vypnuto $_post['url'] = $_post['mujtip']; // nastavi staronove url a vesele to ulozi } // konec je post } // konec fce add_action('init', 'drop_bad_comments'); // konec zahozeni formularu // =========== // odstrani pole pro www z komentaru function remove_comment_fields($fields) { unset($fields['url']); return $fields; } add_filter('comment_form_default_fields','remove_comment_fields'); // konec odstraneni pole pro komentare // =========== // konec kspam //====== ?> warning : cannot modify header information - headers already sent by (output started at /data/www/21122/olser_cz/www/wp-content/themes/rspam.php:210) in /data/www/21122/olser_cz/www/wp-includes/pluggable.php on line 1203

URL analysis for olser.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: Mon Aug 27 02:51:36 2018

domain: olser.cz
registrant: FORPSI-SCC-S287658
nsset: BLUEBOARD
registrar: REG-WEDOS
status: Expired
registered: 31.07.2008 11:12:03
changed: 17.10.2015 01:21:17
expire: 31.07.2018

contact: FORPSI-SCC-S287658
name: Břetislav Olšer
address: Rezkova 4
address: Ostrava
address: 700 30
address: CZ
registrar: REG-INTERNET-CZ
created: 31.07.2008 11:12:02

nsset: BLUEBOARD
nserver: shinzon.blueboard.cz (178.251.187.7, 2a00:1ed0:45::b)
nserver: ns2.blueboard.cz (46.101.178.149, 2a03:b0c0:3:d0::31:7001)
nserver: jaguar.blueboard.cz (178.251.187.8, 2a00:1ed0:45::c)
tech-c: BLUEBOARD
registrar: REG-GRANSY
created: 07.10.2010 23:04:02
changed: 11.06.2018 09:01:10

contact: BLUEBOARD
org: Blueboard.cz s.r.o.
name: Tomáš Randa
address: Kováků 3280/5
address: Praha 5
address: 150 00
address: CZ
registrar: REG-MOJEID
created: 15.08.2011 10:14:06
changed: 29.01.2015 17:18:05



  REFERRER http://www.nic.cz

  REGISTRAR CZ-NIC

SERVERS

  SERVER cz.whois-servers.net

  ARGS olser.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: Mon Aug 27 02:51:36 2018

  REGISTERED yes

OWNER

  HANDLE FORPSI-SCC-S287658

  NAME Břetislav Olšer

ADDRESS
Rezkova 4
Ostrava
700 30
CZ

  REGISTRAR REG-INTERNET-CZ

  CREATED 2008-07-31

DOMAIN

  NAME olser.cz

  NSSET BLUEBOARD

  REGISTRAR REG-WEDOS

  STATUS Expired

  CREATED 2008-07-31

  CHANGED 2015-10-17

  EXPIRES 2018-07-31

NSERVER

  SHINZON.BLUEBOARD.CZ 178.251.187.7

  NS2.BLUEBOARD.CZ 46.101.178.149

Go to top

Mistakes


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

  • www.uolser.com
  • www.7olser.com
  • www.holser.com
  • www.kolser.com
  • www.jolser.com
  • www.iolser.com
  • www.8olser.com
  • www.yolser.com
  • www.olserebc.com
  • www.olserebc.com
  • www.olser3bc.com
  • www.olserwbc.com
  • www.olsersbc.com
  • www.olser#bc.com
  • www.olserdbc.com
  • www.olserfbc.com
  • www.olser&bc.com
  • www.olserrbc.com
  • www.urlw4ebc.com
  • www.olser4bc.com
  • www.olserc.com
  • www.olserbc.com
  • www.olservc.com
  • www.olservbc.com
  • www.olservc.com
  • www.olser c.com
  • www.olser bc.com
  • www.olser c.com
  • www.olsergc.com
  • www.olsergbc.com
  • www.olsergc.com
  • www.olserjc.com
  • www.olserjbc.com
  • www.olserjc.com
  • www.olsernc.com
  • www.olsernbc.com
  • www.olsernc.com
  • www.olserhc.com
  • www.olserhbc.com
  • www.olserhc.com
  • www.olser.com
  • www.olserc.com
  • www.olserx.com
  • www.olserxc.com
  • www.olserx.com
  • www.olserf.com
  • www.olserfc.com
  • www.olserf.com
  • www.olserv.com
  • www.olservc.com
  • www.olserv.com
  • www.olserd.com
  • www.olserdc.com
  • www.olserd.com
  • www.olsercb.com
  • www.olsercom
  • www.olser..com
  • www.olser/com
  • www.olser/.com
  • www.olser./com
  • www.olserncom
  • www.olsern.com
  • www.olser.ncom
  • www.olser;com
  • www.olser;.com
  • www.olser.;com
  • www.olserlcom
  • www.olserl.com
  • www.olser.lcom
  • www.olser com
  • www.olser .com
  • www.olser. com
  • www.olser,com
  • www.olser,.com
  • www.olser.,com
  • www.olsermcom
  • www.olserm.com
  • www.olser.mcom
  • www.olser.ccom
  • www.olser.om
  • www.olser.ccom
  • www.olser.xom
  • www.olser.xcom
  • www.olser.cxom
  • www.olser.fom
  • www.olser.fcom
  • www.olser.cfom
  • www.olser.vom
  • www.olser.vcom
  • www.olser.cvom
  • www.olser.dom
  • www.olser.dcom
  • www.olser.cdom
  • www.olserc.om
  • www.olser.cm
  • www.olser.coom
  • www.olser.cpm
  • www.olser.cpom
  • www.olser.copm
  • www.olser.cim
  • www.olser.ciom
  • www.olser.coim
  • www.olser.ckm
  • www.olser.ckom
  • www.olser.cokm
  • www.olser.clm
  • www.olser.clom
  • www.olser.colm
  • www.olser.c0m
  • www.olser.c0om
  • www.olser.co0m
  • www.olser.c:m
  • www.olser.c:om
  • www.olser.co:m
  • www.olser.c9m
  • www.olser.c9om
  • www.olser.co9m
  • www.olser.ocm
  • www.olser.co
  • olser.czm
  • www.olser.con
  • www.olser.conm
  • olser.czn
  • www.olser.col
  • www.olser.colm
  • olser.czl
  • www.olser.co
  • www.olser.co m
  • olser.cz
  • www.olser.cok
  • www.olser.cokm
  • olser.czk
  • www.olser.co,
  • www.olser.co,m
  • olser.cz,
  • www.olser.coj
  • www.olser.cojm
  • olser.czj
  • www.olser.cmo
Show All Mistakes Hide All Mistakes