Index du Forum » » Bugs, Probs ...

Auteur

page blanche
enthalpie
147     

  Posté : 08-10-2008 14:48

OH oui

root sans pswd c'est normal pas une erreur

<?php
######################################################################
# DUNE by NPDS : Net Portal Dynamic System
# Based on PhpNuke 4.x source code
# ===================================================
#
# This version name NPDS Copyright (c) 2001-2007
#
# This module is to configure the main options for your site
#
# 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.
######################################################################

######################################################################
# ========================
# Database & System Config
# ========================
# dbhost: MySQL Database Hostname
# dbuname: MySQL Username
# dbpass: MySQL Password
# dbname: MySQL Database Name
# mysql_p: Persistent connection to MySQL Server (1) or Not (0)
# =======================
# system: 0 for Unix/Linux, 1 for Windows
# system_md5: 0 for NOT USED Authors' Password encryption / 1 for USED Author's Password Encryption
######################################################################

$dbhost = "localhost";
$dbuname = "root";
$dbpass = "";
$dbname = "npds";
$mysql_p = "1";
# =======================
$system = 0;
$system_md5 = 1;

/*********************************************************************/
/* 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 */
/* */
/* At the prompt use the following ID to login (case sensitive): */
/* */
/* AdminID: Root */
/* Password: Password */
/* */
/* Be sure to change inmediately the Root login & password clicking */
/* on Edit Admin in the Admin menu. After that, click on Preferences */
/* to configure your new site. In that menu you can change all you */
/* need to change. */
/* */
/*********************************************************************/



######################################################################
# General Site Configuration
#
# $parse: Select the parse function you want to use for preference
# $gzhandler: Select Yes for sending compressed html. Only work with Php 4.05 or > + Zlib
# $admin_cook_duration : Duration in hour for Admin cookie (default 24)
# $user_cook_duration: Duration in hour for Admin cookie (default 24)
# $sitename: Your Site Name
# $Titlesitename: Your Site Phrase for the Title (html Title Tag) off the HTML Page
# $nuke_url: Complete URL for your site (Do not put / at end)
# $site_logo: Logo for Printer Friendly Page (It's good to have a Black/White graphic)
# $slogan: Your site's slogan
# $startdate: Start Date to display in Statistic Page
# $moderate: Moderation of comments
# $anonpost: Allow Anonymous to Post Comments? (1=Yes 0=No)
# $troll_limit: Maximum Number off Comments per user (24H)
# $mod_admin_news Allow only Moderator and Admin to Post News? (1=Yes 0=No)
# $not_admin_count Don't record Admin's Hits in stats (1=Yes=>don't rec 0=No=>rec)
# $Default_Theme: Default Theme for your site (See /themes directory for the complete list, case sensitive!)
# $Start_Page: Default Page for your site (default : index.php but you can use : topics.php, links.php ...)
# $foot(x): Messages for all footer pages (Can !include! HTML code)
# $anonymous: Anonymous users Default Name
# $site_font: Font for your entire site (Comma separated for many fonts type)
# $minpass: Minimum character for users passwords
# $show_user: Number off user showed in memberslist page
# $pollcomm: Activate comments in Polls? (1=Yes 0=No)
######################################################################

$parse = "1";
$gzhandler = "1";
$admin_cook_duration = "240";
$user_cook_duration = "8000";
$sitename = "NPDS SABLE Evolution";
$Titlesitename = "NPDS - générateur de portail Php / Mysql en Open Source";
$nuke_url = "http://192.168.1.99/npds";
$site_logo = "themes/Permanent-Double-Side/images/npds_p.gif";
$slogan = "NPDS SABLE Evolution";
$startdate = "01/10/2008";
$anonpost = 1;
$troll_limit = 5;
$moderate = 2;
$mod_admin_news = 0;
$not_admin_count = 1;
$Default_Theme = "Permanent-Double-Side";
$Start_Page = "index.php?op=edito";



Cet article provient de NPDS

http://www.npds.org/viewtopic.php?topic=23883&forum=1