Difficulty = NONE
Rating = Gets the job done!
what it does =
The display IP page does only that Displays IP, this hack as simple as it may be now displays IP and HOST!
files to be modified = postings.cgi
find:
if ($ThisIP eq "") {
&StandardHTML("Sorry, we could not find a record for that post. Perhaps someone recently deleted it.");
exit;
}
and right after it add:
$ThisDomain = gethostbyaddr(inet_aton($ThisIP), AF_INET);
then find:
$ThisIP
and replace it with:
$ThisIP $ThisDomain
You should now get the hostname diplayed as well as the IP address. This has been tested fine on version's UPTO 5.43b not 5.44.
enjoy, it
Digital Paul Out~