V4.2.x Fix IP search in admin

Discussion in 'v4.2.X Bug Tracker' started by freeze2, Jul 22, 2012.

Thread Status:
Not open for further replies.
  1. freeze2 Super Moderator

    This effects v4.2.4 and probably a number of versions back.

    The IP search used in the admin does not work due to a change in URL from dnsstuff.com. To correct this, do the following:

    In your administration template folder

    In the following template files:

    1. orders/customer_table.tpl at approx line 46
    2. orders/orders_add.tpl at approx line 148
    3. users/users_info.tpl at approx line 139

    Find:

    Code:
    <a href="http://www.dnsstuff.com/tools/whois.ch?ip={$custip}" target="_blank">{$custip}</a>
    Change to:

    Code:
    <a href="http://www.dnsstuff.com/tools#ipInformation/type=ipv4&&value={$custip}" target="_blank">{$custip}</a>
  2. Mike-N-Tosh Owner

    This has been fixed and will be included in the next update v4.2.6
Thread Status:
Not open for further replies.

Share This Page