PHPnuke funzt nicht richtig

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

Postby DJ DHG » 09. May 2003 17:35

dann poste mal bitte deine conf...

und hast du die sql datei in die datenbank eingefügt?

mfg DJDHG
User avatar
DJ DHG
AF Moderator
 
Posts: 2455
Joined: 27. December 2002 13:50
Location: Kiel

Postby Guest » 09. May 2003 19:06

DJ DHG wrote:und siehe da es lief

tut es schon aber dann kommt jetzt das:

Fatal error: Call to undefined function: message_die() in H:\wampp2\htdocs\phpnuke\db\db.php on line 88

was ist das schon wieder???
oh mann ich werde noch verrückt! (binn ich zwar schon aber ...) :wink:
Guest
 

Postby Guest » 09. May 2003 20:53

DJ DHG wrote:dann poste mal bitte deine conf...

und hast du die sql datei in die datenbank eingefügt?

mfg DJDHG


welche conf...?

ja, ich habe die sql-datei in die datenbank eingefügt...
Guest
 

Postby Pc-dummy » 09. May 2003 21:18

die config.php von phpnuke

MFG
Pc-Dummy

P.s.: Im IRC gibt es schnellere hilfe *g*
Pc-dummy
AF Moderator
 
Posts: 784
Joined: 29. December 2002 01:46
Location: AT-Vorarlberg-Feldkirch

achsooooo

Postby alex » 10. May 2003 07:19

:oops: :oops: :oops: :oops:
wie peinlich

SCHULDIGUNG!!!!
ich habe vergessen einen benutzer in phpmyadmin zu erstellen
:oops: :oops: :oops: :oops:
alex
 

Postby Snoopmore » 10. May 2003 16:54

hier ist die conf. ich hab die mysql-daten nicht verschlüsselt, da ich das eh nicht im internet laufen lasse... und: ja, der name und das passwort sin richtig...

Code: Select all
<?php

/************************************************************************/
/* 4n NukeWare - phpNUKE (VKP)                                          */
/* ==================================================================== */
/* By NukeWare (Marco Wiesler) (nukeware@4thdimension.de)               */
/* http://www.nukeware.net @ 4thDimension.de Networking                 */
/* ==================================================================== */
/* Based on:                                                            */
/* phpNUKE Version 5.6                                                  */
/* Author: Francisco Burzi (fbc@mandrakesoft.com)                       */
/* Web: http://phpnuke.org                                              */
/* ==================================================================== */
/* also an different addons/themes/modifications                        */
/* ==================================================================== */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License.       */
/************************************************************************/

######################################################################
# Datenbank & System Konfiguration / Database & System Configuration
# dbhost:        SQL Datenbank / SQL Database Hostname
# dbuname:       SQL Benutzer / Username
# dbpass:        SQL Passwort / Password
# dbname:        SQL Datenbank / Database Name
# $prefix:       Your Database table's prefix
# $user_prefix:  Your Users' Database table's prefix (To share it)
# $dbtype:       Your Database Server type. Supported servers are:
#                MySQL, mSQL, PostgreSQL, PostgreSQL_local, ODBC,
#                ODBC_Adabas, Interbase, and Sybase.
#                Be sure to write it exactly as above, case SeNsItIvE!
######################################################################

$dbhost = "localhost";
$dbuname = "root";
$dbpass = "";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";

/*********************************************************************/
/* You finished to configure the Database. Now you can change all    */
/* you want in the Administration Section.   To enter just launch    */
/* you web browser pointing to http://yourdomain.com/admin.php       */
/*                                                                   */
/* Remember to go to Settings section where you can configure your   */
/* new site. In that menu you can change all you need to change.     */
/*                                                                   */
/* Remember to chmod 666 this file in order to let the system write  */
/* to it properly. If you can't change the permissions you can edit  */
/* the rest of this file by hand.                                    */
/*                                                                   */
/* Congratulations! now you have an automated news portal!           */
/* Thanks for choose 4nNukeWare: The other phpNUKE dimension         */
/*********************************************************************/


######################################################################
# General Site Configuration
#
# $sitename:      Your Site Name
# $nukeurl:       Complete URL for your site (Do not put / at end)
# $site_logo:     Logo for Printer Friendly Page (best use black/white graphic)
# $slogan:        Your site's slogan
# $startdate:     Start Date to display in Statistic Page
# $adminmail:     Site Administrator's Email
# $anonpost:      Allow Anonymous to Post Comments? (1=Yes 0=No)
# $Default_Theme: Default Theme for your site (case sensitive!)
# $foot(x):       Messages for all footer pages (Can include HTML code)
# $commentlimit:  Maximum number of bytes for each comment
# $anonymous:     Anonymous users Default Name
# $minpass:       Minimum character for users passwords
# $pollcomm:      Activate comments in Polls? (1=Yes 0=No)
# $articlecomm:   Activate comments in Articles? (1=Yes 0=No)
######################################################################

$sitename = "4nNukeWare v0.91";
$nukeurl = "http://server/4nnukeware";
$site_logo = "logo.gif";
$slogan = "4nNukeWare - the other phpNUKE Dimension";
$startdate = "October 2002";
$adminmail = "webmaster@localhost";
$anonpost = 0;
$Default_Theme = "4nnukeware1";
$foot1 = "4nNukeWare";
$foot2 = "Version 0.91";
$foot3 = "Release Date: 27.10.2002";
$commentlimit = 4096;
$anonymous = "Anonymous";
$minpass = 5;
$pollcomm = 1;
$articlecomm = 1;

######################################################################
# General Stories Options
#
# $top:       How many items in Top Page?
# $storyhome: How many stories to display in Home Page?
# $oldnum:    How many stories in Old Articles Box?
# $ultramode: Activate ultramode plain text file backend syndication? (1=Yes 0=No  Need to chmod 666 ultramode.txt file)
######################################################################

$top = 10;
$storyhome = 10;
$oldnum = 30;
$ultramode = 0;

######################################################################
# Banners/Advertising Configuration
#
# $banners: Activate Banners Ads for your site? (1=Yes 0=No)
######################################################################

$banners = 0;

######################################################################
# XML/RDF Backend Configuration
#
# $backend_title:    Backend title, can be your site's name and slogan
# $backend_language: Language format of your site
######################################################################

$backend_title = "4nNukeWare";
$backend_language = "en-us";

######################################################################
# Site Language Preferences
#
# $language: Language of your site (You need to have lang-xxxxxx.php file for your selected language in the /language directory of your site)
# $locale:   Locale configuration to correctly display date with your country format. (See /usr/share/locale)
######################################################################

$language = "english";
$locale = "en_US";

######################################################################
# Multilingual Configuration
#
# $multilingual: Activate multilingual features? (1=Yes 0=No) No means you only want to use interface language switching.
# $autodetectlang: Activate auto detection of the visitor's browser language to autoswitch to the corresponding language.
# $useflags: (1=Yes 0=No) If set to Yes , flags will be used for the language switching , if set to No a dropdown box will be displayed
######################################################################

$multilingual = "1";
$useflags = "1";

######################################################################
# Notification of News Submissions
#
# $notify:         Notify you each time your site receives a news submission? (1=Yes 0=No)
# $notify_email:   Email, address to send the notification
# $notify_subject: Email subject
# $notify_message: Email body, message
# $notify_from:    account name to appear in From field of the Email
######################################################################

$notify = 0;
$notify_email = "webmaster@localhost";
$notify_subject = "NEUES/NEW --> Homepage";
$notify_message = "NEUE Einträge sind auf der Homepage vorhanden.<br>NEW entrys are avaible on the homepage.";
$notify_from = "Webmaster";

######################################################################
# Moderation Config (not 100% working)
#
# $moderate:   Activate moderation system? (1=Yes 0=No)
# $resons:     List of reasons for the moderation (each reason under quotes and comma separated)
# $badreasons: Number of bad reasons in the reasons list
######################################################################

$moderate = 0;
$reasons = array("As Is",

                    "Offtopic",

                    "Flamebait",

                    "Troll",

                    "Redundant",

                    "Insighful",

                    "Interesting",

                    "Informative",

                    "Funny",

                    "Overrated",

                    "Underrated");
$badreasons = 4;

######################################################################
# Some Graphics Options
#
# $admingraphic: Activate graphic menu for Administration Menu? (1=Yes 0=No)
# $tipath:       Topics images path (put / only at the end, not at the begining)
# $userimg:      User images path (No / at begining and at the end)
# $adminimg:     Administration system images path (put / only at the end, not at the begining)
######################################################################

$admingraphic = 1;
$tipath = "images/topics/";
$userimg = "images/menu";
$adminimg = "images/admin/";

######################################################################
# HTTP Referers Options
#
# $httpref:    Activate HTTP referer logs to know who is linking to our site? (1=Yes 0=No)# $httprefmax: Maximum number of HTTP referers to store in the Database (Try to not set this to a high number, 500 ~ 1000 is Ok)
######################################################################

$httpref = 0;
$httprefmax = 1000;

######################################################################
# Allowable HTML tags
#
# $AllowableHTML: HTML command to allow in the comments
#                  =>2 means accept all qualifiers: <foo bar>
#                  =>1 means accept the tag only: <foo>
######################################################################

$AllowableHTML = array("b"=>1,

                    "i"=>1,

                    "a"=>2,

                    "em"=>1,

                    "br"=>1,

                    "strong"=>1,

                    "blockquote"=>1,

                    "tt"=>1,

                    "li"=>1,

                    "ol"=>1,

                    "ul"=>1);

######################################################################
# Filters Options
#
# $CensorList:        List of bad word to be replaced on Comments
# $CensorMode:          0 = No Filtering (leave the bad words)
#                         1 = Exact Match
#                        2 = Match Word at the Begining
#                        3 = Match String Anywhere in the Text
# $CensorReplace:        String to replace bad words
######################################################################

$CensorList = array("fuck",

                    "cunt",

                    "fucker",

                    "fucking",

                    "pussy",

                    "cock",

                    "c0ck",

                    "cum",

                    "twat",

                    "clit",

                    "bitch",

                    "fuk",

                    "fuking",

                    "motherfucker");
$CensorMode = 1;
$CensorReplace = "*****";

######################################################################
# Do not touch the following options!
######################################################################

# START - DO NOT REMOVE OR EDIT THE FOLLOWING COPYRIGHT LINES
$foot4 = "<font size=\"1\">Web site Engines code is <a href=\"http://www.nukeware.net\" target=\"_blank\">NukeWare</a> (based on <a href=\"http://www.phpnuke.org\" target=\"_blank\">phpNUKE</a>). NukeWare & phpNUKE are released under the <a href=\"http://www.gnu.org\" target=\"_blank\">GNU/GPL</a> license.</font>";
$Version_Num = "5.6/6.0";
$Version_Num2 = "0.91";
# END - COPYRIGHT LINES ENDS HERE

if (eregi("config.php",$PHP_SELF)) {
    Header("Location: index.php");
    die();
}

?>
Snoopmore
 

Postby DJ DHG » 10. May 2003 17:03

@Snoopmore

komm mal bitte in den IRC chat

zugangsdaten findest du hier

http://www.apachefriends.org/extra.html

mfg DJDHG
User avatar
DJ DHG
AF Moderator
 
Posts: 2455
Joined: 27. December 2002 13:50
Location: Kiel

Postby Snoopmore » 10. May 2003 18:56

dann komm du um 22:00 Uhr auch darein. ich bin dann drin..
Snoopmore
 

Previous

Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 67 guests