[analog-help] Re: Arghhhhhh

2000-09-22 Thread Marco Bernardini

*This message was transferred with a trial version of CommuniGate(tm) Pro*

Alle 22.50 Friday 22/09/2000 +0100, Owen McShane ha mandato a Marco questo 
messaggio:

>Arghh.

I just open a permanent window on my CommuniGate account to filter my mail 
via web before to check mail with Eudora ;)
Just killed 9 messages while writing this one...

BTW, do you remember the movie "Brian of Nazareth"?

Have a nice day!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Aliases with HTML code

1999-12-24 Thread Marco Bernardini

Hello!
There is a thing I don't find in FAQs and READMEs.

I need to alias a host, like
HOSTOUTPUTALIAS 192.106.115.77 "This is my PC"
And this works fine. 

But if I try
HOSTOUTPUTALIAS 192.106.115.77 "This is my PC"
I see < and > in HTML code.

Using HOSTALIAS gives the same result.
Any clue?

Oh, just in case your receive visitors from Italy here are our main search
engines:

SEARCHENGINE http://*arianna.*/* query
SEARCHENGINE http://*virgilio.*/* qs


Happy [ ] Christmas [ ] Eid al-Fitr [your holiday here] !!!

Marco Bernardini
--
webmaster of
http://www.taggiasca.com
the official site of
the taggiasca olive
--

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] beautify Analog pages

2000-01-02 Thread Marco Bernardini

Hello all!
I have to manage many reports, and everybody needs a report grafically
aligned with his site.
Someone don't need CSS, too.
To use HEADERFILE gives me some problems with fonts and PRE tags.
So I wrote this small Perl program to quickly replace some HTML tags into
reports.
You can change:
- horizontal rules
- font
- body parameters

Hope this helps busy webmasters!

Marco Bernardini
--
webmaster of
http://www.taggiasca.com
the official site of
the taggiasca olive
--



#!perl5/perl -w
# modify your path here!

use strict;

# FILES
my $mylog   = "report.html";
my $newlog  = "report2.html";

# THINGS TO CHANGE IN HTML
my $hrule   = "";
my $font= "";
my $bgcolor = "bgcolor=\"#404050\"";
my $text= "text=\"#80\"";
my $link= "link=\"#0080FF\"";
my $vlink   = "vlink=\"#808000\"";
my $alink   = "alink=\"#FF8000\"";
my $backgrn = "";

##

open (PAGE ,"<$mylog") || die $!;
my @page = ;
close PAGE;

my $newpage = join ("" , @page);

$newpage =~ s/\/$hrule/ig if $hrule;

if ($font) {
$newpage =~s//$font/i;
$newpage =~s//<\/font>/ig;
$newpage =~s/<\/pre>/<\/pre>$font/ig;
}

open (PAGE ,">$newlog") || die $!;
print PAGE $newpage;
close PAGE;

###EOF###



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Virtual hosts w/ analog

2000-01-02 Thread Marco Bernardini

At 12.09 31/12/99 -0800, Mark <[EMAIL PROTECTED]> wrote:

>I assume that I must do something with
>/etc/analog.cfg?

If your logs are in separate folders it's very easy:
1) create a different .cfg file for every domain (virtual1.cfg,
virtual2.cfg and so on) pointing correctly these parameters for every domain
   LOGFILE /logs/virtual1/*
   OUTFILE /websites/virtual1/reports/report_%D_%M_%Y.html
See analog documentation for other personalizations.

2) write a batch file containing these lines:

analog +gvirtual1.cfg -G
analog +gvirtual2.cfg -G
and so on

That means "use virtual1.cfg instead of the original analog.cfg"

3) run the batch file and everything is done.

Hope this helps!

Marco Bernardini
--
webmaster of
http://www.taggiasca.com
the official site of
the taggiasca olive
--



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Virtual hosts w/ analog

2000-01-03 Thread Marco Bernardini

At 18.16 02/01/2000 -0800, John Meshkoff <[EMAIL PROTECTED]> wrote:
>>   OUTFILE /websites/virtual1/reports/report_%D_%M_%Y.html
>I'm guessing that the '_%D_%M_%Y' is passing the day, month, and year 


It's everything in the page docs/output.htm, in the third section.

Bye!

Marco Bernardini
--
webmaster of
http://www.taggiasca.com
the official site of
the taggiasca olive
--




This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] beautify Analog pages

2000-01-04 Thread Marco Bernardini

At 11.38 03/01/2000 -0700, Jeremy Wadsack wrote:
>I'm not sure what features you are looking for in beautifying Analog
pages, but
>Report Magic, on the Analog helper pages, does everything you mentioned
and more.
>Of course it may be more than you need.

Hmmm... you're right!
RepMagic it's a really good tool, but some people asks for a plain report
with a  "not-so-plain" look, e.g. just a personal background and different
fonts.
 
Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] beautify Analog pages

2000-01-05 Thread Marco Bernardini

At 10.21 04/01/2000 +, Stephen Turner wrote:
>Have you validated your pages at validator.w3.org ?

Not yet... works in progress :-(

bye

Marco Bernardini




This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Old browsers - how much?

2000-01-10 Thread Marco Bernardini

At 09.29 10/01/2000 +, Stephen Turner wrote:
>Yes, the current versions of both MSIE or Netscape don't do transparency,
>for a start. Also, you'd be surprised how many people are still using
>versions 2 and 3.

This means also lots of folks unable to see css and some other things.
Stephen had a nice idea using PRE insead of TABLE.
I'm thinking to write a CGI to send automatically TABLEd reports to new
browsers, and PREed reports to older ones and slow connections (in Perl you
can "ping" a visitor to know the speed of his connection).

Here are reports from my logs using SUBBROW */* :

- site about olive oil (mainly Italian pages):
29,98%:   MSIE/5
15,79%:   MSIE/4
 8,28%:   MSIE/3
22,87%:   Mozilla/4
 4,75%:   Mozilla/3
 0,05%:   Lotus-Notes/4
 0,01%:   Lynx/2

- site about cast-models (international, with cyber-mall):
36,11%:   MSIE/5
32,97%:   MSIE/4
 4,93%:   MSIE/3
 0,03%:   MSIE/2
17,15%:   Mozilla/4
 1,14%:   Mozilla/3
 0,08%:   Mozilla/2
 0,19%:   Opera/3
 0,18%:   OmniWeb/3

Being commercial sites, I prefer to lack a bit of "new technology" rather
than a bit of customers.
Maybe a Lynx user can buy more than a MSIE/5 one: who need sites like TV
ads can look TV instead of crowding Net lines :-)

Even if a site is solely devoted to a specific platform (e.g. Mac) you
can't rely on specific features for that platform, or you lose visitors
with other machines. A nasty trick is to write pages using "Wingdings"
font: Windows users can see only fancy drawings :-)
Of course, if your report is seen only by the site owner, you can "tailor"
it on his machine, even with Arabic chars, if he need (and pay...).

BTW, there is a site with updated statistics about browsers or we need to
start a thread here?


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Old browsers - how much?

2000-01-11 Thread Marco Bernardini

At 15.10 10/01/2000 +, Edd Ballinger wrote:
>I know that www.statmarket.com provided extensive info on browser usage
>across the web. Unfortunately, they've started charging for access <...>

Hmmm ... everybody needs to become rich, as I can see :-)

At 09.50 10/01/2000 -0700, Jeremy Wadsack wrote:
>Well, the imperitive information is what browser are reaching YOUR site.
<...>

I'm aware of this, so I always try to match contents and browsers. A couple
of months ago I wrote some pages for a disco-club using image maps, css and
a lot of bells and whistles. The only one unable to see pages was the owner
of the club, yet at NS 1.0 

>Of course if you're designing a new site you'll need to make some guesses,
but
>again you'll want to know what kind of users are likely to hit your kind of
>site. So look for freely available stats on competing sites.

It's very difficult to find stats, especially updated ones: usually they
are hidden, and I don't understand why.

If listers need this, I can "donate" some space into my site to collect
updated stats from analog-help members. A small script can crunch numbers
and manage submissions.

Let me know!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Converting ANALOG 3.0 to ANALOG 4.0X

2000-01-15 Thread Marco Bernardini

At 17.17 15/01/2000 -0600, John wrote:
>Can you just re-use the ANALHEAD file from 3.0 as well?

You must re-use everything you add (or modify) to 3.0 (headers, footers,
configs, dns files) to have the same result.
In any case you can't do any damage while trying (of course your system is
recently backupped, isn't it?)
Read the docs to know changes between 3.0 and 4.01.

bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Converting ANALOG 3.0 to ANALOG 4.0X

2000-01-15 Thread Marco Bernardini

At 10.20 15/01/2000 -0600, John wrote:
>I am a novice to UNIX and am wondering if there is a 'simple' way to
>convert my existing ANALOG 3.0 installtion to the latest version.

Save your .cfg and .dns files in a safe place and reuse them: that's all!

>Second question, Is there is any need to upgrade?  It appears to work
>fine to me.

Better to upgrade release by release that to make big jumps :-)

bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] DNS lookup

2000-01-16 Thread Marco Bernardini

I'm looking for a DNS lookup program (like QuickDNS) able to read multiple
name servers (like CyberKit for windows), better if Perl.
I try a lot of Perl sources, but everyone needs a cascade of modules, and
some of them don't fit on my Windows box (or I'm not skilled enough to
modify them).
Can anybody help me?
TIA!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Unresolved subdomains

2000-01-18 Thread Marco Bernardini

I've many unresolved numerical domains.
How can I show the first 3 digits (151.21.108) for them?
I try some regular expressions like
SUBDOMAIN *.*./[0-255]/
but with no result.
Any clue?

TIA

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Scanning log files

2000-01-21 Thread Marco Bernardini

I see many listers ask how to find things into log files.
Sometimes I have the same problem, for example to know who is using some
CGIs or where is from an user looking for odd words.
So I write a small perl utility: you can find it at
http://taggiasca.com/perl/scannalog.htm
Hope this help somebody (especially Stephen Turner when somebody asks for
impossible analysis...)

Bye!

Marco Bernardini
 

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Trouble running nalog for the 1st time

2000-01-26 Thread Marco Bernardini

>  Christie wrote:
>  You don't HAVE to run this through DOS right?

Hello Christie!

If you need you can also run Analog from a DOS batch file: it's useful to
create many reports at once (and you can also start it from Windows).
For example, I make 3 types of reports for my site: standard, top-ten and big.
Every report has its own CFG (and its own OUTFILE, of course!).
My batch is:

analog -G +gstandard.cfg
analog -G +gtopten.cfg
analog -G +gbig.cfg

The "-G" tells Analog to ignore the default config file, the "+g" means
"use another config file".

With just a clic, I can make 3 different reports on the fly.

If you want to see "more" of debug messages, add
MODE, 50
to the start of the batch.

Hope this helps!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Access violation using dnsfile...

2000-01-27 Thread Marco Bernardini

At 11.51 27/01/2000 +0100, Chris Joelly wrote:
>what can i do, to use name resolution to build nice analog reports...

Some useful utilities at:

http://www.statslab.cam.ac.uk/~sret1/analog/helpers/#dns

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Unresolved subdomains

2000-01-20 Thread Marco Bernardini

At 15.29 19/01/2000 +, Stephen Turner wrote:

>Hmmm, it is a bit complicated.
>  SUBDOMAIN *.*.*.*
>will do it, but that's not very satisfactory if you have other domains as
>well as the numerical ones. So the alternative is
>  SUBDOMAIN 1*.*.*,2*.*.*,3*.*.*,... etc.

Thanks a lot!

As Ken Thompson said: "When in doubt, use brute force".
With a spreadsheet I made 255 SUBDOMAIN n.*.*.* lines, and it works fine.
Maybe not elegant... but easy to include everywhere.
Who need the list can mail me privately.

Now the problem is to solve unresolved IPs, and it's a bit harder.

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Version 4.02 released: fixes Windows crashes

2000-02-01 Thread Marco Bernardini

At 15.57 31/01/2000 +, Stephen Turner wrote:

>This version also has better handling of %nm escapes in the search reports.

Using SEARCHCHARCONVERT ON these lines, %E0 (à) it was converted
only in the SEARCHWORD report but not into SEARCHQUERY and REFERRER:

a-pa14-22.tin.it - - [28/Jan/2000:17:26:31 +0100] "GET /biodiv.htm
HTTP/1.1" 200 3862
"http://search-arianna.iol.it/abin/search?startfrom=31&maxhits=10&query=biod
iversit%E0&totobj=2975" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98)"
62.11.132.134 - - [30/Jan/2000:11:38:07 +0100] "GET /biodiv.htm HTTP/1.1"
200 3862
"http://search-arianna.iol.it/abin/search?startfrom=61&maxhits=10&query=%22b
iodiversit%E0%22+and+%22mediterraneo%22&totobj=353" "Mozilla/4.0
(compatible; MSIE 5.0; Windows 98; DigExt; libero)"

And there is also a problem: to write directly special characters gives an
odd result, specially if the report is generated on a Windows box and seen
on a Mac (or vice-versa).

What about a conversion table (like .lng) to HTMLize them (e.g.
%e0=à rather than à)?
I think it's more flexible, especially for very uncommon char tables, and
maybe can be a clue for multibyte chars.
My 2 penny hex->win->HTML table is at
http://www.taggiasca.com/perl/chartable.txt

BTW but off-topic, has somebody a Perl converter for Mac <-> Win accented
chars?

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Version 4.02 released: fixes Windows crashes

2000-02-01 Thread Marco Bernardini

At 15.34 01/02/2000 +, Stephen Turner wrote:

>It should be converted in the Search Word Report and Search Query Report,
>but not in other reports, such as the Referrer Report.
>This is an intentional compromise, as there are too many problems with the
>accuracy of making the conversions. (In fact, I first wrote it converting in
>all reports, and then scrapped it and rewrote it this way.) I'm not sure
>it's the right compromise, but it is intentional. I would welcome other
>views on this.

Hmmm... having only 4 requests for special chars I can't tell more, but
Word and Query reports don't match.
I generate just a Word/Query report, it's at
http://www.taggiasca.com/statistiche/test.htm

The words biodiversita' and comunita' contained in the word list appear
into the query list without the last a'.


>This shouldn't be the case, as the character set is declared at the
>beginning of the page. Any browser which respects the character set will
>have the same glyphs (shapes) for the same character positions.

Sorry for forget this :-)
Working on a multi-platform site I use always composite special characters
because I don't know on which machine I need to edit pages, so I remove
from my mind the declaration.

Thanks for your help!

Marco Bernardini



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Version 4.02 released: fixes Windows crashes

2000-02-02 Thread Marco Bernardini

At 09.58 02/02/2000 +, you wrote:
>Hmmm, you're right. There's something else very suspicious about your
>report:
>

>Search Query Report
>...
>131: [not listed: 131 search terms]
>
>Search Word Report
>...
>131: [not listed: 131 search terms]
>
>
>Too many 131's!

Odd, but true!
I set FLOOR 2
The whole list is now at http://www.taggiasca.com/statistiche/parole.htm
I think that a lot of people find it more funny than full statistics, so I
arrange a page just for search terms.

>How large is your logfile? 

6.45 Mb unzipped (46 files) - 488 Kb WinZipped

Maybe you could zip your logfile and
>configuration file together and send them to me privately
>([EMAIL PROTECTED]) and I'll try it out on my machine.

OK!
I send them along with my strange config files

Thanks for your 1/0 patience :-)

Bye

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Solving problem with domain

2000-02-04 Thread Marco Bernardini

Hello all!
I hope this can help some newbies like me: I had a Belgian host giving me
an "unresolved" domain.
After a lot of thinking and searching I discover that there was only a
ROBOTS.TXT request from Belgium, and ROBOTS.TXT was excluded from my report.
So, in the domain list, there was an unresolved domain because it had a
null request.
Thus, if you see unresolved domains don't worry, and look if they were
looking for excluded requests.

BTW, anybody from Belgium, here? So I can remove that "unresolved domain"
in my report, if someone looks a page :-)

Bye!

Marco Bernardini




This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] stats and press helper

2000-02-05 Thread Marco Bernardini

Hello all!
Sometimes the press write something about my site, so I'm really curious to
see if an article can increase the number of visitors.
So I write a small perl "helper" to merge a FULLDAILY report with a list of
articles.
You can find the source and the required .cfg at
http://www.taggiasca.com/perl/press.htm
or you can see a sample (well, my real report) at
http://www.taggiasca.com/statistiche/press.htm

Have fun!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] spiders again

2000-02-06 Thread Marco Bernardini

At 12.32 15/12/99 -0500, Boris Goldowsky wrote:
>I've been asked to report page-view statistics for our web site
>which eliminate page views from search-engine spiders and other robots.
>I've tried to do some of this by coming up with a list of User-Agent
>strings that look like spiders, but it seems like a hit-or-miss sort
>of approach.

At 18.37 15/12/99 +, Stephen Turner wrote:
>Of course, some things are obviously spiders. ...
> But I think there are also some spiders which
>have a plain Mozilla user-agent. One could only spot these by the speed of
>requests over a period of tens of minutes or hours and filter them out
>manually. I don't know of a good way to do this automatically.

At 17.40 15/12/99 -0500, Aengus Lawlor wrote:
>There's nothing to distinguish any HTTP request (from a person or a 
>robot), except the IP address it's coming from, and the UserAgent 
>string.

Supposing I find every robot (doing a grep for robots.txt, looking manually
for heavy movement or annoying engines webmasters) how can I group them
separately into the BROWSER report?
I try things like
BROWALIAS Scooter* "Robot Scooter$1"
BROWALIAS Slurp* "Robot Slurp$1"
and
BROWOUTPUTALIAS Scooter* "Robot Scooter$1"
BROWOUTPUTALIAS Slurp* "Robot Slurp$1"
but they are always separated.

Any clue?

Thanks in advance!

Marco Bernardini

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Solving problem with domain

2000-02-08 Thread Marco Bernardini

At 15.25 07/02/2000 +, Stephen Turner wrote:

>>On Fri, 4 Feb 2000, Marco Bernardini wrote:
>> After a lot of thinking and searching I discover that there was only a
>> ROBOTS.TXT request from Belgium, and ROBOTS.TXT was excluded from my
report.
>> So, in the domain list, there was an unresolved domain because it had a
>> null request.

>This wouldn't give an unresolved domain. FILEEXCLUDE excludes that request
>from all the reports, including the Domain Report. REQEXCLUDE excludes that
>file from the Request Report, but doesn't affect the Domain Report at all.

The unresolved domain was shown because domain were sorted by pages rather
than by requests.
Setting DOMFLOOR 0p was a good solution, too.

I'm painting a big "RTFM" on the wall over my keyboard :-)

Thanks for your help

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] crossed reports

2000-02-08 Thread Marco Bernardini

I see a lot of people asks for crossed reports (I don't ask but me too need
them): maybe this perl program can be useful.

How it works: it makes a BIG array with your logs (be careful if you have
huge logs!) and grep this array for a particular string (called $myquery).
The result is saved as $fileout and can be ANALOGged or grepped again for
multiple keys (e.g. to find all queries from AltaVista containing a
particular word).

Setting $myquery ="01/Jan/2000:13:" you can find 01/01/2000 requests
between 13.00 and 13.59.

Setting $myquery ="/banners/thatbanner.jpg" you can see how many
"exposures" has that banner.

Setting $myquery ="http://www.altavista.com/cgi-bin/query?" you can see
requests coming from AltaVista.

Adapt $myquery to you log format as you need.

After you run this program you must set LOGFILE as $fileout (in this sample
is "grepped.log") into your Analog config file, and you have a report just
related to $myquery.

This program isn't a masterwork of optimization, but it's newbie-proof.
I scan a 14.5 Mb group of logs (9,000 results on 91,000 lines) in 9 secs.

Remember however to backup your logs, and move away $fileout from log
directory when you run Analog on general logs, or you find double hits.

Hope this helps somebody, especially Stephen to answer strange questions :-)

Who need more infos mail me privately; who reply on the list PLEASE DON'T
QUOTE ALL THIS MESSAGE!

Bye!

Marco Bernardini


## perl code starts here ##

#/usr/bin/perl -w 
# arrange your perl path!

use strict;

# insert between "" the searched word

my $myquery = "/banners/thatbanner.jpg";

###

# set here your configuration

my $dir ="/logs"; # directory containing your logs
my $fileout = "grepped.log" ; # output file - path RELATIVE to $dir

###

my $adesso = time ;
my $logfile = "" ;
my @grandelog = "" ;
my $linea = "" ;
my @risultato = "" ;

opendir DIR, $dir or die "Error opening directory $dir: $!\n";

my @files=grep !/^\./, readdir(DIR);

chdir $dir;

foreach $logfile (@files) {

open (PAGE ,"<$logfile") || die $!;
push ( @grandelog , );
close PAGE;
}
chomp @grandelog;

@risultato = grep (/$myquery/,@grandelog);

open (PAGE ,">$fileout") || die $!;
foreach $linea (@risultato) {
print PAGE "$linea\n";
}
close PAGE;

my $dopo=time;
my $tempo=$dopo-$adesso;

print "Job time: $tempo seconds\n";
print "Find " , scalar(@risultato) , " lines containing $myquery on " ,
scalar(@grandelog) , " checked\n";
print "The result was saved as $fileout into $dir directory\n";

## perl code ends here ##


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] some qustions about analog

2000-02-19 Thread Marco Bernardini

At 17.06 19/02/2000 +, Kristinn wrote:

>If i put any off this to ON
>BROWSER OFF
>FULLBROWSER OFF
>OSREP OFF
>I get this error:
>analog: Warning R: Turning off empty Browser Summary

I suppose you remove IP, date and time from the log line.
Try

APACHELOGFORMAT (%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\")

Parameters are in the page /docs/logfmt.html

>Is it posseble to translate analog ?
>
Something like "Virkustu Fimm mínúturnar" ?
Use
LANGFILE lang\is.lng
in your config file.

Have a nice sunday!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] some qustions about analog

2000-02-20 Thread Marco Bernardini

At 00.25 20/02/2000 +, you wrote:
>Thx for that didn't know ther where .lng files with the program ;)
>
>but yes I have that line 
>APACHELOGFORMAT (%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\")
>
>that not the problem :/  i'v been lucking in the faq cant still find it but
>still trying got any other id ?
>

Try to remove the LOGFORMAT line: usually Analog can understand the log by
itself.

Bye
Marco Bernardini



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] HOWTO for analog installation ....

2000-02-11 Thread Marco Bernardini

At 14.58 10/02/2000 +0100, tim wrote:
>Well, from what I have already seen in my short time on this list, the
install problems come from
>people using Linux who may not be linux guru's. 

Maybe these guys comes from other less operative four-pane systems ;-)
However who is REALLY hurry can install the Win95 precompiled dummy-proof
version: for an average use it works nice, even on the P100 box that almost
everyone has in the cellar. 
In less than 10 minutes (downloading time included) you can have a report
and, moreover, config files are interchangeable.
This is also useful for who need to do some at-home work and don't own a
Unix-Linux machine: I suggest to all my customers to install Analog on
their W9x boxes, giving them ad-hoc config files, so they don't bore me
when they need statistics.
Alas, Win version can't use regular expressions, but for the average use I
see they aren't needed.
BTW, I'm moving from RedMond to RedHat, I see RPM is really great, and I'm
waiting for a definitive post about Analog installation before try on my own.

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




RE: [analog-help] Overlapping log files

2000-02-22 Thread Marco Bernardini

At 12.01 22/02/2000 -, Clayton JS (John) wrote:
>I think you are right. When I have had to do this I have manually edited the
>cumulative log files to give separate monthly ones. As the log files are all
>date sorted, creating monthly ones was quite straight forward.
>Perhaps someone has a perl script to do this, or combine the logs and
>eliminate duplications?

See my 08 Feb post, subject "crossed reports": if you insert into $myquery
the required month (e.g. "Jan/2000:") you can have a new log file with just
required lines.
Adding a month array and a foreach() query you can have a one-pass script
to create separate records for each month.

Hope this helps!

Bye

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Where is CX?

2000-02-28 Thread Marco Bernardini

At 12.51 28/02/2000 -0800, jiva wrote:
>u might want to point folks to the new website URL:
> http://www.analog.cx/

Just before someone asks: cx is Christmas Island.

"Christmas Island is located in Australasia, about 2600 km north west of
Perth (south west Australia). The nearest point in mainland Australia is
Port Hedland 1400 km away. Java is the closest mainland located 360 km away."
( from http://www.nic.cx/location.html )

So I suppose soon we have a Java version of Analog :-)

Other infos on CIA FactBook:
http://www.odci.gov/cia/publications/factbook/kt.html

Christmas Island seems a nice place: population 2,373 and web pages on
AltaVista 380: if Internet links are fast maybe can be a good idea to live
there working here...

Bye

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Acess to previous month (January) statistics

2000-02-29 Thread Marco Bernardini

At 12.40 29/02/2000 -, Ana Ricciardi wrote:
>   HelloMarketing reports about the visits of our sites. I would like
>to know how can I get the statistics of January,  once I only can access to
>the data from February. Thank you. Ana Ricciardi 

FROM 000101
TO 000131

Bye!

Marco Bernardini

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Where is CX?

2000-02-29 Thread Marco Bernardini

At 10.28 29/02/2000 +, Stephen Turner wrote:
>> Christmas Island seems a nice place...
>It does sound nice, but not because of the internet links. The server is
>located in London.

Well, we see you're not very tanned :-)
BTW, I see there is a lot of strange domains, like .aq, .gl, .yt, .va and
so on.
I'm curious to know if some listers receive visitors from that improbable
domains.

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] APACHELOGFORMAT

2000-02-29 Thread Marco Bernardini

At 22.40 29/02/2000 +0100, Hilmar wrote:
>hallo,
>
>in the "analog.cfg" I put the following string to define the logformat
>of the Apache server:
>
>APACHELOGFORMAT (%{Host}i %h %l %u %t \\\"%r\\\" %s %b %{Host}i
>\\\"%{Referer}i\\\" \\\"%{User-agent}i\\\")
>
>The error message is:
>analog: Warning C: Bad argument in configuration command: ignoring it:
>  APACHELOGFORMAT -> LOGFORMAT %j %S %j %u [%d/%M/%Y:%h:%n:%j]
>  \"%j%w%r%wHTTP%j\" %c %b %j \"%f\" \"%B\"
>analog: ...cont..:   (reason: an unknown escape sequence is present)
>
>How can I get Analog 4.0 to understand the logformat? Please help!


You put too many \
Try
APACHELOGFORMAT (%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\")

Bye!

Marco Bernardini

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




RE: [analog-help] Windows 2000?

2000-03-02 Thread Marco Bernardini

At 18.22 01/03/2000 +, Stephen Turner wrote:

>Well of course a browser vendor can do anything they like. More likely
>though, someone is inventing their own User-Agent string. We only have 4
>"Windows 2000" which made me realise it wasn't being detected: and 3 of
>those claim to be using MSIE 6. :)

Digging into the Win95 registry I discover that MSIE User Agent is at the key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\User Agent
Changing it I can identify my MSIE 3.02 as "Mozilla/2.0 (compatible; MSIE
3.99; Windows 97 3/4)", "Mozilla/4.6 [en] (X11; I; SunOS 5.5.1 sun4u; Nav)"
or "echelon - http://www.fbi.gov"

To change Netscape identity is harder: I don't find where is hidden the
user agent.

With Teleport Pro, a Win program to grab whole sites, you can identify
yourself as Teleport, NS, MSIE or custom string; for NS and MSIE you can
set the version number to any number. Sometimes, before downloading a lot
of pages, I put a thanks message along with my e-mail address, but
politeness is almost dead on the Net.
I'm thinking to redirect requests from Teleport Pro and Site Snagger to a
single zip file containing the whole site optimized for off-line browsing
(positively I'm too kind!).

Of course, if every dumbass modify the browser identity, we all can go
fishing on X-Mas Island because our stats becomes trashy.

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Process & View in one step

2000-03-07 Thread Marco Bernardini

At 15.33 07/03/2000 -0500, Uriel Wittenberg wrote:
>I'm proud. I got it to work with the following .bat file. Thanks for the
>suggestion.
>
>
>c:
>cd "\analog 4.03"
>analog
>"C:\Program Files\Internet Explorer\IEXPLORE.EXE" "\analog 4.03\report.html"
>

Using
start \analog 4.03\report.html
make it good for the default browser, just for NS users ;-)

Bye

Marco Bernardini

Oh, apropos March 8th (International Woman Day):
http://www.un.org/events/women/women00.htm
but No Smoking Day/Ash Wednesday is very funny!


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Specifying a non-default configuration file

2000-03-04 Thread Marco Bernardini

At 12.57 04/03/2000 -0500, you wrote:
>I'd like to use a command line argument to specify a non-default
>configuration file, since I don't like to have my data in the same
>directories as programs. But I find the explanation at
>Could someone please advise how to do this?

Use analog +gyourfolder/yourconfig.cfg

Add -G if you DON'T need the standard .cfg file.

If you use some common files, you can "include" them into yourconfig.cfg
adding this line into the file:

CONFIGFILE cfg/common.cfg

supposing you have a cfg folder under analog containing common files.

HTH!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Bad command or file name error in 4.03+Win98

2000-03-05 Thread Marco Bernardini

At 09.00 05/03/2000 -0500, Elliott desperately asks:
>That was my guess, but where do I get the right one, and what should it be
>named?

What easier than http://www.gzip.org/ ?

BTW, gzip compress more than winzip and it's open source (free) ;-)

bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Off-Topic: 8th of March

2000-03-06 Thread Marco Bernardini

An happy 8th of March to all girls of this group at
http://www.taggiasca.com/mimosa.htm

Hugs!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Analog 4.04 released

2000-03-22 Thread Marco Bernardini

At 14.15 21/03/2000 +, you wrote:
>I have just released version 4.04 of analog. No 404 jokes please. :)

Geez!
Just started to explain 4.03 to my new cyber-management course... and not
yet installed it on my Linux partition!
I'm explaining Analog report by report: I see it's easier for beginners
than to translate the original manual.
Soon my Italian manual for Analog will be online.

Cheers

Marco Bernardini



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] From/To

2000-03-22 Thread Marco Bernardini

At 12.30 22/03/2000 -0500, Brian wrote:
>I can not get the FROM TO to pull data from my log file.  Any more
suggestions
>for the parameter?
>
>FROM 000321:1200
>TO 000321:2300

In this way you're looking for lines in the same day (21 march).
Are you sure you have visitors in these 11 hours?
Try with longer periods, e.g. FROM 000301 TO 000321 to see if everything
works, then increase the FROM.

HTH

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Real virus alert

2000-03-23 Thread Marco Bernardini

Sorry for the off topic, but THIS IS NOT A HOAX.
A few hours ago I receive a message from Italsempione, an international
shipper, telling (in Spanish and English)

> We will be glad if you verify your Operative System(s) before
> Year 2000 to avoid problems with your Internet Connections.
> If you are a  Windows 95 / 98 user, you can check your system
> using the Fix2001 application that is attached to this E-Mail
> or downloading it from Microsoft (C) WEB Site:
> HTTP://WWW.MICROSOFT.COM
> If you are using  another Operative System, please don't wait
> until Year 2000, ask your OS Technical Support.

The subject is "Internet problem year 2000."
The attachment is Fix2001.exe

I don't know who can have contacts with Italsempione shipping company, but
in next days it's better to fax them rather then to use e-mail ;-)
I read my mail with Eudora so I've no problems, but Out-Luck users must be
more careful and disable any automatic launch of attachments.

Good luck!

Marco Bernardini
happy Eudora user


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




RE: [analog-help] Real virus alert

2000-03-24 Thread Marco Bernardini

At 09.10 24/03/2000 -0500, [EMAIL PROTECTED] wrote:
>Further information is available from the McAfee Web site at
http://vil.mcafee.com/vil/vpe10355.asp

Thanks Ed!
I found something at http://vil.mcafee.com/vil/vpe10355.asp too.
This time I catched a big one to put upon my fireplace ...
I suppose a lot of Unix/Linux users on this list are LOLling, but there is
too a really dangerous virus for *x systems: it's called "root user" ;-)

bye

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] catching Virgilio's entries

2000-03-27 Thread Marco Bernardini

Ciao Paolo and Massimo!

SEARCHENGINE http://*virgilio.*/* qs

works fine on my stats.
Can you extract a Virgilio query from your log?

Mine says

146.133.224.2 - - [04/Feb/2000:10:49:09 +0100] "GET /concim.htm HTTP/1.0"
200 17016
"http://search11.virgilio.it/search/cgi/search.cgi?db=av&ly=vs&vrs=30&qs=con
cimazione&op=and" "Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)"
a-pa17-9.tin.it - - [04/Feb/2000:12:25:31 +0100] "GET /bactrocera/
HTTP/1.1" 200 5942
"http://search11.virgilio.it/search/cgi/search.cgi?db=av&ly=vs&vrs=0&qs=mosc
a+olivo&op=and" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)"

and using

APACHELOGFORMAT (%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\")

I see queries.

Try with my two lines...

Ciao

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] new search engines

2000-04-02 Thread Marco Bernardini

Hello all!
While eye-scanning my last month logs I see a new search engine.
So I grep my logs for ? into a new log file, set REFFLOOR 0R and
REFARGSFLOOR 0R and feed Analog.

Just catched some unlisted search engines:

SEARCHENGINE http://*.admaiora.*/* search
SEARCHENGINE http://*.chubba.com/* arg
SEARCHENGINE http://*.kamus.it/* search
SEARCHENGINE http://*.euroseek.*/* query
SEARCHENGINE http://*.godado.it/* Keywords
SEARCHENGINE http://*.evreka.com/* q
SEARCHENGINE http://*.supereva.it/* q
SEARCHENGINE http://*.sear.ch/* q
SEARCHENGINE http://*.sol.no/* q
SEARCHENGINE http://*.fireball.de/* q
SEARCHENGINE http://204.152.166.*/* query

I find a strange request, too: a query from an engine located on
http://localhost (and this isn't me):

193.189.191.246 - - [04/Mar/2000:21:13:36 +0100] "GET
/statistiche/9912-big.htm HTTP/1.0" 200 110635 "-" "Mozilla/3.04 (Windows NT)"
193.189.191.246 - - [04/Mar/2000:21:13:50 +0100] "GET
/statistiche/images/bara8.gif HTTP/1.0" 200 47
"http://localhost:1234/Select?pg=http%3A//taggiasca.com/statistiche/9912-big
.htm&qt=proxy+terra&op=2&preview=1" "Mozilla/4.71 [en] (WinNT; I)"

Any clue?

Small suggestion for who has a lot of config files: move all you
SEARCHENGINE lines into a separated file called srch.txt, then include it
using this line:
CONFIGFILE srch.txt

In this way you don't need to add an engine to a bunch of files.
Who's lazy can download my own srch.txt at
http://www.taggiasca.com/statistiche/srch.txt

Have a nice sunday!

Marco Bernardini


---
Vocabulary:
"Bus Station" - where the bus stops
"WorkStation" - my computer
---



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Split log files

2000-04-02 Thread Marco Bernardini

At 14.10 02/04/2000 -0500, Kim Scarborough wrote in reply to Geoff Soper:
>> I have to download and delete the logfiles from my domain. Is there an
>> easy way to join these parts of logfile into one big one on my Win '98
>> machine?
>
>Go to a DOS prompt, and type the following:
>
>type second.log >> first.log
>type third.log >> first.log
>
>Et cetera. Make sure you type ">>" and not ">", because ">" will overwrite
>rather than append.

You can also use the DOS command
COPY file1+file2+file3 file4

Bye

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] new search engines

2000-04-03 Thread Marco Bernardini

At 22.40 02/04/2000 +0200, you wrote:
>Ciao Marco;

>in attesa di un messaggio più lungo in risposta al tuo messaggio con 
>gli allegati, ti segnalo che


Grazie!

Marco


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Problems with the list?

2000-04-04 Thread Marco Bernardini

At 10.41 04/04/2000 -0400, Aengus wrote:

>I'm seeing replies to questions that I haven't seen, and some of my 
>replies don't seem to have made it to the list. Is it just me, or is 
>there a problem with the list in the last day or two?

I receive some answers *before* the question.
Alas, I find nothing in QAF (-:
To be sure the answer is read I put the "requester" address in the Cc: 
BTW, which program is isite.net using? It seems to rely on sendmail.
For my own mailing list I'm testing CommuniGate Pro, and it's nice and easy
(but expensive!).

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Monthly reports

2000-04-05 Thread Marco Bernardini

I'm working again on the "multi-month" report problem.
See a sample (wide HTML table, 85 kb) at
http://www.taggiasca.com/statistiche/repcmp.htm
Who need the Perl code to make happy his marketroids mail me privately.

Sorry, but our line is only a 128kb and I can't have a lot of traffic...
but one of these days I show you the line bill, so you're happy your server
isn't Italy-based ;-)

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] world domination map

2000-04-07 Thread Marco Bernardini

Jeremy Wadsack wrote:
>I like the idea 
>and it is something I would like to consider putting 
>into Report Magic

Great!

>> Jeremy:
>> The domain report gives the country registrations of 
>> domains of hosts connecting to your site. This may or 
>> may not correlate to the location of the people using 
>> those hosts.
> Stephen reply:
> Of course this is a problem in analog's Domain Report too. <...>
> I'm more worried about what to do with all the .com's.

I've a 15% of traffic from .com, 8% from .net and some from org and arpa
address.
As usual, there is the proxy/firewall problem: some European sites uses
some big nationwide proxies for overseas requests.

Jeff Breidenbach wrote:
> Any tips are appreciated -- being a
> programmer, I can probably write it myself, but would like to
> start from as an advanced a base as possible

The easiest way can be to associate the "alt" portion of a map image with
values, and leave the map untouched. Flying on it you can see the little
"alt" window jumps up. But this don't work for any browser.
A nice free Windows program to create maps is Imap3 by Jan Verhoheven -
http://home.wxs.nl/~verho037/freeware.htm

Bye!

Marco Bernardini




This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] new search engines

2000-04-02 Thread Marco Bernardini

At 09.06 02/04/2000 -0700, Jeremy Wadsack wrote:

>This is a request orginignating from a cached page in someone's browser. The
>cached page was http://taggiasca.com/statistiche/9912-big. I have only
seen this
>on MSIE 5, so I'm surprised that the browser string says Navigator 4.71.
Perhaps
>this is a "feature" of Windows 2000?

Thanks for the clue ...

A traceroute send to Slovenia via Frankfurt... and a port scan on the C
class gives a :80 port replying "Ene od knjižnic, ki jih potrebuje program,
ni mogoèe najti." that is very impressive, especially when whispered by a
mustached Slovenian cop during a dark rainy night in a 007 movie :-)
No :1234 ports (odd address!) are available, however.
Maybe someone is testing an homemade search engine: request seems too
specific to be a simple cache request.

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Unique user counts per request

2000-04-04 Thread Marco Bernardini

At 13.27 04/04/2000 -0700, Jules wrote:

>I understand the need for speed and small memory footpring, but these sorts
>of cross-references would be extremely valuable, and options only.  Would
>you consider a patch were someone to add some cross-referencing options in
>the code?

On Feb 08 I posted a small Perl script, useful to extract required lines
from original logs, creating new log files containing only what you need
(for example, to make a log of Macintosh visitors); then you can feed
Analog with the new log file and have your crossed report.
On my crowded Celeron, while running SETI, listening MP3 and doing every
sort of other trashy things, a 10 lines file is scanned in 10 secs.

Look into the mailing list archive: the message was titled "Crossed reports".
Feel free to mail me privately if you experience problem with it (but it's
really easy: I'm a Perl newbie...).
You can find infos about Perl for Windows at http://www.perl.com  but be
careful: after it, you feel the urge to use Visual Basic CD as a freesbie :-)
 
Bye!

Marco Bernardini


There are two rules for success in life:
Rule 1:  Don't tell people everything you know.



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] IMAGEDIR syntax ?

2000-04-04 Thread Marco Bernardini

At 15.03 04/04/2000 -0400, Mitch Smith wrote:

>IMAGEDIR c:\data\analog\images

WRONG!
This is an ABSOLUTE path: it can be seen only by Windows users having
images folder under the same path (difficult to find...)

>IMAGEDIR images/

RIGHT!
This is the RELATIVE path: if you copy your report to another folder you
must copy the image folder with it, but in this way you can see it from the
Web (e.g. if you put the report into C:\InetPub\wwwroot\report.htm and
images into C:\InetPub\wwwroot\images)

Bye

Marco Bernardini

**
Good old times: 
when Logitech mouse manual was
150 pages long
**


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] world domination map

2000-04-06 Thread Marco Bernardini

At 11.04 06/04/2000 -0700, Jeff wrote:

>Now, that's probably out of scope for an analog feature request,
>but maybe people can point me towards a program that can take an
>analog domain report and produce such a map.


Me too!

I try to write this stuff, but it's really a hard job to deal with graphs.
Moreover, on a world map (and even on Continent maps) some Countries are
too small to contain data.
At present I'm trying to make fancy hand-painted maps...

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Analog

2000-04-08 Thread Marco Bernardini

At 14.28 07/04/2000 -0400, Jeff Lewis wrote (in HTML):
>Hey everyone, 
>New to the mailing list and to analog :)  

Welcome Jeff!
On the weekend there isn't a lot of people, on this list.
Please, send your messages using "text only" option, or you drive crazy a
lot of Unix people here ;-)

>We're trying to determine what we want to use to look through 
>our web log files and someone pointed us to analog.  

You must offer a drink to that nice guy!

>What version would I download in order to install 
>on a Unix server?  I want to intall this on the 
>web and run it from there.

The latest: 4.1, for this week.
But Stephen Turner is a really fast programmer, so better to check on the
site http://www.analog.cx
Before to run Analog from the web (I see many people has problems doing
this) play with it from your local console for a couple of days, to fine
tune it.
When you have the result you need you can switch to the web.
Oh, BTW, there is a lot of resolved problems on the mailing list archive,
so don't forget to read it!

Have a nice sunday!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] world domination map - VRML sample!

2000-04-08 Thread Marco Bernardini

This VRML one can be great for meetings, surely better than bare slides:
http://www.taggiasca.com/statistiche/maps/vrml.wrl
It works fine with Netscape and Cosmo Player for Windows: untested with
other VRML browsers (sorry, no SGI available on sunday!).
Cosmo Player is free at http://www.cosmosoftware.com

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] refalias and ignored searchwords

2000-04-10 Thread Marco Bernardini

At 17.23 08/04/2000 +0200, you wrote:
>Hello;
>
>I'm trying to understand why if I use
>REFALIAS http://*arianna.iol.it*/* http://arianna.iol.it/$2
>
>to reunite these
>
>   55:  8,87%:55: http://search-arianna.iol.it/
>   30:  4,84%:30: http://ms-arianna.iol.it/
>8:  1,29%: 8: http://search-arianna.iol.it:8080/
>
>I get 
>
>   93: 15,00%:93: http://arianna.iol.it/
>
>as expected, but also - as an unwanted side effect - the searchword 
>list gets cut very short, to less then half.
>
>Is there a way to get both a single referring site and a long 
>searchword list? What am I doing wrong?

Hi Massimo!
What are you using as SEARCHENGINE string?

SEARCHENGINE http://*arianna*/* query
must do the job, I suppose.

Bye!

Marco Bernardini



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] world domination map - sample!

2000-04-08 Thread Marco Bernardini

For a handmade sample of a "European domination map" (world is too wide...)
see
http://www.taggiasca.com/statistiche/maps/
Hope somebody can take inspiration of it: I see the stuff is easily
scriptable.
Imap 3 is so easy to use that I make the image map for whole Europe in the
same time my fusilli are cooking.
Luckily I've no visitors from .va, .sm, .lu, .ad, .li and .mc domains, so I
don't need to enlarge too much the image.
Yesternight, while driving in MonteCarlo, I joke with my wife about .mc
domain. If MonteCarlo naming procedures was like Italian ones, there was at
least 16 different geographical subdomains in a town you can drive thru in
less than 10 minutes ;-)

Bye!

Marco Bernardini (eating fusilli...)



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] regexp question

2000-04-11 Thread Marco Bernardini

I try to replace
HOSTALIAS 151.20.*.* libero.it
HOSTALIAS 151.21.*.* libero.it
HOSTALIAS 151.22.*.* libero.it
HOSTALIAS 151.23.*.* libero.it
HOSTALIAS 151.24.*.* libero.it
HOSTALIAS 151.25.*.* libero.it
HOSTALIAS 151.26.*.* libero.it
HOSTALIAS 151.27.*.* libero.it
HOSTALIAS 151.28.*.* libero.it
HOSTALIAS 151.29.*.* libero.it
HOSTALIAS 151.30.*.* libero.it
HOSTALIAS 151.31.*.* libero.it

with this compact

HOSTALIAS REGEXP:151.[20..31].*.* libero.it

but results are different (larger with REGEXP).
Splitting it into [20..29] and [30..31] gives another result...

I try this range

HOSTALIAS 151.32.*.* iol.it
HOSTALIAS 151.33.*.* iol.it

HOSTALIAS REGEXP:151.[32..33].*.* iol.it

and it works fine.

What I'm missing?

TIA!

Marco Bernardini

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] regexp question

2000-04-12 Thread Marco Bernardini

At 14.30 12/04/2000 +0100, Stephen wrote:

>> HOSTALIAS REGEXP:151.[20..31].*.* libero.it

>I don't know where you got this syntax from

I try to guess :-(
Better to read the Camel book and place a ^ somewhere ;-)

Bye!

Marco Bernardini

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] regexp question

2000-04-12 Thread Marco Bernardini

At 09.14 12/04/2000 -0700, Jeremy suggest:
>HOSTALIAS REGEXP:151\.2.* libero.it
>HOSTALIAS REGEXP:151\.3[01].* libero.it

At 18.09 12/04/2000 +0100, Stephen add:
>How about putting a ^ at the front of that?

You all mean something like
HOSTALIAS REGEXP:^151\.2.* libero.it
HOSTALIAS REGEXP:^151\.3[01].* libero.it

So there is no way to have the range 20..31 (or the more usual 128..255) in
a single line?

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] logs to spreadsheet - oops!

2000-04-13 Thread Marco Bernardini

Fingers are always faster than brain!
I mean
> You must use COMPSEP , to have a CSV file.
> I think COMPSEP \t 

Sorry for the mistake :-(((

Marco Bernardini




This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Slightly off-topic : Streaming audio and video

2000-04-11 Thread Marco Bernardini

At 11.32 10/04/2000 +0100, Wallace Nicoll wrote:

>It has been reported that some of our users have been listening to
>streaming audio (radio stations) and I'm trying to find out if this
>information is logged. It seems that while the inital connection is
>logged, the subsequent transmission is not. We do not want to have our
>users tying up our bandwidth while they listen to music radio.
>Has anyone any info on this?

You need to log OUTGOING requests: it's a bit difficult, because usually a
server can log only INCOMING traffic.
If your users are beyond a firewall or a proxy, something can be done: I
know some companies lock access to porn sites, so the technique must be the
same: ask some corporate admins.
Remember to limit MP3 download, too: they can easily saturate a line.
Otherwise a very nasty solution can be to remove audio cards from PCs, but
I guess Workers' Unions don't agree ;-)

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] IIS Driving me crazy

2000-04-11 Thread Marco Bernardini

At 07.45 10/04/2000 -0400, Jimmy wrote:

>This is what happenes in my browser when I submit the form. The 
>form submits and then a dos box pops up briefly. 

Can you read into DOS box or it's too fast? Maybe there is an error message.

>Then I get the error 500. 

Try to run it from a DOS box using
perl anlgform.pl

or open Event Manager (the place where all errors are stored) and look what
error is generated by the IIS server.

BTW, don't forget you can install Apache on NT ;-)

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Analog crashing

2000-04-11 Thread Marco Bernardini

At 22.09 10/04/2000 +0100, Laurie West-Knights wrote:

>212.240.10.1
>Could some kind soul resolve that address for me?

Evocating Baron Samedi waving a couple of dead black chickens I found:

easthams.co.uk
a solicitors company based in Blackpool
The range is 212.240.10.0 - 212.240.10.127

Well... it wasn't Baron Samedi really ;-)
I query whois.ripe.net for that IP using CyberKit, a free Win utility doing
a lot of interesting things (ping, traceroute, whois, NSlookup and so on).
Grab it at http://www.cyberkit.net

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Analog and Linux

2000-04-12 Thread Marco Bernardini

Stephen wrote:
>> Err, what's analog.cron exactly? Not something I distribute.
Marius reply:
>It is part of the Linux rpm distributions.

Just curious: why isn't Analog distributed with Linux?

Bye!

Marco Bernardini



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] regexp question

2000-04-12 Thread Marco Bernardini

At 18.40 12/04/2000 -0500, Michael wrote:
>> So there is no way to have the range 20..31 (or the more usual 128..255) in
>> a single line?
>
>Nope.  Regexp knows nothing whatsoever about numbers, just strings.  So
ranges
>just can't be done nicely.  Sad but true.

I see!
But this seems to work fine for 0..127 range:
HOSTALIAS REGEXP:^194\.243\.156\.. luna.it
HOSTALIAS REGEXP:^194\.243\.156\.[1..9]. luna.it
HOSTALIAS REGEXP:^194\.243\.156\.1[0..1]. luna.it
HOSTALIAS REGEXP:^194\.243\.156\.12[0..7] luna.it

Stephen, can be nice to have regexp-like custom expressions doing this job,
isn't it?

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] logs to spreadsheet

2000-04-13 Thread Marco Bernardini

At 09.44 13/04/2000 -0400, Ellen wrote:

>I am trying to automate the process of getting the logs into a spreadsheet
>format. Can anyone tell me if OUTPUT COMPUTER is the right way to do this,
>and how difficult it is to make a custom configuration.

Do you mean to have data nicely tabled in Excel?
OUTPUT COMPUTER gives you an ASCII file in this form: (this part is the
section related to hourly report and means: hourly report, pages, # of
pages, hour)
h,p,2.225,0
h,p,1.054,1
h,p,1.690,2
h,p,1.656,3
h,p,1.288,4
h,p,11.425,5
h,p,1.355,6
h,p,6.306,7
h,p,6.574,8
h,p,3.362,9
h,p,2.626,10
h,p,4.215,11
h,p,3.914,12
h,p,5.303,13
h,p,5.688,14
h,p,6.273,15
h,p,4.149,16
h,p,4.583,17
h,p,5.838,18
h,p,2.710,19
h,p,5.002,20
h,p,4.901,21
h,p,3.981,22
h,p,3.881,23

You must use COMPSEP=, to have a CSV file.
I think COMPSEP=\t (please correct me if wrong, Stephen!) gives you a TAB
separated file you can import directly in Excel. I never try it.
Then you need a lot of work to "beautify" you report, but let us know results!

Bye

Marco Bernardini




This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] old logs question

2000-04-14 Thread Marco Bernardini

Hello listers!
Just curious: if I have some years of old logs, with unresolved numerical
IPs, what happen if these IPs are moved to other domains?
In other words, if 2 years ago the IP 123.123.*.* was foo.net, and now it's
assigned partly to pepperoni.it and partly to bouilabaisse.fr (it's time to
lunch, uh!), what happens to old reports?
I see in 1998 requests from pepperoni.it, or was them from foo.net?

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Analog crashing

2000-04-15 Thread Marco Bernardini

At 15.42 15/04/2000 +0100, you wrote:
>No ideas at all?
>
>I am still having crashes if the rogue IP is present in any line; removing 
>them is not just a PITA but a workaround: what is the problem?
>
Don't know the problem, but there is another workaround: put it by hand
into your DNS file.

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] just another monthly report

2000-04-15 Thread Marco Bernardini

Hi all!
This time my multi-month report is nicer: you can see just 2 months side by
side in a framed page (sorry Lynx users!).
You set starting date and ending date and it does all required monthly
reports, the frame structure and the menu with links to every report.

Download the perl script and see a sample at
http://www.taggiasca.com/perl/multi.htm

Let me know how (and if) it works on non-Redmond OSs.

Stephen, if you like it feel free to put the link into Analog helpers page.

Have a nice sunday!

Marco Bernardini


***
How to drive an Italian crazy?
Tie his hands behind him and make 
him describe a spiral staircase
(or the flush of my programs)
***


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] old logs question

2000-04-18 Thread Marco Bernardini

At 17.01 17/04/2000 -0600, Joshua wrote:

>I've also started replacing unresolved IPs with 
>aliases directly in the logs instead of using HOSTALIASes just in case 
>they change in the future.

I suppose your logs aren't as huge as Jeremy's ones... 
I'm planning to do the same, so Analog run faster, but working on log
copies to leave originals untouched.
In this way I need a double space to store logs, but I prefer to have
originals because Italian laws are sometimes a bit odd, and nobody knows if
you must keep logs for some years just like tax documentations: to receive
a fine because I delete old logs isn't nice...

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] security problems and new robot

2000-04-20 Thread Marco Bernardini

Hi all!
I see some of you are concerned by security problems.
A good source for very useful infos (Unix too has some holes...) is
http://ciac.llnl.gov/
Hope this can enlighten less experienced admins.

About robots, I catch a new one: it comes from a DSL provider.
node6.dhcpsf.dslspeed.zyan.com 
as "Mozilla/2.0 (compatible; MSIE 3.01; Windows NT)" for root requests and
node9.dhcpsf.dslspeed.zyan.com 
as "Mozilla/4.0 (compatible; MSIE 4.0; Windows NT; Site Server 3.0 Robot)"
for page browsing.


Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] log entry (fight spammers!)

2000-04-21 Thread Marco Bernardini

At 02.37 21/04/2000 -0400, Greg wrote:
>Is anyone familiar with this type of log entry?
>
>209.255.211.87 - - [13/Apr/2000:14:45:36 -0400] 
>"GET /free.htm HTTP/1.0" 200 8928 "-" 
>"EmailSiphon"

AltaVista gives 2094 returns.
Removing "Analog" ;-) and a lot of other stats-related pages I find these
interesting link:

Protect Your Webserver From Spam Harvesters:
http://mosa.unity.ncsu.edu/~brabec/antispam.html
with fake browsers identification and how to stop them with using Apache
mod_rewrite - a modified script at
http://bignosebird.com/apache/a9.shtml

Nasty free programs to "poison" harvesters giving them tons of fake mail
addrs:
http://e-scrub.com/wpoison/
http://www.devin.com/sugarplum/

This script use a CGI to show a mail address just to real browsers:
http://www.siteware.ch/webresources/scripts/perl/emp.html

For a wide user-agent list (271 kb) see (all on one line)

http://www.uoguelph.ca/~gnasby/projects/web_browser_info/browser_mappings_li
st_big.html

BTW, your call is coming from Texas: I'm curious to see what they do to a
spammer when they catch him ;-)

Bye!

Marco Bernardini

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] perennial update of dnscache

2000-04-24 Thread Marco Bernardini


At 20.32 23/04/2000 -, Cathleen wrote:

>I'm running Analog 4.1 on a PowerMac 7300, System 8.1. I downloaded it 
>about a month ago, and everything was fine up until a couple of days ago. 
>Now, *every* time I run Analog, it looks up *every* IP address. I've 
>deleted the dnscache, run Analog to create a new dnscache, then 
>immediately rerun it - and it looks everything up again. (I do have it in 
>WRITE mode.)

While waiting for Stephen's suggestions, set
DNS READ
instead of
DNS WRITE

In this way Analog don't check IPs.
You can see http://www.analog.cx/helpers/index.html for programs performing
DNS lookup.

Hope this helps!

Marco Bernardini



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] searchengine list

2000-04-25 Thread Marco Bernardini

Hi all!

You can download my updated SEARCHENGINE list at

http://www.taggiasca.com/statistiche/srch.txt

It contains REFSITEINCLUDE and REFALIAS for 52 search engines, just in case
you need a report with only SEARCHQUERY or SEARCHWORD sections (the
funniest part of logs).

Bye!

Marco Bernardini


^^
Turner is a kind of detective, a deconstructed
thriller guy. I wanted to get one of those macho 
thriller guys, a real he-man straight out of the 
kit, and just kind of push him apart.
I never was quite able to do it.
(William Gibson - _Virus 23_ #0 [Fall 1989])
^^^


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] wish list request

2000-04-25 Thread Marco Bernardini

At 12.28 24/04/2000 -0400, Josef wrote:

>for some strange reason, my log files had 12 hours logged with year
>2004... let's skip the reasons.
>So I wanted to get rid of them:
>FROM 99
>TO   001231

If you need "today" date set TO to 5 minutes ago:
TO -00-00-00:-00-05

And don't run Analog between 00.00 and 00.05, or "today" is "yesterday".

Otherwise make a copy of your log and change dates manually into it, so you
can see visitors for the lacked hours.

Hope this helps!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] juggling with DNS files

2000-04-25 Thread Marco Bernardini

Hi all!

If you have a couple of DNS files, and you need:
a) to merge them
b) to remove double entries
c) to recover resolved IPs now unresolved
d) to sort them by IP
e) to be warned if the same IP has different names
f) to modify the format of the DNS file
g) to see dates in human format rather than Unix one

You can download my usual Sunday Perl script at
http://www.taggiasca.com/perl/xdns.htm

Of course Stephen can put it on helpers page, if he need.

Bye!

Marco Bernardini


^^^
"The social dynamics of the net are a direct
consequence of the fact that nobody has yet 
developed a Remote Strangulation Protocol." 
Larry Wall
^^^


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] perennial update of dnscache

2000-04-26 Thread Marco Bernardini

At 20.32 23/04/2000 -, Cathleen wrote:

>I'm running Analog 4.1 on a PowerMac 7300, System 8.1.

If my memory is still good, the Mac can synchronize its clock with some
time servers on the Net: look into the Control Panel for this option.

Bye

Marco Bernardini



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] new Netscape user-agent

2000-04-27 Thread Marco Bernardini

Hi all!
For who loves to have detailed browser reports here is the identity of the
new Netscape 6 Preview Release 1 (under Win95):

"Mozilla/5.0 (Windows; N; Win95; en-US; m14) Netscape6/6.0b1"

And it's really faster, nicer, fully customizable and less intrusive than
"other browsers" (disclaimer: I don't own AOL/NS shares).

Tip: to download it (win32 version) use the FTP site ftp.netscape.com and
look for NetscapeSetup.exe in sea directory (16 Mb): from the Web site it's
almost impossible to reach it.

Bye

Marco Bernardini



^^
"The purpose of most computer languages
is to lengthen your resume by a word and
a comma."   -   Larry Wall
^^


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Question on DNS

2000-04-28 Thread Marco Bernardini

At 12.14 28/04/2000 -0400, you wrote:
>I have a question about DNS file.  I am using qdns.exe to process for DNS.

This one is "domain not given": this name is assigned using WINS
resolution. Usually is a name given by a Windows user.

>15950141 136.204.216.94 TAYLOR74

This one is unresolved:

>15950162 136.204.216.103 *

>Our local IP pool is 136.204.*.* .  Can I put that in the dns file so that
>at least I get the domain resolved?  Any suggestions?

Better to use a
HOSTALIAS 136.204.*.* morrisville.edu

In any case will be nice if all of your IPs gives an address, so we poor
log eaters don't need to resolve "by hand" a bunch of IPs ;-)

Ask you sysadm (whois.arin.net indicates Craig Brown -
[EMAIL PROTECTED] - as "Coordinator" for 136.204.*.*) 
to do this: they must be written somewhere in the main DNS for
morrisville.edu. 

If you need to resolve "by hand" some unresolved domains you must query the
whois service at:

http://www.ripe.net for European domains
http://www.arin.net for American domains
http://www.apnic.net for Asia-Pacific

BTW, I see at RIPE they'are using Analog (wow!) for their statistics:
http://www.ripe.net/ripencc/pub-services/stats/1999stats.html
even if I think that 11.192.168 unresolved IPs are too much for the
database containing domain names ;-)

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Analog crashing

2000-04-17 Thread Marco Bernardini

At 10.10 17/04/2000 +0100, you wrote:
>On Sat, 15 Apr 2000, L. J. West-Knights wrote:
>
>> It resolves on a search to a firm of N.W. Engalnd solicitors.
>
>Have you resolved the IP address using a DNS lookup program (like host, or
>nslookup, or whatever -- I have both of these on my Windows box, although I
>don't know if either is standard)? What is the actual name after the
>resolution?

I resolve it using RIPE Web service (the easier way):
http://www.ripe.net/cgi-bin/whois?query=212.240.10.1&.submit=Submit+Query

but I see our own server is resolved to the company leasing us the line, so
I think this method can't be 100% sure.

I try a DNSlookup on ns0.demon.co.uk (ns.ripe.net point to it) with
following results:

Header:
   ID=246, QR=Response, Opcode=QUERY, RCODE=NAME ERROR
   Authoritative Answer=Yes, Truncation=No
   Recursion Desired=Yes, Recursion Available=No
   QDCOUNT=1, ANCOUNT=0, NSCOUNT=1, ARCOUNT=0
Question:
   Name=1.10.240.212.IN-ADDR.ARPA, QTYPE=ALL, QCLASS=1
Authority Records Section:
- Name=240.212.in-addr.arpa
Type=SOA, Class=1, TTL=54000 (15 Hours), RDLENGTH=59
Name Server=ns0.demon.co.uk, Mailbox=hostmaster.demon.net
Serial=241711
Refresh=28800 (8 Hours)
Retry=7200 (2 Hours)
Expire=864000 (10 Days)
    Minimum TTL=54000 (15 Hours)
Bye

Marco Bernardini

BTW, Stephen, how is your new office going?



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] error message

2000-04-19 Thread Marco Bernardini

At 15.40 19/04/2000 -0700, Fiorela Gonzalez wrote:

>Does anyone know or have any suggestions on what to do when you get this
>error message from analog?
>./analog: Warning M: Logfile
>  /mnt/xdrive4/logs/www/access/access_log_cosmo.2000-04-18.00-00.gz contains
>  lines with no files, which are being filtered

Ungzip the log and look inside it.

>I'm using a sun operating system, 14 processors, 14G of memory, analog
>cachefiles.

What a lucky girl!
However I think the problem isn't in your machine: maybe some new robot or
strange program leaves odd lines into the log.

Bye!

Marco Bernardini



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Pass parameters

2000-04-19 Thread Marco Bernardini

At 11.21 19/04/2000 +0200, Joerg Henner <[EMAIL PROTECTED]> wrote:

>if i whish to produce stats only for a specified month, should it be
>usefull to do somethink like this (under Linux):
>+C"LOGFILE /www/ihk/logs/access*"`/bin/date +%m`
>or have anyone else here, better ideas ?

Hello Joerg!
Some days ago I post a message about a Perl script doing multiple reports.
You set starting date and ending date and it does all required monthly
reports, a frame structure and a menu with links to every report.
Download the perl script and see a sample at
http://www.taggiasca.com/perl/multi.htm

Hope this helps!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] hostalias regexp

2000-05-01 Thread Marco Bernardini

Hi all!

Hostalias regexps are very powerful to resolve unresolved domains, even if 
they have known limitations.
So I'm writing a script to create regexps on the fly, even reading netaddrs 
blocks from a file and saving results to another - special option for 
Massimo Mezzini who loves hostalias but hates regexps ;-)
I pass to the script the starting and ending IP (e.g. 10.1.62.0 
10.1.96.255) and it replies with
HOSTALIAS REGEXP:^10\.1\.((6[2-9])|([7-8].)|(9[0-6]))\.*
Maybe not elegant, but fast and easy to remember.
I'm still working to remove oddities like [0-0] ranges, but it's almost 
complex, easier to explain than to code (it's the "if" festival!).
Who need more infos about this script, or has something similar to share 
(what about a whois query creating automatically hostaliases?), can mail me 
privately.
As usual my script is long but "dumb-proof", so I can understand it on the fly.

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] more about DNS files

2000-05-03 Thread Marco Bernardini

Hi all!

For these 4 folks who download my xdns program there are some new features:

- remove WINS names (GOOFY rather than modem01.foo.com)
- count how much group A IPs (123.*.*.*) you have
- strip unresolved IPs to trade DNS files with friends just like Pokemon 
cards (when I was young they were soccer players...)

You can download my updated script at
http://www.taggiasca.com/perl/xdns.htm

along with 15.000 resolved IPs (checked yesterday), mainly Italian.

And now the page is fully LYNX compatible: 25% of my 4 visitors use it ;-)

Bye!

Marco Bernardini


^^^
"Just because something is obviously happening
doesn't mean something obvious is happening."
Larry Wall
^^^ 


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Warning F: failed to open language file

2000-05-07 Thread Marco Bernardini

Alle 21.35 Saturday 06/05/2000 -0700, Ralph Brown ha mandato a Marco questo 
messaggio:

 > warning F: failed to open language file /var/analog-4.04/lang/uk.lng

For more infos about language see in Analog directory the page
/var/analog-4.04/docs/output.html

Are you sure there is a /var/analog-4.04/lang/ directory containing .lng 
(languages) and .tab (domains) files ?
Search for uk.lng and ukdom.tab to see where the RPM placed them, end 
eventually copy them into /var/analog-4.04/lang/ directory.

English (UK) is the default language: to use a different one you must write 
into your configuration file (standard is analog.cfg) this line:

LANGUAGE US-ENGLISH

If you need to customize your language or domain file (e.g., in your report 
you need to see "Report for" instead of "Web Server Statistics for") make a 
copy of your language file (us.lng for USA), call it mylng.lng and modify 
what you want: more explanations are contained into .lng files. Then put 
into configuration file these lines:

LANGFILE mylng.lng
DOMAINSFILE ukdom.tab

and your report is customized.

Hope this helps!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] looking for programmer

2000-05-07 Thread Marco Bernardini

Alle 13.36 Sunday 07/05/2000 -0400, Ellen DePasquale ha mandato a Marco 
questo messaggio:

>We need to get analog to transfer the raw data into a spreadsheet, that will
>eventually be transferred to a database. Right now, we are using the stats
>as analog presents them online, and then manually entering the results into
>a spreadsheet. We need to automate the process.

Ellen,

read docs/compout.html for infos about the creation of CSV files you can 
use to feed a spreadsheet or a database.

BTW, on which platform are you planning your work?

Bye!

Marco Bernardini

^
"Smile and think deeply"
Kerouac - Mexico City Blues
^



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] W2K and Analog 4.1

2000-05-07 Thread Marco Bernardini

Alle 16.53 Monday 08/05/2000 -0700, Jim Raykowski ha mandato a Marco questo 
messaggio:


>analog: Warning C: Too many arguments for configuration command:
>ignoring end
>   of line starting:
>   IMAGEDIR d:\analog41\imagesFILEINCLUDE /projects/*

What about
IMAGEDIR d:\analog41\images
FILEINCLUDE /projects/*

on separate lines?

>   / /  (_)__  __   __
>  / /__/ / _ \/ // /\ \/ /
> //_/_//_/\_,_/ /_/\_\
>* * * THE CHOICE OF A GNU GENERATION * *

What your OutLook tells about this signature? I suggest you 
http://www.jokewallpaper.com/html/017.htm as a tattoo ;-))

Bye!

Marco Bernardini

^
"Smile and think deeply"
Kerouac - Mexico City Blues
^


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] analog using WAP

2000-05-08 Thread Marco Bernardini

Remember to add

PAGEINCLUDE *.wml

Images extension is *.wbmp

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] about analog's reports

2000-05-08 Thread Marco Bernardini

Alle 22.22 Monday 08/05/2000 +0800, Sandy Qing ha mandato a Marco questo 
messaggio:


>1.Domain reports and Organisation report cannot work..always express as 
>the follow:
>
>Listing domains, sorted by the amount of traffic.
>   reqs: %bytes: domain
>--: --: --
>333964:   100%: [unresolved numerical addresses]

Add

DNSFILE myfile.dns
DNS WRITE

to analog.cfg, then run Analog.
It takes a lot of time, because it must resolve all addresses.
It says also myfile.dns don't exists, but don't care: it's just for the 
first time, while creating it.

When you have you own myfile.dns containing the resolution for unknown 
addresses you can change DNS WRITE to DNS READ.

Hope this helps!

Marco Bernardini




This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Domain Report

2000-05-09 Thread Marco Bernardini

Alle 08.32 Wednesday 10/05/2000 +0200, Jaroslav Fikker ha mandato a Marco 
questo messaggio:


>I use Analog 4.1 and I have probel with Domain Report. In my log file I
>have many domain (com, org, net, cz, ...), but in the Domain Report I get
>only cz domain and [domain not given]. Where is problem?

Try to set
DOMFLOOR 0R
SUBDOMAIN *.*
SUBDOMFLOOR 0R

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Analog Analyzer question

2000-05-10 Thread Marco Bernardini

Alle 17.46 Wednesday 10/05/2000 -0400, [EMAIL PROTECTED] ha mandato a Marco 
questo messaggio:

>I'm new to this list and was hoping someone could help me... I've included my
>information from my stats page below. I was just wondering if the redirected
>requests seem way out of wack. Could someone help me decipher?
>Successful requests: 273 682
>Redirected requests: 1 903 503 < Does this number seem out of wack??

If you have a link to http://www.foo.com/foe and foe isn't a page but a 
directory this is a "redirection".
If you want to decrease redirected requests think of that while writing Web 
pages: remember to add a / when a link points to a directory.

But your numbers seems a bit strange: I've only 1.736 redirs on 99.943 
requests.
Your numbers seems very odd.
Maybe Stephen can give us more light...

Bye!

Marco Bernardini




This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] where to find resolved IPs

2000-05-11 Thread Marco Bernardini

This address is really useful to resolve IP addresses:
http://ipindex.dragonstar.net/index.html

Bye!

Marco Bernardini

^
"Smile and think deeply"
Kerouac - Mexico City Blues
^


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Better than a link checker!

2000-05-16 Thread Marco Bernardini

Alle 10.34 Tuesday 16/05/2000 +0100, Alejandro Fernandez ha mandato a Marco 
questo messaggio:


>I'm wondering about broken links on my sites.
>So I'd need to filter for 404 codes, and then put the referring url next to
>each page on the failure report.

There is a free Windows-only utility doing that job really fast and nice.
It's XENU - http://www.snafu.de/~tilman/xenulink.html - 202 Kb
It writes a report with:
- broken links ordered by page
- broken links ordered by link
- pages ordered by title
- URL list for search engines submission

Bye!

Marco Bernardini



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] How can I change the # of lines reported?

2000-05-17 Thread Marco Bernardini

Alle 14.23 Wednesday 17/05/2000 -0700, Christopher Willis ha mandato a 
Marco questo messaggio:


>The Referring Site Report only returns the top 30 referring sites.  Can I
>add a command in the config file to have analog report back the top 500
>referring sites?

Try
REFSITEFLOOR -500r

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] DOMINCLUDE and REGEXP

2000-05-18 Thread Marco Bernardini

Hi all!
Just before to reinvent the wheel... maybe someone has a spare tire ;-)

I'm trying to have a report showing just unresolved domains, mainly in 
195.*.*.* and 212.*.*.* group.
My config contains SUBDOMAIN 195.*.*.* and SUBDOMAIN 212.*.*.* (and all 
other numbers, of course) to show every IP.

I try all these configs without results:

DOMEXCLUDE *
DOMINCLUDE 195
DOMINCLUDE 212
no results

DOMINCLUDE REGEXP:^[o-u]
just domains from Oman to Uruguay (interesting for who need to group 
alphabetically domains)

DOMINCLUDE REGEXP:^[1-2]
no results

DOMINCLUDE REGEXP:^(...)
just .COM, .NET, .ORG, .MIL, .EDU and .ARPA

DOMINCLUDE REGEXP:^(\[indirizzo) (how are listed unres domains in my version)
no results

I partially solve the problem using
DOMEXCLUDE REGEXP:^[a-z]
to exclude alphabetical domains leaving just numeric ones, but I think it's 
better to use DOMINCLUDE.

What I miss?

TIA!

Marco Bernardini 


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] DOMINCLUDE and REGEXP

2000-05-18 Thread Marco Bernardini

Alle 15.59 Thursday 18/05/2000 -0700, Jeremy Wadsack ha mandato a Marco 
questo messaggio:

> DOMINCLUDE REGEXP:^\d+

Sorry, don't work!

Bye

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Analog wish list

2000-05-19 Thread Marco Bernardini

*This message was transferred with a trial version of CommuniGate(tm) Pro*

Stephen,
what about an option to create separate pages for every report?
I'm doing it by myself running Analog many times on the same log, but I 
guess it will be a lot faster if there is an ad-hoc command: headers and 
footers are good for every page, all you have to do is to send output to a 
different file.
Adding the # link used in GOTO for every report before the dot in output 
file (like myoutput-RefSite.html) can give default names, and GOTO sections 
make the index...
In this way reports can be more detailed without creating huge pages with a 
lot of unneeded data.

What is the list thinking of this option?

Bye!

Marco Bernardini

^^
"The future remains unwritten, though not from lack of trying."
B. Sterling, preface to Mirrorshades
^^



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Trashing old logs

2000-05-19 Thread Marco Bernardini

*This message was transferred with a trial version of CommuniGate(tm) Pro*
Seeking for other infos into an Italian legal newsgroup, I find this post: 
I think can be interesting for everybody.

The question was: "how long must I retain logs?"
A lawyer answers:
"Theoretically for the necessary time the most serious of the crimes can be 
committed through the network will be invalidated by prescription. It would 
be 7 years [for Italy - M.B.] at least."

I hope the translation is understandable: I'm not a lawyer.

I guess this rule is applicable in every country, just changing the number 
of years.
So, before trash old logs, ask a lawyer...

Bye!

Marco Bernardini
(same guy, other address!)


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] spiders and other creepy crawlies

2000-05-10 Thread Marco Bernardini

Alle 13.26 Wednesday 10/05/2000 -0700, Jeremy Wadsack ha mandato a Marco 
questo messaggio:

 >>William Martin wrote:
 >> BROWEXCLUDE *spider*,*spyder*,*crawler* etc.
 >> BROWEXCLUDE *Spider*,*Spyder*

>There has been threads on the list at varying times about a collaborative list
>of browsers and spiders. I believe Marco Bernardini is hosting those at the
>moment. Check the Analog Helper Applications page for pointers to these
>resources.

Working on it, while studying Apache's mod_rewrite to redirect robots on 
significative pages (just keywords) on dinamically generated sites.
But there is a list of REFSITEINCLUDE and REFALIAS related to some search 
engines at
http://www.taggiasca.com/statistiche/srch.txt

Alas, today my faithful 17" suddenly die :-(
Oh my, I don't remember a 15" as so few estate, even at 1152x864... and 
today there is a big movement on the list!

Bye!

Marco Bernardini


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




  1   2   >