Problema Problema quickregister/start.php#

Balox

Nuovo utente
Autore del topic
4 Febbraio 2013
42
9
Miglior risposta
0
Ho un problema quando effettuo la registrazione inserisco data di nascita e sesso clicco Il bottone Avanti e non va rimane in quella pagina come risolvo posto screen:

Perfavore, Entra oppure Registrati per vedere i Link!
 
Ultima modifica:
Riferimento: Problema quickregister/start.php#

ti conviene cambiare Quick Register , io ho fatto così , a me con quel cms mi dava il problema sul bottone dell'amministrazione quando accedevo.
 
Riferimento: Problema quickregister/start.php#

Ndivia non è uqestione di nulla si sarà buggato, cambia Quick con quello di haddo cms!
 
Riferimento: Problema quickregister/start.php#

Ancora nnt lo sostituito con quello che mi hai dato ma nessun risultato sempre lo stesso :emoji_slight_frown:
Nel config, in questa stringa:
Codice:
Perfavore, Entra oppure Registrati per vedere i codici!
Hai messo l'ip del retro? Se non lo hai fatto è questo il motivo per cui non va avanti il quickregister.
 
Riferimento: Problema quickregister/start.php#

Ho controllato ed e inserito l'ip .
Come risolvo?

Nella $path devi inserire il sito o l'ip da cui ti vuoi registrare, dopo che l'hai fatto metti nella barra degli indirizzi quell' ip/sito che hai inserito e prova a registrarti, fammi sapere se cambia qualcosa.
 
Riferimento: Problema quickregister/start.php#

Explicit se vedi nello screen nella sidebar dice che il config era configurato con /.
In tal caso che pack usi? Puoi postare il config?
 
Riferimento: Problema quickregister/start.php#

Explicit se vedi nello screen nella sidebar dice che il config era configurato con /.
In tal caso che pack usi? Puoi postare il config?


Il confing.php :

<?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 = "passwordDB";
$sqldb = "NomeDB";

// ****** 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://IP MIO/";

// ****** 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";
?>
 
Riferimento: Problema quickregister/start.php#

Usi hamachi? Rispondi alla mia domanda, hai cambiato il register con un altro di un altro cms?
 
Riferimento: Problema quickregister/start.php#

Usi hamachi? Rispondi alla mia domanda, hai cambiato il register con un altro di un altro cms?


Si uso hamachi ma non ho sostituito il register
--------------- AGGIUNTA AL POST ---------------
Che pack stai utilizzando al momento? Hai messo il tuo ip senza http:// o backslash inutili alla fine?

Si ho messo ip senza http:// ma ancora nient eil register non va :emoji_slight_frown:(
 
Ultima modifica: