Author Topic: Fehler Bestätigungs Code Captcha 1.7.6 PHP Version 5.2.3  (Read 6820 times)

0 Members and 1 Guest are viewing this topic.

Spacemanager

  • Guest
Fehler Bestätigungs Code Captcha 1.7.6 PHP Version 5.2.3
« on: April 07, 2008, 06:32:47 PM »
Hi...

Kann mir jemand sagen, warum keine Zeichen im Captcha Code angezeigt werden? Alle Dateien befinden sich im Verzeichnis, Schreibrechte sind richtig gesetzt. GDlib und Imagemagic vorhanden und auch mit anderen Programmen noch nie ein Problem gewesen.

PHP Version 5.2.3

Einer ne Idee?

Danke

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Fehler Bestätigungs Code Captcha 1.7.6 PHP Version 5.2.3
« Reply #1 on: April 07, 2008, 06:37:13 PM »
hallo,

seltsam, nicht mal eine Fehlermeldung erscheint...
http://www.imagebay.eu/captcha.php

hast du was in global.php oder config.php bezüglich captcha verändert oder standart Einstellungen?



################### EDIT #####################

Kann den Fehler nur nachbilden, wenn ich in global.php
Code: [Select]
$captcha_wordfile            = 1;
einstelle, und in:
captcha/words.txt
alles rauslösche



Kurt

Spacemanager

  • Guest
Re: Fehler Bestätigungs Code Captcha 1.7.6 PHP Version 5.2.3
« Reply #2 on: April 07, 2008, 07:05:03 PM »
Hi...

Ich habe gar nichts geändert. Das ist die Standard Installation.

cu Till

Spacemanager

  • Guest
Re: Fehler Bestätigungs Code Captcha 1.7.6 PHP Version 5.2.3
« Reply #3 on: April 08, 2008, 12:35:07 PM »
Keiner eine Idee? Selbst die Entwickler nicht?

So fuktioniert es ja: http://www.imagebay.eu/captcha.php und es ist die Standardinstallation.

Till

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Fehler Bestätigungs Code Captcha 1.7.6 PHP Version 5.2.3
« Reply #4 on: April 08, 2008, 12:54:32 PM »
... versuch mal eine neue Captcha-Konfiguration ...
... eine Anleitung : http://www.4homepages.de/forum/index.php?topic=14690.0 ...
... oder gleich eine neue Konfiguration : http://www.4homepages.de/forum/index.php?topic=21028.0 ...
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) ...

Spacemanager

  • Guest
Re: Fehler Bestätigungs Code Captcha 1.7.6 PHP Version 5.2.3
« Reply #5 on: April 08, 2008, 01:10:43 PM »
Also abschalten geht ;-) Nein, das ändert überhaupt nix. Mit anderen Benutzerdaten angemeldet, trotzdem das gleiche.

Sonst noch ne Idee? Die Captcha Funktion läuft bei mir ja auch auf anderen Seiten: z.B. www.fliegendefotografen.de unter Kontakt..

Danke

Till

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Fehler Bestätigungs Code Captcha 1.7.6 PHP Version 5.2.3
« Reply #6 on: April 08, 2008, 01:26:10 PM »
... Benutzerdaten ... davon habe ich nichts geschrieben ... ?
... und die von dir angeführte Captcha-Funktion hat nichts mit 4images zu tun ... ?
... aber eine Idee noch ...
... da keine Buchstaben gezeigt werden ...
... hast du in deinem Ordner /captcha/fonts/ überhaupt Fonts hinterlegt ... ?
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) ...

Spacemanager

  • Guest
Re: Fehler Bestätigungs Code Captcha 1.7.6 PHP Version 5.2.3
« Reply #7 on: April 08, 2008, 01:31:55 PM »
Nein, ist richtig, nur weil der Admin wohl keinen Captcha eingeben muß.

FliegendeFotografen.de ist eine andere Site aber die auch über GDlib Captchabilder generiert und da funktioniert es.

Schriften, Hintergründe sind installiert und vorhanden. Schreibrechte gesetzt.

Till


Spacemanager

  • Guest
Re: Fehler Bestätigungs Code Captcha 1.7.6 PHP Version 5.2.3
« Reply #8 on: April 08, 2008, 01:51:51 PM »
Update

//--- Start Settings for CAPTCHA --- http://www.4homepages.de/forum/index.php?topic=21028.0 ---
//--- config by mawenzi 31.03.2008 ---
$captcha_enable = 1;  // or 0 disables it.
$captcha_enable_comments = 1; // or 0 disables it.
$captcha_enable_upload = 1;  // or 0 disables it.
$captcha_enable_registration = 1; // or 0 disables it.
$captcha_enable_postcards = 1; // or 0 disables it.
$captcha_path = './captcha';  // Path to the folder which contains the CAPTCHA files (backgrounds, fonts).
//$captcha_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";  // default
//$captcha_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; // also possible
$captcha_chars = "123456789";
$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/words.txt" is used. Default value is 0.
$captcha_width = 135;  // Width of the CAPTCHA image in pixel. Default value is 200.
$captcha_height = 35;  // Height of the CAPTCHA image in pixel. Default value is 70.
$captcha_text_color = "#ffffff";  // Color (Hex) of the CAPTCHA text. Default value is "#000000" (black).
$captcha_text_size = 14; // Size of the CAPTCHA text. Default value is 25.
$captcha_text_transparency = 100; // Transparency of the CAPTCHA text. Default value is 60.
$captcha_filter_text = 0;  // If this option is set to 1, the CAPTCHA fonts 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.
//--- End Settings for CAPTCHA ---

Schrift auf Weiß gesetzt, andere Schrift installiert, Schrift etwas größer gesetzt.