charlesk ,
that's completely normal anonymous do not pass the variables this hack uses ... that's why it is called "anonymous" for example an anonymous proxy won't pass "HTTP_X_FORWARDED_FOR" <<-- you'll see the anonymous proxy ip here instead.
anyway i'm having a problem with this hack it's operation works fine but if i click the image to get the ipadress vbulletin tells me "couldn't find the phrase "thread_displayproxyip" althrough the phrase is there and i'm sure i didn't make any typos while editing postings.php (phrasetype GLOBAL)
PHP Code:
$postinfo['proxyhost'] = @gethostbyaddr($postinfo['proxyip']);
if($postinfo['proxyip'] !='')
{
eval(print_standard_error('thread_displayproxyip', 1, 0));
}
attached two images one shows that the hack is working correctly the second image is a little proof the phrase is there now the question is what do i do about it ?