Problema Hosting

Waza97

Utente Attivo
Autore del topic
31 Luglio 2009
450
54
Miglior risposta
0
Ciao ragazzi,
dopo aver impostato e quindi aperto correttamente le porte della Vodafone Station (tramite il Port Forward) ho creato un Host su no-ip e ho settato il link nel file corrispondente di Xampp. :ragione:
Il problema, ora, è un altro:
Questo link non mi funziona, ma se utilizzo Localhost sì... Come mai? ._.
--------------- AGGIUNTA AL POST ---------------
Porte aperte: 80, 21, 22, 3306, 500, 3000, 30000, 6565, 7575, 92, 90. :emoji_smiley:
 
Ultima modifica:
Riferimento: Hosting

Come ha detto simo postaci le configurazioni se il problema persiste ancora allora devi provare a cambiare l'host ;)
 
Riferimento: Hosting

File inc.config
<?php
/*=======================================================================
| ubercms - advanced website and content management system for uberemu
| #######################################################################
| copyright (c) 2010, roy 'meth0d'
|
Perfavore, Entra oppure Registrati per vedere i Link!

| #######################################################################
| this program is free software: You can redistribute it and/or modify
| it under the terms of the gnu general public license as published by
| the free software foundation, either version 3 of the license, or
| (at your option) any later version.
| #######################################################################
| this program is distributed in the hope that it will be useful,
| but without any warranty; without even the implied warranty of
| merchantability or fitness for a particular purpose. See the
| gnu general public license for more details.
\======================================================================*/

$config['site']['www'] = "http://miohost.org";
$config['site']['hash_secret'] = "xcg532%@%gdvf^5dgaa6&*rftfg^fd4\$oifthrr_gh(ugf*/";

$config['mysql']['hostname'] = "localhost";
$config['mysql']['username'] = "root";
$config['mysql']['password'] = "la password del mio db";
$config['mysql']['database'] = "il nome del mio db";

$config['mus']['enabled'] = false;
$config['mus']['ip'] = "mio ip";
$config['mus']['port'] = "21";

?>