/*************************************
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
IP2location in ticket
Moderator: mkoch227
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


**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
-
- Posts: 90
- Joined: Tue Dec 30, 2008 11:29 am
Hi,
This way you can make arrangements for this add-on.
open admin_ticket.php and find this line (501)
and change it
sorry my bad english 
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>
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>
