About Visitor

WP Js About Visitor

Displays IP address, operating system, browser type and origin of the visitor by short code or as widget sidebar.

Usage ** **

  1. Place the widget to your sidebar.
  2. You can use the shortcode
    • IP: 85.13.138.5
    informations to include in your posts or pages.
    optional parameter:
    ip = 0 to hide IpAddress
    os = 0 to hide Operating System
    browser = 0 to hide the browser
    location = 1 to show the location / origin
    Examples:
    List of default informations:
    • IP: 85.13.138.5

    • IP: 85.13.138.5

    List of informations including default location:
    • IP: 85.13.138.5
    • Country: DE

    • IP: 85.13.138.5
    • Country: DE

    List only the IP address:
    • IP: 85.13.138.5

    • IP: 85.13.138.5
  3. Without sidebar you can display informations by including in php code by using function then 'js_aboutvisitor_display'.
    parameters array:
    ip => 0 to hide IpAddress
    os => 0 to hide Operating System
    browser => 0 to hide the browser
    location => 1 to show the location / origin
    Examples:
    List of default informations:

      <? Php if (function_exists ('js_aboutvisitor_display')) {
       js_aboutvisitor_display ();
     }> 

    List of informations including default location:

      <? Php if (function_exists ('js_aboutvisitor_display')) {
       js_aboutvisitor_display (array (location => 1));
     }> 

    List only the IP address:

      <? Php if (function_exists ('js_aboutvisitor_display')) {
       js_aboutvisitor_display (array (os => 0, browser => 0));
     }> 

Download

Installation == ==

1 Download and unzip the last version of this plugin.
2 Upload the wp-js-about-visitor folder to. / Wp-content / plugins /
3 Go to WP Admin panel> Plugins> activate "WP Js About Visitor".
4 Place the widget to your sidebar or include function 'js_aboutvisitor_display' anywhere you want.

Frequently Asked Questions == ==

Changelog == ==
= 1:23 =
* Fixed errors with PHP 5.3 or higher
* Updated browserdetection by Browscap.ini

= 1:22 =
* Updated browserdetection by Browscap.ini

= 1:21 =
* Belorussian language by www.fatcow.com

= 1.2 =
* Updated browserdetection by Browscap.ini
* WP 2.9 support

= 1.1 =
* Shortcode

  • IP: 85.13.138.5
added to include informations in posts or pages.
* Function 'js_aboutvisitor_display' added to display in php code.
* Fixed some problems

= 1:01 =
* Fixed problem-if country location service is down.

= 1.0 =
* First release

more plugins:

more sites available:

9 comments

  1. Ekspertas says:

    Thanks, I installed it on my website :)

  2. Jörg students says:

    @ Mrman: sorry, there is no function to help you.

  3. mrman says:

    Hello,
    Nice plugin. Is there a way to use the plugin to the country in a post, as if seeking visitor_country = us dollars then display, then display if visitor_country = GB pounds otherwise display Euro

  4. Sascha says:

    Slim, useful and informative - so be it. Well done

  5. Stef says:

    Great plugin, thank you

  6. Avşa Adası says:

    Thank you very much

  7. Joerg says:

    Currently working on an update and will make possible the above shortcodes.

  8. Michael says:

    Hello Jörg!

    Is it possible to output the information even without the plugin widget? I do not use widgets, but would like to use the plugin.

    Greeting
    Michael

  9. sarah says:

    thanks so much for this great plugin! installed it on http://www.woozybmx.com and its working absolutely perfect. thanks again!

Leave a Reply

Your email address will not be published. Required fields are marked *

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>