Andrei
Andrei
Second commit adds `GenericResourceOwner::getAttribute()` helper method, which makes it easier to access user data. ```php // at the moment $userData = $resourceOwner->toArray(); $userField = $userData['field']; $userField2 = $userData['group']['field']; // with...
a good idea
Would be useful to have this 👍🏼 As mentioned in WordPress support topic, detecting the country would be based on IP, but in many cases this piece of info is...
Probably each site owner has different uses for this. When a site/blog/shop wants to attract people from a specific country, it's good to take a look at this metric and...
hey @azakero, All TLDs are supported 😀 WHOIS servers for a few TLDs are hardcoded in the library https://nodejs.org/en/about/releases/ and the rest are automatically retrieved from IANA server when needed:...
Some WHOIS servers choose not to make available domain data, and `.li` & `.ch` do this 😕 They do allow making a request only to see the availability of a...
hey @hamzaasad10, this library uses `Array.flat` https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flat#browser_compatibility to process some WHOIS data, and that's a utility added in Node v11. Is is possible to upgrade your NodeJS version? `whoiser` is...
Hey @JAD3N The library has only a basic WHOIS parser, that handles the most common format `Label: value`. `.it` (and many other ccTLDs) returns data in a different format, and...
Ah okay. Would be good to add a disclaimer text in meantime, to show that the plugin may break some websites and plugins. The current text shown says about how...
hey @RifHut The example in `domain-availability.js` file is only a basic one and works best with .com, .net, .org and a few others. The `whoiser` library returns raw WHOIS info,...