dsp77 Posted September 5, 2014 Report Posted September 5, 2014 Aveam nevoie de un script care verifica daca un domeniu foloseste WHMCS cu licenta din pagina whmcs.com/members/verifydomain.php doar ca are captcha. La o prima evaluare captcha este chiar slaba asa ca dupa mai multe ore de documentare si exemple pe internet am creat o clasa care poate rezolva captcha de la WHMCS cu o acuratete mare.exemplu de utilizare:descarcati WhmcsCaptchaPwn.class.rar - Speedy Share - upload your files hererequire_once('/calea/catre/WhmcsCaptchaPwn.class.php');file_put_contents('/var/www/ocr/verifyimage.php.png', file_get_contents('http://www.whmcs.com/members/includes/verifyimage.php'));$WhmcsCaptchaPwn = new WhmcsCaptchaPwn('/var/www/ocr/verifyimage.php.png');$WhmcsCaptchaPwn->setLettersDir('/var/www/ocr/letters/');$WhmcsCaptchaPwn->setTempDir('/var/www/ocr/tmp/'); //optionalecho $WhmcsCaptchaPwn->recognize(); 1 Quote