Show visitors IP address?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • wx4usa
    Sergeant First Class

    • Jul 2008
    • 54

    Show visitors IP address?

    I have visited sites where the page has a sentence like this : We show your visitor IP address is: ip address

    How do I do this on my BV site?
  • Watdaflip
    Major General

    • Sep 2005
    • 2116

    #2
    Re: Show visitors IP address?

    Create a html box and add this code

    PHP Code:
    <?="We show your visitor IP address is: ".$_SERVER['REMOTE_ADDR']?>
    and publish the page as a .php file

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

    Comment

    • wx4usa
      Sergeant First Class

      • Jul 2008
      • 54

      #3
      Re: Show visitors IP address?

      How do I put it in a moveable box? Is that possible? Thanks for your help.

      Comment

      • D'son
        Major General

        • Apr 2008
        • 2577

        #4
        Re: Show visitors IP address?

        What do you mean a movable box. Click the html icon on the left side of the builder, once the grey box is on the page double click it and paste the code there. You can move that box where you want it and size it to what you need (you will have to check in preview to see it)
        Reguards
        Ed
        www.dsondesigns.com
        www.marseillesyouthsports.com
        www.300hitter.com
        www.bigjk.net
        How to add JAlbum to your site

        Comment

        • wx4usa
          Sergeant First Class

          • Jul 2008
          • 54

          #5
          Re: Show visitors IP address?

          Ok, I see now. Thanks so much. You're a genius!

          Comment

          • D'son
            Major General

            • Apr 2008
            • 2577

            #6
            Re: Show visitors IP address?

            Don't know about that but your welcome.
            Reguards
            Ed
            www.dsondesigns.com
            www.marseillesyouthsports.com
            www.300hitter.com
            www.bigjk.net
            How to add JAlbum to your site

            Comment

            Working...
            X