PDA

Voir la version complète : salut probleme instal d'aide svp


super cool
15/03/2003, 14h00
boujours j'ai un probleme avec le fichier config vbport

il me donne que ca est rien exlique de plus

q'on m'explique

<?php
/************************************************** **********************/
/* vbPortal: a CMS add-on for vBulletin 2.x */
/* vBulletin is Copyright ©2000, 2001, Jelsoft Enterprises Limited. */
/* =========================== */
/* vbPortal */
/* Copyright (c) 2001 by William A. Jones */
/* http://www.phpportals.com */
/* =========================== */
/* Portions are Based on PHP-NUKE: Web Portal System */
/* Copyright (c) 2001 by Francisco Burzi (fbc@mandrakesoft.com) */
/* http://phpnuke.org */
/* */
/* The portions of this program Based on PHP-NUKE are free software. */
/* You can redistribute and/or modify those portions under the terms of */
/* the GNU General Public License as published by the Free Software */
/* Foundation; either version 2 of the License. */
/************************************************** **********************/

################################################## ####################
# This module is to configure the main options for your site
#
# This module 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.
################################################## ####################


################################################## ####################
# General Site Configuration
#
# $sitename: Your Site Name
# $nukeurl: Complete URL for your site (Do not put / at end)
# $bburl: Complete URL to vbulletin (Do not put / at end)
# $nukepath: System path to your site (Do not put / at end)
# $vbpath: System path to your vBulletin sub-directory (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
################################################## ####################

$sitename = "vbPortal";
$nukeurl = "http://localhost/public_html";
$bburl = "http://localhost/public_html/forums";
$nukepath ="C:/Program Files/EasyPHP/www/public_html";
$vbpath ="C:/Program Files/EasyPHP/www/public_html/forums";
$slogan = "vbPortal a CMS addon for vBulletin";
$startdate = "July 17th, 2001";
################################################## ####################
# Database & System Config
# Uses vBulletin config
# $prefix: Database Table prefix, Do not touch, there are still a few hard coded table names
################################################## ####################

include($vbpath ."/admin/config.php");
$dbhost = $servername;
$dbuname = $dbusername;
$dbpass = $dbpassword;
$dbname = $dbname;
$system = 0;
$prefix = "nuke";