|
|
|
|
Automatically banning an IP address in IIS FTP |
|
|
By frijoles on
3/5/2007
|
|
|
|
IIS doesn't have any sort of ability to automatically ban an IP address for failed attempts at logging in. With zombie attacks, this would be some really handy functionality. This short article goes over how to use a VBS script (found via Google, link below) to achieve the ban we're after.
|
 |
|
Comments (17)
|
More...
|
|
|
C# DayOfWeek as numeric |
|
|
By frijoles on
3/1/2007
|
|
|
|
This is very easy (just convert it to an int)... none the less, it took me a bit before I tried it. And for some weird reason, I couldn't find much help on Google.
|
 |
|
Comments (3)
|
More...
|
|
|
|
Simple Javascript Validation |
|
|
By frijoles on
1/15/2007
|
|
|
|
I know, I know. There's hundreds, probably thousands, of articles about javascript validation. I thought I'd throw this one out there also. It allows the programmer to set up an input button to call a validation function, which then checks for a 'required' attribute on each element on the page.
|
 |
|
Comments (2)
|
More...
|
|