Page 1 of 1

IP2location in ticket

Posted: Wed Oct 07, 2009 8:08 am
by hollandsedrop
/*************************************
Title:
Version: 2.1
Author:
Demo:
Download:
Website:

Short description:


*************************************/

Hi friends,
I have an idea. In the IP field, as in the following ticket ip2locatin.com images or other web sites write information?

Address sample query:
http://www.ip2location.com/134.71.220.8

Example:
http://img30.imageshack.us/img30/5240/exticket.jpg

Posted: Sat Oct 10, 2009 6:17 pm
by Raven
Thats a fine idea :) - If you have written this MOD could you share it with the rest of us? ;)

**EDIT**
Would be cool in a hidden layer such as your screen shot so that when the IP address is clicked it shows - or even make the IP address itself a link to the information that open in another page.

Just ideas... Got me thinking now lol

Posted: Fri Nov 20, 2009 2:29 pm
by hollandsedrop
Hi,

This way you can make arrangements for this add-on.

open admin_ticket.php and find this line (501)

Code: Select all

<td><?php echo $ticket['ip']; ?></td>
and change it

Code: Select all

<td><a target="_blank" title="Show message country details" href="http://www.ip2location.com/<?php echo $ticket['ip']; ?>"><?php echo $ticket['ip']; ?></td>
sorry my bad english :)

Posted: Sat Nov 21, 2009 11:13 pm
by Raven
Hi hollandsedrop, thanks for this ;) Works like a charm.

Posted: Wed Nov 25, 2009 1:57 pm
by conepr09
I have this working on my site. Works great!