Hi,
you can make a public echelon with re-edit some lines in the php files:
(clientdetails.php)
Remove:
$requiredlevel = 3; ?>
Re edit:
<td width="44%">
<?php if ($row_rs_clientinfo['ip'] != "") { ?>
<a href="/echelon/clients.php?game=<?php echo $game; ?>&search=<?php echo $row_rs_clientinfo['ip']; ?>"><?php echo $row_rs_clientinfo['ip']; ?></a>
<a href="
http://whois.domaintools.com/<?php echo $row_rs_clientinfo['ip']; ?>" target="_blank"><img src="img/querry.gif" alt="whois search" name="whois" title = "Whois search" width="16" height="15" border="0" align="absmiddle" id="whois"></a>
<?php } else { ?>
(No IP address available)
<?php } ?>
</td>
To
<td width="44%">
(No IP address available)
</td>
this removes the ip get script so it always will say no ip availble

.
i made it already check:
http://81.171.125.115/pubechelon/greets,
kikker916
P.S.
i can make a download possible if you want xlr8or.