Type: Russian Federation [w] (Europe)
URL: www.testmika.ru | IP | Bulk | Archive
DIG: ns1.timeweb.ru
Watch: domain status
var s_shown =false;
var action =false;
var texts = {
"ru":{
1:"Пожалуйста, введите E-mail",
2:"Пожалуйста, подождите...",
3:"Сервис временно недоступен. Пожалуйста, повторите позднее...",
4:"Подписка успешно активирована!",
5:"Подписка на этот домен уже активна",
6:"Неверное значение поля E-mail. Проверьте правильность введенных данных"
},
"en":{
1:"Please enter your E-mail",
2:"Please wait...",
3:"This service is temporarily unavailable. Please try again later...",
4:"Your domain monitoring subscription was successfully activated!",
5:"Your subscription for this domain is already active",
6:"Entered E-mail address is incorrect. Please enter a valid E-mail address"
}
};
function createCookie(name, value) {
var date = new Date();
date.setTime(date.getTime() + (1000 * 24 * 60 * 60 * 1000));
var expires = "; expires=" + date.toGMTString();
document.cookie = encodeURIComponent(name) + "=" + value + expires + "; path=/;";
}
window.onload = function(){
if(document.location.hash == "#watch"){
tuggle_subscribe();
}
};
document.onkeydown = function(evt) {
evt = evt || window.event;
if (evt.keyCode == 27) {
if(s_shown) {
action=true;
var sub = document.getElementById("subscribe");
var margin = parseFloat(sub.style.marginBottom.replace("%", ""));
closeSubscribe(margin);
s_shown=false;
action=false;
}
}
};
function tuggle_subscribe()
{
if(action)
return;
action = true;
var sub = document.getElementById("subscribe");
var margin = parseFloat(sub.style.marginBottom.replace("%",""));
if(s_shown)
closeSubscribe(margin);
else
openSubscribe(margin);
s_shown = !s_shown;
action=false;
}
function closeSubscribe(margin)
{
var act_time = 0;
while(margin > -50)
{
act_time+=25;
margin-=5;
setTimeout('setMargin('+margin+')',act_time);
}
}
function openSubscribe(margin)
{
var act_time = 0;
while(margin < 0)
{
act_time+=25;
margin+=5;
setTimeout('setMargin('+margin+')',act_time);
}
document.getElementById("ip_email").focus();
}
function setMargin(value)
{
document.getElementById("subscribe").style.marginBottom = value + "%"
}
function getLang()
{
var language = (window.navigator.userLanguage || window.navigator.language);
return language.search("ru")!==-1 ? "ru" : "en";
}
function addDomain()
{
var domain = document.getElementById("ip_domain").value;
var email = document.getElementById("ip_email").value;
var prolong = "yes";//document.getElementById("ip_prolong").checked ? "no" : "yes";
var submit = document.getElementById("ip_submit");
if(email == "")
{
badMess(1);
return;
}
submit.disabled = true;
anyMess(2);
var XHR = window.XDomainRequest || window.XMLHttpRequest;
var get = new XHR();
get.open("GET", "https://api.whois7.ru/?s=watch&t=add&q="+encodeURIComponent(domain)+"&email="+encodeURIComponent(email)+"&prolong="+encodeURIComponent(prolong), true);
get.timeout = 20000;
get.ontimeout = function(){
submit.disabled = false;
badMess(3);
};
get.send();
get.onload = function() {
var obj = JSON.parse(get.responseText);
if(obj["result"]=="success")
{
createCookie("s_email",email);
createCookie("s_prolong",prolong);
document.getElementById("ip_email").disabled = true;
//document.getElementById("ip_prolong").disabled = true;
goodMess(4);
}
else
{
submit.disabled = false;
switch(obj["descr"])
{
case "already exists":
badMess(5);
break;
case "wrong input":
badMess(6);
break;
default:
badMess(3);
}
}
};
get.onerror = function() {
submit.disabled = false;
badMess(3);
};
}
function anyMess(id)
{
var messages = document.getElementById("sb_text");
messages.style.color="";
messages.innerHTML = texts[getLang()][id];
}
function badMess(id)
{
var messages = document.getElementById("sb_text");
messages.style.color="red";
messages.innerHTML = texts[getLang()][id];
}
function goodMess(id)
{
var messages = document.getElementById("sb_text");
messages.style.color="green";
messages.innerHTML = texts[getLang()][id];
}
Please enter your email above to add a new domain expiration watch task. We will send email updates to you when the status of a monitored domain changes.
domain: TESTMIKA.RU
nserver: ns1.timeweb.ru.
nserver: ns2.timeweb.ru.
nserver: ns3.timeweb.org.
nserver: ns4.timeweb.org.
state: REGISTERED, DELEGATED, UNVERIFIED
person: Private Person
registrar: BEGET-RU
admin-contact: http://whois.beget.com
created: 2023-04-10T10:34:25Z
paid-till: 2025-04-10T10:34:25Z
free-date: 2025-05-11
source: TCI
Last updated on 2025-04-01T18:58:01Z
|