Author Topic: Aufruf von index.php führt zu install.php  (Read 13785 times)

0 Members and 1 Guest are viewing this topic.

Offline digi_yogi

  • Newbie
  • *
  • Posts: 10
    • View Profile
Aufruf von index.php führt zu install.php
« Reply #15 on: June 10, 2003, 10:39:45 AM »
s.o. ... bzw. siehe unten nochmals.

Wichtig ist vor allem die Reihenfolge, wie ich sie beschrieben habe ...

Viel Glück!

Yogi

<?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 = "localhost";
$db_name = "xxx";
$db_user = "xxx";
$db_password = "xxx";

$table_prefix = "4images_";

define('4IMAGES_ACTIVE', 1);

?>

Offline mikix

  • Pre-Newbie
  • Posts: 4
    • View Profile
Danke
« Reply #16 on: June 10, 2003, 11:13:26 AM »
Vielen Dank , hat nun geklappt!!

Suuper