Fail2ban + fail2sql + Ban Hammer + PHP7
I recently revisited a project from some time ago that I found and modified the code to support PHP7 which dropped support for mysql extension in favor of mysqli.
I recently revisited a project from some time ago that I found and modified the code to support PHP7 which dropped support for mysql extension in favor of mysqli.
Came across a script I wrote some time ago. Sitting there in my user directory was patch.cmd. As I find my scripts, I'm putting them in Git for…
I had some time at lunch to kill, so I decided to see how Malware techniques were improving in the land of WordPress and free premium theme download…
The fastest routine for counting all files recursively given a path in VB.NET that I've found so far.
I have thousands of files stored on an external USB attached 1TB drive. My drive is currently 95% full. I know I have duplicate files throughout the drive…
This isn't true API access, just a WebBrowser control. I'm looking into the API though which would require me to register my Application even though it's not a…
This snippet of code worked when tested in VB.NET application I'm working on. It will set the User Agent string for the duration of the control. Private Property…
I forgot I wrote this for a specific reason some time ago and came across it this morning decluttering some folders on my NAS. I can't find the…
To honor Easter, I've decided to put this little tidbit of information up. These are PHP "easter eggs". I had no idea these existed until I was running…
Convert between bits/bytes/kilobits/kilobytes/megabits/megabytes/gigabits/gigabytes What is it? This is completely based on Matisse.net's online bitcalc tool: http://www.matisse.net/bitcalc/ Enter in an amount of units and click calculate. For example, in the…
Rob van der Woude has a nice batch script to get disk usage of folders & subfolders in Windows since there isn't a built-in function. This could be…
What is it? I created a small tool to help facilitate setting the default user to automatically logon to a system. Requirements Administrator Privileges .NET 2.0 or greater…
I am working on a Motion-JPEG stream viewer for the Yawcam webcam streaming software. This allows you to enter your stream's URL and choose the size for the…
I'm working on a GooglePlus RSS Feed Reader in PHP for anyone who might be interested in making a WordPress module or something similar to display N latest…
I knew it had to exist (laughing out loud), and I just found it. A JavaScript operating system. Anyone who knows me knows that I joke around about…