Action: GetIP
Current version: |
{{getip}}
/actions/getip.php
<?php
// IP bestimmen
$ip = getenv('REMOTE_ADDR');
echo "$ip <br>";
// IP auflösen und Host bestimmen
$host = gethostbyaddr($ip);
echo "$host";
?>
for users available for copy and paste
put this at the end of your language file
/lang/wakka.xyz.php
pls. notice that this entry will not survive an Wacko upgrade, so you have to redo this