ich bin immer noch auf Fehlersuche was meine fehlendes Bild des Bestätigunscodes angeht. Da alle anderen Lösungsvorschläge im Fourm nicht zum gewünschten Erfolg geführt haben, habe ich jetzt einfach mal die Quellcodes anderer php Foren mit Captcha verglichen und bin auf einen Unterschied gestoßen, weiß aber nicht, wo ich die entsprechende Einstellung finde:
Und zwar ist es folgender Eintrag:
Code: Alles auswählen
<dl>
<dt><label for="confirm_code">Bestätigungscode:</label></dt>
<dd><img src="./ucp.php?mode=confirm&confirm_id=59f47ad14b843e4da35f99b36ab9c668&type=1" alt="Bestätigungscode" /></dd>
<dd><input type="text" name="confirm_code" id="confirm_code" size="8" maxlength="8" tabindex="8" class="inputbox narrow" title="Bestätigungscode" />
<input type="submit" name="refresh_vc" id="refresh_vc" class="button2" value="Neuer Code" />
<input type="hidden" name="confirm_id" id="confirm_id" value="59f47ad14b843e4da35f99b36ab9c668" /></dd>
Code: Alles auswählen
<dl>
<dt><label for="confirm_code">Bestätigungscode:</label></dt>
<dd><img src="./ucp.php?mode=confirm&id=70a47e0df22c296adea2ade865290762&type=1" alt="" title="" /></dd>
<dd><input type="text" name="confirm_code" id="confirm_code" size="8" maxlength="8" class="inputbox narrow" title="Bestätigungscode" /></dd>