blob: e5f0694cf446b0aa1d7fca3e31b453d05c5f6820 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<html>
<head>
<title>AntiSpamMeta database query page</title>
</head>
<body>
<p>Matching is done based on field1 OR field2 OR field3 etc. Wildcards are supported,
except for the realIP field, which must be blank or an IPv4 dotted quad.</p>
<form action="/cgi-bin/secret/investigate.pl" method="get">
Nickname: <input type="text" name="nick" />
User: <input type="text" name="user" value="" />
Hostname: <input type="text" name="host" value="" /><br />
Gecos: <input type="text" name="gecos" value="" /><br />
Account: <input type="text" name="account" value="" /><br />
Real IP: <input type="text" name="realip" value="" /><br />
<br /><br /><input type="submit" value="Query!" />
</form>
</body>
</html>
|