Solved i modified components/com_fireboard/template/default/view.php
in attachment ready file version for 1.04
for manual hack you have to add ELSE to
if around line 990 after this
| Code: |
//Show admins the IP address of the user:
|
modifing
| Code: |
GeobytesIpAddress&geobyteslocation=$IpAddress
|
in geobytes code in
| Code: |
GeobytesIpAddress&geobyteslocation=' . $fmessage->ip . '
|
remember :
this will show COUNTRY+CITY+IPADDRESS
sGeobytesCountry+", "+sGeobytesCity+", "+sGeobytesIpAddress
this will show COUNTRY+CITY
sGeobytesCountry+", "+sGeobytesCity
this will show only COUNTRY
sGeobytesCountry