• The original site used by the Who Is Online plugin version 0.1.5 to lookup a user’s IP address now leads to a broken link.

    I have modified the code to take you to a new site when you click the IP address on the Who Is Online Admin panel page.

    Go to Plugins->Editor->Who Is Online->who-is-online/who-is-online.php

    About 2/3 of the way down the page is the following line of code:
    <td class="ip column-ip"><a href="https://ws.arin.net/whois/?queryinput=' . long2ip($visitor->ip) . '" target="_blank">' . long2ip($visitor->ip) . '</a></td>

    Modify the link so it looks like this:

    <td class="ip column-ip"><a href="https://www.ipchecking.com/?ip=' . long2ip($visitor->ip) . '&check=Lookup" target="_blank">' . long2ip($visitor->ip) . '</a></td>

    This will allow you to search another site for WHOIS information on a specific IP address, with more information and a pretty map.

  • The topic ‘[Plugin: Who Is Online] Updated Reverse IP Lookup Site’ is closed to new replies.