Hey! Been using this for awhile, seems netip.de has changed their code output and not the 👍
//Array containing all regex-patterns necessary to extract ip-geoinfo from page $patterns=array(); $patterns["domain"] = '#Domain: (.*?) #i'; $patterns["country"] = '#Country: (.*?) #i'; $patterns["state"] = '#State/Region: (.*?)<br#i'; $patterns["town"] = 'City: (.*?)<br#i';
does not work.
Hey! Been using this for awhile, seems netip.de has changed their code output and not the 👍
//Array containing all regex-patterns necessary to extract ip-geoinfo from page $patterns=array(); $patterns["domain"] = '#Domain: (.*?) #i'; $patterns["country"] = '#Country: (.*?) #i'; $patterns["state"] = '#State/Region: (.*?)<br#i'; $patterns["town"] = 'City: (.*?)<br#i';does not work.