View file XCMS_ver_1_0/gbook/captcha/captcha_config.php

File size: 706B
<?php
#######################################################
#  [Автор скрипта: ]                                 #
#  [Роман Гринько aka Nominal]                        #
#  [ICQ:  405-623-516] [E-Mail: [email protected]]    #
#######################################################
$alphabet = '0123456789abcdefghijklmnopqrstuvwxyz';
$allowed_symbols = '02346789';
$fontsdir = 'fonts';
$length = 4;
$width = 50;
$height = 20;
$fluctuation_amplitude = 0;
$no_spaces = FALSE;
$show_credits = FALSE;
$credits = 'wap-sms';
$foreground_color = array(mt_rand(0, 100), mt_rand(0, 100), mt_rand(0, 100));
$background_color = array(mt_rand(200, 255), mt_rand(200, 255), mt_rand(200, 255));
$jpeg_quality = 90;
?>