sparc / phpWhois.org

Original phpWhois soruces
http://www.phpwhois.org
GNU General Public License v2.0
95 stars 43 forks source link

Error Undefined index: y #15

Open dogecloudmining opened 4 years ago

dogecloudmining commented 4 years ago

[31-Aug-2020 12:18:31 UTC] PHP Notice: Undefined index: y in /home/xxxx/public_html/libs/whoissrc/whois.parser.php on line 879 [31-Aug-2020 12:18:31 UTC] PHP Notice: Undefined index: y in /home/xxxx/public_html/libs/whoissrc/whois.parser.php on line 880

the error around here

if ($res['m'] > 12)
    {
    $v = $res['m'];
    $res['m'] = $res['d'];
    $res['d'] = $v;
    }

if ($res['y'] < 70)
    $res['y'] += 2000;
else
    if ($res['y'] <= 99)
        $res['y'] += 1900;

I'm using php 7.4, can someone help me to fix this?

sparc commented 2 years ago

Please include the domain name that causes the error