Git Product home page Git Product logo

visitors's Introduction

WELCOME TO VISITORS 0.7
-----------------------

Hello, this is Visitors,
a fast and easy to use web log analyzer.

For more usage information, documentation and examples
please visit:

  http://www.hping.org/visitors

or check the docs.html file in this directory
for the reference documentation.

HOW TO COMPILE
--------------

Under UNIX systems just type:

% make

Under WIN32 you need MINGW and MSYS, then follow the above
istructions.

For compliation problems please write an email to <[email protected]>
with the exact problem, version of Visitors, environment, GCC used, and so
on.

HOW TO USE WITH IIS LOGS
------------------------

Use the iis2apache.pl perl script to do the conversion, like:

cat yourIISLogFile.txt | perl iis2apache.pl > yourConvertedFile.txt

Then run visitors against "yourConvertedFile.txt".

There is an alternative way to convert logs using a program
that does not require Perl, with Windows and Linux binaries.
This program is called RConvLog and it's possible to
download it at http://www.rebex.net/RConvLog/

HOW TO GET SCREEN RESOLUTION INFORMATION
----------------------------------------

Log files don't contain information about the screen resolution
so in order to generate the screen resolution report Visitors needs
that you add the following code in your home page, after the <body>
tag:

<script>
document.write("<div style=\"visiblity:hidden;display:none;\"><img src=\"visitors-screen-res-check.jpg?"+screen.width+"x"+screen.height+"x"+screen.colorDepth+"\" /></div>");
</script>

Without this code the screen resolution report will not work.

HOW TO HELP
-----------

Please send patches, I'll merge it, but be aware the project is now licensed under the BSD license, it's no longer GPLed.

THANKS TO ...
-------------

Please see the ChangeLog file for credits.

Enjoy,
Salvatore Sanfilippo

visitors's People

Contributors

antirez avatar rudis avatar

Watchers

Stormxx avatar James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.