Not BlackHat but really useful script. It will let you display easily your Google analytics stats in PHP. Here I display a navigation menu with all my sites on top. Once selected you get access to graphics with your visits count and your pageviews count since one month. Easy to understand and modify. Share it [...]
Here it is. My little app to manage scrapping. If you have like me tons of sites and tools using scrapping, curling and regular expressions, you are surely aware of that. How could you control that every scrapping is successfully done each time ? If the target website changes his template or HTML tags, your [...]
This little class will help you scrap content easilly : <?php class Curl { protected $debugFile = 'curl.debug.txt'; // If set $this->results is an an asoc. array [url] => [data] public $resAsoc = true; public $results; public $errors; protected $defaultOptions; protected $mh; protected $requests; protected $links; protected $mode; protected $activeConn; protected [...]
This tool will let you search for md5 decrypted password, on nine online databases that contains millions md5 passwords. Import and export your lists of md5 and start cracking. Each request will use a new proxy. This application is still Beta and unstable for now, But feel free to try it and report your suggestions. [...]
First post and first tool. This application will let you translate tons of articles for your applications and websites. The tool is using Google Translate and was built for two differnt features. The first feature will as I said enable you to translate articles in excel file type. The output file types supported are pdf, [...]
Do it smarter, not harder.