Author Topic: when i change the config new to disable the captcha is disable it misses up my  (Read 3861 times)

0 Members and 1 Guest are viewing this topic.

Offline p0z

  • Pre-Newbie
  • Posts: 2
    • View Profile
when people would register it would say use verification code.. but they dont get one, i have a code to change the config.new to disable the captcha
$cache_enable = 0;
$captcha_enable_comments = 0;
$captcha_enable_upload = 0;
$captcha_enable_registration = 0;
$captcha_enable_postcards = 0;
$captcha_path = './captcha';
$captcha_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
$captcha_length = 5;
$captcha_wordfile = 0;
$captcha_width = 100;
$captcha_height = 50;
$captcha_text_color = "#000000";
$captcha_text_size = 25;
$captcha_text_transparency = 60;
$captcha_filter_text = 1;
$captcha_filter_bg = 1;

$cache_enable = 0;
$cache_lifetime = 3600;
$cache_path = './../../cache';
$cache_page_index = 0;
$cache_page_categories = 0;
$cache_page_top = 0;
$cache_page_rss = 0;

When i upload and overwrite file i go to my 4 images and  An unexpected error occured. Please try again later. i did what you said and something with my data base. but my server said it is 4 images i have never had this problem before any ideas??????
thanks

Rembrandt

  • Guest
Wellcome to the Forum!
You must edit the "config.php", you can not overwrite the "config.php" the original is not empty.

mfg Andi

Offline p0z

  • Pre-Newbie
  • Posts: 2
    • View Profile
I will try that thanks so so much :D :lol: