letters_filename = "plugins/despam_imgtxt/letters.txt"; /* Temporary image files created */ $this->image_path = "plugins/despam_imgtxt/var/img/"; /* Max string length. Default: 6 characters */ $this->max_string_lenght = 6; /* Image Height */ $this->height = 64; /* Image Width */ $this->width = 20; /* Image BackGround RED color component */ $this->bg_red_color = 0x00; /* Image BackGround GREEN color component */ $this->bg_green_color = 0XFF; /* Image BackGround BLUE color component */ $this->bg_blue_color = 0X00; /* Image TEXT RED color component */ $this->txt_red_color = 0x00; /* Image TEXT GREEN color component */ $this->txt_green_color = 0x00; /* Image TEXT BLUE color component */ $this->txt_blue_color = 0x00; /* How many seconds to sleep before an image generation. Default: 1 second */ $this->dos_sleep = 1; /* Image Life Time in seconds. Default: 2 minutes */ $this->image_lifetime = 2 * 60; /* END OF USER SETTINGS!! */ return true; } } ?>