It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://whois7.ru/?q=https%3A//100parcels.com

  1. <html>
  2. <head>
  3. <title>100parcels.com &#8212; Whois7.ru &#8212; Whois Service, IP Whois, DNS Digger</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5.    
  6. <link href="/styles.css" rel="stylesheet" type="text/css">
  7. <link href="/favicon.ico" rel="shortcut icon" />
  8. <meta name="viewport" content="width=device-width" />
  9. <meta http-equiv="pragma" content="no-cache">
  10. <meta name="Description" content="Whois Service, IP Whois, DNS Digger">
  11. <meta name="Keywords" content="Whois Service, IP Whois, DNS Digger, домен, хуиз, проверка домена">
  12. </head>
  13. <body onload='document.all.q.focus()'>
  14. <div class="wrapper" align="center"> <div id="toplinks">
  15. <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>
  16. <div id="toprights">Your IP: <a href="/?s=ip&q=myip">91.226.30.5</a></div>
  17. </div>
  18.  
  19. <div id="mainerin"> <h1 style="text-align:center; margin-bottom:14px"><a href="/"><img src="/img/logo.svg" width="291" height="57" border="0"></a></h1>
  20. <div style="font-size:18px">
  21. <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>
  22. </div>
  23.        <form method="get" action="/" style="margin-top:0; padding-top:6px">
  24.    <table cellpadding="0" cellspacing="0" style="border:0; margin: auto auto;">
  25.        <tr align="center">
  26.            <td style="padding:4px">
  27.                <input type="text" placeholder="example.com or 127.0.0.1" name="q" style="padding:3px; width:360px; font-size:18px; border:1px solid #999; border-top:1px solid #333; height: 30px;" value="https://100parcels.com" autofocus/>
  28.            </td>
  29.            <td style="padding:4px">
  30.                <input type="submit" value="Whois" style="width:90px; height:30px; font-size:16px; font-weight:bold" />
  31.            </td>
  32.        </tr>
  33.    </table>
  34. </form>
  35. </div>
  36. <table border="0" align="center" cellpadding="0" cellspacing="0" style="margin:20px auto;">
  37. <tr>
  38. <td align="center">
  39. <div id="return" style="max-width: 1000px">
  40. <pre id="whois" style="display: table;"><code><strong>Type:</strong> <a href="http://www.iana.org/domains/root/db/com.html" target="_blank">Commercial Sites</a> [<a href="/com">w</a>] (Generic)
  41. <strong>URL:</strong> <a href="http://www.100parcels.com" target="_blank">www</a>.<a href="http://100parcels.com" target="_blank">100parcels.com</a> | <a href="/?s=ip&q=100parcels.com">IP</a> | <a href="/?s=bulk&q=100parcels">Bulk</a> | <a href="http://wayback.archive.org/web/*/http://100parcels.com" target="_blank">Archive</a>
  42. <strong>DIG:</strong> <a href="/?q=100parcels.com&s=dig&ns=coco.ns.cloudflare.com&t=ANY&nostats=1&noquestion=1">coco.ns.cloudflare.com</a>
  43. <strong>Watch:</strong> <a onclick="tuggle_subscribe(); return false;" href="#subscribe">domain status</a></code></pre>
  44. <script>
  45.    var s_shown =false;
  46.    var action =false;
  47.    var texts = {
  48.        "ru":{
  49.            1:"Пожалуйста, введите E-mail",
  50.            2:"Пожалуйста, подождите...",
  51.            3:"Сервис временно недоступен. Пожалуйста, повторите позднее...",
  52.            4:"Подписка успешно активирована!",
  53.            5:"Подписка на этот домен уже активна",
  54.            6:"Неверное значение поля E-mail. Проверьте правильность введенных данных"
  55.        },
  56.        "en":{
  57.            1:"Please enter your E-mail",
  58.            2:"Please wait...",
  59.            3:"This service is temporarily unavailable. Please try again later...",
  60.            4:"Your domain monitoring subscription was successfully activated!",
  61.            5:"Your subscription for this domain is already active",
  62.            6:"Entered E-mail address is incorrect. Please enter a valid E-mail address"
  63.        }
  64.    };
  65.  
  66.    function createCookie(name, value) {
  67.        var date = new Date();
  68.        date.setTime(date.getTime() + (1000 * 24 * 60 * 60 * 1000));
  69.        var expires = "; expires=" + date.toGMTString();
  70.  
  71.        document.cookie = encodeURIComponent(name) + "=" + value + expires + "; path=/;";
  72.    }
  73.  
  74.    window.onload = function(){
  75.        if(document.location.hash == "#watch"){
  76.            tuggle_subscribe();
  77.        }
  78.    };
  79.  
  80.    document.onkeydown = function(evt) {
  81.        evt = evt || window.event;
  82.        if (evt.keyCode == 27) {
  83.            if(s_shown) {
  84.                action=true;
  85.                var sub = document.getElementById("subscribe");
  86.                var margin = parseFloat(sub.style.marginBottom.replace("%", ""));
  87.                closeSubscribe(margin);
  88.                s_shown=false;
  89.                action=false;
  90.            }
  91.        }
  92.    };
  93.    function tuggle_subscribe()
  94.    {
  95.        if(action)
  96.            return;
  97.  
  98.        action = true;
  99.  
  100.        var sub = document.getElementById("subscribe");
  101.        var margin = parseFloat(sub.style.marginBottom.replace("%",""));
  102.        if(s_shown)
  103.            closeSubscribe(margin);
  104.        else
  105.            openSubscribe(margin);
  106.  
  107.        s_shown = !s_shown;
  108.  
  109.        action=false;
  110.  
  111.    }
  112.  
  113.    function closeSubscribe(margin)
  114.    {
  115.        var act_time = 0;
  116.        while(margin > -50)
  117.        {
  118.  
  119.            act_time+=25;
  120.            margin-=5;
  121.            setTimeout('setMargin('+margin+')',act_time);
  122.        }
  123.    }
  124.  
  125.    function openSubscribe(margin)
  126.    {
  127.        var act_time = 0;
  128.        while(margin < 0)
  129.        {
  130.            act_time+=25;
  131.            margin+=5;
  132.            setTimeout('setMargin('+margin+')',act_time);
  133.        }
  134.        document.getElementById("ip_email").focus();
  135.    }
  136.  
  137.    function setMargin(value)
  138.    {
  139.        document.getElementById("subscribe").style.marginBottom =  value + "%"
  140.    }
  141.  
  142.    function getLang()
  143.    {
  144.        var language = (window.navigator.userLanguage || window.navigator.language);
  145.        return language.search("ru")!==-1 ? "ru" : "en";
  146.    }
  147.  
  148.    function addDomain()
  149.    {
  150.        var domain = document.getElementById("ip_domain").value;
  151.        var email = document.getElementById("ip_email").value;
  152.        var prolong = "yes";//document.getElementById("ip_prolong").checked ? "no" : "yes";
  153.        var submit = document.getElementById("ip_submit");
  154.  
  155.        if(email == "")
  156.        {
  157.            badMess(1);
  158.            return;
  159.        }
  160.  
  161.        submit.disabled = true;
  162.  
  163.        anyMess(2);
  164.  
  165.        var XHR = window.XDomainRequest || window.XMLHttpRequest;
  166.        var get = new XHR();
  167.        get.open("GET", "https://api.whois7.ru/?s=watch&t=add&q="+encodeURIComponent(domain)+"&email="+encodeURIComponent(email)+"&prolong="+encodeURIComponent(prolong), true);
  168.        get.timeout = 20000;
  169.        get.ontimeout = function(){
  170.            submit.disabled = false;
  171.            badMess(3);
  172.        };
  173.        get.send();
  174.  
  175.        get.onload = function() {
  176.            var obj = JSON.parse(get.responseText);
  177.  
  178.            if(obj["result"]=="success")
  179.            {
  180.                createCookie("s_email",email);
  181.                createCookie("s_prolong",prolong);
  182.  
  183.                document.getElementById("ip_email").disabled = true;
  184.                //document.getElementById("ip_prolong").disabled = true;
  185.  
  186.                goodMess(4);
  187.            }
  188.            else
  189.            {
  190.                submit.disabled = false;
  191.                switch(obj["descr"])
  192.                {
  193.                    case "already exists":
  194.                        badMess(5);
  195.                        break;
  196.  
  197.                    case "wrong input":
  198.                        badMess(6);
  199.                        break;
  200.  
  201.                    default:
  202.                        badMess(3);
  203.                }
  204.            }
  205.        };
  206.  
  207.        get.onerror = function() {
  208.            submit.disabled = false;
  209.            badMess(3);
  210.        };
  211.    }
  212.  
  213.    function anyMess(id)
  214.    {
  215.        var messages = document.getElementById("sb_text");
  216.        messages.style.color="";
  217.  
  218.        messages.innerHTML = texts[getLang()][id];
  219.    }
  220.  
  221.    function badMess(id)
  222.    {
  223.        var messages = document.getElementById("sb_text");
  224.        messages.style.color="red";
  225.        messages.innerHTML = texts[getLang()][id];
  226.    }
  227.  
  228.    function goodMess(id)
  229.    {
  230.        var messages = document.getElementById("sb_text");
  231.        messages.style.color="green";
  232.        messages.innerHTML = texts[getLang()][id];
  233.    }
  234.  
  235.  
  236. </script>
  237. <div style="overflow: hidden;background: rgb(222, 227, 239);  width: 350px;margin-top: 3px;margin-bottom: -4px;">
  238.    <div id="subscribe" style="margin-bottom: -50%;  padding: 5px 10px 5px 10px;">
  239.        <div style="padding-top: 10px;text-align: center;">
  240.            <form onsubmit="addDomain(); return false;">
  241.                <input id="ip_domain" type="hidden" value="100parcels.com"/>
  242.                <div><input id="ip_email" type="email" value="" placeholder="email@example.com" style="max-width: 200px;"/>&nbsp;<input id="ip_submit" type="submit" value="Subscribe"/></div>
  243.                <!--<div style="margin-top: 5px;"><input id="ip_prolong" type="checkbox" value="yes" checked/>&nbsp;<label for="ip_prolong">Не оповещать о продлении</label></div>-->
  244.            </form>
  245.            <div id="sb_text" style="white-space: normal;text-align: center;padding: 10px 0px;">
  246.                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.
  247.            </div>
  248.            <div><a onclick="tuggle_subscribe()" style="cursor: pointer">Minimize</a></div>
  249.        </div>
  250.    </div>
  251. </div>
  252. <pre style="display: table;"><code>
  253.   Domain Name: <a href="/100PARCELS.COM">100PARCELS.COM</a>
  254.   Registry Domain ID: 2370804109_DOMAIN_COM-VRSN
  255.   Registrar WHOIS Server: whois.<a href="/dynadot.com">dynadot.com</a>
  256.   Registrar URL: http://www.<a href="/dynadot.com">dynadot.com</a>
  257.   Updated Date: 2023-04-18T04:20:58Z
  258.   Creation Date: 2019-03-19T07:24:36Z
  259.   Registry Expiry Date: 2025-03-19T07:24:36Z
  260.   Registrar: Dynadot Inc
  261.   Registrar IANA ID: 472
  262.   Registrar Abuse Contact Email: abuse@<a href="/dynadot.com">dynadot.com</a>
  263.   Registrar Abuse Contact Phone: +16502620100
  264.   Domain Status: clientTransferProhibited https://<a href="/icann.org">icann.org</a>/epp#clientTransferProhibited
  265.   Name Server: COCO.NS.<a href="/CLOUDFLARE.COM">CLOUDFLARE.COM</a>
  266.   Name Server: NEWT.NS.<a href="/CLOUDFLARE.COM">CLOUDFLARE.COM</a>
  267.   DNSSEC: unsigned
  268.   URL of the ICANN Whois Inaccuracy Complaint Form: https://www.<a href="/icann.org">icann.org</a>/wicf/
  269. &gt;&gt;&gt; Last update of whois database: 2024-05-18T23:13:35Z &lt;&lt;&lt;
  270.  
  271.  
  272. Domain Name: <a href="/100PARCELS.COM">100PARCELS.COM</a>
  273. Registry Domain ID: 2370804109_DOMAIN_COM-VRSN
  274. Registrar WHOIS Server: whois.<a href="/dynadot.com">dynadot.com</a>
  275. Registrar URL: http://www.<a href="/dynadot.com">dynadot.com</a>
  276. Updated Date: 2023-04-18T06:09:00.0Z
  277. Creation Date: 2019-03-19T07:24:36.0Z
  278. Registrar Registration Expiration Date: 2025-03-19T07:24:36.0Z
  279. Registrar: DYNADOT LLC
  280. Registrar IANA ID: 472
  281. Registrar Abuse Contact Email: abuse@<a href="/dynadot.com">dynadot.com</a>
  282. Registrar Abuse Contact Phone: +1.6502620100
  283. Domain Status: clientTransferProhibited https://<a href="/icann.org">icann.org</a>/epp#clientTransferProhibited
  284. Registry Registrant ID:
  285. Registrant Name: REDACTED FOR PRIVACY
  286. Registrant Organization: Super Privacy Service LTD c/o Dynadot
  287. Registrant Street: PO Box 701
  288. Registrant Street:
  289. Registrant City: San Mateo
  290. Registrant State/Province: California
  291. Registrant Postal Code: 94401
  292. Registrant Country: US
  293. Registrant Phone: +1.6505854708
  294. Registrant Email: https://www.<a href="/dynadot.com">dynadot.com</a>/domain/contact-request?domain=<a
  295. href="/100parcels.com">100parcels.com</a>
  296. Registry Admin ID:
  297. Admin Name: REDACTED FOR PRIVACY
  298. Admin Organization: Super Privacy Service LTD c/o Dynadot
  299. Admin Street: PO Box 701
  300. Admin Street:
  301. Admin City: San Mateo
  302. Admin State/Province: California
  303. Admin Postal Code: 94401
  304. Admin Country: US
  305. Admin Phone: +1.6505854708
  306. Admin Email: https://www.<a href="/dynadot.com">dynadot.com</a>/domain/contact-request?domain=<a
  307. href="/100parcels.com">100parcels.com</a>
  308. Registry Tech ID:
  309. Tech Name: REDACTED FOR PRIVACY
  310. Tech Organization: Super Privacy Service LTD c/o Dynadot
  311. Tech Street: PO Box 701
  312. Tech Street:
  313. Tech City: San Mateo
  314. Tech State/Province: California
  315. Tech Postal Code: 94401
  316. Tech Country: US
  317. Tech Phone: +1.6505854708
  318. Tech Email: https://www.<a href="/dynadot.com">dynadot.com</a>/domain/contact-request?domain=<a
  319. href="/100parcels.com">100parcels.com</a>
  320. Name Server: coco.ns.<a href="/cloudflare.com">cloudflare.com</a>
  321. Name Server: newt.ns.<a href="/cloudflare.com">cloudflare.com</a>
  322. DNSSEC: unsigned
  323. URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.<a href="/internic.net">internic.net</a>/
  324. &gt;&gt;&gt; Last update of WHOIS database: 2023-04-17 23:09:00 -0700 &lt;&lt;&lt;
  325.  
  326. </code></pre>
  327. </div>
  328. <br /><br />
  329. </td>
  330. </tr>
  331. </table>
  332. <div class="push"></div>
  333. </div>
  334. <div class="footer"> <div id="footer" style="text-align:center;">Copyright &copy; 2008-2024 <a href="https://i7.ru" target="_blank">i7.RU Ltd</a></div> </div>
  335. <script type="text/javascript">window.onload=function(){var e=document.getElementById("return");if(e.offsetWidth>=1000&&e.innerText!=''){e.style['overflow-x']='scroll'}}</script>
  336. <!-- 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 -->
  337. </body>
  338. </html>
  339.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda