Results 1 to 6 of 6

Thread: Show visitors IP address?
      
   

  1. #1
    wx4usa is offline Sergeant First Class
    Join Date
    Jul 2008
    Posts
    54

    Default 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. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default 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

  3. #3
    wx4usa is offline Sergeant First Class
    Join Date
    Jul 2008
    Posts
    54

    Default Re: Show visitors IP address?

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

  4. #4
    D'son's Avatar
    D'son is offline Major General
    Join Date
    Apr 2008
    Location
    Illinois
    Posts
    2,580

    Default 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)

  5. #5
    wx4usa is offline Sergeant First Class
    Join Date
    Jul 2008
    Posts
    54

    Default Re: Show visitors IP address?

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

  6. #6
    D'son's Avatar
    D'son is offline Major General
    Join Date
    Apr 2008
    Location
    Illinois
    Posts
    2,580

    Default Re: Show visitors IP address?

    Don't know about that but your welcome.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49