Display ip and some other info fo the user on index

vnevermore

Member
I would like to display some basic info like, ip, host or country of the user.
is there anything related already made so i can edit to my needs?

would be good to make it with vars to be replaced like {ip} for example
i tried already importing a php file with {include "./get_ip.php"}
but as a result i am getting the servers ip and not the users
also i think is impossible to load a php file within a html file directly without the {include } inbuilt method of visiolist
 
Last edited:

magnum

Member
Ich spreche kein Englisch :)

Probiere mal deinen Code so einzubinden.

Code:
<div data-include="/path/to/include.html"></div>
 
Top