PDA

Click to See Complete Forum and Search --> : Blocking port 80


milad
Feb 5th, 2001, 03:48 AM
I wonder how it's possible to block port 80. My purpose is to block port 80 so that the user won't be able to use the browser.
Or how can i listen to port 80?


Does anybody have any idea's

Bios
Feb 8th, 2001, 06:51 AM
I once tried to make a port listener using VB, and I realized that if you use winsock to open the port it becomes blocked...so if you want to block the port simply use the WinSock OCX, or if you don't want to use an OCX find the WinSock API calls search here you should be able to find it, if not try planetsourcecode.com and vbcode.com

:D Hope this helps,

KrishnaSantosh
Feb 8th, 2001, 08:40 AM
Just Open Port 80 And Never Close It Until Your Program Terminates. I Think This Should Work