I have installed vbulletin 2.0 on an account of f2s.com.
I replaced 'REMOTE_ADDR' with 'HTTP_X_FORWARDED_FOR' in
newreply.php and newthread.php , as f2s has a cache that disables remote_addr.
Works good so far ...
But I'd also like to know the real ip adress of people who didn't post any messages so far.
Which file do I have to modify (is there no conflict with cookies if I modify ?) ?
I replaced 'REMOTE_ADDR' with 'HTTP_X_FORWARDED_FOR' in
newreply.php and newthread.php , as f2s has a cache that disables remote_addr.
Works good so far ...
But I'd also like to know the real ip adress of people who didn't post any messages so far.
Which file do I have to modify (is there no conflict with cookies if I modify ?) ?