29 |
|
<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" |
30 |
|
text="#000066"> |
31 |
|
|
32 |
< |
<a href="http://www.i-scream.org.uk"><img border="0" src="/i-scream.gif"></a> |
32 |
> |
<a href="http://www.i-scream.org"><img border="0" src="/i-scream.gif"></a> |
33 |
|
|
34 |
|
<form action="log.cgi" method="GET"> |
35 |
|
Complete listing of the server logfile. grep <input type="text" size="20" value="$grep" name="grep"> |
62 |
|
s/>/>/g; |
63 |
|
next unless (/$grep/); |
64 |
|
s/^(.{0})(.*core\.loggers\..*: started)$/<hr size=10 color=blue>$2/; |
65 |
< |
s/(.*)] (.*)}:(.*)/$1] <i>$2<\/i>:<b>$3<\/b>/; |
65 |
> |
s/(.*)] (.*)}:(.*)/$1] <i>$2}<\/i>:<b>$3<\/b>/; |
66 |
|
print; |
67 |
|
} |
68 |
|
} |