chtit prob - C++ - Programmation
Marsh Posté le 31-01-2003 à 19:54:10
bon voila le prob : je doi analyse un fichier log de ce type : 212.83.187.188 - - [01/Apr/2001:00:08:47 +0200] "GET /~luke/archi/message.html HTTP/1.1" 200 3519 "-" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000; DigExt)" 212.154.187.111 - - [01/Apr/2001:00:08:48 +0200] "GET /~luke/archi/archive.css HTTP/1.1" 200 714 "http://www.google.fr/~luke/archi/message.html" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000; DigExt)"....................,etc.... j'ai deja creer une structure contenant l'ip, la date, lheure et la page visitee et maintenant il fodrai ke je sache si un meme utilisateur a visiter plusieurs fois la
Marsh Posté le 31-01-2003 à 19:56:09
si tu veux carrément qu'on te fasse tout le boulot faut le dire directe....
Marsh Posté le 31-01-2003 à 20:05:20
Il faut même finir ses phrases pour lui
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 31-01-2003 à 19:54:10
bon voila le prob :
je doi analyse un fichier log de ce type :
212.83.187.188 - - [01/Apr/2001:00:08:47 +0200] "GET /~luke/archi/message.html HTTP/1.1" 200 3519 "-" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000; DigExt)"
212.154.187.111 - - [01/Apr/2001:00:08:48 +0200] "GET /~luke/archi/archive.css HTTP/1.1" 200 714 "http://www.google.fr/~luke/archi/message.html" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000; DigExt)"....................,etc....
j'ai deja creer une structure contenant l'ip, la date, lheure et la page visitee et maintenant il fodrai ke je sache si un meme utilisateur a visiter plusieurs fois la