Quote:
Originally Posted by NexVision
see thats just it i dont think i did wut would you need to see to tell
|
means you are having problems or not? is that a question?
things you can test:
- open post table (in phpMyAdmin, for example), and sort by proxyip, see if you have any IP in there
SELECT * FROM `post` WHERE 'proxyip' !='';
If there're some IPs in there, means you did record the proxy IPs. 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
good luck
it's hard to help, without information, you know. if you do everything correct, it should work properly.