thisisit4u.eu Report : Visit Site


  • Server:Apache...
    X-Powered-By:PHP/5.4.45-0+deb7u14

    The main IP address: 193.142.112.122,Your server Poland,Poznan ISP:Fundacja Uniwersytetu Im. Adama Mickiewicza W Poznaniu  TLD:eu CountryCode:PL

    The description :just another wordpress site...

    This report updates in 02-Aug-2018

Technical data of the thisisit4u.eu


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host thisisit4u.eu. Currently, hosted in Poland and its service provider is Fundacja Uniwersytetu Im. Adama Mickiewicza W Poznaniu .

Latitude: 52.406921386719
Longitude: 16.929929733276
Country: Poland (PL)
City: Poznan
Region: Wielkopolskie
ISP: Fundacja Uniwersytetu Im. Adama Mickiewicza W Poznaniu

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:21912
X-Powered-By:PHP/5.4.45-0+deb7u14
Set-Cookie:slimstat_tracking_code=2203985id.d959a2cbd076790ff54390d2105e4446; expires=Sat, 01-Sep-2018 19:00:21 GMT; path=/, wordpress_polylang=en; expires=Thu, 01-Aug-2019 19:00:21 GMT; path=/
Expires:Fri, 31 Aug 2018 19:00:19 GMT
Vary:Accept-Encoding
Keep-Alive:timeout=5, max=99
Server:Apache
Connection:Keep-Alive
Content-Encoding:gzip
Cache-Control:max-age=2592000
Date:Wed, 01 Aug 2018 19:00:19 GMT
Content-Type:text/html; charset=UTF-8
X-Pingback:http://www.thisisit4u.eu/xmlrpc.php

DNS

soa:ns1.itti.com.pl. hostmaster.itti.com.pl. 2012090000 86400 7200 2678400 172800
txt:"v=spf1 mx ip4:193.142.112.100 -all"
ns:ns1.itti.com.pl.
ipv4:IP:193.142.112.122
ASN:42594
OWNER:PL-PPNT-AS, PL
Country:PL
mx:MX preference = 10, mail exchanger = proxymail.itti.com.pl.

HtmlToText

/gi, "") : text; /*jslint skiplinesend*/ this.jq = this.jq.not( e.find("*") ); } } } } if(!text) return this.process(); this.elements.push(el); this.textarray.push(text); o.each.call(el, this.elements.length - 1, el, text); if(o.async){ settimeout(function(){that.process();}, o.async); return this.jquery; }else return this.process(); } }; var defaults = { not: "", async: false, each: function(){}, complete: function(){}, comments: false, returnall: true, walk: true, altandval: false, subject: true, stripscripts: true }; $.fn.nodescontainingtext = function(o){ o = $.extend({}, defaults, $.fn.nodescontainingtext.defaults, o); return new nct().init(this, o); }; $.fn.nodescontainingtext.defaults = defaults; })(jquery); /*! * textnode translator * ariel flesler - http://flesler.blogspot.com/2008/05/textnode-translator-for-javascript.html */ //this is now only a placeholder, the original script has been modified //and the translator class is no longer exposed /*! * jquery translate plugin * * version: 1.4.7 * * http://code.google.com/p/jquery-translate/ * * copyright (c) 2009 balazs endresz ([email protected]) * dual licensed under the mit and gpl licenses. * * this plugin uses the 'google ajax language api' (http://code.google.com/apis/ajaxlanguage/) * you can read the terms of use at http://code.google.com/apis/ajaxlanguage/terms.html * */ ;(function($){ function $function(){} var true = true, false = false, undefined, replace = "".replace, str = string, fn = function, obj = object, gl, gll, tolangcode, inverselanguages = {}, loading, readylist = [], defaults = { from: "", to: "", start: $function, error: $function, each: $function, complete: $function, ontimeout: $function, timeout: 0, stripcomments: true, stripwhitespace: true, stripscripts: true, separators: /\.\?\!;:/, limit: 1750, walk: true, returnall: false, replace: true, rebind: true, data: true, setlangattr: false, subject: true, not: "", altandval:true, async: false, toggle: false, fromoriginal: true, parallel: false, trim: true, alwaysreplace: false //,response: $function }; function loaded(){ $.translate.gl = gl = google.language; $.translate.gll = gll = gl.languages; tolangcode = $.translate.tolanguagecode; $.each(gll, function(l, lc){ inverselanguages[ lc.touppercase() ] = l; }); $.translate.isready = true; var fn; while((fn = readylist.shift())) fn(); } function filter(obj, fn){ var newobj = {}; $.each(obj, function(lang, langcode){ if( fn(langcode, lang) === true) newobj[ lang ] = langcode; }); return newobj; } function bind(fn, thisobj, args){ return function(){ return fn.apply(thisobj === true ? arguments[0] : thisobj, args || arguments); }; } function isset(e){ return e !== undefined; } function validate(_args, overload, error){ var matched, obj = {}, args = $.grep(_args, isset); $.each(overload, function(_, el){ var matches = $.grep(el[0], function(e, i){ return isset(args[i]) && args[i].constructor === e; }).length; if(matches === args.length && matches === el[0].length && (matched = true)){ $.each(el[1], function(i, prop){ obj[prop] = args[i]; }); return false; } }); //todo if(!matched) throw error; return obj; } function getopt(args0, _defaults){ //args0=[].slice.call(args0, 0) var args = validate(args0 , $.translate.overload, "jquery.translate: invalid arguments" ), o = args.options || {}; delete args.options; o = $.extend({}, defaults, _defaults, $.extend(o, args)); if(o.fromoriginal) o.toggle = true; if(o.toggle) o.data = true; if(o.async === true) o.async = 2; return o; } function t(){ //copy over static methods during each instantiation //for backward compatibility and access inside callback functions this.extend($.translate); delete this.defaults; delete this.fn; } t.prototype = { version: "1.4.7", _init: function(t, o){ var separator = o.separators.source || o.separators, isstring = this.isstring = typeof t === "string", lastpos = 0, substr; $.each(["stripcomments", "stripscripts", "stripwhitespace"], function(i, name){ var fn = $.translate[name]; if( o[name] ) t = isstring ? fn(t) : $.map(t, fn); }); this.rawsource = " " + (isstring ? t : t.join(" ")) + " "; this._m3 = new regexp("[" + separator + "](?![^" + separator + "]*[" + separator + "])"); this.options = o; this.from = o.from = tolangcode(o.from) || ""; this.to = o.to = tolangcode(o.to) || ""; this.source = t; this.rawtranslation = ""; this.translation = []; this.i = 0; this.stopped = false; this.elements = o.nodes; //this._nres = 0; //this._progress = 0; this._i = -1; //todo: rename this.rawsources = []; while(true){ substr = this.truncate( this.rawsource.substr(lastpos), o.limit); if(!substr) break; this.rawsources.push(substr); lastpos += substr.length; } this.queue = new array(this.rawsources.length); this.done = 0; o.start.call(this, t , o.from, o.to, o); if(o.timeout) this.timeout = settimeout(bind(o.ontimeout, this, [t, o.from, o.to, o]), o.timeout); (o.toggle && o.nodes) ? (o.textnodes ? this._toggletextnodes() : this._toggle()) : this._process(); }, _process: function(){ if(this.stopped) return; var o = this.options, i = this.rawtranslation.length, lastpos, subst, divst, divcl; var that = this; while( (lastpos = this.rawtranslation.lastindexof(" ", i)) -1){ i = lastpos - 1; subst = this.rawtranslation.substr(0, i + 1); /*jslint skiplines*/ divst = subst.match(/ ]/gi); divcl = subst.match(/ /gi); /*jslint skiplinesend*/ divst = divst ? divst.length : 0; divcl = divcl ? divcl.length : 0; if(divst !== divcl + 1) continue; //if there are some unclosed divs var divscompl = $( this.rawtranslation.substr(0, i + 7) ), divlen = divscompl.length, l = this.i; if(l === divlen) break; //if no new elements have been completely translated divscompl.slice(l, divlen).each( bind(function(j, e){ if(this.stopped) return false; var e_html = $(e).html(), tr = o.trim ? $.trim(e_html) : e_html, i = l + j, src = this.source, from = !this.from && this.detectedsourcelanguage || this.from; this.translation[i] = tr;//create an array for complete callback this.isstring ? this.translation = tr : src = this.source[i]; o.each.call(this, i, tr, src, from, this.to, o); this.i++; }, this)); break; } if(this.rawsources.length - 1 == this._i) this._complete(); var _translate = bind(this._translate, this); if(o.parallel){ if(this._i this.done) || (done === this.queue.length - 1)) { for(var i = 0; i )/.exec(t) ) ) ? ( //if no broken tag present ( !( m2 = / \s*$/.exec(t) ) ) ? ( //if doesn't end with ' ' ( m3 = this._m3.exec(t) ) ? ( //if broken sentence present ( m4 = / (?![^ ]* m4.index ? t.substring(0, m3.index+1) : t.substring(0, m4.index+1) ) : t.substring(0, m3.index+1) ) : t ) : t ) : t.substring(0, m1.index); }, getlanguages: function(a, b){ if(a == undefined || (b == undefined && !a)) return gll; var newobj = {}, typeof_a = typeof a, languages = b ? $.translate.getlanguages(a) : gll, filterarg = ( typeof_a === "object" || typeof_a === "function" ) ? a : b; if(filterarg) if(filterarg.call) //if it's a filter function newobj = filter(languages, filterarg); else //if it's an array of languages for(var i = 0, length = filterarg.length, lang; i only translatable languages newobj = filter(gll, gl.istranslatable); return newobj; }, tolanguage: function(a, format){ var u = a.touppercase(); var l = inverselanguages[u] || (gll[u] ? u : undefined) || inverselanguages[($.translate.languagecodemap[a.tolowercase()]||"").touppercase()]; return l == undefined ? undefined : format === "lowercase" ? l.tolowercase() : format === "capitalize" ? $.translate.capitalize(l) : l; }, tolanguagecode: function(a){ return gll[a] || gll[ $.translate.tolanguage(a) ] || $.translate.languagecodemap[a.tolowercase()]; }, same: function(a, b){ return a === b || tolangcode(a) === tolangcode(b); }, istranslatable: function(l){ return gl.istranslatable( tolangcode(l) ); }, //keys must be lower case, and values must equal to a //language code specified in the language api languagecodemap: { "pt": "pt-pt", "pt-br": "pt-pt", "he": "iw", "zlm": "ms", "zh-hans": "zh-cn", "

URL analysis for thisisit4u.eu


http://www.thisisit4u.eu/?lang=en/?page_id=541&resources=1
http://www.thisisit4u.eu/?lang=en/?page_id=1288
http://www.thisisit4u.eu/forum/ucp.php?mode=sendpassword
http://www.thisisit4u.eu/?page_id=2848
http://www.thisisit4u.eu/?lang=en/download/project_presentation_this_is_it_en.pdf
http://www.thisisit4u.eu/?page_id=419
http://www.thisisit4u.eu/?lang=en/download/thisisit_leaflet_fprint.pdf
http://www.thisisit4u.eu/?page_id=688
http://www.thisisit4u.eu/?page_id=168
http://www.thisisit4u.eu/?lang=en/?page_id=2342
http://www.thisisit4u.eu/?page_id=1288
http://www.thisisit4u.eu/?lang=en/download/thisisit_poster_fprint.pdf
http://www.thisisit4u.eu/?page_id=1512
http://www.thisisit4u.eu/?lang=en/?page_id=2848

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;

% The WHOIS service offered by EURid and the access to the records
% in the EURid WHOIS database are provided for information purposes
% only. It allows persons to check whether a specific domain name
% is still available or not and to obtain information related to
% the registration records of existing domain names.
%
% EURid cannot, under any circumstances, be held liable in case the
% stored information would prove to be wrong, incomplete or not
% accurate in any sense.
%
% By submitting a query you agree not to use the information made
% available to:
%
% - allow, enable or otherwise support the transmission of unsolicited,
% commercial advertising or other solicitations whether via email or
% otherwise;
% - target advertising in any possible way;
%
% - to cause nuisance in any possible way to the registrants by sending
% (whether by automated, electronic processes capable of enabling
% high volumes or other possible means) messages to them.
%
% Without prejudice to the above, it is explicitly forbidden to extract,
% copy and/or use or re-utilise in any form and by any means
% (electronically or not) the whole or a quantitatively or qualitatively
% substantial part of the contents of the WHOIS database without prior
% and explicit permission by EURid, nor in any attempt hereof, to apply
% automated, electronic processes to EURid (or its systems).
%
% You agree that any reproduction and/or transmission of data for
% commercial purposes will always be considered as the extraction of a
% substantial part of the content of the WHOIS database.
%
% By submitting the query you agree to abide by this policy and accept
% that EURid can take measures to limit the use of its WHOIS services
% in order to protect the privacy of its registrants or the integrity
% of the database.
%
% The EURid WHOIS service on port 43 (textual whois) never
% discloses any information concerning the registrant.
% Registrant and onsite contact information can be obtained through use of the
% webbased whois service available from the EURid website www.eurid.eu
%
% WHOIS thisisit4u.eu
Domain: thisisit4u.eu

Registrant:
NOT DISCLOSED!
Visit www.eurid.eu for webbased whois.

Technical:
Name: Dział Wsparcia Technicznego
Organisation: DOMENY.PL sp. z o.o.
Language: pl
Phone: +48.122963663
Fax: +48.122963664
Email: [email protected]

Registrar:
Name: DOMENY.PL sp. z o.o.
Website: https://www.domeny.pl

Name servers:
sunflower.man.poznan.pl
ns1.itti.com.pl

Please visit www.eurid.eu for more info.

  REFERRER http://www.eurid.eu

  REGISTRAR EURID

SERVERS

  SERVER eu.whois-servers.net

  ARGS thisisit4u.eu

  PORT 43

  TYPE domain

DOMAIN

  NAME thisisit4u.eu

REGISTRAR

  NAME DOMENY.PL sp. z o.o.

  URL https://www.domeny.pl

NSERVER

  SUNFLOWER.MAN.POZNAN.PL 150.254.173.2

  NS1.ITTI.COM.PL 193.142.112.100

OWNER
NOT DISCLOSED!
Visit www.eurid.eu for webbased whois.
Technical:
Name: Dział Wsparcia Technicznego
Organisation: DOMENY.PL sp. z o.o.
Language: pl
Phone: +48.122963663
Fax: +48.122963664
Email: [email protected]

  REGISTERED yes

Go to top

Mistakes


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

  • www.uthisisit4u.com
  • www.7thisisit4u.com
  • www.hthisisit4u.com
  • www.kthisisit4u.com
  • www.jthisisit4u.com
  • www.ithisisit4u.com
  • www.8thisisit4u.com
  • www.ythisisit4u.com
  • www.thisisit4uebc.com
  • www.thisisit4uebc.com
  • www.thisisit4u3bc.com
  • www.thisisit4uwbc.com
  • www.thisisit4usbc.com
  • www.thisisit4u#bc.com
  • www.thisisit4udbc.com
  • www.thisisit4ufbc.com
  • www.thisisit4u&bc.com
  • www.thisisit4urbc.com
  • www.urlw4ebc.com
  • www.thisisit4u4bc.com
  • www.thisisit4uc.com
  • www.thisisit4ubc.com
  • www.thisisit4uvc.com
  • www.thisisit4uvbc.com
  • www.thisisit4uvc.com
  • www.thisisit4u c.com
  • www.thisisit4u bc.com
  • www.thisisit4u c.com
  • www.thisisit4ugc.com
  • www.thisisit4ugbc.com
  • www.thisisit4ugc.com
  • www.thisisit4ujc.com
  • www.thisisit4ujbc.com
  • www.thisisit4ujc.com
  • www.thisisit4unc.com
  • www.thisisit4unbc.com
  • www.thisisit4unc.com
  • www.thisisit4uhc.com
  • www.thisisit4uhbc.com
  • www.thisisit4uhc.com
  • www.thisisit4u.com
  • www.thisisit4uc.com
  • www.thisisit4ux.com
  • www.thisisit4uxc.com
  • www.thisisit4ux.com
  • www.thisisit4uf.com
  • www.thisisit4ufc.com
  • www.thisisit4uf.com
  • www.thisisit4uv.com
  • www.thisisit4uvc.com
  • www.thisisit4uv.com
  • www.thisisit4ud.com
  • www.thisisit4udc.com
  • www.thisisit4ud.com
  • www.thisisit4ucb.com
  • www.thisisit4ucom
  • www.thisisit4u..com
  • www.thisisit4u/com
  • www.thisisit4u/.com
  • www.thisisit4u./com
  • www.thisisit4uncom
  • www.thisisit4un.com
  • www.thisisit4u.ncom
  • www.thisisit4u;com
  • www.thisisit4u;.com
  • www.thisisit4u.;com
  • www.thisisit4ulcom
  • www.thisisit4ul.com
  • www.thisisit4u.lcom
  • www.thisisit4u com
  • www.thisisit4u .com
  • www.thisisit4u. com
  • www.thisisit4u,com
  • www.thisisit4u,.com
  • www.thisisit4u.,com
  • www.thisisit4umcom
  • www.thisisit4um.com
  • www.thisisit4u.mcom
  • www.thisisit4u.ccom
  • www.thisisit4u.om
  • www.thisisit4u.ccom
  • www.thisisit4u.xom
  • www.thisisit4u.xcom
  • www.thisisit4u.cxom
  • www.thisisit4u.fom
  • www.thisisit4u.fcom
  • www.thisisit4u.cfom
  • www.thisisit4u.vom
  • www.thisisit4u.vcom
  • www.thisisit4u.cvom
  • www.thisisit4u.dom
  • www.thisisit4u.dcom
  • www.thisisit4u.cdom
  • www.thisisit4uc.om
  • www.thisisit4u.cm
  • www.thisisit4u.coom
  • www.thisisit4u.cpm
  • www.thisisit4u.cpom
  • www.thisisit4u.copm
  • www.thisisit4u.cim
  • www.thisisit4u.ciom
  • www.thisisit4u.coim
  • www.thisisit4u.ckm
  • www.thisisit4u.ckom
  • www.thisisit4u.cokm
  • www.thisisit4u.clm
  • www.thisisit4u.clom
  • www.thisisit4u.colm
  • www.thisisit4u.c0m
  • www.thisisit4u.c0om
  • www.thisisit4u.co0m
  • www.thisisit4u.c:m
  • www.thisisit4u.c:om
  • www.thisisit4u.co:m
  • www.thisisit4u.c9m
  • www.thisisit4u.c9om
  • www.thisisit4u.co9m
  • www.thisisit4u.ocm
  • www.thisisit4u.co
  • thisisit4u.eum
  • www.thisisit4u.con
  • www.thisisit4u.conm
  • thisisit4u.eun
  • www.thisisit4u.col
  • www.thisisit4u.colm
  • thisisit4u.eul
  • www.thisisit4u.co
  • www.thisisit4u.co m
  • thisisit4u.eu
  • www.thisisit4u.cok
  • www.thisisit4u.cokm
  • thisisit4u.euk
  • www.thisisit4u.co,
  • www.thisisit4u.co,m
  • thisisit4u.eu,
  • www.thisisit4u.coj
  • www.thisisit4u.cojm
  • thisisit4u.euj
  • www.thisisit4u.cmo
Show All Mistakes Hide All Mistakes