By Greg.
The above can be combined with a "Parents Control" like this:
[Blocklists]
List.KidsOnly = "..KidsOnly.txt"
List.Naughty = "..Naughty.txt"
Name = "The Kids Only Filter"
Active = TRUE
URL = "(^$LST(KidsOnly))"
Bounds = "<*>"
Limit = 16
Match = "*"
Replace =
"<html><head><title>Forbidden</title></head>"
"<body bgcolor="white" text="black">"
"<h3>This page has been blocked by the
parents of this household!</h3>"
"</body></html>
k"
Name = "Keyword content blocker"
Active = TRUE
URL = "www.(^$LST(naughty))"
Limit = 16
Match = "$LST(naughty)"
Replace =
"<html><head><title>Forbidden</title></head>"
"<body bgcolor="red" text="black">"
"<h3>This page contains porn or
vulgarity!</h3>"
"If you wish to view this site, place
it into the naughty.txt file.<br>"
"<a href="http://bypass..u">Bypass
block and view this site now.<br>"
"Note: Bypass will disable ALL
filters.</a>"
"</body></html>
k"
in the KidsOnly.txt file:
## The kids may only go to these sites:
www.disney.comwww.yahoo.comin the Naughty.txt file
## If a site contains any of these words, block
it ->
badword
badword
badword
badword
## -> unless it is at one of these sites (do not include www.):
sexeducation.com/*
breastcancer.com/*
Remark from Arne: The "naughty" list can slow down surfing very much.
Best wishes
Arne

Imici username: Arne
