Bitmasking for C#
Referring to the scripts that handles the bitmasking for the dnsbl.tornevall.org-scripts, this is how to make the same routine in C-Sharp. Based on the Hashtable-namespace to get it as similar…
The DevOps DJ
Referring to the scripts that handles the bitmasking for the dnsbl.tornevall.org-scripts, this is how to make the same routine in C-Sharp. Based on the Hashtable-namespace to get it as similar…
I consider hashtables in C# as a similarity to a normal array in PHP. But it’s not! Hashtables is great to use when it comes to ”temporary storage” of variables,…
A few months ago I was asked a question, if it was possible to forge private messages on a webforum. I said yes of course, and explained – to the…
In the end of march 2007, the IMVU-team announced a flaw in their system that made it possible hijack other users accounts by simple XSS injections. Of course, the people…
Upgrade Apache 2.0.x to Apache 2.2.x together with PHP 5.2.x Step-by-step for complete idiots There might be other ways to do a proper clean installation of Apache (well, upgrade for…