Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Oct 28 2005 06:03 PM
    • Date Updated: May 30 2006 07:45 PM
    • Views: 1367


    * * * * *
    0 Ratings

    IP Address lookup from Online List

    Let the IP Address line in your board's Online List link to the IP Address lookup tool

    Posted by Michael on Oct 28 2005 06:03 PM
    With this tutorial, the IP address shown on your board's Online List will link to the UserCP IP Address Lookup moderator tool.

    Open sources/Online.php. Find:
    				$sess['ip_address'] = " ( ".$sess['ip_address']." )";
    Change To:
    				$sess['ip_address'] = " ( <a href='{$this->base_url}act=modcp&amp;CODE=doip&amp;iptool=resolve&amp;ip={$sess['ip_address']}'>{$sess['ip_address']}</a> )";
    Save and upload.

    Enjoy! :)
    Powered by Tutorials 1.3.1 © 2012, by Michael McCune