ALTRO - Non mi va l'index

Shoe..

Utente Medio
Autore del topic
11 Gennaio 2014
243
29
Miglior risposta
0
Assistenza Tecnica Habbo Retroserver
Titolo
Non mi va l'index
Tipologia del tuo problema/richiesta
ALTRO
CMS/Server/DB/Client Utilizzato
Seansoncms v2
Qual è il tuo errore?
Quando metto l'IP hamachi non mi va
Screenshot
Notice: Undefined variable: language in C:\xampp\htdocs\core.php on line 51

Notice: Undefined variable: language in C:\xampp\htdocs\core.php on line 52

Notice: Use of undefined constant REMOTE_ADDR - assumed 'REMOTE_ADDR' in C:\xampp\htdocs\core.php on line 64

Notice: Undefined variable: y in C:\xampp\htdocs\core.php on line 91

Notice: Undefined index: id in C:\xampp\htdocs\core.php on line 101

Fatal error: Call to undefined function session_is_registered() in C:\xampp\htdocs\core.php on line 170
Ulteriori informazioni
-
 
<?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 = "123";
$sqldb = "bobbel_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.89.149.196/";

// ****** Link Forum ******
// L'url del forum dell'Hotel
$forum = "http://sciax2.it/";

// ****** 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 = "http://images.habbohotel.com/c_images/";
$badgesurl = "album1584/";

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