Thanks for the reply.I have one question.I am about to install this mod on my forums but when reading the instructions it's fairly vague so just wanted to make sure of something.
Quote:
Step 1.
Run the following SQL code;
ALTER TABLE post ADD proxyip VARCHAR(50) not null AFTER ipaddress;
(Note: if you use table prefixes then remember to change "post" to the correct table name).
Step 2.
Add the following phrase "thread_displayproxyip" (as a Front End Error Phrase, not a Global Phrase) ;
Real IP Address : $postinfo[ipaddress]<br>
$postinfo[hostaddress]<br>
Proxy Server IP Address : $postinfo[proxyip]<br>
$postinfo[proxyhost]
|
Step 2 is also something i have to add to MYSQL?or is it something i have to add to one of vB's templates?I've used PHPmyadmin pleanty of times but i'm not 100% fluent with it.so just don't want to make any mistakes