Re: Block a website in IE using delphi program

2006-10-28 Thread [EMAIL PROTECTED]
Cosmin Prund wrote: > Next the kid will download Opera. Opera has a really nice easy setting > for "proxy". Just hit F12 and you'll get a popup allowing you to > enable/disable proxy servers with a single click. Proxy settings are > "voluntary" in a way. The application doing the actual connecti

Re: Block a website in IE using delphi program

2006-10-28 Thread [EMAIL PROTECTED]
Also look at this: http://www.allegrosurf.com Cameron Cole wrote: > There is a really cheap and semi-cheesy semi-way to do this. You can setup > a local proxy on the machine. By writing a series of wildcards to the > \Software\Microsoft\Windows\CurrentVersion\Internet Settings

Block a website in IE using delphi program

2006-10-27 Thread Cameron Cole
There is a really cheap and semi-cheesy semi-way to do this. You can setup a local proxy on the machine. By writing a series of wildcards to the \Software\Microsoft\Windows\CurrentVersion\Internet Settings registry setting under ProxyEnable=1, ProxyServer=127.0.0.1 and ProxyOverride=YourWildCardL

RE: Block a website in IE using delphi program

2006-10-26 Thread Brian
te "drivers". Regards, Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cosmin Prund Sent: Tuesday, August 29, 2006 12:10 AM To: Delphi-Talk Discussion List Subject: Re: Block a website in IE using delphi program Next the kid will downlo

RE: Block a website in IE using delphi program

2006-08-28 Thread Marshall E. Fryman
Simon - You could use squid (OSS proxy) to do a redirect. If it has to be done in Delphi, you could use Indy but it's a lot more work. :) I do have a little app that will decode an IE cache file and tell you all the sites that were visited. I use it for workstation audits at work to prove who's b

Re: Block a website in IE using delphi program

2006-08-28 Thread Cosmin Prund
Next the kid will download Opera. Opera has a really nice easy setting for "proxy". Just hit F12 and you'll get a popup allowing you to enable/disable proxy servers with a single click. Proxy settings are "voluntary" in a way. The application doing the actual connecting to the Internet has to a

Re: Block a website in IE using delphi program (Out Of Office)

2006-08-28 Thread Martin Williams
I am out of the office until Monday the 4th of September. __ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ___

Re: Block a website in IE using delphi program

2006-08-28 Thread delphitalk . coreyw
So basically, the kid uses firefox and gets all the porn he wants. You may look to the indy components to create a proxy server instead. Those settings can be made system wide. On 8/25/06, Kraven - [EMAIL PROTECTED]<+delphitalk+coreyw+0a392a17b8.kraven#greycascade.com@ spamgourmet.com> wrote: > >

Re: Block a website in IE using delphi program (Out Of Office)

2006-08-27 Thread Martin Williams
I am out of the office until Monday the 4th of September. __ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ___

Re: Block a website in IE using delphi program

2006-08-27 Thread Francois PIETTE
> I want to build a website parental control program which block sites from > Internet Explorer. > > There are two things I need to know: > > 1) How to get all URL's entered in Internet Explorer > 2) How to force that specific instance of Internet Explorer to navigate to > another page. > > Can a

Re: Block a website in IE using delphi program (Out Of Office)

2006-08-27 Thread Martin Williams
I am out of the office until Monday the 4th of September. __ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ___

Block a website in IE using delphi program

2006-08-27 Thread Kraven
Hi guys, I want to build a website parental control program which block sites from Internet Explorer. There are two things I need to know: 1) How to get all URL's entered in Internet Explorer 2) How to force that specific instance of Internet Explorer to navigate to another page. Can anyone he