No, non ho toccato altri file php ho sostituito anche 127.0.01 nei file js col link del mio retro, come hai detto detto tu ecco il config.php:
No, non ho toccato altri file php ho sostituito anche 127.0.01 nei file js col link del mio retro, come hai detto detto tu ecco il config.php:
<?php
/*===================================================+
|| # HoloCMS - Website and Content Management System
|+===================================================+
|| # Copyright

2008 Meth0d. All rights reserved.
|| #
|+===================================================+
|| # 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 = "PASS DB";
//$sqldb = "cagotto2"; // FOR OLDCRYPTO
$sqldb = "cagotto2"; //FOR NEWCRYPTO
// ****** RADIO URL ******
// This option allows you to change radio URL,
// it will changed in the header!
$radio_server = "<iframe src="
" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" width="220" height="80">>"; //
// ****** CREDITS, PIXELS AND POINTS ******
// This option allows you to change credits, pixels, points and max accounts
// when an user get registered in Hotel!
$credits_start = "500000";
$pixels_start = "0";
$points_start = "0";
$motto_start = "Sono un nuovo utente di RETRO!";
$look_start = "ch-3111-63-62.hd-208-1.hr-3163-39.lg-285-77.sh-305-78";
$max_account = 5;
// ****** SITE PATH ******
// The full URL to your site; with an slash added on the end.
$path = "
";
// ****** HOLOCMS ENCRYPTION SYSTEM ******
// How HoloCMS stores password.
// 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 = "".$path."game/c_images/";
$badgesurl = "album1584/";
?>