Thread obsoleto Urgente Problema Retroserver e XAMPP

Diamantex

Utente Medio
Autore del topic
4 Dicembre 2010
132
9
Miglior risposta
0
Ciao a tutti!
Ho scaricato il db, il cms e xampp consigliata la 1.7.1 (vecchia)
Ho cancellato htdocs e messo quella scaricata.
Bene.. ho fatto partire apache e myslq, tutti aperti e running.

Configurazione (come scaricato):

<?php
/*===================================================+
|| # HoloCMS - Website and Content Management System
|+===================================================+
|| # Copyright © 2008 Meth0d. All rights reserved.
|| #
Perfavore, Entra oppure Registrati per vedere i Link!

|+===================================================+
|| # HoloCMS is provided "as is" and comes without
|| # warrenty of any kind. HoloCMS is free software!
|+===================================================*/

/*-------------------------------------------------------*\
| ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
+---------------------------------------------------------+
| If you get any errors while attempting to connect to |
| MySQL, you will need to email your webhost because we |
| cannot tell you the correct values for the variables |
| in this file. |
\*-------------------------------------------------------*/

// ****** MASTER DATABASE SETTINGS ******
// These are the settings required to connect to your MySQL Database.
$sqlhostname = "localhost";
$sqlusername = "root";
$sqlpassword = "10euro";
$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://2xxxxxx2/";

// ****** 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 = "6";

// ****** 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 = "old";
$hashtext = "";

// ****** BADGES ******
// Where badges are located.
$cimagesurl = "http://yabbohotit.webnet32.com/r63/c_images/";
$badgesurl = "album1584/";

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


nella site path ho messo il mio indirizzo IP.. giusto no? >_>
Ecco ho reso sicura la mia password da XAMPP, ripetendola 3 volte e facendo cambia password.

Poi vado su myphpadmin e niente..
Impossibile eseguire il login nel server MySQL.. come mai?
Ho windows 8.1.. ma non credo sia quello il problema:soso:

(Non mi fa caricare l'immagine, dice che non è valida nè png e nè jpg):cry:
 
Ultima modifica:
Ciao a tutti!
Ho scaricato il db, il cms e xampp consigliata la 1.7.1 (vecchia)
Ho cancellato htdocs e messo quella scaricata.
Bene.. ho fatto partire apache e myslq, tutti aperti e running.

Configurazione (come scaricato):

<?php
/*===================================================+
|| # HoloCMS - Website and Content Management System
|+===================================================+
|| # Copyright © 2008 Meth0d. All rights reserved.
|| #
Perfavore, Entra oppure Registrati per vedere i Link!

|+===================================================+
|| # HoloCMS is provided "as is" and comes without
|| # warrenty of any kind. HoloCMS is free software!
|+===================================================*/

/*-------------------------------------------------------*\
| ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
+---------------------------------------------------------+
| If you get any errors while attempting to connect to |
| MySQL, you will need to email your webhost because we |
| cannot tell you the correct values for the variables |
| in this file. |
\*-------------------------------------------------------*/

// ****** MASTER DATABASE SETTINGS ******
// These are the settings required to connect to your MySQL Database.
$sqlhostname = "localhost";
$sqlusername = "root";
$sqlpassword = "10euro";
$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://2.36.133.52/";

// ****** 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 = "6";

// ****** 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 = "old";
$hashtext = "";

// ****** BADGES ******
// Where badges are located.
$cimagesurl = "http://yabbohotit.webnet32.com/r63/c_images/";
$badgesurl = "album1584/";

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


nella site path ho messo il mio indirizzo IP.. giusto no? >_>
Ecco ho reso sicura la mia password da XAMPP, ripetendola 3 volte e facendo cambia password.

Poi vado su myphpadmin e niente..
Impossibile eseguire il login nel server MySQL.. come mai?
Ho windows 8.1.. ma non credo sia quello il problema:soso:

(Non mi fa caricare l'immagine, dice che non è valida nè png e nè jpg):cry:

Hosta l'immagine qua:
Perfavore, Entra oppure Registrati per vedere i Link!
è poi posta lo screen.

Vai su c:/xampp/phpmyadmin/config.inc e postamelo.
 
Perfavore, Entra oppure Registrati per vedere i Link!
IMMAGINE

config.inc è questo:
<?php
/*
* This is needed for cookie based authentication to encrypt password in
* cookie
*/
$cfg['blowfish_secret'] = 'xampp'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */

/*
* Servers configuration
*/
$i = 0;

/*
* First server
*/
$i++;

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['AllowNoPasswordRoot'] = true;

/* User for advanced features */
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = '';

/* Advanced phpMyAdmin features */
$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
$cfg['Servers'][$i]['relation'] = 'pma_relation';
$cfg['Servers'][$i]['table_info'] = 'pma_table_info';
$cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
$cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
$cfg['Servers'][$i]['column_info'] = 'pma_column_info';
$cfg['Servers'][$i]['history'] = 'pma_history';
$cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';

/*
* End of servers configuration
*/

?>


Come mai? Ho questi problemi? :emoji_slight_frown:

Io volendo ho anche Teamviewer.. :emoji_slight_smile:
 
Ultima modifica:
Infatti prima mi faceva entrare.. mmm credo che non va, ho provato adesso ho messo quella ma da quell'errore.. si può risolvere?
screen:
14xla48.png
 
Niente da fare.. ho anche cancellato la cronologia, cosa può essere? non potresti assistermi con Team gentilmente?


Errore di una pagina:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\includes\mysql.php on line 13

Errore del CMS:
Non Riesco a connettermi al databse MySQL!
 
Niente da fare.. ho anche cancellato la cronologia, cosa può essere? non potresti assistermi con Team gentilmente?


Errore di una pagina:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\includes\mysql.php on line 13

Errore del CMS:
Non Riesco a connettermi al databse MySQL!

Si da assistenza solo sul forum.
Cancella la cartella di xampp dal c: e reinstallalo.
 
Va bene.. avevo già provato ora riprovo, e rifaccio cosa? devo cambiare l'ip di nuovo? Devo fare altro?

Ecco cosa ho trovato adesso reinstallando:
6p19pc.png
 
Ultima modifica:
Prima lo disinstallo però..
Ok disinstallo ma dice che è aperto in un'altro file ma non c'è neanche in background sono sicuro.. i servizi come faccio? ora guardo task manager, ok reinstallando..

- - - Aggiornato - - -
Risolto.. COME METTO ONLINE L'HOTEL?
 
Ultima modifica: