13 lines
267 B
PHP
Executable File
13 lines
267 B
PHP
Executable File
<div class="postbox">
|
|
<h3 class="hndle">
|
|
<table>
|
|
<tr valign="top">
|
|
<th scope="row">WHOIS: </th>
|
|
<td><?php echo esc_html($ip_or_domain); ?></td>
|
|
</tr>
|
|
</table>
|
|
</h3>
|
|
<div class="inside">
|
|
<pre><?php echo esc_html($result); ?></pre>
|
|
</div>
|
|
</div>
|