www.adozioneinternazionale.net
FAQ
Search
Memberlist
Usergroups
Register
Profile
Log in to check your private messages
Log in
www.adozioneinternazionale.net Forum Index
//******** CODICE CAPTCHA ********************// $im = ImageCreate(200, 40); //crea l'immagine $textcolor = ImageColorAllocate($im, 255,255, 255); $backgroundcolor = ImageColorAllocate($im, 180, 0, 0); srand((double)microtime()*1000000); $len=5; $code = ""; for($i1 = 1; $i1 <= $len; ++$i1) { $code .= chr(rand(65, 90)); } $risultato=$code; ImageFill($im, 0, 0, $backgroundcolor); ImageString($im, 20, 70, 10, $risultato, $textcolor); Imagejpeg($im, "captcha/images/test.jpg"); ImageDestroy($im); print "Reinserisci il codice:
"; print "
"; print "
"; print ''; print "
"; print "
"; print '
'; //************************************************// ?>
Please enter your username and password to log in.
Username:
Password:
Log me on automatically each visit:
I forgot my password
Powered by
phpBB
© 2001, 2005 phpBB Group