Here is some code I created many years ago to log events on a web site using Classic ASP. All the code was placed into an include file called logEvent.asp. logFile = “C:\SomePath” Sub LogEvent (pageName, user, message) Const ForWriting…
Here is some code I created many years ago to log events on a web site using Classic ASP. All the code was placed into an include file called logEvent.asp. logFile = “C:\SomePath” Sub LogEvent (pageName, user, message) Const ForWriting…
When I first wrote the original version of the Mask Email Image Generator (Email Obfuscator), I didn’t bother to add any code to periodically remove the images from the server. Yesterday I discovered it had almost 50,000 images in that…