SEO Software
Closed Thread
Results 1 to 2 of 2

Thread: need help [all coding gurus]

  1. #1

    Default need help [all coding gurus]

    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


  2. Micro Niche Builder

  3. #2

    Default

    Quote 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'];?>

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts