Quote:
Originally Posted by NexVision
ok i did some more looking and it shows me a proxy ip for 2 users on the last page of the post table so i guess i ++++ed up on the templates somewhere
|
check that post id + thread ID to go with it. View that post, and click on IP, see if it call the new template.
also, check this part in postings.php
PHP Code:
// Begin proxyip hack - HacNho
if ($postinfo[proxyip] != '')
{
eval(print_standard_error('thread_displayproxyip', 1, 0));
}
else
{
eval(print_standard_error('thread_displayip', 1, 0));
}
// End proxyip hack - HacNho
and phrase thread_displayproxyip. Make sure the phrase property is correct