This entire weekend I worked to port all my PHP functions to C++.
I have several scripts that do a lot of things including:
And after a weekend of sustained work it's all ported to C++.
My only advice to any blackhat out there … learn a compiled language! E.g.: To download 200 pages found in serps to 'analyze' locally takes a few minutes in PHP no matter how fast you internet is. I get them in 30seconds in C++ downloading 25 pages at a time with multi-threading.
Speed, speed and speed is all you will get in return. But it takes a while to learn a compiled language decently. I've been coding for 9 years in Visual C++ (SDK only) and it was easy to translate back. I went to PHP from C++ so I'm, like, one step ahead.
Still, if you have time, consider a little extra. .net (dotNET) is easy and C# can do miracles only speed is a bit lower then C++ but much easier to use. I'm hard code so go for .NET first. It'll be enough!
There's no such thing a free valuable informations. And reading a book is uncomparable to reading from your display. Check C# on Amazon.com or browse the below:
And this is the tool itself. Learning some real programming is not really easy but for a PHP coder it's easier!

Microsoft Visual Studio Standard 2005
But if you got no money for books and you will buy them later go here!
Post Feedback