About Visitor


Warning: file_get_contents(http://api.hostip.info/country.php?ip=38.107.191.91) [function.file-get-contents]: failed to open stream: HTTP request failed! in /mnt/web2/41/06/518806/htdocs/joergschueler/wp-content/plugins/wp-js-about-visitor/js-about-visitor.php on line 45

WP Js About Visitor

Displays IP address, operating system, browser type and origin of the visitor by shortcode or as Widget in Sidebar.

**Usage**

  1. Place the widget to your Sidebar.
  2. You can use the shortcode [about-visitor] to include informations in your posts or pages.
    optional Parameters:
    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: [about-visitor]
    • IP: 38.107.191.91
    • Browser:
    • OS:

    List of default informations including location: [about-visitor location=1]
    • IP: 38.107.191.91
    • Land: --
    • Browser:
    • OS:

    List only the IP Adress: [about-visitor os=0 browser=0]
    • IP: 38.107.191.91
  3. Without sidebar you can display informations by including in php-code by using then function ‘js_aboutvisitor_display’.
    parameter 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 default informations including location:

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

    List only the IP Adress:

    <?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.21 =
* Belorussian Language by www.fatcow.com

= 1.2 =
* updated browser detection by Browscap.ini
* WP 2.9 support

= 1.1 =
* shortcode [about-visitor] 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

weitere Plugins:

weitere verfügbare Seiten:

Popularity: 100%

5 Kommentare

  1. sarah sagt:

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

  2. Michael sagt:

    Hallo Jörg!

    Ist es möglich die Infos des Plugins auch ohne Widget auszugeben? Ich benutze keine Widgets, würde das Plugin aber gerne einsetzen.

    Gruß
    Michael

  3. Jörg sagt:

    Arbeite gerade an einem Update und werde das über Shortcodes möglich machen.

  4. Avşa adası sagt:

    Thank you very much

  5. Stef sagt:

    Great plugin, thank you

Schreibe einen Kommentar