Description
Plugin to check if specified TCP port is open on a selected host. Plugin adds an AJAX call for checking ports.
Exaple usage:
<script> jQuery.post("http://localhost/wp-admin/admin-ajax.php", { action:"port_check", address:"8.8.8.8", port:80 }, function(result) { alert(result); }); </script>
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Check Port” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Check Port” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.