þú gætir alltaf gert eitthvað svona í php;
<?php
$proxy = gethostbyaddr($HTTP_X_FORWARDED_FOR);
$host = gethostbyaddr($REMOTE_ADDR);
if($proxy) {
echo “You are connected from $proxy through $host<br>”;
} else {
echo “Your are connected from $host<br>”;
}
?> <br><br>:: blindur
:: BNS / blindbylur
::
http://blindur.multiplayer.org