45 || $posis_chk_x > 145) { --$fontSize; $posis = imagettfbbox($fontSize, 0, $fontName, $_SESSION[$slave]); $posis_chk = $posis[7]; $posis_chk *= -1; $posis_chk_x = $posis[2]; } //$posis = imagettfbbox($fontSize, 0, $fontName, $_SESSION['pin_gen']); imagettftext($im, $fontSize, 0, ($x - $posis[2]) / 2, ($y - $posis[7]) / 2, $text_color, $fontName, $_SESSION[$slave]); for ($i = 1; $i <= 10; ++$i) { $lix = rand(0, $x); $liy = rand(0, $y); imagefilledellipse($im, $lix, $liy, 4, rand(1, 2), $background_color); } header("Content-type: image/png"); imagepng($im); ?>