vmars
04-17-02, 03:50 PM
For my kid-safe internet site ( www.ParentPresent.org )
I have written an HTTP filter of sorts, using IE's BHO technology, but it is problematical. for some releases of windows. Plus IE/BHO only works for IE not NetScape.
Proxy approach not viable either, local proxy isn't allowed for HOME accounts for some ISPs (gte.net, Verizon, for example).
What other approaches can i take? I need examples.
Quick and Dirty is fine, just has to be dependable
and work on all windows systems.
Basically, all i want to do is:
Check outgoing request for new URL page.
Check URL request against a TrustFile.
If URL is in TrustFile, go there.
If URL not in TrustFile, require password to continue, ELSE redirect URL request to local page.
I can program in Delphi5
and willing to learn ASM.
Thanks in advance!
...Vern
I have written an HTTP filter of sorts, using IE's BHO technology, but it is problematical. for some releases of windows. Plus IE/BHO only works for IE not NetScape.
Proxy approach not viable either, local proxy isn't allowed for HOME accounts for some ISPs (gte.net, Verizon, for example).
What other approaches can i take? I need examples.
Quick and Dirty is fine, just has to be dependable
and work on all windows systems.
Basically, all i want to do is:
Check outgoing request for new URL page.
Check URL request against a TrustFile.
If URL is in TrustFile, go there.
If URL not in TrustFile, require password to continue, ELSE redirect URL request to local page.
I can program in Delphi5
and willing to learn ASM.
Thanks in advance!
...Vern