قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 06:57:53 +00:00
1 خط
52 KiB
HTML
1 خط
52 KiB
HTML
|
|
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="description" content="Whois Lookup for matomo.org">
|
|
<title>Whois matomo.org</title>
|
|
<meta property="og:title" content="Whois matomo.org">
|
|
<meta property="og:description" content="Whois Lookup for matomo.org">
|
|
<meta property="og:url" content="https://www.whois.com/whois/matomo.org">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:image" content="https://www.whois.com/images/og.png">
|
|
<meta property="twitter:image" content="https://www.whois.com/images/twimg.png">
|
|
|
|
<link rel="canonical" href="https://www.whois.com/whois/matomo.org" />
|
|
|
|
<link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
|
|
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
|
|
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap" rel="stylesheet" type="text/css">
|
|
<link rel="stylesheet" type="text/css" href="/css/site.css?v=20200928" />
|
|
|
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
<script type="text/javascript" defer src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.2.0/js.cookie.min.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function () {
|
|
if(Cookies.get('ss_cart_items')) {
|
|
$('#dashboard-cartItemCount').text(Cookies.get('ss_cart_items'));
|
|
}
|
|
|
|
if(Cookies.get('ss_userloggedin')) {
|
|
$('#dashboard-login-nav span').text('Account');
|
|
$('#dashboard-login-sub-nav-1').attr('href', 'https://shop.whois.com/content.php?action=cp_login').children('.title').text('My Account');
|
|
$('#dashboard-login-sub-nav-2').attr('href', 'https://shop.whois.com/login.php?action=signout').children('.title').text('Logout');
|
|
$('#dashboard-login-sub-nav-3').parent().remove();
|
|
$('#footer-login-button-1').attr('href', 'https://shop.whois.com/content.php?action=cp_login').text('My Account');
|
|
$('#footer-login-button-2').attr('href', 'https://shop.whois.com/login.php?action=signout').text('Logout');
|
|
$('#mobile-menu-login').attr('href', 'https://shop.whois.com/content.php?action=cp_login').text('My Account');
|
|
$('#mobile-menu-signup').attr('href', 'https://shop.whois.com/login.php?action=signout').text('Logout');
|
|
}
|
|
});
|
|
</script>
|
|
<script type="text/javascript">
|
|
function loadGa() {
|
|
if(!window.navigator || !window.navigator.webdriver) {
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-973645-3', 'auto');
|
|
ga('set', 'anonymizeIp', true);
|
|
ga('send', 'pageview');
|
|
}
|
|
}
|
|
</script>
|
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.6/cookieconsent.min.css" />
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.6/cookieconsent.min.js"></script>
|
|
<script>
|
|
window.addEventListener("load", function() {
|
|
window.cookieconsent.Popup.prototype.isAllowed = function() {
|
|
var status = this.getStatus();
|
|
return !this.options.enabled || (this.options.type === 'opt-in' ? status === 'allow' : status !== 'deny');
|
|
};
|
|
|
|
window.cookieconsent.Popup.prototype.onAllowChange = function() {
|
|
if(!this.hadAllowed && this.isAllowed()) {
|
|
loadGa();
|
|
this.hadAllowed = true;
|
|
}
|
|
}
|
|
|
|
window.cookieconsent.initialise({
|
|
palette: {
|
|
popup: {
|
|
background: "#edeff5",
|
|
text: "#838391",
|
|
},
|
|
button: {
|
|
background: "#4b81e8"
|
|
}
|
|
},
|
|
revokeBtn: "<div style=\"display:none;\"></div>",
|
|
type: "opt-in",
|
|
content: {
|
|
message: "This website uses cookies to improve performance, analyse traffic and to provide content from third parties. By continuing to use our website, you agree to our use of cookies.",
|
|
dismiss: "Dismiss",
|
|
allow: "Accept",
|
|
href: "https://shop.whois.com/privacy/cookies"
|
|
},
|
|
cookie: {
|
|
domain: ".whois.com"
|
|
},
|
|
onInitialise: function(status) {
|
|
this.onAllowChange();
|
|
},
|
|
onStatusChange: function(status, chosenBefore) {
|
|
this.onAllowChange();
|
|
},
|
|
onRevokeChoice: function() {
|
|
this.onAllowChange();
|
|
}
|
|
}, function(popup) {
|
|
window.cookieconsentpopup = popup;
|
|
if(!popup.hasAnswered()) {
|
|
popup.onAllowChange();
|
|
}
|
|
})
|
|
});
|
|
</script>
|
|
<style>
|
|
.whois_main_column {
|
|
font-size: 14px;
|
|
width: 680px;
|
|
float: left;
|
|
position: relative;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.whois_rhs_column {
|
|
padding-left: 20px;
|
|
margin-top: 44px;
|
|
width: 300px;
|
|
float: right;
|
|
position: relative;
|
|
}
|
|
|
|
.whois_main_column .ui-heading {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.whois_page_wrapper .promoblurb-container {
|
|
height: 225px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.whois_page_wrapper .promoblurb-container .slide {
|
|
height: 225px;
|
|
width: 300px;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.whois_page_wrapper .promoblurb-container h2 {
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.slides-container {
|
|
width: 280px;
|
|
border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
-ms-border-radius: 10px;
|
|
padding: 10px 10px 3px;
|
|
background-color: #eaeaea;
|
|
margin-bottom: 15px;
|
|
font-size: 18px;
|
|
text-align:center;
|
|
}
|
|
|
|
.slides-heading {
|
|
margin-bottom: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.slides-heading a {
|
|
color: #e00;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#whois-slides {
|
|
height: 188px;
|
|
}
|
|
|
|
#whois-slides .slidesjs-container {
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
-ms-border-radius: 10px;
|
|
height: 160px !important;
|
|
}
|
|
|
|
#whois-slides .slidesjs-pagination {
|
|
margin: 10px auto 0;
|
|
list-style: none;
|
|
display:inline-block;
|
|
}
|
|
|
|
#whois-slides .slidesjs-pagination li {
|
|
float: left;
|
|
margin: 0 2px;
|
|
}
|
|
|
|
#whois-slides .slidesjs-pagination li a {
|
|
display: block;
|
|
width: 12px;
|
|
height: 12px;
|
|
background-color: #969696;
|
|
border-radius: 20px;
|
|
font-size: 0;
|
|
}
|
|
|
|
#whois-slides .slidesjs-pagination li a.active {
|
|
background-color: #98c22a;
|
|
}
|
|
</style>
|
|
<style>
|
|
#securityBlk {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#availableBlk table {
|
|
margin: 15px 0;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#availableBlk img {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#availableBlk div {
|
|
font: normal 18px 'Lato', sans-serif;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
#availableBlk .purchase td {
|
|
padding: 15px 25px;
|
|
}
|
|
|
|
#availableBlk .purchase {
|
|
border: 1px solid #ccc;
|
|
padding: 10px;
|
|
width: 100%;
|
|
}
|
|
|
|
#availableBlk .purchase .domain {
|
|
word-break: break-word;
|
|
font: bold 27px 'Lato', sans-serif;
|
|
}
|
|
|
|
#availableBlk .purchase .price {
|
|
white-space: nowrap;
|
|
font: 900 27px 'Lato', sans-serif;
|
|
border-right: 1px solid #ccc;
|
|
text-align: right;
|
|
padding-right: 35px;
|
|
}
|
|
|
|
#availableBlk .purchase .currency {
|
|
font-size: 13px;
|
|
position: relative;
|
|
top: -8px;
|
|
}
|
|
|
|
#availableBlk .purchase .buylink {
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
width: 180px;
|
|
padding: 25px 25px 5px 35px;
|
|
}
|
|
|
|
#availableBlk .purchase .buylink .ui-button {
|
|
padding: 11px 0;
|
|
width: 100%;
|
|
}
|
|
|
|
#availableBlk .purchase .buylink div {
|
|
margin-top: 5px;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h2.whois_heading {
|
|
font-size: 18px;
|
|
color: #000;
|
|
padding: 5px;
|
|
border-bottom: 2px solid #000;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.related_domains {
|
|
margin-left: 5px;
|
|
margin-bottom: 15px;
|
|
overflow: hidden;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.related_domains div {
|
|
white-space: nowrap;
|
|
float: left;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
#securityBlk .g-recaptcha {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
#securityBlk .ui-button {
|
|
margin-top: 15px;
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
.whois_errorbox {
|
|
background-color: #FCEDED;
|
|
color: #D40000;
|
|
padding: 20px;
|
|
margin: 32px 0 20px;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.whois_email {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.example {
|
|
font-size: 13px;
|
|
font-style: italic;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
div.whois_heading {
|
|
padding: 0 8px 8px;
|
|
box-sizing: border-box;
|
|
text-align: justify;
|
|
font-size: 0;
|
|
}
|
|
div.whois_heading:after{
|
|
content: '';
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 0;
|
|
font-size:0;
|
|
line-height:0;
|
|
}
|
|
.whois_heading h1 {
|
|
padding: 0;
|
|
margin: 0;
|
|
line-height: normal;
|
|
display: inline-block;
|
|
font: 400 30px Lato, sans-serif;
|
|
color: #000;
|
|
word-break: break-word;
|
|
}
|
|
#refreshBlk {
|
|
display: inline-block;
|
|
}
|
|
#dataAge {
|
|
font: normal 13px Lato, sans-serif;
|
|
}
|
|
#refreshLink {
|
|
margin-left: 5px;
|
|
position: relative;
|
|
top: 4px;
|
|
}
|
|
#refreshLink img {
|
|
cursor: pointer;
|
|
}
|
|
#refreshStatus {
|
|
font: normal 13px Lato, sans-serif;
|
|
color: #d94545;
|
|
margin-left: 5px;
|
|
}
|
|
#refreshStatus img {
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
.df-row {
|
|
padding: 8px 0;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
margin: 0 20px;
|
|
line-height: 20px;
|
|
}
|
|
.df-row:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.df-block {
|
|
margin-bottom: 15px;
|
|
background-color: #fdfdfd;
|
|
font: 400 15px Lato, sans-serif;
|
|
padding: 0;
|
|
border: 1px solid #d3d3d3;
|
|
border-radius: 8px;
|
|
}
|
|
.df-block-raw {
|
|
margin-bottom: 15px;
|
|
background-color: #f1f1f1;
|
|
font-size: 14px;
|
|
border: 1px solid #bebebe;
|
|
border-radius: 8px;
|
|
}
|
|
.df-heading {
|
|
font: 700 19px Lato, sans-serif;
|
|
padding: 11px 20px;
|
|
border-bottom: 1px solid #d3d3d3;
|
|
background-color: #f0f0f0;
|
|
border-radius: 8px 8px 0 0;
|
|
}
|
|
.df-heading span {
|
|
background: url(/images/lookup_ico.png) no-repeat;
|
|
display: inline-block;
|
|
height: 32px;
|
|
width: 32px;
|
|
vertical-align: middle;
|
|
margin-right: 10px;
|
|
}
|
|
.df-heading span.df-ico-regcon {
|
|
background-position-x: -32px;
|
|
}
|
|
.df-heading span.df-ico-admcon {
|
|
background-position-x: -64px;
|
|
}
|
|
.df-heading span.df-ico-tekcon {
|
|
background-position-x: -96px;
|
|
}
|
|
.df-block-raw .df-heading {
|
|
border-bottom: none;
|
|
border-radius: 8px;
|
|
}
|
|
.df-label {
|
|
float: left;
|
|
width: 140px;
|
|
color: #777;
|
|
}
|
|
.df-value {
|
|
float: left;
|
|
width: 440px;
|
|
color: #303030;
|
|
}
|
|
.df-raw {
|
|
margin: 10px 20px 20px 20px;
|
|
overflow-x: auto;
|
|
}
|
|
.df-toggle {
|
|
position: relative;
|
|
width: 22px;
|
|
height: 22px;
|
|
cursor: pointer;
|
|
float: right;
|
|
}
|
|
.df-toggle::before,.df-toggle::after {
|
|
content: "";
|
|
position: absolute;
|
|
background-color: #434343;
|
|
transition: transform 0.25s ease-out;
|
|
}
|
|
.df-folded .df-toggle::before {
|
|
top: 20%;
|
|
left: 50%;
|
|
width: 2px;
|
|
height: 60%;
|
|
margin-left: -1px;
|
|
}
|
|
.df-toggle::after {
|
|
top: 50%;
|
|
left: 20%;
|
|
width: 60%;
|
|
height: 2px;
|
|
margin-top: -1px;
|
|
}
|
|
.df-folded .df-raw { display: none; }
|
|
#suggest-container {
|
|
margin: -28px 0 15px;
|
|
}
|
|
.suggest-heading {
|
|
font: 400 16px Lato, sans-serif;
|
|
}
|
|
.suggest-row {
|
|
font: bold 18px Lato, sans-serif;
|
|
text-transform: lowercase;
|
|
padding: 22px 0;
|
|
border-bottom: 1px solid #dadada;
|
|
position: relative;
|
|
}
|
|
.suggest-row:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.suggest-row span {
|
|
display: inline-block;
|
|
width: 195px;
|
|
word-break: break-word;
|
|
}
|
|
.suggest-row .ui-button {
|
|
text-transform: none;
|
|
font: 700 15px Lato, sans-serif;
|
|
background-color: #f38c49;
|
|
padding: 8px 0;
|
|
width: 100px;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 16px;
|
|
border-radius: 4px;
|
|
}
|
|
</style>
|
|
<script type="text/javascript">
|
|
function purchaseDomain(domain, source, chk)
|
|
{
|
|
var form = chk ? document.purchaseFormChk : document.purchaseForm;
|
|
form.purchaseDomains.value = domain.toLowerCase();
|
|
if(window.ga) {
|
|
if(navigator.sendBeacon) {
|
|
ga('send', 'event', 'whois', source, 'buy', {transport: 'beacon'});
|
|
form.submit();
|
|
} else {
|
|
ga('send', 'event', 'whois', source, 'buy', {
|
|
hitCallback: function() {
|
|
form.submit();
|
|
}
|
|
});
|
|
}
|
|
} else {
|
|
form.submit();
|
|
}
|
|
}
|
|
|
|
function refreshDomain(domain)
|
|
{
|
|
$("#refreshLink").hide();
|
|
$("#refreshStatus").html('<img src="/images/refresh.gif">');
|
|
|
|
$.ajax({
|
|
type: "GET",
|
|
dataType: "json",
|
|
url: "/whois/refresh.php?domain="+domain,
|
|
cache: false,
|
|
error: function(xhr) {
|
|
$("#refreshLink").show();
|
|
$("#refreshStatus").html('Error encountered. Please try again later.');
|
|
},
|
|
success: function(data) {
|
|
if(data) {
|
|
if(data.errno == 0) {
|
|
if(data.status == 1) {
|
|
$('div.whois_heading').hide();
|
|
$('.df-block').hide();
|
|
$('.df-block-raw').hide();
|
|
$('#xdomainsBlk').hide();
|
|
$('#availableBlk').html('<table><tr><td><img src="/images/ok.png" alt="ok"></td><td>'+domain+' is available!</td></tr></table>');
|
|
} else {
|
|
$('.df-block').remove();
|
|
$('.df-block-raw').remove();
|
|
$('div.whois_heading').after(data['blocks']);
|
|
$('#dataAge').html('Updated '+data['dataAge']+' ago');
|
|
}
|
|
|
|
$("#refreshLink").show();
|
|
$("#refreshStatus").html('');
|
|
$('.df-toggle').on('click', function() {
|
|
$(this).parent().parent().toggleClass('df-folded');
|
|
});
|
|
} else if(data.captcha) {
|
|
$("#refreshStatus").html('');
|
|
document.getElementById('securityBlk').style.display = 'block';
|
|
$.getScript("https://www.google.com/recaptcha/api.js"); } else if(data.errstr) {
|
|
$("#refreshLink").show();
|
|
$("#refreshStatus").html(data.errstr);
|
|
} else {
|
|
$("#refreshLink").show();
|
|
$("#refreshStatus").html('Error occurred. Please try again later.');
|
|
}
|
|
} else {
|
|
$("#refreshLink").show();
|
|
$("#refreshStatus").html('Error occurred. Please try again later.');
|
|
}
|
|
}
|
|
});
|
|
}
|
|
|
|
function refreshWhois()
|
|
{
|
|
refreshDomain('matomo.org'); }
|
|
|
|
function suggestDomain(domain)
|
|
{
|
|
$.ajax({
|
|
type: "GET",
|
|
dataType: "json",
|
|
url: "/whois/suggest.php?domain="+domain,
|
|
cache: false,
|
|
error: function(xhr) {
|
|
},
|
|
success: function(data) {
|
|
var html = '';
|
|
|
|
$.each(data, function(k,v) {
|
|
html += '<div class="suggest-row"><span>'+v['name']+'</span><a href="javascript:purchaseDomain(\''+v['name']+'\',\'suggest\');" class="ui-button">Buy Now</a></div>';
|
|
});
|
|
|
|
if(html) {
|
|
$('.whois_rhs_column').prepend('<div id="suggest-container"><div class="suggest-heading">Interested in similar domains?</div>'+html+'</div>');
|
|
}
|
|
}
|
|
});
|
|
}
|
|
|
|
$(document).ready(refreshWhois);
|
|
|
|
$(document).ready(function() {
|
|
suggestDomain('matomo.org');
|
|
});
|
|
</script>
|
|
|
|
<script type="text/javascript" defer src="//cdnjs.cloudflare.com/ajax/libs/slidesjs/3.0/jquery.slides.min.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function () {
|
|
$('#whois-slides').slidesjs({
|
|
width: 300,
|
|
height: 160,
|
|
navigation: false,
|
|
play: {active: false, auto: true}
|
|
});
|
|
|
|
$('.df-toggle').on('click', function() {
|
|
$(this).parent().parent().toggleClass('df-folded');
|
|
});
|
|
});
|
|
|
|
function recaptchaCallback() {
|
|
$('#securityBlk .ui-button').click();
|
|
}
|
|
</script>
|
|
</head>
|
|
<body class="home-bg">
|
|
|
|
<div id="page-header">
|
|
<div id="header-wrapper">
|
|
|
|
<div class="new-header-style">
|
|
|
|
<div id="branding">
|
|
<span class="logo-cont">
|
|
<span></span>
|
|
<a href="/"><img src="/images/logo.gif" alt="whois.com"></a>
|
|
<form action="/search.php" id="whois_search_form">
|
|
<input type="text" name="query" id="whois_search_input"><button class="ui-button" type="submit" id="whois_search_button"><img id="whois_search_img" src="/images/ssmg/icsearch.png">WHOIS</button><span id="whois_search_cancel"></span>
|
|
</form>
|
|
</span>
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
<div id="primary-nav">
|
|
<ul class="menu-bar">
|
|
<li class="menu-item">
|
|
<span class="menu-title">Domains</span>
|
|
<div class="menu">
|
|
<div class="menu-wrp two-odd-cols">
|
|
<div class="col col1">
|
|
<h3><i class="nav-icon icon-dom-reg"></i> Registration</h3>
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/domain-registration/index.php">
|
|
<span class="title">Register a Domain <span class="triangle-right"></span></span>
|
|
<span class="meta"> Get your domain name now</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://shop.whois.com/domain-registration/premium-domain.php">
|
|
<span class="title">Premium Domain <span class="triangle-right"></span></span>
|
|
<span class="meta">Get a headstart with a prime domain name</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/domain-registration/domain-registration-price.php">
|
|
<span class="title">Domain Prices <span class="triangle-right"></span></span>
|
|
<span class="meta">Compare prices across TLDs</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://shop.whois.com/domain-registration/offers">
|
|
<span class="title">Special Offers <span class="triangle-right"></span></span>
|
|
<span class="meta">Take advantage of our unbeatable promotions</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col col2">
|
|
<h3><i class="nav-icon icon-dom-search"></i> Domain Services</h3>
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/domain-registration/transfer/index.php">
|
|
<span class="title">Transfer your Domain <span class="triangle-right"></span></span>
|
|
<span class="meta">Consolidate your domains quickly & easily</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://shop.whois.com/domain-registration/free-with-domain-registration.php">
|
|
<span class="title">Free with Every Domain <span class="triangle-right"></span></span>
|
|
<span class="meta">Get over $100 worth of free services</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="menu-item">
|
|
<span class="menu-title">Website</span>
|
|
<div class="menu">
|
|
<div class="menu-wrp menu-with-bg">
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/website-design/do-it-yourself-website-builder.php">
|
|
<span class="title-dark">DIY Website Builder <span class="triangle-right"></span></span>
|
|
<span class="meta">Create a stunning website in minutes using our intuitive builder tool</span>
|
|
<span class="block-price">Starts at just | <em>$1.58/mo</em></span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<i class="nav-bg img-website"></i>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="menu-item">
|
|
<span class="menu-title">Cloud</span>
|
|
<div class="menu">
|
|
<div class="menu-wrp menu-with-bg">
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/cloudhosting.php">
|
|
<span class="title-dark">Cloud Hosting <span class="triangle-right"></span></span>
|
|
<span class="meta">Next-level performance and reliability with simplified cPanel management</span>
|
|
<span class="block-price">Starts at just | <em>$6.88/mo</em></span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<i class="nav-bg img-cloud"></i>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="menu-item">
|
|
<span class="menu-title">Hosting</span>
|
|
<div class="menu">
|
|
<div class="menu-wrp three-cols">
|
|
<div class="col col1">
|
|
<h3><i class="nav-icon icon-sh"></i> Shared Hosting</h3>
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/web-hosting/linux-php-hosting.php">
|
|
<span class="title">Linux Shared Hosting <span class="triangle-right"></span></span>
|
|
<span class="meta">Fully featured Linux plans with cPanel, Perl, <br> PHP and more</span>
|
|
<span class="block-price">Starts at just | <em>$1.68/mo</em></span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://shop.whois.com/web-hosting/windows-hosting.php">
|
|
<span class="title">Windows Shared Hosting <span class="triangle-right"></span></span>
|
|
<span class="meta">Complete Windows Hosting with Plesk, <br> IIS and more</span>
|
|
<span class="block-price">Starts at just | <em>$1.68/mo</em></span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<i class="nav-bg img-cloud"></i>
|
|
</div>
|
|
|
|
<div class="col col2">
|
|
<h3><i class="nav-icon icon-rh"></i> Reseller Hosting</h3>
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/reseller-hosting.php">
|
|
<span class="title">Linux Reseller Hosting <span class="triangle-right"></span></span>
|
|
<span class="meta">Use the power of WHM to start your <br> Hosting business today</span>
|
|
<span class="block-price">Starts at just | <em>$14.88/mo</em></span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://shop.whois.com/windows-reseller-hosting.php">
|
|
<span class="title">Windows Reseller Hosting <span class="triangle-right"></span></span>
|
|
<span class="meta">Plesk-enabled plans to kickoff your <br> Hosting business</span>
|
|
<span class="block-price">Starts at just | <em>$25.88/mo</em></span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<i class="nav-bg img-cloud"></i>
|
|
</div>
|
|
|
|
<div class="col col3">
|
|
<h3><i class="nav-icon icon-sph"></i> Specialized Hosting</h3>
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/optimized-wordpress-hosting.php">
|
|
<span class="title">WordPress Hosting <span class="triangle-right"></span></span>
|
|
<span class="meta">The easiest way to start your blog/website <br> Trusted by over 30% of the world's websites</span>
|
|
<span class="block-price">Starts at just | <em>$3.18/mo</em></span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<i class="nav-bg img-cloud"></i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="menu-item">
|
|
<span class="menu-title">Servers</span>
|
|
<div class="menu">
|
|
<div class="menu-wrp three-cols">
|
|
<div class="col col1">
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/virtualserverlinux-hosting.php">
|
|
<span class="title-dark">Virtual Private Servers <span class="triangle-right"></span></span>
|
|
<span class="meta">The Dedicated server experience made affordable <br> Build high-performance websites and applications</span>
|
|
<span class="block-price">Starts at just | <em>$11.88/mo</em></span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col col2">
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/dedicated-servers.php">
|
|
<span class="title-dark">Dedicated Servers <span class="triangle-right"></span></span>
|
|
<span class="meta">Rock-solid performance on dedicated hardware <br> Perfect for larger websites and apps</span>
|
|
<span class="block-price">Starts at just | <em>$78/mo</em></span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col col3">
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/managed-servers.php">
|
|
<span class="title-dark">Managed Servers <span class="triangle-right"></span></span>
|
|
<span class="meta">Get high-performance hardware <br> Managed and monitored by an expert team</span>
|
|
<span class="block-price">Starts at just | <em>$246/mo</em></span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="menu-item">
|
|
<span class="menu-title">Email<i class="ic-topnav new-badge"></i></span>
|
|
<div class="menu">
|
|
<div class="menu-wrp three-cols">
|
|
<div class="col col1">
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/business-email">
|
|
<span class="title-dark">Business Email <span class="triangle-right"></span></span>
|
|
<span class="meta">Simple & Easy to use Branded Email <br> Ideal for beginners & small businesses</span>
|
|
<span class="block-price"><b>5 GB</b> Storage | <em>$0.48/acc/mo</em></span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col col2">
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/web-hosting/enterprise-email-hosting.php">
|
|
<span class="title-dark">Enterprise Email <span class="triangle-right"></span></span>
|
|
<span class="meta">Advanced Email for growing businesses & teams Includes Shared Contacts & Calendars</span>
|
|
<span class="block-price"><b>30 GB</b> Storage | <em>$1.88/acc/mo</em></span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col col3">
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/google_apps.php">
|
|
<span class="title-dark"><i class="ic-topnav ic-suite"></i><i class="ic-topnav pr-tag">PREMIUM</i></span>
|
|
<span class="meta">Intelligent Email for seamless collaboration Includes Google Docs, Sheets & Drive</span>
|
|
<span class="block-price"><b>30 GB</b> Storage + Collaboration Suite <em></em></span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="menu-item">
|
|
<span class="menu-title">Security</span>
|
|
<div class="menu">
|
|
<div class="menu-wrp three-cols">
|
|
<div class="col col1">
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/digital-certificate">
|
|
<span class="title-dark"><i class="ic-topnav ic-comodo"></i></span>
|
|
<span class="meta">Secure your website and customer data</span>
|
|
<span class="block-price"> Starts at just | <em>$9.48/yr</em></span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col col2">
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/sitelock.php">
|
|
<span class="title-dark"><i class="ic-topnav ic-sitelock"></i></span>
|
|
<span class="meta" style="padding-top: 12px;">Protect your website from Viruses & Hackers</span>
|
|
<span class="block-price">Starts at just | <em>$14.28/yr</em></span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col col3">
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/codeguard.php">
|
|
<span class="title-dark"><i class="ic-topnav ic-codeguard"></i></span>
|
|
<span class="meta" style="padding-top: 10px">Cloud backup for your website</span>
|
|
<span class="block-price">Starts at just | <em>$1.07/mo</em></span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="menu-item">
|
|
<a class="menu-title" href="/whois/">Whois</a>
|
|
</li>
|
|
|
|
<li class="menu-item">
|
|
<span class="menu-title">Support</span>
|
|
<div class="menu">
|
|
<div class="menu-wrp three-cols">
|
|
<div class="col col1">
|
|
<ul>
|
|
<li>
|
|
<a href="https://shop.whois.com/support/contact-us.php">
|
|
<span class="title-dark">Contact Us <span class="triangle-right"></span></span>
|
|
<span class="meta">Getting in touch is easy!</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col col2">
|
|
<ul>
|
|
<li>
|
|
<a href="https://manage.whois.com/kb">
|
|
<span class="title-dark">Knowledge Base <span class="triangle-right"></span></span>
|
|
<span class="meta">Detailed information regarding all our current <br> Product and Service offerings</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col col3">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="menu-item menu-item-cart">
|
|
<a class="menu-title" href="https://shop.whois.com/checkout.php">
|
|
<i class="ic-topnav ic-cart"></i>
|
|
<span class="shp-cart-no" id="dashboard-cartItemCount">0</span>
|
|
</a>
|
|
</li>
|
|
|
|
<li class="menu-item menu-item-login">
|
|
<span class="menu-title" id="dashboard-login-nav"><i class="ic-topnav ic-user-login"></i><span>Login</span></span>
|
|
<div class="menu-login">
|
|
<ul>
|
|
<li><a href="https://shop.whois.com/login.php" id="dashboard-login-sub-nav-1"><span class="triangle-left"></span><span class="title">Login</span></a></li>
|
|
<li><a href="https://shop.whois.com/login.php?action=signup" id="dashboard-login-sub-nav-2"><span class="triangle-left"></span><span class="title">Create an Account</span></a></li>
|
|
<li><a href="https://shop.whois.com/login.php?action=showforgotpass" id="dashboard-login-sub-nav-3"><span class="triangle-left"></span><span class="title">Forgot Password</span></a></li>
|
|
</ul>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="mobile-menu-overlay" style="display:none;"></div>
|
|
<ul class="mobile-menu" style="display:none;">
|
|
<li class="menu-header"><a href="/" class="menu-home"></a><a id="mobile-menu-login" href="https://shop.whois.com/login.php" class="menu-button">Login</a><a id="mobile-menu-signup" href="https://shop.whois.com/login.php?action=signup" class="menu-button">Sign up</a><span class="close-mobile-menu"></span></li>
|
|
<li class="levelone first dropmenu-parent"><a href="javascript:;">Domains</a>
|
|
<ul class="dropmenu">
|
|
<li><a href="https://shop.whois.com/domain-registration/index.php">Register a Domain</a></li>
|
|
<li><a href="https://shop.whois.com/domain-registration/premium-domain.php">Premium Domain</a></li>
|
|
<li><a href="https://shop.whois.com/domain-registration/transfer/index.php">Transfer your Domain</a></li>
|
|
<li><a href="https://shop.whois.com/domain-registration/domain-registration-price.php">Domain Prices</a></li>
|
|
<li><a href="https://shop.whois.com/domain-registration/offers">Special Offers</a></li>
|
|
<li><a href="https://shop.whois.com/domain-registration/free-with-domain-registration.php">Free with Every Domain</a></li>
|
|
<li><a href="/whois/">Whois Lookup</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="levelone dropmenu-parent"><a href="javascript:;">Website</a>
|
|
<ul class="dropmenu">
|
|
<li><a href="https://shop.whois.com/website-design/do-it-yourself-website-builder.php">Website Builder</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="levelone dropmenu-parent"><a href="javascript:;">Cloud</a>
|
|
<ul class="dropmenu">
|
|
<li><a href="https://shop.whois.com/cloudhosting.php">Cloud Hosting</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="levelone dropmenu-parent"><a href="javascript:;">Hosting</a>
|
|
<ul class="dropmenu">
|
|
<li class="heading">Shared Hosting</li>
|
|
<li><a href="https://shop.whois.com/web-hosting/linux-php-hosting.php">Linux Hosting</a></li>
|
|
<li><a href="https://shop.whois.com/web-hosting/windows-hosting.php">Windows Hosting</a></li>
|
|
<li class="spacer"></li>
|
|
<li class="heading">Reseller Hosting</li>
|
|
<li><a href="https://shop.whois.com/reseller-hosting.php">Linux Reseller Hosting</a></li>
|
|
<li><a href="https://shop.whois.com/windows-reseller-hosting.php">Windows Reseller Hosting</a></li>
|
|
<li class="spacer"></li>
|
|
<li class="heading">Specialized Hosting</li>
|
|
<li><a href="https://shop.whois.com/optimized-wordpress-hosting.php">WordPress Hosting</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="levelone dropmenu-parent"><a href="javascript:;">Servers</a>
|
|
<ul class="dropmenu">
|
|
<li><a href="https://shop.whois.com/virtualserverlinux-hosting.php">Virtual Private Servers</a></li>
|
|
<li><a href="https://shop.whois.com/dedicated-servers.php">Dedicated Servers</a></li>
|
|
<li><a href="https://shop.whois.com/managed-servers.php">Managed Servers</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="levelone dropmenu-parent"><a href="javascript:;">Email</a>
|
|
<ul class="dropmenu">
|
|
<li><a href="https://shop.whois.com/business-email">Business Email</a></li>
|
|
<li><a href="https://shop.whois.com/web-hosting/enterprise-email-hosting.php">Enterprise Email</a></li>
|
|
<li><a href="https://shop.whois.com/google_apps.php">G Suite</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="levelone dropmenu-parent"><a href="javascript:;">Security</a>
|
|
<ul class="dropmenu">
|
|
<li><a href="https://shop.whois.com/digital-certificate">SSL Certificates</a></li>
|
|
<li><a href="https://shop.whois.com/sitelock.php">SiteLock Malware Detector</a></li>
|
|
<li><a href="https://shop.whois.com/codeguard.php">CodeGuard Website Backup</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="levelone"><a href="/whois/">Whois</a></li>
|
|
<li class="levelone dropmenu-parent"><a href="javascript:;">Support</a>
|
|
<ul class="dropmenu">
|
|
<li><a href="https://manage.whois.com/kb">Knowledge Base</a></li>
|
|
<li><a href="https://shop.whois.com/support/contact-us.php">Contact Us</a></li>
|
|
<li><a href="/about/">About Us</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<span class="right-header" style="display:none;"><span class="responsive-search-icon"></span><a href="https://shop.whois.com/checkout.php" class="inline-block"><span class="noscartitems"></span></a><span class="inline-block responsive-menu-icon"></span></span>
|
|
</div>
|
|
|
|
<div class="header-shadow"></div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div id="page-container">
|
|
<div id="page-wrapper">
|
|
|
|
<div class="whois_page_wrapper">
|
|
|
|
<div class="whois_main_column">
|
|
|
|
<div id="securityBlk" style="display: none">
|
|
<h2 class="whois_heading">Security Check</h2>
|
|
Please respond to the question below to continue.<br>
|
|
<form method="post">
|
|
<div class="g-recaptcha" data-sitekey="6Ldp5QMTAAAAADpcINfZtcfiCW_ivhongjwjSx9J" data-callback="recaptchaCallback"></div>
|
|
<input type="submit" class="ui-button"/>
|
|
</form>
|
|
</div>
|
|
|
|
<div id="availableBlk">
|
|
</div>
|
|
|
|
<form method="post" name="purchaseFormChk" id="purchaseFormChk" action="https://shop.whois.com/domain-registration/index.php">
|
|
<input type="hidden" name="action" value="check_availability">
|
|
<input type="hidden" name="phrase_search" value="true">
|
|
<input type="hidden" id="purchaseDomains" name="txtDomainName" value="">
|
|
</form>
|
|
<form method="get" name="purchaseForm" id="purchaseForm" action="https://shop.whois.com/cart-name">
|
|
<input type="hidden" id="purchaseDomains" name="domain_name" value="">
|
|
</form>
|
|
|
|
<div class="whois_heading"><h1>matomo.org</h1> <div id="refreshBlk"><span id="dataAge">Updated 17 days ago</span><span id="refreshLink"><img src="/images/refresh.png" onclick="javascript:refreshWhois();" alt="refresh"></span><span id="refreshStatus"></span></div></div><div class="df-block"><div class="df-heading"><span class="df-ico-domain"></span>Domain Information</div><div class="df-row"><div class="df-label">Domain:</div><div class="df-value">matomo.org</div><div class="clear"></div></div><div class="df-row"><div class="df-label">Registrar:</div><div class="df-value">OVH</div><div class="clear"></div></div><div class="df-row"><div class="df-label">Registered On:</div><div class="df-value">2017-09-08</div><div class="clear"></div></div><div class="df-row"><div class="df-label">Expires On:</div><div class="df-value">2026-09-08</div><div class="clear"></div></div><div class="df-row"><div class="df-label">Updated On:</div><div class="df-value">2019-09-02</div><div class="clear"></div></div><div class="df-row"><div class="df-label">Status:</div><div class="df-value">clientDeleteProhibited<br>clientTransferProhibited</div><div class="clear"></div></div><div class="df-row"><div class="df-label">Name Servers:</div><div class="df-value">ns-1081.awsdns-07.org<br>ns-85.awsdns-10.com<br>ns-516.awsdns-00.net<br>ns-1635.awsdns-12.co.uk</div><div class="clear"></div></div></div><div class="df-block"><div class="df-heading"><span class="df-ico-regcon"></span>Registrant Contact</div><div class="df-row"><div class="df-label">Country:</div><div class="df-value">FR</div><div class="clear"></div></div></div><div class="df-block-raw"><div class="df-heading">Raw Whois Data</div><pre class="df-raw" id="registryData">Domain Name: MATOMO.ORG
|
|
Registry Domain ID: D402200000003536441-LROR
|
|
Registrar WHOIS Server: whois.ovh.com
|
|
Registrar URL: http://www.ovh.com
|
|
Updated Date: 2019-09-02T17:30:20Z
|
|
Creation Date: 2017-09-08T02:04:14Z
|
|
Registry Expiry Date: 2026-09-08T02:04:14Z
|
|
Registrar Registration Expiration Date:
|
|
Registrar: OVH
|
|
Registrar IANA ID: 433
|
|
Registrar Abuse Contact Email: <img src="/eimg/2/32/23292c3559f4628b575dac5f097d40b378c728f3.png" class="whois_email" alt="email">@ovh.net
|
|
Registrar Abuse Contact Phone: +33.972101007
|
|
Reseller:
|
|
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
|
|
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
|
|
Registrant Organization:
|
|
Registrant State/Province:
|
|
Registrant Country: FR
|
|
Name Server: NS-1081.AWSDNS-07.ORG
|
|
Name Server: NS-85.AWSDNS-10.COM
|
|
Name Server: NS-516.AWSDNS-00.NET
|
|
Name Server: NS-1635.AWSDNS-12.CO.UK
|
|
DNSSEC: unsigned
|
|
URL of the ICANN Whois Inaccuracy Complaint Form https://www.icann.org/wicf/)
|
|
>>> Last update of WHOIS database: 2020-11-07T10:36:49Z <<<
|
|
|
|
For more information on Whois status codes, please visit https://icann.org/epp
|
|
|
|
Access to Public Interest Registry WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the Public Interest Registry registry database. The data in this record is provided by Public Interest Registry for informational purposes only, and Public Interest Registry does not guarantee its accuracy. This service is intended only for query-based access. You agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to (a) allow, enable, or otherwise support the transmission by e-mail, telephone, or facsimile of mass unsolicited, commercial advertising or solicitations to entities other than the data recipient's own existing customers; or (b) enable high volume, automated, electronic processes that send queries or data to the systems of Registry Operator, a Registrar, or Afilias except as reasonably necessary to register domain names or modify existing registrations. All rights reserved. Public Interest Registry reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy.
|
|
|
|
The Registrar of Record identified in this output may have an RDDS service that can be queried for additional information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.
|
|
</pre></div>
|
|
|
|
</div>
|
|
<div class="whois_rhs_column">
|
|
<div class="promoblurb-container">
|
|
<div class="sale-tag"></div>
|
|
<div class="slide"><h2>.space</h2><p><span class="tld-original-price"><sup>$</sup>24.88</span> <span class="tld-discount-price"><sup>$</sup>0.88</span><a class="green-btn" href="https://shop.whois.com/domains/space">Buy Now</a></p><p class="offer">*Offer ends 30th November 2020</p></div>
|
|
</div>
|
|
|
|
<div class="slides-container">
|
|
<div class="slides-heading"><a href="https://shop.whois.com/domain-registration/offers" rel="nofollow">On Sale!</a></div>
|
|
<div id="whois-slides">
|
|
<div><a href="https://shop.whois.com/domain-registration/offers" rel="nofollow"><img src="/images/tld/biz.png" alt=".biz" width="150" height="120"><br><b><span style="color:green;">.BIZ @ $5.88</span> <s style="font-size:15px;color:#a71d1b;">$18.88</s></b></a></div>
|
|
<div><a href="https://shop.whois.com/domain-registration/offers" rel="nofollow"><img src="/images/tld/click.png" alt=".click" width="150" height="120"><br><b><span style="color:green;">.CLICK @ $4.88</span> <s style="font-size:15px;color:#a71d1b;">$10.88</s></b></a></div>
|
|
<div><a href="https://shop.whois.com/domains/co" rel="nofollow"><img src="/images/tld/co.png" alt=".co" width="150" height="120"><br><b><span style="color:green;">.CO @ $10.88</span> <s style="font-size:15px;color:#a71d1b;">$29.88</s></b></a></div>
|
|
<div><a href="https://shop.whois.com/domain-registration/offers" rel="nofollow"><img src="/images/tld/fun.png" alt=".fun" width="150" height="120"><br><b><span style="color:green;">.FUN @ $1.48</span> <s style="font-size:15px;color:#a71d1b;">$23.88</s></b></a></div>
|
|
<div><a href="https://shop.whois.com/domain-registration/offers" rel="nofollow"><img src="/images/tld/guru.png" alt=".guru" width="150" height="120"><br><b><span style="color:green;">.GURU @ $3.88</span> <s style="font-size:15px;color:#a71d1b;">$33.88</s></b></a></div>
|
|
<div><a href="https://shop.whois.com/domain-registration/offers" rel="nofollow"><img src="/images/tld/info.png" alt=".info" width="150" height="120"><br><b><span style="color:green;">.INFO @ $4.88</span> <s style="font-size:15px;color:#a71d1b;">$18.88</s></b></a></div>
|
|
<div><a href="https://shop.whois.com/domain-registration/offers" rel="nofollow"><img src="/images/tld/life.png" alt=".life" width="150" height="120"><br><b><span style="color:green;">.LIFE @ $3.88</span> <s style="font-size:15px;color:#a71d1b;">$32.88</s></b></a></div>
|
|
<div><a href="https://shop.whois.com/domain-registration/offers" rel="nofollow"><img src="/images/tld/link.png" alt=".link" width="150" height="120"><br><b><span style="color:green;">.LINK @ $4.88</span> <s style="font-size:15px;color:#a71d1b;">$10.88</s></b></a></div>
|
|
<div><a href="https://shop.whois.com/domains/live" rel="nofollow"><img src="/images/tld/live.png" alt=".live" width="150" height="120"><br><b><span style="color:green;">.LIVE @ $3.88</span> <s style="font-size:15px;color:#a71d1b;">$25.88</s></b></a></div>
|
|
<div><a href="https://shop.whois.com/content.php?action=faq&requestfor=pw" rel="nofollow"><img src="/images/tld/pw.png" alt=".pw" width="150" height="120"><br><b><span style="color:green;">.PW @ $0.98</span> <s style="font-size:15px;color:#a71d1b;">$24.88</s></b></a></div>
|
|
<div><a href="https://shop.whois.com/domain-registration/offers" rel="nofollow"><img src="/images/tld/site.png" alt=".site" width="150" height="120"><br><b><span style="color:green;">.SITE @ $3.28</span> <s style="font-size:15px;color:#a71d1b;">$31.88</s></b></a></div>
|
|
<div><a href="https://shop.whois.com/domains/website" rel="nofollow"><img src="/images/tld/website.png" alt=".website" width="150" height="120"><br><b><span style="color:green;">.WEBSITE @ $4.28</span> <s style="font-size:15px;color:#a71d1b;">$23.88</s></b></a></div>
|
|
<div><a href="https://shop.whois.com/domain-registration/offers" rel="nofollow"><img src="/images/tld/uno.png" alt=".uno" width="150" height="120"><br><b><span style="color:green;">.UNO @ $2.28</span> <s style="font-size:15px;color:#a71d1b;">$28.88</s></b></a></div>
|
|
<div><a href="https://shop.whois.com/domain-registration/offers" rel="nofollow"><img src="/images/tld/win.png" alt=".win" width="150" height="120"><br><b><span style="color:green;">.WIN @ $3.88</span> <s style="font-size:15px;color:#a71d1b;">$29.88</s></b></a></div>
|
|
<div><a href="https://shop.whois.com/domain-registration/offers" rel="nofollow"><img src="/images/tld/world.png" alt=".world" width="150" height="120"><br><b><span style="color:green;">.WORLD @ $3.88</span> <s style="font-size:15px;color:#a71d1b;">$32.88</s></b></a></div>
|
|
<div><a href="https://shop.whois.com/domains/xyz" rel="nofollow"><img src="/images/tld/xyz.png" alt=".xyz" width="150" height="120"><br><b><span style="color:green;">.XYZ @ $1.48</span> <s style="font-size:15px;color:#a71d1b;">$12.88</s></b></a></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="chiclet_wph">
|
|
<a href="https://shop.whois.com/optimized-wordpress-hosting.php" rel="nofollow"><img src="/images/chiclet_wph_300.png" loading="lazy" alt="WordPress Hosting"></a>
|
|
</div>
|
|
</div>
|
|
<div class="clear"></div>
|
|
|
|
<div id="xdomainsBlk">
|
|
<h2 class="whois_heading">related domain names</h2>
|
|
<div class="related_domains">
|
|
<div>
|
|
<a href="/whois/ovh.com">ovh.com</a>
|
|
</div>
|
|
<div>
|
|
<a href="/whois/ovh.net">ovh.net</a>
|
|
</div>
|
|
<div>
|
|
<a href="/whois/icann.org">icann.org</a>
|
|
</div>
|
|
<div>
|
|
<a href="/whois/awsdns-07.org">awsdns-07.org</a>
|
|
</div>
|
|
<div>
|
|
<a href="/whois/awsdns-10.com">awsdns-10.com</a>
|
|
</div>
|
|
<div>
|
|
<a href="/whois/awsdns-00.net">awsdns-00.net</a>
|
|
</div>
|
|
<div>
|
|
<a href="/whois/awsdns-12.co.uk">awsdns-12.co.uk</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div id="page-footer">
|
|
<div id="footer-wrapper">
|
|
|
|
<div class="new-footer-style">
|
|
<div class="footer-cols">
|
|
<div class="col one">
|
|
<h4>Domains</h4>
|
|
<ul class="secondary-links">
|
|
<li><a href="https://shop.whois.com/domain-registration/index.php">Register Domain Name</a></li>
|
|
<li><a href="https://shop.whois.com/domain-registration/transfer/index.php">Transfer Domain Name</a></li>
|
|
<li><a href="https://shop.whois.com/domain-registration/domain-registration-price.php">View Domain Pricing</a></li>
|
|
<li><a href="/whois/">Whois Lookup</a></li>
|
|
<li><a href="https://shop.whois.com/domain-registration/domain-name-suggestion-tool.php">Name Suggestion Tool</a></li>
|
|
<li><a href="https://shop.whois.com/domain-registration/free-with-domain-registration.php">Free with Every Domain</a></li>
|
|
<li><a href="https://shop.whois.com/domain-registration/offers" class="greytext">Domain Offers</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="col two">
|
|
<h4>Hosting & Products</h4>
|
|
<ul class="secondary-links">
|
|
<li><a href="https://shop.whois.com/web-hosting/linux-php-hosting.php">Linux Hosting</a></li>
|
|
<li><a href="https://shop.whois.com/web-hosting/windows-hosting.php">Windows Hosting</a></li>
|
|
<li><a href="https://shop.whois.com/optimized-wordpress-hosting.php">WordPress Hosting</a></li>
|
|
<li><a href="https://shop.whois.com/reseller-hosting.php">Linux Reseller Hosting</a></li>
|
|
<li><a href="https://shop.whois.com/windows-reseller-hosting.php">Windows Reseller Hosting</a></li>
|
|
<li><a href="https://shop.whois.com/dedicated-servers.php">Dedicated Servers</a></li>
|
|
<li><a href="https://shop.whois.com/managed-servers.php">Managed Servers</a></li>
|
|
<li><a href="https://shop.whois.com/cloudhosting.php">Cloud Hosting</a></li>
|
|
<li><a href="https://shop.whois.com/website-design/do-it-yourself-website-builder.php">Website Builder</a></li>
|
|
<li><a href="https://shop.whois.com/business-email">Business Email</a></li>
|
|
<li><a href="https://shop.whois.com/web-hosting/enterprise-email-hosting.php">Enterprise Email</a></li>
|
|
<li><a href="https://shop.whois.com/google_apps.php">G Suite</a></li>
|
|
<li><a href="https://shop.whois.com/digital-certificate">SSL Certificates</a></li>
|
|
<li><a href="https://shop.whois.com/sitelock.php">Sitelock</a></li>
|
|
<li><a href="https://shop.whois.com/codeguard.php">CodeGuard</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="col three">
|
|
<h4>Infrastructure</h4>
|
|
<ul class="secondary-links">
|
|
<li><a href="https://shop.whois.com/web-hosting/datacenter-network.php">Datacenter Details</a></li>
|
|
<li><a href="https://shop.whois.com/web-hosting/hosting-security.php">Hosting Security</a></li>
|
|
<li><a href="https://shop.whois.com/web-hosting/server-monitoring.php">24 x 7 Servers Monitoring</a></li>
|
|
<li><a href="https://shop.whois.com/web-hosting/data-protection-recovery.php">Backup and Recovery</a></li>
|
|
</ul>
|
|
<div class="four">
|
|
<h4>Support</h4>
|
|
<ul class="secondary-links">
|
|
<li><a target="_blank" rel="noopener" href="https://manage.whois.com/kb">View Knowledge Base</a></li>
|
|
<li><a href="https://shop.whois.com/support/contact-us.php">Contact Support</a></li>
|
|
<li><a href="https://shop.whois.com/support/contact-us.php">Report Abuse</a></li>
|
|
<li><a href="/about/">About Whois</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col misc">
|
|
<h4>Follow Us</h4>
|
|
<a href="https://twitter.com/whoisdotcom" target="_blank" rel="noopener"><img src="/images/ssmg/ictwt.gif" class="footer-twitter-icon"></a>
|
|
<div class="footer-login-links">
|
|
<a id="footer-login-button-1" href="https://shop.whois.com/login.php">Login</a> <span>OR</span> <a id="footer-login-button-2" href="https://shop.whois.com/login.php?action=signup">Create an Account</a>
|
|
</div>
|
|
<div class="footer-promo-banner">
|
|
<a href="https://shop.whois.com/domain-registration/offers"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="copyright-info-wrapper">
|
|
<div class="copyright-info-container">
|
|
<p id="fineprint" class="lfloat">Copyright © Whois.com. All rights reserved</p>
|
|
<span class="rfloat"> | <a href="https://shop.whois.com/support/legal.php" target="_blank" rel="noopener">Legal Agreement</a></span>
|
|
<span class="rfloat"><a href="https://shop.whois.com/privacy/privacy" target="_blank" rel="noopener">Privacy Policy</a></span>
|
|
<br class="clear" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|