CINXE.COM
Whois7.ru — Whois Service
<html> <head> <title>Whois7.ru — Whois Service</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script type="text/javascript" src="app/styles/js/jquery.js"></script> <link type="text/css" rel="stylesheet" href="sources/bootstrap/bootstrap2.css"/> <script type="text/javascript" src="sources/bootstrap/bootstrap.js"></script> <link href="/styles.css" rel="stylesheet" type="text/css"> <link href="/favicon.ico" rel="shortcut icon" /> <meta name="viewport" content="width=device-width" /> <meta http-equiv="pragma" content="no-cache"> <meta name="Description" content="Whois Service, IP Whois, DNS Digger"> <meta name="Keywords" content="Whois Service, IP Whois, DNS Digger, домен, хуиз, проверка домена"> </head> <body onload='document.all.q.focus()'> <div class="wrapper" align="center"> <div id="toplinks"> <div id="toplefts"><a href="https://i7.ru" target="_blank">Domain Registration</a> | <a href="https://whoistory.com" target="_blank">Whoistory</a> | <b><a href="https://expired.ru" target="_blank">Backorder</a></b> | <a href="/?s=stats">TLD Stats</a> | <a href="https://job.i7.ru" target="_blank">Jobs</a> | <a href="http://telegram.me/Whois_Bot" target="_blank">TelegramBot</a></div> <div id="toprights">Your IP: <a href="/?s=ip&q=myip">91.226.30.5</a></div> </div> <div id="mainer"> <h1 style="text-align:center; margin-bottom:14px"><a href="/"><img src="/img/logo.svg" width="291" height="57" border="0"></a></h1> <div style="font-size:18px"> <p class="mainmenue"><a href="/">Whois</a> | <a href="/?s=bulk">Bulk</a> | <a href="/?s=ip">IP Whois</a> | <a href="/?s=manual">Manual</a> | <a href="/?s=dig">DNS</a><!-- | <a href="/?s=db">DB</a> --></p> </div> <script type="text/javascript" src="app/styles/js/jquery.js"></script> <style> a {text-decoration: underline;} input, button, optgroup, select, textarea { color: rgb(0, 0, 0); } .availcounter{ font-size: 11pt; } .btn { text-decoration: none; } .panel-primary > .panel-heading { background-color: rgba(152, 234, 234, 1); border-color: rgba(152, 234, 234, 1); } .panel-primary { border-color: rgba(152, 234, 234, 1); } .www-button { background-color: rgb(94, 184, 101); border-color:rgb(94, 184, 101); color: white; } .www-button:hover { background-color: rgb(73, 153, 79); border-color: rgb(73, 153, 79); color: white; } .expbuy-button { background-color: rgb(195, 84, 84); border-color:rgb(174, 95, 95); } .expbuy-button:hover { background-color: rgb(161, 74, 74); border-color: rgb(142, 83, 83); } .table>tbody>tr>td{ border: 0px solid black; padding: 0px; } pre{ } .panel-expires{ border-color: rgb(245, 245, 161); } .panel-expires .panel-heading{ background-color: rgb(245, 245, 161); } .panel-preexp { border-color:rgb(255, 226, 174); } .panel-preexp .panel-heading{ background-color: rgb(255, 226, 174); } .panel-notavl{ border-color:rgb(226, 226, 226); } .panel-notavl .panel-heading{ background-color:rgb(226, 226, 226); } .btn{ font-family: 'segoe UI', Verdana; } .panel-success { border-color: #C8F3B6; } .panel-success .panel-heading{ background-color:#C8F3B6; } .panel-title{ float: left; } .btn-group .btn{ height: 30px; max-width: 57px; text-align: center; } .table>tbody>tr{ border: 4px solid transparent; border-spacing: 2px; } .btn-combo{ height: inherit; width: inherit; color: black; margin-right: 2px; margin-left: 2px; } .btn-avel{ border-color: #B6DAA7; background-color: #B6DAA7; } .btn-avel.active{ border-color: #C8F3B6; background-color: #C8F3B6; } .btn-exp{ border-color: rgb(228, 228, 149); background-color: rgb(228, 228, 149); } .btn-exp.active{ border-color: rgb(245, 245, 161); background-color: rgb(245, 245, 161); } .btn-preexp{ background-color: rgb(240, 213, 164); border-color: rgb(240, 213, 164); } .btn-preexp.active{ background-color: rgb(255,226,174); border-color: rgb(255,226,174); } .btn-notavel{ background-color: rgb(226, 226, 226); border-color: rgb(226, 226, 226); } .btn-notavel.active{ background-color: rgb(226, 226, 226); border-color: rgb(226, 226, 226); } .btn-error{ background-color: #ECE8D1; border-color: #faebcc; } .btn-error.active{ background-color: #fcf8e3; border-color: #faebcc; } .btn-all{ background-color:rgb(255, 255, 255); border-color: lightgray; } .btn-collapseall{ background-color: rgb(182, 205, 238); border-color: rgb(182, 205, 238); } .btn-collapseall.active{ background-color: rgb(182, 205, 238); border-color: rgb(182, 205, 238); } .text-muted.state-span{ float: right; width: 45%; } </style> <script> var avail_cnt=0; var cnt_all=0; var cur_op_id=0; function div(val, by){ return (val - val % by) / by; } function print_avail() { document.getElementById("availcounter").style.display=""; document.getElementById("availcounter").innerHTML="Available: "+avail_cnt+" / "+cnt_all; } function getdomainzone(domain) { return domain.match(/(https?:\/\/)?(www\.)?\.?[^\.]+\.(.*$)/)[3]; } function collapseall(elem) { if(elem.innerHTML=="Expand all") { var elems=document.getElementsByClassName('panel-collapse collapse'); for(var i=0; i<elems.length;i++) { elems[i].className="panel-collapse collapse in"; elems[i].style.height="auto"; } elem.innerHTML="Collapse all"; } else { var elems=document.getElementsByClassName('panel-collapse collapse in'); while(elems[0]!=null) elems[0].className="panel-collapse collapse"; elem.innerHTML="Expand all"; } } function changestate(state) { var k=0; var ms=document.getElementsByClassName("panel panel-warning"); for(var i=0; i<ms.length; i++) { if(state!="warning" && state!="all") ms[i].parentNode.parentNode.style.display="none"; else ms[i].parentNode.parentNode.style.display=""; } while(document.getElementById("maindiv"+k)!=null) { if(state=="all" || document.getElementById("maindiv"+k).className == "panel panel-"+state) document.getElementById("maindiv"+k).parentNode.parentNode.style.display=""; else document.getElementById("maindiv"+k).parentNode.parentNode.style.display="none"; k++; } } var cat_zones = {"Adult":[["adult",null],["porn",null],["sex",null],["xxx","3"]],"Business":[["agency",null],["business",null],["company",null],["enterprises",null],["foundation",null],["global",null],["gmbh",null],["limited",null],["ltd",null],["ltda",null],["ngo",null],["ong",null],["sarl",null],["srl",null]],"City":[["abudhabi",null],["amsterdam",null],["barcelona",null],["berlin",null],["boston",null],["brussels",null],["budapest",null],["capetown",null],["cologne",null],["dubai",null],["durban",null],["gent",null],["hamburg",null],["helsinki",null],["ist",null],["istanbul",null],["joburg",null],["koeln",null],["kyoto",null],["london",null],["madrid",null],["melbourne",null],["miami",null],["moscow",null],["nagoya",null],["nyc",null],["osaka",null],["paris",null],["sydney",null],["taipei",null],["tokyo",null],["vegas",null],["wien",null],["yokohama",null]],"Commerce":[["auction",null],["bargains",null],["bid",null],["blackfriday",null],["cards",null],["coupons",null],["deal",null],["deals",null],["direct",null],["forsale",null],["gift",null],["gifts",null],["gratis",null],["guide",null],["kaufen",null],["ooo",null],["promo",null],["qpon",null],["report",null],["review",null],["reviews",null],["sale",null],["save",null],["shop",null],["shopping",null],["store",null],["tienda",null],["tips",null]],"Community":[["baby",null],["center",null],["city",null],["club",null],["community",null],["dad",null],["dog",null],["family",null],["lat",null],["latino",null],["lgbt",null],["men",null],["mom",null],["safety",null],["town",null],["work",null],["works",null],["zone",null]],"Construction":[["archi",null],["build",null],["builders",null],["construction",null],["contractors",null],["diy",null],["garden",null]],"Education":[["academy",null],["college",null],["courses",null],["degree",null],["education",null],["institute",null],["mba",null],["prof",null],["school",null],["schule",null],["shiksha",null],["study",null],["university",null]],"Food \/ Drink":[["bar",null],["beer",null],["cafe",null],["coffee",null],["cooking",null],["eat",null],["food",null],["kitchen",null],["kosher",null],["menu",null],["organic",null],["pizza",null],["pub",null],["recipes",null],["rest",null],["restaurant",null],["vin",null],["vodka",null],["wine",null]],"Generic":[["best",null],["black",null],["blue",null],["bom",null],["boo",null],["cool",null],["day",null],["express",null],["fail",null],["final",null],["fyi",null],["gdn",null],["gripe",null],["here",null],["hot",null],["how",null],["ing",null],["international",null],["jetzt",null],["jobs",null],["lol",null],["moi",null],["name","3"],["new",null],["ninja",null],["now",null],["one",null],["pink",null],["plus",null],["red",null],["rocks",null],["space",null],["spot",null],["sucks",null],["today",null],["top",null],["uno",null],["win",null],["world",null],["wow",null],["wtf",null],["xyz",null]],"Government":[["airforce",null],["army",null],["democrat",null],["gop",null],["navy",null],["republican",null],["vote",null],["voting",null],["voto",null]],"Health":[["care",null],["clinic",null],["diet",null],["fit",null],["fitness",null],["healthcare",null],["hiv",null],["hospital",null],["med",null],["pharmacy",null],["physio",null],["rehab",null],["rip",null],["skin",null],["surgery",null],["vision",null]],"Industry":[["clothing",null],["diamonds",null],["earth",null],["eco",null],["energy",null],["equipment",null],["farm",null],["furniture",null],["glass",null],["green",null],["hair",null],["industries",null],["ink",null],["jewelry",null],["lighting",null],["parts",null],["shoes",null],["solar",null],["supplies",null],["supply",null],["tools",null],["toys",null],["watch",null]],"Lifestyle":[["beauty",null],["bet",null],["bingo",null],["casino",null],["country",null],["fashion",null],["fun",null],["game",null],["games",null],["gives",null],["guru",null],["juegos",null],["life",null],["live",null],["living",null],["luxe",null],["luxury",null],["makeup",null],["moda",null],["pet",null],["play",null],["poker",null],["rich",null],["sexy",null],["style",null]],"Media":[["ads",null],["art",null],["audio",null],["band",null],["book",null],["broadway",null],["digital",null],["film",null],["gallery",null],["graphics",null],["guitars",null],["hiphop",null],["media",null],["mov",null],["movie",null],["news",null],["observer",null],["photo",null],["photography",null],["photos",null],["pics",null],["pictures",null],["press",null],["productions",null],["radio",null],["show",null],["studio",null],["theater",null],["theatre",null],["video",null]],"Money":[["bank",null],["buy",null],["capital",null],["cash",null],["cfd",null],["cheap",null],["credit",null],["creditcard",null],["creditunion",null],["discount",null],["finance",null],["financial",null],["free",null],["fund",null],["gold",null],["holdings",null],["insurance",null],["insure",null],["investments",null],["lifeinsurance",null],["loan",null],["loans",null],["lotto",null],["market",null],["markets",null],["money",null],["pay",null],["spreadbetting",null],["tax",null],["ventures",null],["versicherung",null]],"Professional":[["abogado",null],["accountant",null],["accountants",null],["actor",null],["associates",null],["attorney",null],["broker",null],["career",null],["careers",null],["ceo",null],["consulting",null],["dds",null],["dental",null],["dentist",null],["doctor",null],["engineer",null],["engineering",null],["esq",null],["expert",null],["law",null],["lawyer",null],["legal",null],["management",null],["marketing",null],["partners",null],["pro","3"],["vet",null]],"RealEstate":[["apartments",null],["casa",null],["condos",null],["estate",null],["haus",null],["homes",null],["house",null],["immo",null],["immobilien",null],["land",null],["lease",null],["maison",null],["mls",null],["mortgage",null],["place",null],["properties",null],["property",null],["realestate",null],["realty",null],["reit",null],["rent",null],["rentals",null],["villas",null]],"Regional":[["africa",null],["alsace",null],["asia",null],["bayern",null],["bzh",null],["cat","3"],["corsica",null],["cymru",null],["desi",null],["eu","2"],["eus",null],["frl",null],["gal",null],["irish",null],["kiwi",null],["krd",null],["lat",null],["nowruz",null],["nrw",null],["okinawa",null],["pars",null],["quebec",null],["rio",null],["ruhr",null],["ryukyu",null],["saarland",null],["scot",null],["shia",null],["swiss",null],["tatar",null],["tirol",null],["vlaanderen",null],["wales",null]],"Religion":[["bible",null],["catholic",null],["christmas",null],["church",null],["faith",null]],"Services":[["boutique",null],["catering",null],["claims",null],["cleaning",null],["delivery",null],["design",null],["exchange",null],["florist",null],["flowers",null],["help",null],["plumbing",null],["protection",null],["repair",null],["salon",null],["secure",null],["security",null],["services",null],["solutions",null],["storage",null],["support",null],["tattoo",null],["trade",null],["trading",null],["training",null]],"Social":[["buzz",null],["contact",null],["date",null],["dating",null],["events",null],["exposed",null],["group",null],["kim",null],["love",null],["meet",null],["memorial",null],["moe",null],["party",null],["pid",null],["ren",null],["rsvp",null],["singles",null],["social",null],["soy",null],["vip",null],["wang",null],["wedding",null],["whoswho",null],["you",null]],"Sport":[["baseball",null],["basketball",null],["bike",null],["coach",null],["cricket",null],["dance",null],["fan",null],["fans",null],["fish",null],["fishing",null],["football",null],["futbol",null],["golf",null],["hockey",null],["horse",null],["moto",null],["motorcycles",null],["racing",null],["rodeo",null],["rugby",null],["run",null],["ski",null],["soccer",null],["surf",null],["team",null],["tennis",null],["yoga",null]],"Technology":[["bio",null],["cam",null],["camera",null],["codes",null],["computer",null],["comsec",null],["data",null],["mobi","3"],["mobile",null],["network",null],["phone",null],["science",null],["software",null],["systems",null],["tech",null],["technology",null],["tel","2"],["zip",null]],"Travel \/ Transport":[["aero",null],["auto",null],["autos",null],["boats",null],["cab",null],["camp",null],["car",null],["cars",null],["cruises",null],["flights",null],["fly",null],["holiday",null],["limo",null],["reise",null],["reisen",null],["taxi",null],["tickets",null],["tires",null],["tours",null],["travel","3"],["vacations",null],["viajes",null],["voyage",null],["yachts",null]],"Web":[["app",null],["blog",null],["box",null],["chat",null],["click",null],["cloud",null],["directory",null],["domains",null],["dot",null],["download",null],["email",null],["feedback",null],["foo",null],["forum",null],["host",null],["hosting",null],["link",null],["meme",null],["onl",null],["online",null],["ping",null],["site",null],["stream",null],["tube",null],["webcam",null],["website",null],["weibo",null],["wiki",null]]}; function submit_search() { cur_op_id++; //[['aarp',null],['abarth',null],['abb',null],['abbott',null],['abbvie',null],['abc',null],['abogado',null],['abudhabi',null],['academy',null],['accenture',null],['accountant',null],['accountants',null],['aco',null],['actor',null],['adac',null],['ads',null],['adult',null],['aeg',null],['afamilycompany',null],['afl',null],['africa',null],['agakhan',null],['agency',null],['aigo',null],['airbus',null],['airforce',null],['airtel',null],['akdn',null],['alfaromeo',null],['alibaba',null],['alipay',null],['allfinanz',null],['allstate',null],['ally',null],['alsace',null],['alstom',null],['americanfamily',null],['amfam',null],['amsterdam',null],['android',null],['anquan',null],['anz',null],['aol',null],['apartments',null],['app',null],['apple',null],['aquarelle',null],['arab',null],['archi',null],['army',null],['art',null],['arte',null],['asda',null],['associates',null],['attorney',null],['auction',null],['audi',null],['audible',null],['audio',null],['auspost',null],['author',null],['auto',null],['autos',null],['avianca',null],['aws',null],['azure',null],['baby',null],['baidu',null],['band',null],['bank',null],['bar',null],['barcelona',null],['barclaycard',null],['barclays',null],['barefoot',null],['bargains',null],['baseball',null],['basketball',null],['bauhaus',null],['bayern',null],['bbc',null],['bbt',null],['bbva',null],['bcg',null],['bcn',null],['beats',null],['beauty',null],['beer',null],['bentley',null],['berlin',null],['best',null],['bestbuy',null],['bet',null],['bible',null],['bid',null],['bike',null],['bing',null],['bingo',null],['bio',null],['black',null],['blackfriday',null],['blockbuster',null],['blog',null],['bloomberg',null],['blue',null],['bms',null],['bmw',null],['bnpparibas',null],['boats',null],['boehringer',null],['bofa',null],['bom',null],['bond',null],['boo',null],['book',null],['bosch',null],['bostik',null],['boston',null],['bot',null],['boutique',null],['box',null],['bradesco',null],['bridgestone',null],['broadway',null],['broker',null],['brother',null],['brussels',null],['budapest',null],['bugatti',null],['build',null],['builders',null],['business',null],['buy',null],['buzz',null],['bzh',null],['cab',null],['cafe',null],['cal',null],['call',null],['cam',null],['camera',null],['camp',null],['cancerresearch',null],['canon',null],['capetown',null],['capital',null],['capitalone',null],['car',null],['cards',null],['care',null],['career',null],['careers',null],['cars',null],['casa',null],['case',null],['caseih',null],['cash',null],['casino',null],['catering',null],['catholic',null],['cba',null],['cbs',null],['ceb',null],['center',null],['ceo',null],['cern',null],['cfa',null],['cfd',null],['chanel',null],['channel',null],['charity',null],['chat',null],['cheap',null],['chintai',null],['christmas',null],['chrome',null],['church',null],['cipriani',null],['circle',null],['citadel',null],['city',null],['cityeats',null],['claims',null],['cleaning',null],['click',null],['clinic',null],['clinique',null],['clothing',null],['cloud',null],['club',null],['clubmed',null],['coach',null],['codes',null],['coffee',null],['college',null],['cologne',null],['comcast',null],['commbank',null],['community',null],['company',null],['compare',null],['computer',null],['comsec',null],['condos',null],['construction',null],['consulting',null],['contact',null],['contractors',null],['cooking',null],['cookingchannel',null],['cool',null],['corsica',null],['country',null],['coupons',null],['courses',null],['cpa',null],['credit',null],['creditcard',null],['creditunion',null],['cricket',null],['crown',null],['crs',null],['cruise',null],['cruises',null],['csc',null],['cuisinella',null],['cymru',null],['cyou',null],['dabur',null],['dad',null],['dance',null],['data',null],['date',null],['dating',null],['datsun',null],['day',null],['dclk',null],['dds',null],['deal',null],['dealer',null],['deals',null],['degree',null],['delivery',null],['deloitte',null],['delta',null],['democrat',null],['dental',null],['dentist',null],['desi',null],['design',null],['dev',null],['diamonds',null],['diet',null],['digital',null],['direct',null],['directory',null],['discount',null],['dish',null],['diy',null],['dnp',null],['docs',null],['doctor',null],['dog',null],['domains',null],['dot',null],['download',null],['drive',null],['dtv',null],['dubai',null],['duck',null],['dunlop',null],['durban',null],['dvag',null],['dvr',null],['earth',null],['eat',null],['eco',null],['edeka',null],['education',null],['email',null],['emerck',null],['energy',null],['engineer',null],['engineering',null],['enterprises',null],['epson',null],['equipment',null],['ericsson',null],['erni',null],['esq',null],['estate',null],['esurance',null],['etisalat',null],['eurovision',null],['eus',null],['events',null],['exchange',null],['expert',null],['exposed',null],['express',null],['extraspace',null],['fage',null],['fail',null],['fairwinds',null],['faith',null],['family',null],['fan',null],['fans',null],['farm',null],['fashion',null],['fast',null],['fedex',null],['feedback',null],['ferrari',null],['fiat',null],['fidelity',null],['fido',null],['film',null],['final',null],['finance',null],['financial',null],['fire',null],['firestone',null],['firmdale',null],['fish',null],['fishing',null],['fit',null],['fitness',null],['flights',null],['florist',null],['flowers',null],['fly',null],['foo',null],['food',null],['foodnetwork',null],['football',null],['forex',null],['forsale',null],['forum',null],['foundation',null],['fox',null],['free',null],['fresenius',null],['frl',null],['frogans',null],['frontdoor',null],['fujitsu',null],['fujixerox',null],['fun',null],['fund',null],['furniture',null],['futbol',null],['fyi',null],['gal',null],['gallery',null],['gallo',null],['gallup',null],['game',null],['games',null],['garden',null],['gay',null],['gbiz',null],['gdn',null],['gea',null],['gent',null],['genting',null],['george',null],['ggee',null],['gift',null],['gifts',null],['gives',null],['giving',null],['glade',null],['glass',null],['gle',null],['global',null],['globo',null],['gmail',null],['gmbh',null],['gmo',null],['gmx',null],['godaddy',null],['gold',null],['goldpoint',null],['golf',null],['goo',null],['goodyear',null],['goog',null],['google',null],['gop',null],['got',null],['graphics',null],['gratis',null],['green',null],['gripe',null],['grocery',null],['group',null],['gucci',null],['guge',null],['guide',null],['guitars',null],['guru',null],['hair',null],['hamburg',null],['hangout',null],['haus',null],['hdfc',null],['hdfcbank',null],['healthcare',null],['help',null],['helsinki',null],['here',null],['hermes',null],['hgtv',null],['hiphop',null],['hisamitsu',null],['hitachi',null],['hiv',null],['hkt',null],['hockey',null],['holdings',null],['holiday',null],['homedepot',null],['homes',null],['honda',null],['horse',null],['hospital',null],['host',null],['hosting',null],['hot',null],['hotels',null],['hotmail',null],['house',null],['how',null],['hughes',null],['hyundai',null],['ibm',null],['icbc',null],['ice',null],['icu',null],['ifm',null],['ikano',null],['imamat',null],['imdb',null],['immo',null],['immobilien',null],['inc',null],['industries',null],['infiniti',null],['ing',null],['ink',null],['institute',null],['insurance',null],['insure',null],['international',null],['investments',null],['irish',null],['ismaili',null],['ist',null],['istanbul',null],['itv',null],['iveco',null],['jaguar',null],['java',null],['jcb',null],['jcp',null],['jeep',null],['jetzt',null],['jewelry',null],['jio',null],['jll',null],['joburg',null],['jot',null],['joy',null],['jprs',null],['juegos',null],['juniper',null],['kaufen',null],['kddi',null],['kerryhotels',null],['kerrylogistics',null],['kerryproperties',null],['kfh',null],['kia',null],['kim',null],['kindle',null],['kitchen',null],['kiwi',null],['koeln',null],['komatsu',null],['kosher',null],['krd',null],['kuokgroup',null],['kyoto',null],['lacaixa',null],['lamborghini',null],['lamer',null],['lancaster',null],['lancia',null],['land',null],['landrover',null],['lasalle',null],['lat',null],['latino',null],['latrobe',null],['law',null],['lawyer',null],['lds',null],['lease',null],['leclerc',null],['lefrak',null],['legal',null],['lego',null],['lexus',null],['lgbt',null],['lidl',null],['life',null],['lifeinsurance',null],['lifestyle',null],['lighting',null],['like',null],['limited',null],['limo',null],['linde',null],['link',null],['lipsy',null],['live',null],['living',null],['lixil',null],['llc',null],['llp',null],['loan',null],['loans',null],['locker',null],['locus',null],['lol',null],['london',null],['lotte',null],['lotto',null],['love',null],['lpl',null],['lplfinancial',null],['ltd',null],['ltda',null],['lundbeck',null],['luxe',null],['luxury',null],['macys',null],['madrid',null],['maif',null],['maison',null],['makeup',null],['man',null],['management',null],['mango',null],['map',null],['market',null],['marketing',null],['markets',null],['marriott',null],['maserati',null],['mba',null],['mckinsey',null],['med',null],['media',null],['meet',null],['melbourne',null],['meme',null],['memorial',null],['men',null],['menu',null],['merckmsd',null],['metlife',null],['miami',null],['microsoft',null],['mini',null],['mit',null],['mitsubishi',null],['mls',null],['mma',null],['mobile',null],['moda',null],['moe',null],['moi',null],['mom',null],['monash',null],['money',null],['monster',null],['mormon',null],['mortgage',null],['moscow',null],['moto',null],['motorcycles',null],['mov',null],['movie',null],['msd',null],['mtn',null],['mtr',null],['nab',null],['nadex',null],['nagoya',null],['nationwide',null],['natura',null],['navy',null],['nec',null],['netbank',null],['network',null],['new',null],['newholland',null],['news',null],['next',null],['nextdirect',null],['nexus',null],['ngo',null],['nhk',null],['nico',null],['nikon',null],['ninja',null],['nissan',null],['nissay',null],['nokia',null],['norton',null],['now',null],['nowruz',null],['nowtv',null],['nra',null],['nrw',null],['nyc',null],['obi',null],['observer',null],['off',null],['office',null],['okinawa',null],['olayan',null],['olayangroup',null],['ollo',null],['omega',null],['one',null],['ong',null],['onl',null],['online',null],['onyourside',null],['ooo',null],['open',null],['oracle',null],['orange',null],['organic',null],['origins',null],['osaka',null],['otsuka',null],['ott',null],['ovh',null],['page',null],['panasonic',null],['paris',null],['pars',null],['partners',null],['parts',null],['party',null],['pay',null],['pccw',null],['pet',null],['pharmacy',null],['phd',null],['philips',null],['phone',null],['photo',null],['photography',null],['photos',null],['physio',null],['pics',null],['pictet',null],['pictures',null],['pid',null],['pin',null],['ping',null],['pink',null],['pioneer',null],['pizza',null],['place',null],['play',null],['playstation',null],['plumbing',null],['plus',null],['pnc',null],['pohl',null],['poker',null],['politie',null],['porn',null],['press',null],['prime',null],['prod',null],['productions',null],['prof',null],['progressive',null],['promo',null],['properties',null],['property',null],['protection',null],['pub',null],['pwc',null],['qpon',null],['quebec',null],['quest',null],['racing',null],['radio',null],['raid',null],['read',null],['realestate',null],['realtor',null],['realty',null],['recipes',null],['red',null],['redstone',null],['redumbrella',null],['rehab',null],['reise',null],['reisen',null],['reit',null],['reliance',null],['ren',null],['rent',null],['rentals',null],['repair',null],['report',null],['republican',null],['rest',null],['restaurant',null],['review',null],['reviews',null],['rexroth',null],['rich',null],['richardli',null],['ricoh',null],['rightathome',null],['ril',null],['rio',null],['rip',null],['rmit',null],['rocks',null],['rodeo',null],['rogers',null],['room',null],['rsvp',null],['rugby',null],['ruhr',null],['run',null],['rwe',null],['ryukyu',null],['saarland',null],['safe',null],['safety',null],['sakura',null],['sale',null],['salon',null],['samsclub',null],['samsung',null],['sandvik',null],['sandvikcoromant',null],['sanofi',null],['sap',null],['sarl',null],['save',null],['saxo',null],['sbi',null],['sbs',null],['sca',null],['scb',null],['schaeffler',null],['schmidt',null],['scholarships',null],['school',null],['schule',null],['schwarz',null],['science',null],['scjohnson',null],['scor',null],['scot',null],['search',null],['seat',null],['secure',null],['security',null],['seek',null],['select',null],['sener',null],['services',null],['ses',null],['seven',null],['sew',null],['sex',null],['sexy',null],['sfr',null],['shangrila',null],['sharp',null],['shaw',null],['shell',null],['shia',null],['shiksha',null],['shoes',null],['shop',null],['shopping',null],['shouji',null],['show',null],['showtime',null],['shriram',null],['silk',null],['sina',null],['singles',null],['site',null],['ski',null],['skin',null],['sky',null],['skype',null],['sling',null],['smart',null],['smile',null],['sncf',null],['soccer',null],['social',null],['softbank',null],['software',null],['solar',null],['solutions',null],['sony',null],['soy',null],['space',null],['sport',null],['spot',null],['spreadbetting',null],['srl',null],['stada',null],['star',null],['statebank',null],['stc',null],['stcgroup',null],['stockholm',null],['storage',null],['store',null],['stream',null],['studio',null],['study',null],['style',null],['sucks',null],['supplies',null],['supply',null],['support',null],['surf',null],['surgery',null],['suzuki',null],['swatch',null],['swiss',null],['sydney',null],['symantec',null],['systems',null],['tab',null],['taipei',null],['talk',null],['taobao',null],['tatamotors',null],['tatar',null],['tattoo',null],['tax',null],['taxi',null],['tci',null],['tdk',null],['team',null],['tech',null],['technology',null],['temasek',null],['tennis',null],['teva',null],['thd',null],['theater',null],['theatre',null],['tiaa',null],['tickets',null],['tienda',null],['tiffany',null],['tips',null],['tires',null],['tirol',null],['tmall',null],['today',null],['tokyo',null],['tools',null],['top',null],['toray',null],['toshiba',null],['total',null],['tours',null],['town',null],['toyota',null],['toys',null],['trade',null],['trading',null],['training',null],['travelchannel',null],['travelers',null],['travelersinsurance',null],['trust',null],['trv',null],['tube',null],['tui',null],['tunes',null],['tushu',null],['tvs',null],['ubank',null],['ubs',null],['unicom',null],['university',null],['uno',null],['uol',null],['ups',null],['vacations',null],['vana',null],['vanguard',null],['vegas',null],['ventures',null],['verisign',null],['versicherung',null],['vet',null],['viajes',null],['video',null],['vig',null],['viking',null],['villas',null],['vin',null],['vip',null],['virgin',null],['visa',null],['vision',null],['vistaprint',null],['viva',null],['vlaanderen',null],['vodka',null],['volkswagen',null],['volvo',null],['vote',null],['voting',null],['voto',null],['voyage',null],['wales',null],['walmart',null],['walter',null],['wang',null],['wanggou',null],['watch',null],['watches',null],['webcam',null],['weber',null],['website',null],['wed',null],['wedding',null],['weibo',null],['weir',null],['whoswho',null],['wien',null],['wiki',null],['win',null],['windows',null],['wine',null],['wme',null],['wolterskluwer',null],['woodside',null],['work',null],['works',null],['world',null],['wow',null],['wtc',null],['wtf',null],['xbox',null],['xerox',null],['xfinity',null],['xihuan',null],['xin',null],['xyz',null],['yachts',null],['yahoo',null],['yamaxun',null],['yandex',null],['yodobashi',null],['yoga',null],['yokohama',null],['you',null],['youtube',null],['yun',null],['zappos',null],['zara',null],['zip',null],['zone',null],['zuerich',null]], var zones=[[['biz',null],['cc',null],['co',null],['com',null],['de',null],['eu',2],['in',3],['info',3],['me',3],['net',null],['org',null],['ru',2],['tv',null],['uk',null]], [['asia',null],['biz',null],['com',null],['info',3],['mobi',3],['name',3],['net',null],['org',null],['pro',3],['tel',2],['travel',3],['xxx',3]], [['ad',null],['at',3],['ax',null],['be',2],['bg',3],['by',2],['cat',3],['ch',3],['cz',null],['de',null],['dk',null],['ee',2],['es',3],['eu',2],['fi',2],['fo',null],['fr',3],['gg',null],['gi',3],['hr',3],['hu',2],['ie',3],['im',null],['is',null],['it',3],['je',null],['li',3],['lt',2],['lu',3],['lv',2],['md',null],['me',3],['mk',null],['nl',2],['no',2],['pl',null],['pt',3],['ro',null],['rs',2],['ru',2],['se',2],['si',2],['sk',2],['sm',3],['su',2],['ua',null],['uk',null]], [['am',null],['as',3],['com.au',2],['com.bn',2],['cc',null],['cn',null],['cx',null],['fj',null],['fm',3],['ge',null],['hk',2],['hm',null],['co.id',3],['in',3],['io',2],['jp',3],['kg',null],['ki',null],['kr',null],['kz',null],['la',2],['mm',null],['mn',3],['mo',2],['mp',null],['my',null],['nc',3],['nf',null],['nu',null],['co.nz',null],['pf',3],['pk',null],['pw',null],['com.sb',null],['sg',2],['tf',3],['co.th',2],['tk',null],['tl',null],['tm',3],['to',null],['tv',null],['tw',3],['uz',2],['vu',null],['wf',3],['ws',4]], [['ag',null],['ai',null],['com.ar',null],['aw',2],['bm',null],['bo',3],['com.br',null],['bz',null],['ca',2],['cl',null],['co',null],['cr',null],['dm',null],['do',null],['ec',3],['gd',null],['gf',null],['gl',null],['gp',null],['gs',null],['gy',null],['hn',null],['ht',null],['kn',null],['ky',null],['lc',null],['mq',null],['ms',null],['mx',3],['pe',null],['pm',2],['pr',3],['sx',3],['tc',null],['us',3],['uy',null],['vc',2],['com.ve',null],['vg',null],['vi',null]], [['ae',2],['af',null],['bh',null],['co.il',null],['iq',null],['ir',3],['lb',null],['om',2],['qa',2],['sa',2],['sy',2],['com.tr',2],['ye',null]], [['ac',3],['bf',null],['bi',2],['bj',null],['co.bw',2],['cf',null],['ci',3],['cm',null],['cv',null],['dz',3],['gh',null],['gn',null],['gq',null],['co.ke',2],['ls',null],['ly',4],['ma',2],['mg',2],['ml',null],['mr',null],['mu',null],['mw',null],['mz',null],['na',null],['ng',3],['re',3],['rw',null],['sc',3],['sd',null],['sh',3],['sn',2],['so',3],['st',2],['td',null],['tg',null],['tn',2],['co.tz',2],['ug',3],['yt',3],['co.zm',3]],[['abkhazia.su',2],['adygeya.ru',2],['adygeya.su',2],['ae.org',3],['aktyubinsk.su',2],['ar.com',3],['arkhangelsk.su',2],['armenia.su',2],['ashgabad.su',2],['azerbaijan.su',2],['balashov.su',2],['bashkiria.ru',2],['bashkiria.su',2],['bir.ru',2],['br.com',3],['bryansk.su',2],['bukhara.su',2],['cbg.ru',2],['chimkent.su',2],['cn.com',3],['co.uk',null],['com.de',3],['com.ru',2],['com.ua',null],['dagestan.ru',2],['dagestan.su',2],['de.com',3],['east-kazakhstan.su',2],['eu.com',3],['exnet.su',2],['gb.com',3],['gb.net',3],['georgia.su',2],['gr.com',3],['grozny.ru',2],['grozny.su',2],['hu.com',3],['in.ua',2],['ivanovo.su',2],['jambyl.su',2],['jp.net',3],['jpn.com',3],['kalmykia.ru',2],['kalmykia.su',2],['kaluga.su',2],['karacol.su',2],['karaganda.su',2],['karelia.su',2],['khakassia.su',2],['kiev.ua',null],['kr.com',3],['krasnodar.su',2],['kurgan.su',2],['kustanai.ru',2],['kustanai.su',2],['lenug.su',2],['mangyshlak.su',2],['marine.ru',2],['mordovia.ru',2],['mordovia.su',2],['msk.ru',2],['msk.su',2],['murmansk.su',2],['mytis.ru',2],['nalchik.ru',2],['nalchik.su',2],['navoi.su',2],['net.ru',2],['net.ua',null],['no.com',3],['north-kazakhstan.su',2],['nov.ru',2],['nov.su',2],['obninsk.su',2],['org.ru',2],['org.ua',2],['penza.su',2],['pokrovsk.su',2],['pp.ru',2],['pyatigorsk.ru',2],['qc.com',3],['ru.com',3],['ru.net',2],['sa.com',3],['se.com',3],['se.net',3],['sochi.su',2],['spb.ru',2],['spb.su',2],['tashkent.su',2],['termez.su',2],['togliatti.su',2],['troitsk.su',2],['tselinograd.su',2],['tula.su',2],['tuva.su',2],['uk.com',3],['uk.net',3],['us.com',3],['us.org',3],['uy.com',3],['vladikavkaz.ru',2],['vladikavkaz.su',2],['vladimir.ru',2],['vladimir.su',2],['vologda.su',2],['za.com',3]], [['कॉम',3],['佛山',3],['ಭಾರತ',null],['慈善',3],['集团',3],['在线',3],['한국',null],['ଭାରତ',null],['大众汽车',3],['点看',3],['คอม',3],['ভাৰত',null],['ভারত',null],['八卦',3],['موقع',3],['公益',3],['公司',3],['香格里拉',3],['网站',3],['移动',3],['我爱你',3],['москва',3],['қаз',null],['католик',3],['онлайн',3],['сайт',3],['联通',3],['срб',null],['бг',3],['бел',3],['קום',3],['时尚',3],['微博',3],['淡马锡',3],['орг',3],['नेट',3],['삼성',3],['சிங்கப்பூர்',null],['商店',3],['商城',3],['дети',3],['мкд',3],['ею',3],['新闻',3],['工行',3],['كوم',3],['中文网',3],['中信',3],['中国',null],['中國',null],['娱乐',3],['谷歌',3],['భారత్',null],['電訊盈科',3],['ભારત',null],['भारतम्',null],['भारत',null],['भारोत',null],['网店',3],['संगठन',3],['网络',3],['ком',3],['укр',3],['香港',null],['诺基亚',3],['飞利浦',3],['台湾',null],['台灣',null],['手机',3],['الجزائر',null],['عمان',3],['ایران',3],['العليان',3],['اتصالات',null],['امارات',null],['بازار',3],['موريتانيا',null],['بارت',null],['بھارت',null],['ابوظبي',3],['السعودية',null],['ڀارت',null],['كاثوليك',3],['همراه',3],['عراق',3],['مليسيا',3],['澳門',3],['닷컴',3],['政府',3],['شبكة',3],['بيتك',3],['عرب',null],['机构',3],['组织机构',3],['ไทย',null],['سورية',null],['рус',3],['рф',2],['تونس',null],['大拿',3],['ລາວ',null],['みんな',3],['グーグル',3],['ευ',null],['ഭാരതം',null],['ਭਾਰਤ',null],['网址',3],['닷넷',3],['コム',3],['天主教',3],['游戏',3],['vermögensberater',3],['vermögensberatung',3],['企业',3],['信息',3],['嘉里大酒店',3],['嘉里',3],['قطر',null],['广东',3],['இந்தியா',null],['հայ',3],['新加坡',null],['فلسطين',null],['政务',3]]]; var cur_group=document.getElementById("tld_group").selectedIndex; var search_str=document.getElementById("q").value.trim().replace('&', '&').replace('"', '"').replace("'", ''').replace('<', '<').replace('>', '>').toLowerCase(); if(cur_group>8) { cur_group = $("#tld_group").val(); zones = cat_zones; } if(cur_group==="" || search_str=="") return 0; var i; var res=""; var k=0; document.getElementById("result_place").style.display=""; if(document.getElementById("mainer")!=null) document.getElementById("mainer").id="mainerin"; var btncheck='<div id="sortbox" style="margin-top: 70px;">'; btncheck+='<button class="btn btn-combo btn-all active" onclick="changestate(\'all\');" style="height: inherit; width: inherit;">All</button>'; btncheck+='<button class="btn btn-combo btn-avel active" onclick="changestate(\'success\');" style="height: inherit; width: inherit;">Available</button>'; btncheck+='<button class="btn btn-combo btn-exp active" onclick="changestate(\'expires\');" style="height: inherit; width: inherit;">Expired</button>'; btncheck+='<button class="btn btn-combo btn-preexp active" onclick="changestate(\'preexp\');" style="height: inherit; width: inherit;">Expire soon</button>'; btncheck+='<button class="btn btn-combo btn-notavel active" onclick="changestate(\'notavl\');" style="height: inherit; width: inherit;">Not available</button>'; btncheck+='<button class="btn btn-combo btn-error active" onclick="changestate(\'warning\');" style="height: inherit; width: inherit;">Errors</button>'; btncheck+='<button class="btn btn-combo btn-collapseall active" style="margin-left: 20px;" onclick="collapseall(this);" style="height: inherit; width: inherit;">Expand all</button>'; btncheck+='</div>'; if(document.getElementById("sortbox")==null) document.getElementById("accordion").innerHTML=btncheck+document.getElementById("accordion").innerHTML; var dmns=[]; var mdomain=""; var zns_cnt=0; if(search_str.indexOf(".")!=-1) { mdomain=search_str; dmns[k]=mdomain; res+="<tr><td>\n"; res+="<div id=\"maindiv"+k+"\" class=\"panel panel-default\">\n"; res+="<div class=\"panel-heading\" style=\"padding-top: 5px; padding-bottom: 5px\">\n"; res+="<table style=\"width: 100%;\">\n<tr>\n<td style=\"width: 80%\" data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#"+k+"\">\n"; res+="<span class=\"panel-title\"><a data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#"+k+"\">"+mdomain+"</a></span>\n"; res+="<span class=\"text-muted state-span\" id=\"state"+k+"\"></span></td>\n"; res+="<td id=\"actions"+k+"\" style=\"width: 110px; text-align: right;\"><img style=\"hight: 12%; width: 12%;\" src=\"img/loading.gif\"/></td>\n"; res+="</tr></table></div>\n"; res+="<div id=\""+k+"r\" class=\"panel-collapse collapse\"><div id=\"answer"+k+"\" class=\"panel-body\">WHOIS:<pre></pre></div></div>"; res+="</div></td></tr>\n"; k++; zns_cnt++; search_str=search_str.split(".")[0]; } for(i=0; i<zones[cur_group].length; i++) { if(mdomain == search_str+"."+zones[cur_group][i][0]) continue; zns_cnt++; if(zones[cur_group][i][1]!=null && zones[cur_group][i][1]>search_str.length) { res+="<tr><td>\n"; res+="<div class=\"panel panel-warning\">\n"; res+="<div class=\"panel-heading\" style=\"padding-top: 5px; padding-bottom: 5px\">\n"; res+="<table style=\"width: 100%;\">\n<tr>\n<td style=\"width: 43.8%;\" >\n"; res+="<span class=\"panel-title\">"+search_str+"."+zones[cur_group][i][0]+"</span>\n</td>\n"; res+="<td><span class=\"text-muted\">Incorrect domain length</span></td>\n"; res+="</tr></table></div></div></td></tr>\n"; } else { dmns[k]=search_str+"."+zones[cur_group][i][0]; res+="<tr><td>\n"; res+="<div id=\"maindiv"+k+"\" class=\"panel panel-default\">\n"; res+="<div class=\"panel-heading\" style=\"padding-top: 5px; padding-bottom: 5px\">\n"; res+="<table style=\"width: 100%;\">\n<tr>\n<td style=\"width: 80%\" data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#"+k+"\">\n"; res+="<span class=\"panel-title\"><a data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#"+k+"\">"+search_str+"."+zones[cur_group][i][0]+"</a></span>\n"; res+="<span class=\"text-muted state-span\" id=\"state"+k+"\"></span></td>\n"; res+="<td id=\"actions"+k+"\" style=\"width: 110px; text-align: right;\"><img style=\"hight: 12%; width: 12%;\" src=\"img/loading.gif\"/></td>\n"; res+="</tr></table></div>\n"; res+="<div id=\""+k+"r\" class=\"panel-collapse collapse\"><div id=\"answer"+k+"\" class=\"panel-body\">WHOIS:<pre></pre></div></div>"; res+="</div></td></tr>\n"; k++; } } document.getElementById("result_place").innerHTML=res; avail_cnt=0; cnt_all=zns_cnt; print_avail(); for(i=0; i<k;i++) { setTimeout("testfunc('"+dmns[i]+"',"+i+","+cur_op_id+")",div(i,10)*1000); } setTimeout("auto_recheck()",div(k,10)*1000); } function auto_recheck() { var i,k; var elems=document.getElementsByClassName("btn btn-info btn-sm"); var recheck=[]; k=0; for(i=0; i<elems.length; i++) { if(elems[i].onclick!=null) { recheck[k]=elems[i].onclick; k++; } } for(i=0; i<k; i++) setTimeout(recheck[i],div(i,10)*1000); } function testfunc(domain,el,op_id) { if(op_id !=cur_op_id) return; $.ajax({ url:"https://api.whois7.ru/?clean&bulk&q="+ domain, dataType: 'json', timeout: 15000, error:function(xhr,status,err){ if(op_id !=cur_op_id) return; document.getElementById("actions"+el).innerHTML="<button class=\"btn btn-info btn-sm\" style=\"width: 108px;\" onclick=\"recheck('"+domain+"',"+el+")\">Recheck</button>"; document.getElementById("answer"+el).innerHTML=""; document.getElementById("state"+el).innerHTML="No response"; document.getElementById("maindiv"+el).className="panel panel-warning"; }, success:function(data){ if(op_id !=cur_op_id) return; if(data.whois=="" || data.whois==null) { document.getElementById("actions"+el).innerHTML="<button class=\"btn btn-info btn-sm\" style=\"width: 108px;\" onclick=\"recheck('"+domain+"',"+el+")\">Recheck</button>"; document.getElementById("answer"+el).innerHTML=""; document.getElementById("state"+el).innerHTML="No response"; document.getElementById("maindiv"+el).className="panel panel-warning"; } else { switch(data.available) { case "yes": avail_cnt++; print_avail(); document.getElementById(el+"r").id=el; document.getElementById("maindiv"+el).className="panel panel-success"; document.getElementById("state"+el).innerHTML="Available"; document.getElementById("answer"+el).innerHTML=" WHOIS:<pre>"+data.whois+"</pre>"; document.getElementById("actions"+el).innerHTML="<span class=\"btn-group right\"><a class=\"btn btn-primary btn-sm\" style=\"width: 52;\" href=\"https://my.i7.net/billmgr?startform=domain.neworder.name&domain_name=" + domain + "&utm_source=whois7&utm_medium=expired&utm_campaign="+getdomainzone(domain)+"\" target=\"_blank\">Buy</a> <button class=\"btn btn-default btn-sm\" data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#"+el+"\">Whois</button></span>"; break; default: if( typeof data.premium !== "undefined" ){ if(data.premium = "yes"){ document.getElementById(el+"r").id=el; document.getElementById("maindiv"+el).className="panel panel-success"; document.getElementById("state"+el).innerHTML="Premium Domain"; document.getElementById("answer"+el).innerHTML=" WHOIS:<pre>"+data.whois+"</pre>"; document.getElementById("actions"+el).innerHTML="<span class=\"btn-group right\"><a class=\"btn btn-primary btn-sm\" style=\"width: 52;\" href=\"https://i7.net/contact/\" target=\"_blank\">Buy</a> <button class=\"btn btn-default btn-sm\" data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#"+el+"\">Whois</button></span>"; break; } } var expdate= new Date(data.expires*1000); var expdate1="Expires: "+addZero(parseInt(expdate.getUTCDate()))+"."+addZero(parseInt(expdate.getUTCMonth())+1)+"."+expdate.getUTCFullYear(); var left_control = "<a class=\"btn btn-info btn-sm www-button\" style=\"width: 52;\" href=\"http://www."+domain+"\" target=\"_blank\">www</a>"; if(isNaN(data.expires)) { expdate1="Not available"; document.getElementById("maindiv"+el).className="panel panel-notavl"; } else { var today=new Date(); if(expdate<today) { document.getElementById("maindiv"+el).className="panel panel-expires"; expdate1="Expired: "+addZero(parseInt(expdate.getUTCDate()))+"."+addZero(parseInt(expdate.getUTCMonth())+1)+"."+expdate.getUTCFullYear(); var zone = getdomainzone(domain); var utm = "&utm_source=whois7&utm_medium=expired&utm_campaign="+zone; if(zone == "ru" || zone == "рф" || zone == "su") left_control = "<a class=\"btn btn-info btn-sm expbuy-button\" style=\"width: 52;\" href=\"https://expired.ru/lists/?exp=start&d="+domain+utm+"\" target=\"_blank\">Buy</a>"; else left_control = "<a class=\"btn btn-info btn-sm expbuy-button\" style=\"width: 52;\" href=\"https://expired.ru/billmgr?func=register&welcomfunc=backorder.order.2&welcomparam=domain="+domain+utm+"\" target=\"_blank\">Buy</a>"; } else { expdate.setMonth(expdate.getMonth()-1); if(expdate<today) { document.getElementById("maindiv"+el).className="panel panel-preexp"; } else document.getElementById("maindiv"+el).className="panel panel-notavl"; } } document.getElementById(el+"r").id=el; document.getElementById("answer"+el).innerHTML=" WHOIS:<pre style='width: "+(document.getElementById("accordion").offsetWidth-32).toString()+"px; overflow: auto;'>"+data.whois+"</pre>"; document.getElementById("state"+el).innerHTML=expdate1; document.getElementById("actions"+el).innerHTML="<span class=\"btn-group right\">"+left_control+" <button class=\"btn btn-default btn-sm\" data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#"+el+"\">Whois</button></span>"; break; } } }}); } function recheck(domain,el) { document.getElementById("state"+el).innerHTML=""; document.getElementById("maindiv"+el).className="panel panel-default"; document.getElementById("actions"+el).innerHTML="<img style=\"hight: 12%; width: 12%;\" src=\"img/loading.gif\"/>"; testfunc(domain,el,cur_op_id); } var getUrlParameter = function getUrlParameter(sParam) { var sPageURL = decodeURIComponent(window.location.search.substring(1)), sURLVariables = sPageURL.split('&'), sParameterName, i; for (i = 0; i < sURLVariables.length; i++) { sParameterName = sURLVariables[i].split('='); if (sParameterName[0] === sParam) { return sParameterName[1] === undefined ? true : sParameterName[1]; } } }; function addZero(number) { if(number<10) { return "0"+number.toString(); } return number.toString(); } $(document).ready(function(){ $("#q").focus(); var czns = ""; var g = getUrlParameter("g"); for( var i in cat_zones){ czns += "<option value='" + i + "' " + ( g == i ? "selected" : "" ) + ">" + i + "</option>\n"; } $("#category_zones").html(czns); submit_search(); }); </script> <form onsubmit="submit_search(); return false;" style="margin-top:0; border:0px solid #000; padding-top:6px"> <input type="hidden" name="s" value="bulk" /> <table cellpadding="0" cellspacing="0" style="border:0px solid #000; margin: 2px; auto;"> <tr align="center"> <td style="padding:4px"> <input id="q" type="text" name="q" value="" style="padding: 3px;width: 250px;font-size: 18px;border: 1px solid #999;border-top: 1px solid #333;height: 30px;" onplaceholder="Domain name without TLD"/> </td> <td> <select id="tld_group" name="g" style="padding: 3px;width: 150px;font-size: 18px;border: 1px solid #999;border-top: 1px solid #333;height: 30px;"> <optgroup label="Category"> <option value="pop" selected>Popular</option> <option value="gtld" >Generic</option> <!--<option value="ngtld" >New gTLD</option>--> <option value="euro" >Europe</option> <option value="asia" >Asia / Oceania</option> <option value="am" >Americas</option> <option value="me" >Middle East</option> <option value="afr" >Africa</option> <option value="3lv" >3rd Level</option> <option value="idn" >IDN</option> </optgroup> <optgroup id="category_zones" label="New gTLD"> </optgroup> </select> </td> <td style="padding:4px"> <input style="width: 90px;height: 30px;font-size: 16px;font-weight: bold;" type="submit" value="Whois"/> </td> </tr> </table> </form> </div> <table border="0" align="center" cellpadding="0" cellspacing="0" style="margin:20px auto;"> <tr> <td align="center"> <div id="return" style="max-width: 1000px"> <pre id="whois" style="display: table;"><code></code></pre> </div> </td> </tr> </table> <div class="panel-group" id="accordion" style="min-width: 720px; margin: -100px auto; width: 50%; margin-bottom: 10px;"> <table id="result_place" style="margin-top: 5px; display: none" class="table text-left"> <thead></thead> <tbody></tbody></table><div id="availcounter" class="availcounter" style="display: none"></div></div></code></pre> </div> <br /><br /> </td> </tr> </table> <div class="push"></div> </div> <div class="footer"> <div id="footer" style="text-align:center;">Copyright © 2008-2024 <a href="https://i7.ru" target="_blank">i7.RU Ltd</a></div> </div> <script type="text/javascript">window.onload=function(){var e=document.getElementById("return");if(e.offsetWidth>=1000&&e.innerText!=''){e.style['overflow-x']='scroll'}}</script> <!-- Yandex.Metrika counter --> <script type="text/javascript"> (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter44472418 = new Ya.Metrika({ id:44472418, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true, trackHash:true, ut:"noindex" }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks"); </script> <noscript><div><img src="https://mc.yandex.ru/watch/44472418?ut=noindex" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter --> </body> </html>