Announcement

Collapse
No announcement yet.

Show visitors IP address?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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?

  • #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


    • #3
      Re: Show visitors IP address?

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

      Comment


      • #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


        • #5
          Re: Show visitors IP address?

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

          Comment


          • #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