Hosting Finder
This is Hosting Finder tool to check any website hosting.
‘/^(192\.154\.|193\.186\.|45\.133\.|77\.104\.)/’, ‘Bluehost’ => ‘/^(66\.147\.|74\.220\.|69\.89\.)/’, ‘HostGator’ => ‘/^(192\.185\.|50\.87\.|162\.144\.)/’, ‘WP Engine’ => ‘/^(35\.196\.|35\.186\.|34\.205\.)/’, ‘Kinsta’ => ‘/^(104\.18\.|104\.19\.|172\.64\.)/’, ‘DreamHost’ => ‘/^(66\.33\.|208\.97\.|64\.90\.)/’, ‘GoDaddy’ => ‘/^(160\.153\.|97\.74\.|198\.71\.)/’, ‘A2 Hosting’ => ‘/^(192\.124\.|72\.52\.|69\.195\.)/’, ‘InMotion’ => ‘/^(162\.144\.|74\.124\.|64\.90\.)/’, ‘Flywheel’ => ‘/^(34\.194\.|34\.197\.|35\.174\.)/’ ); $provider = ‘Unknown’; foreach ($hosting_providers as $name => $pattern) { if (preg_match($pattern, $ip)) { $provider = $name; break; } } return array( ‘url’ => $url, ‘ip’ => $ip, ‘nameservers’ => $ns_list, ‘is_wordpress’ => $is_wordpress, ‘hosting_provider’ => $provider ); }// Handle form submission if ($_SERVER[‘REQUEST_METHOD’] === ‘POST’ && isset($_POST[‘url’])) { $info = get_hosting_info($_POST[‘url’]); } ?>WordPress Hosting Checker Tool
Results for
IP Address:
Nameservers:
WordPress Detected:
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).LazyLoad=e()}(this,function(){"use strict";function e(){return(e=Object.assign||function(t){for(var e=1;e