I just had a new member post and it says, "Could Not Resolve Hostname" when I checked his IP.
Doesn't that mean the person is using a proxy?
The IP icon didn't turn red.
I up loaded the gif to my images/buttons folder and made all the changes in the class core.php file at my host and uploaded the xml file to my forum just as the directions said.
This is how the code appears in my product editor.
$db->hide_errors();
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "post ADD proxyip
VARCHAR(20) not null AFTER ipaddress");
$db->show_errors();
|