Scripts, SEO Tools

[Script] display your Google Analytics Stats

[Script] display your Google Analytics Stats

0 Comments 27 octobre 2011

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 [...]

Continue Reading

Scripts

[Script] Scrapping & Regexp Manager

[Script] Scrapping & Regexp Manager

0 Comments 27 octobre 2011

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 [...]

Continue Reading

Scripts

[Script] Multi Scrapping using Curl and PHP

[Script] Multi Scrapping using Curl and PHP

0 Comments 09 septembre 2011

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 [...]

Continue Reading

SEO Black hat

[Tool] MD5 Cracker

[Tool] MD5 Cracker

0 Comments 09 août 2011

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. [...]

Continue Reading

SEO Black hat

[Tool] Mass Article Translator

[Tool] Mass Article Translator

0 Comments 09 août 2011

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, [...]

Continue Reading