there should be some http context information you can pick up through the envirnment similar to this which can be used to get the end point IP address:
it's the same information that the code i mentioned before is getting from the http header...
are you suggesting you think parsing the log file on the webserver is going to be easier that querying the http header for the request?
Actually No, I said that because I didn't get this phrase: "pick up through the envirnment"
Answers
You want this on every post?
There was an error rendering this rich post.
Yes.
Because each post (presumably) is for a new user from his/her diverse PC.
Ideal: when a user post a new comment, 2 (or more) icons are displayed on his/her post:
there should be some http context information you can pick up through the envirnment similar to this which can be used to get the end point IP address:
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
cPanel normally logs user's actions as in IP, Date, Time, OS, Browser, etc. can it be usable?
209.191.122.70 - - [26/Mar/2012:11:27:21 +0100] "GET ... (Windows...) Gecko/... Firefox/11.0"
it's the same information that the code i mentioned before is getting from the http header...
are you suggesting you think parsing the log file on the webserver is going to be easier that querying the http header for the request?
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
Actually No, I said that because I didn't get this phrase: "pick up through the envirnment"
getenv - get environment...
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained