Quote:
Originally Posted by chet
I have followed all the steps, but all I see is the IP address as before, no proxy or other information is there, what could be wrong
Regards
Chet
|
did you change the post_ip template? if yes, then maybe you dont have Proxy (or proxy not detectable).
Check the posts table, and see if you have any information in proxyip column for any post:
- open post table (in phpMyAdmin, for example), and sort by proxyip, see if you have any IP in there, or run this querry:
SELECT * FROM `post` WHERE 'proxyip' !='';
If there're some IPs in there, means you did record the proxy IPs, check the template. Otherwise, it could either be none of the new posts posted under any ip OR your proxy function doesnt work.
MAKE SURE that you did all the changes in the files correct.
- add any IP into some post that you can check, using phpMyAdmin, and see if it shows up in your testing post