
Originally Posted by
chipatil
hey hi guys
calling all html / java gurus
can u tell me how exactly can i have a speed test in my website
is there is a code / specify way we can host our own speed checker
and also i needed code for displaying ip address of the visitor.
thnx
you need php knowlege for displaying ip address of your visitors, simply put this code on where you want it to appear and add some texts on it
Code:
ADD SOME TEXT HERE LIKE HELLO, YOUR IP ADDRESS IS:<?php echo $HTTP_SERVER_VARS['REMOTE_ADDR'];?>
Bookmarks