Sihaya
03-12-2002, 23:18
Proprio non c'è verso. Sto cercando di installare un forum vbulletin su uno spazio free di Lycos. Ho modificato il file di configurazione dove necessario ma durante l'installazione ho errori a ripetizione e quando va bene alla fine dell'installazione non riesco ad accedere al pannello di configurazione dell'amministratore del forum con l'account che mi sono riservato. Qui sotto c'è come ho modificato il file di configurazione:
<?php
/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be //
/////////////////////////////////////////////////////////////
// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";
// hostname or ip of server
$servername="ftp://ftp.utenti.lycos.it/";
// username and password to log onto db server
$dbusername="la mia username";
$dbpassword="la mia password";
// name of database
$dbname="sihaya10191_it_db";
// technical email address - any error messages will be emailed here
$technicalemail = "mia e-mail";
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect = 0;
// which users are allowed to view the admin log
// separate each userid with a comma
$canviewadminlog = "";
// which users are allowed to prune the admin log
// separate each userid with a comma
$canpruneadminlog = "";
?>
<?php
/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be //
/////////////////////////////////////////////////////////////
// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";
// hostname or ip of server
$servername="ftp://ftp.utenti.lycos.it/";
// username and password to log onto db server
$dbusername="la mia username";
$dbpassword="la mia password";
// name of database
$dbname="sihaya10191_it_db";
// technical email address - any error messages will be emailed here
$technicalemail = "mia e-mail";
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect = 0;
// which users are allowed to view the admin log
// separate each userid with a comma
$canviewadminlog = "";
// which users are allowed to prune the admin log
// separate each userid with a comma
$canpruneadminlog = "";
?>