Author Topic: Immer wieder zurück auf install.php  (Read 2753 times)

0 Members and 1 Guest are viewing this topic.

Offline Schattenfell

  • Pre-Newbie
  • Posts: 1
    • View Profile
    • http://schattenfell.com
Immer wieder zurück auf install.php
« on: February 18, 2003, 03:08:14 PM »
Mal einige Fragen zur Installation.

Ich habe die Installation.txt befolgt. Nun will ich mich als Admin einloggen, aber immer wenn ich /admin/ aufrufe komme ich zurück auf die install.php. Ich habe die nach der Installation ja gelöscht und deshalb steht da immer "Seite kann nicht angezeigt werden". Wie komme ich aber nun bitte trotzdem in den Adminbereich? Die Tabellen in der DB sind angelegt und der Adminaccount auch.

Außerdem habe ich noch eine andere Frage. Die "config.php" kann er nicht im Hauptordner abspeichern. Wenn ich mir die dann downloade ist der Inhalt so:
Code: [Select]
<?php
/**************************************************************************
 *                                                                        *
 *    4images - A Web Based Image Gallery Management System               *
 *    ----------------------------------------------------------------    *
 *                                                                        *
 *             File&#58; config.php                                           *
 *        Copyright&#58; &#40;C&#41; 2002 Jan Sorgalla                                *
 *            Email&#58; jan@4homepages.de                                    *
 *              Web&#58; http&#58;//www.4homepages.de                             *
 *    Scriptversion&#58; 1.7                                                  *
 *                                                                        *
 *    Never released without support from&#58; Nicky &#40;http&#58;//www.nicky.net&#41;   *
 *                                                                        *
 **************************************************************************
 *                                                                        *
 *    Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz-       *
 *    bedingungen &#40;Lizenz.txt&#41; für weitere Informationen.                 *
 *    ---------------------------------------------------------------     *
 *    This script is NOT freeware! Please read the Copyright Notice       *
 *    &#40;Licence.txt&#41; for further information.                              *
 *                                                                        *
 *************************************************************************/

$db_servertype =

Das ist ja auch irgendwie nicht ganz abgeschlossen, oder doch? Wäre nett, wenn mir hier jemand weiterhelfen könnte.
Locating Signature: 3...2...1...
No Signature found :(.

Offline kwon

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Immer wieder zurück auf install.php
« Reply #1 on: February 18, 2003, 04:14:03 PM »
hmm, also bei mir sieht die so aus... lade doch einfach nochma neu runter...

Quote
<?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                                                  *
 *                                                                        *
 *    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);

?>