Click to See Complete Forum and Search --> : show connection stats


clemens
06-10-2004, 09:40 AM
Hi,

anyone knows if its possible to show some stats of the client (connection, own ip, dloaded bytes, uploaded bytes?)

I would like to give the user some information like this while hes surfing specific sites...

AdamGundry
06-10-2004, 03:32 PM
You can get some of the information on the server-side (specifically the client IP address) but not through client-side JavaScript.

Adam

clemens
06-11-2004, 02:13 PM
Okay,
then is there a way to get some information about the server-client-connection and return it via php or something else as string to show up on the client side?

AdamGundry
06-12-2004, 05:46 AM
You can find out how to show the user's IP address (in 3 languages - PHP, ASP and SSI) on WebDevFaqs (http://webdevfaqs.com/php.php#getip).

Adam