###############################################################################
# SecSettings.txt                                                             #
###############################################################################

$regcheck = 1;                                                        # Set to 1 if you want to enable automatic flood protection enabled
$gpvalid_en = 0;                                                      # Set to 1 if you want to enable validation code on guest posting
$codemaxchars = 6;                                                    # Set max length of validation code (15 is max)
$captchastyle = "L";                                                  # Set L = lowercase only, U = uppercase only, A = both upper and lowercase letters
$rgb_foreground = "0000EE";                                           # Set hex RGB value for validation image foreground color
$rgb_shade = "999999";                                                # Set hex RGB value for validation image shade color
$rgb_background = "FFFFFF";                                           # Set hex RGB value for validation image background color
$translayer = 0;                                                      # Set to 1 background for validation image should be transparent
$randomizer = 0;                                                      # Set 0 to 3 to create background random noise based on foreground or shade color or both
$distortion = 0;                                                      # Set 1 to distort the captcha image even more
$stealthurl = 0;                                                      # Set to 1 to mask referer url to hosts if a hyperlink is clicked.
$do_scramble_id = 1;                                                  # Set to 1 scambles all visible links containing user ID's
$referersecurity = 0;                                                 # Set to 1 to activate referer security checking.
$sessions = 1;                                                        # Set to 1 to activate session id protection.
$show_online_ip_admin = 1;                                            # Set to 1 to show online IP's to admins.
$show_online_ip_gmod = 1;                                             # Set to 1 to show online IP's to global moderators.
$masterkey = "kAF1vmbBJMSoxEpih82YrIM2";                              # Seed for encryption of captcha's

1;
