Author Topic: how to remove Verification code?  (Read 7613 times)

0 Members and 1 Guest are viewing this topic.

Offline MaXi

  • Pre-Newbie
  • Posts: 3
    • View Profile
how to remove Verification code?
« on: August 14, 2006, 10:14:29 PM »


when some one registr....i want that remove!how?

Offline kai

  • Administrator
  • Addicted member
  • *****
  • Posts: 1.423
    • View Profile
    • 4images - Image Gallery Management System
Re: how to remove Verification code?
« Reply #1 on: August 14, 2006, 10:55:38 PM »
It is described in detail in the in the /docs/CAPTCHA.english.txt file.



Quote
  ==========================================================
                        CAPTCHA
  ==========================================================

  Since version 1.7.3, 4images is able to protect forms by
  CAPTCHA.
  You'll find general informations about CAPTCHAS at:
  http://en.wikipedia.org/wiki/Captcha

  The following form can be protected by CAPTCHA:
    - Registration
    - E-Cards
    - Comments
    - Image-Upload

  The folder "captcha" contains all files for generating
  the CAPTCHA images.

  The folder "captcha/backgrounds" constain images
  for the background of the CAPTCHA images.
  A background is selected randomly from this folder.
  New images can be added to this folder and will be used
  for generation.

  The folder "images/fonts" contains fonts for generating
  the display CAPTCHA text.
  A font is selected randomly from this folder.
  New fonts can be added to this folder and will be used
  for generation.

  The file "captcha/wordlist.txt" contains a list of
  words which can be used instead of randomly generated
  strings. This function can be activated with the
  configuration option $captcha_wordfile.

  ----------------------------------------------------------
  How to enable the CAPTCHA system:
  ----------------------------------------------------------

  The CAPTCHA System is enabled by default.

  -- Advanced control of the CAPTCHA system ----------------

  You can control the CAPTCHA system in your config.php with
  the following configuration variables:

  - $captcha_enable = 1;
      A value of 1 enables the CAPTCHA system, 0 disables it.
      Default value is 1.

  - $captcha_enable_comments = 1;
      A value of 1 enables the CAPTCHA system for the comments
      form, 0 disables it.
      Default value is 1.

  - $captcha_enable_upload = 1;
      A value of 1 enables the CAPTCHA system for the upload
      form, 0 disables it.
      Default value is 1.

  - $captcha_enable_registration = 1;
      A value of 1 enables the CAPTCHA system for the
      registration form, 0 disables it.
      Default value is 1.

  - $captcha_enable_postcards = 1;
      A value of 1 enables the CAPTCHA system for the e-cards
      form, 0 disables it.
      Default value is 1.

  - $captcha_path = './captcha';
      Path to the folder which conatins the CAPTCHA files
      (backgrounds, fonts).

  - $captcha_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
      A list of letters which will be used for the
      randomly generated CAPTCHA strings
      Default value is "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".

  - $captcha_length = 5;
      Number of letters of the CAPTCHA strings
      Default value is 5.

  - $captcha_wordfile = 0;
      If this option is set to 1, a word from
      "captcha/wordlist.txt" is used.
      Default value is 0.

  - $captcha_width = 200;
      Width of the CAPTCHA image in pixel.
      Default value is 200.

  - $captcha_height = 70;
      Height of the CAPTCHA image in pixel.
      Default value is 70.

  - $captcha_text_color = "#000000";
      Color (Hex) of the CAPTCHA text.
      Default value is "#000000" (black).

  - $captcha_text_size = 25;
      Size of the CAPTCHA text.
      Default value is 25.

  - $captcha_text_transparency = 60;
      Transparency of the CAPTCHA text.
      Default value is 60.

  - $captcha_filter_text = 1;
      If this option is set to 1, the CAPTCHA text will
      be filtered ("obscured").
      Default value is 1.

  - $captcha_filter_bg = 1;
      If this option is set to 1, the CAPTCHA background
      image will be filtered ("obscured").
      Default value is 1.


Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline MaXi

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: how to remove Verification code?
« Reply #2 on: August 16, 2006, 01:34:53 PM »
and what should i do?)


Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: how to remove Verification code?
« Reply #3 on: August 16, 2006, 01:44:23 PM »
1. read
2. and accordingly act
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Pawel_el

  • Newbie
  • *
  • Posts: 30
    • View Profile
Re: how to remove Verification code?
« Reply #4 on: January 26, 2013, 08:42:29 PM »
Welcome. I did this:

 ==========================================================
                        CAPTCHA
  ==========================================================

  Since version 1.7.3, 4images is able to protect forms by
  CAPTCHA.
  You'll find general informations about CAPTCHAS at:
  xxx: en. wikipedia. org/wiki/Captcha

  The following form can be protected by CAPTCHA:
    - Registration
    - E-Cards
    - Comments
    - Image-Upload

  The folder "captcha" contains all files for generating
  the CAPTCHA images.

  The folder "captcha/backgrounds" constain images
  for the background of the CAPTCHA images.
  A background is selected randomly from this folder.
  New images can be added to this folder and will be used
  for generation.

  The folder "images/fonts" contains fonts for generating
  the display CAPTCHA text.
  A font is selected randomly from this folder.
  New fonts can be added to this folder and will be used
  for generation.

  The file "captcha/wordlist.txt" contains a list of
  words which can be used instead of randomly generated
  strings. This function can be activated with the
  configuration option $captcha_wordfile.

  ----------------------------------------------------------
  How to enable the CAPTCHA system:
  ----------------------------------------------------------

  The CAPTCHA System is enabled by default.

  -- Advanced control of the CAPTCHA system ----------------

  You can control the CAPTCHA system in your config.php with
  the following configuration variables:

  - $captcha_enable = 0;
      A value of 1 enables the CAPTCHA system, 0 disables it.
      Default value is 1.

  - $captcha_enable_comments = 0;
      A value of 1 enables the CAPTCHA system for the comments
      form, 0 disables it.
      Default value is 1.

  - $captcha_enable_upload = 0;
      A value of 1 enables the CAPTCHA system for the upload
      form, 0 disables it.
      Default value is 1.

  - $captcha_enable_registration = 0;
      A value of 1 enables the CAPTCHA system for the
      registration form, 0 disables it.
      Default value is 1.

  - $captcha_enable_postcards = 0;
      A value of 1 enables the CAPTCHA system for the e-cards
      form, 0 disables it.
      Default value is 1.

  - $captcha_path = './captcha';
      Path to the folder which conatins the CAPTCHA files
      (backgrounds, fonts).

  - $captcha_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
      A list of letters which will be used for the
      randomly generated CAPTCHA strings
      Default value is "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".

  - $captcha_length = 5;
      Number of letters of the CAPTCHA strings
      Default value is 5.

  - $captcha_wordfile = 0;
      If this option is set to 1, a word from
      "captcha/wordlist.txt" is used.
      Default value is 0.

  - $captcha_width = 200;
      Width of the CAPTCHA image in pixel.
      Default value is 200.

  - $captcha_height = 70;
      Height of the CAPTCHA image in pixel.
      Default value is 70.

  - $captcha_text_color = "#000000";
      Color (Hex) of the CAPTCHA text.
      Default value is "#000000" (black).

  - $captcha_text_size = 25;
      Size of the CAPTCHA text.
      Default value is 25.

  - $captcha_text_transparency = 60;
      Transparency of the CAPTCHA text.
      Default value is 60.

  - $captcha_filter_text = 1;
      If this option is set to 1, the CAPTCHA text will
      be filtered ("obscured").
      Default value is 1.

  - $captcha_filter_bg = 1;
      If this option is set to 1, the CAPTCHA background
      image will be filtered ("obscured").
      Default value is 1.

Is it good? Next shows the code Verification