Author Topic: Wie Bestätigungscode ausschalten ?  (Read 5641 times)

0 Members and 1 Guest are viewing this topic.

Offline Tobias93

  • Pre-Newbie
  • Posts: 8
    • View Profile
    • Abenteuer-Tiere
Wie Bestätigungscode ausschalten ?
« on: May 19, 2007, 02:47:16 PM »
Hey,

wie kann man den bestätigungscode entfernen ?(Also das man kein bestätigungscode mehr eingeben muss !)

MfG Tobi

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Wie Bestätigungscode ausschalten ?
« Reply #1 on: May 19, 2007, 02:52:08 PM »

Offline Tobias93

  • Pre-Newbie
  • Posts: 8
    • View Profile
    • Abenteuer-Tiere
Re: Wie Bestätigungscode ausschalten ?
« Reply #2 on: May 19, 2007, 04:02:21 PM »
Hey,

sry ich versteh es nicht so ganz , da es ja in Englisch ist !

Soll ich einfach den Ordner CAPTCHA entfernen um den Code auszuschalten ?

MfG tobi

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Wie Bestätigungscode ausschalten ?
« Reply #3 on: May 19, 2007, 04:13:35 PM »
Hallo,

nein, das gibt eher Probleme !!

in config.php
suche:
Code: [Select]
define("4IMAGES_ACTIVE", 1);
danach einfügen:
Code: [Select]
$captcha_enable = 0;
$captcha_enable_comments = 0;
$captcha_enable_upload = 0;
$captcha_enable_registration = 0;
$captcha_enable_postcards = 0;
Jetzt ist Capcha für alles auf off geschaltet  :?
Hoffentlich wirst du mit dem Löschen von Spam fertig  :wink:

Gruß
Kurt

Offline Tobias93

  • Pre-Newbie
  • Posts: 8
    • View Profile
    • Abenteuer-Tiere
Re: Wie Bestätigungscode ausschalten ?
« Reply #4 on: May 19, 2007, 05:34:13 PM »
hey,

die datei Config.php gibt es nicht !
Soll ich config.new.php nehmen ?

MfG Tobi

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Wie Bestätigungscode ausschalten ?
« Reply #5 on: May 19, 2007, 05:41:12 PM »
und wo stehen deine Angaben zur datenbank :?8O
Normalerweise sollte es die config.php sein

Offline Tobias93

  • Pre-Newbie
  • Posts: 8
    • View Profile
    • Abenteuer-Tiere
Re: Wie Bestätigungscode ausschalten ?
« Reply #6 on: May 19, 2007, 05:43:48 PM »
Hier der code :

Code: [Select]
<?php
/**************************************************************************
 *                                                                        *
 *    4images - A Web Based Image Gallery Management System               *
 *    ----------------------------------------------------------------    *
 *                                                                        *
 *             File: config.php                                           *
 *        Copyright: (C) 2002 Jan Sorgalla                                *
 *            Email: jan@4homepages.de                                    *
 *              Web: http://www.4homepages.de                             *
 *    Scriptversion: 1.7.4                                                *
 *                                                                        *
 *    Never released without support from: Nicky (http://www.nicky.net)   *
 *                                                                        *
 **************************************************************************
 *                                                                        *
 *    Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz-       *
 *    bedingungen (Lizenz.txt) für weitere Informationen.                 *
 *    ---------------------------------------------------------------     *
 *    This script is NOT freeware! Please read the Copyright Notice       *
 *    (Licence.txt) for further information.                              *
 *                                                                        *
 *************************************************************************/

$db_servertype "mysql";
$db_host "";
$db_name "";
$db_user "";
$db_password "";

$table_prefix "4images_";

define("4IMAGES_ACTIVE"1);

$captcha_enable 0;
$captcha_enable_comments 0;
$captcha_enable_upload 0;
$captcha_enable_registration 0;
$captcha_enable_postcards 0;

?>

Offline Tobias93

  • Pre-Newbie
  • Posts: 8
    • View Profile
    • Abenteuer-Tiere
Re: Wie Bestätigungscode ausschalten ?
« Reply #7 on: May 19, 2007, 05:45:28 PM »
Hey,

das funktioniert eh nicht :( !

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Wie Bestätigungscode ausschalten ?
« Reply #8 on: May 19, 2007, 05:49:04 PM »
Schwachsinn

in die config.php
läuft 4images bereits :?:
Also muss auch eine config.php da sein

das ist doch ne leere, oder siehst du hier Datenbankeinträge

Kurt