Tema: Gbook MX
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/10/2005, 22:52
vic_mx
 
Fecha de Ingreso: mayo-2003
Ubicación: Cuernavaca, Mor.
Mensajes: 117
Antigüedad: 21 años, 6 meses
Puntos: 2
Si ya viste instaladas las tablas en la base de datos, tal ves no pusiste chmod 666 sobre el archivo config.php o bien los parametros para conectar son erroneos mira aqui te dejo en config.php como muestra de como se veria:

Código PHP:
<?php
/*==========================================================================*\
|| ######################################################################## ||
|| # Gbook MX v4.2.0 - 14/10/2004                                         # ||
|| # Copyright (c) 2004 by Víctor Simental                                # ||
|| # [email protected] - http://www.Port21.com.mx                       ||
|| # CVS: $RCSfile: config.php $ - $Revision: 4.2.0 $                     # ||
|| # -------------------------------------------------------------------- # ||
|| # 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.       ||
|| # -------------------------------------------------------------------- # ||
|| ######################################################################## ||
\*==========================================================================*/

#####################################
# HELP, NO EDIT THIS                #
# Conect to your Data Base          #
# $dbhost = localhost               #
# $dbuser = user                    #
# $dbpass = password                #
# $dbname = database name           #
# $port    = 5432 //Only PostgreSQL #
# $dbtype = mysql or postgres       #
#####################################

/* Edit this variables */
$dbhost "localhost";
$dbuser "root";
$dbpass "Your_Password";
$dbname "Your_Data_base_name";
$dbtype "mysql";
$myurl  "http://yoursite.com";

//The port Only PostgreSQL
$port   "5432";

 
##############################################

if (eregi("config.php",$_SERVER['PHP_SELF'])) {
    
Header("Location: gbook.php");
    die();
}

?>
Tambien te invito que visites su pagina oficial y el foro de soporte para cualquier cosa:

www.lunasoft.org