пожалуйста,не показывает её
<?php
require_once (\"../../core/cuctema/core.php\"
$show_all=true;
$_SESSION[\'captcha\']=\'\';
$first = mt_rand(11,55);
$second = mt_rand(1,9);
$_SESSION[\'captcha\'] = ($first + $second);
$code = \"$first + $second=\";
$width = 80;
$height = 30;
$sign = strlen($code);
$figures = array( \'50\',\'70\',\'90\',\'110\',
\'130\',\'150\',\'170\',\'190\',\'210\' );
$img = imagecreatetruecolor($width, $height);
$fon = imagecolorallocate($img, 255, 255, 255);
imagefill($img, 0, 0, $fon);
for($i=0; $i<$sign; $i++)
{
$h = 1;
$color = imagecolorallocatealpha(
$img,
$figures[rand(0, count($figures)-1)],
$figures[rand(0, count($figures)-1)],
$figures[rand(0, count($figures)-1)],
rand( 10, 30 ) );
$letter = $code[$i];
if( empty( $x ) ) $x = $width*0.08;
else $x = $x + ( $width*0.8 )/$sign+rand( 0,$width*0.01 );
if( $h == rand( 1, 2 ) ) $y = ( ( $height*1 )/4 ) + rand( 0, $height*0.1 );
else $y = ( ( $height*1 )/4 ) - rand( 0, $height*0.1 );
$code.= $letter;
imagestring( $img, 7 ,$x, $y, $letter, $color );
}
header ( \"Content-type: image/jpeg\" );
imagejpeg( $img );
?>
TuMan, $_SESSION[\'captcha\']=\'1\';
Так измени
не хочет
TuMan, $_SESSION[\'captcha\']=\'0\';
так попробуй
Выкинь калокод
TuMan, найди любую капчу замени да не парся