| View previous topic :: View next topic |
| Author |
Message |
Emmanuel Guest
|
Posted: Sun Feb 25, 2007 12:41 am Post subject: How to I block some IP address for a computer by C++builder? |
|
|
How to I block some IP address for a computer by C++builder? |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Sun Feb 25, 2007 2:40 am Post subject: Re: How to I block some IP address for a computer by C++buil |
|
|
"Emmanuel" <emmanuel (AT) erphk (DOT) com> wrote in message
news:45e086bf (AT) newsgroups (DOT) borland.com...
| Quote: | How to I block some IP address for a computer by C++builder?
|
Your question is too vague. Please be more specific. What exactly do
you want to do?
Gambit |
|
| Back to top |
|
 |
Emmanuel Guest
|
Posted: Sun Feb 25, 2007 8:42 am Post subject: Re: How to I block some IP address for a computer by C++buil |
|
|
for example, If I kno the IP address 123.123.123.123 is a hacker
I hope my application can block the IP address 123.123.123.123 to attack my
computer
"Remy Lebeau (TeamB)" <no.spam (AT) no (DOT) spam.com> 写入消息新闻:45e0a2ef$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
"Emmanuel" <emmanuel (AT) erphk (DOT) com> wrote in message
news:45e086bf (AT) newsgroups (DOT) borland.com...
How to I block some IP address for a computer by C++builder?
Your question is too vague. Please be more specific. What exactly do
you want to do?
Gambit
|
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Sun Feb 25, 2007 9:10 am Post subject: Re: How to I block some IP address for a computer by C++buil |
|
|
"Emmanuel" <emmanuel (AT) erphk (DOT) com> wrote in message
news:45e0f750$1 (AT) newsgroups (DOT) borland.com...
| Quote: | for example, If I kno the IP address 123.123.123.123 is a
hacker I hope my application can block the IP address
123.123.123.123 to attack my computer
|
That is what firewalls are for.
Gambit |
|
| Back to top |
|
 |
Michel Leunen Guest
|
Posted: Sun Feb 25, 2007 5:25 pm Post subject: Re: How to I block some IP address for a computer by C++buil |
|
|
Emmanuel wrote:
| Quote: | How to I block some IP address for a computer by C++builder?
|
If you want to block IP addresses just like a firewall, you're out of
luck. This kind of thing requires a device driver and BCB isn't able to
create one (at least easily).
Nevertheless here is an article that might interest you:
http://www.codeproject.com/internet/drvfltip.asp
Michel
--
----------------------------------------
Michel Leunen
mailto: see my homepage.
C++Builder, BCC5.5.1 Web site:
http://www.leunen.com/
---------------------------------------- |
|
| Back to top |
|
 |
|