Thread obsoleto CMS - Problema XAMPP 1.7.1

Stato
Discussione chiusa ad ulteriori risposte.

Oswald

Utente Medio
Autore del topic
7 Febbraio 2015
207
31
Miglior risposta
0
Assistenza Tecnica Habbo Retroserver
Titolo
Problema XAMPP 1.7.1 Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\includes\mysql.php on line 14
Tipologia del tuo problema/richiesta
CMS
CMS/Server/DB/Client Utilizzato
Lobbo cms v1 By Tapatalk
Qual è il tuo errore?
Quando Metto Ip Del Retro hamachi esce Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\includes\mysql.php on line 14 Questo
Screenshot
Perfavore, Entra oppure Registrati per vedere i Link!
Ulteriori informazioni
Ho Configurato Tutto Ma Non So Perche...


--- Aggiornato ---

ecco il conf.php

--- Aggiornato ---

<?php

// ****** MASTER DATABASE SETTINGS ******
// These are the settings required to connect to your MySQL Database.
$sqlhostname = "localhost";
$sqlusername = "root";
$sqlpassword = "2345Sleep";
$sqldb = "db";

// ****** STATUS CHECKS SYSTEM ******
// This option will allow HoloCMS to perform full status checks. This,
// however, slows down your site A LOT. It is therefore disabled by
// default.
$enable_status_image = "0";

// ****** SITE PATH ******
// The full URL to your site; with an slash added on the end.
$path = "http://25.128.112.75/";

// ****** REFFERAL REWARD ******
// The amount of credits a user recieves upon referring a friend to the
// hotel. Set to '500' by default.
$reward = "50";

// ****** HOLOCMS SYSTEM ADMINISTRATOR ******
// User ID of the System Administrator. Will be granted access to sensitive
// features. Set to '1' by default. This setting will not change your
// ingame priveliges.
$sysadmin = "1";

// ****** HOLOCMS ENCRYPTION SYSTEM ******
// How HoloCMS stores passowrds.
// Do NOT manually change this unless you know what you are doing,
// doing so may corrupt your database.
$encryption = "new";
$hashtext = "";

// ****** BADGES ******
// Where badges are located.
$cimagesurl = "r63/c_images/";
$badgesurl = "/album1584/";

// ****** EMAIL VERIFY ******
// Email verification settings
$email_verify = true;
$email_force_verify = false;
$email_verify_reward = "500";
?>

--- Aggiornato ---

@cix10
 
Stato
Discussione chiusa ad ulteriori risposte.