Salve. Sto installando nel mio sito un form di registrazione e di login. Ho attivato da "Risorse & Upgrades" il database di classe uno, quello gratuito. Le istruzioni dello script mi dicono di modificare il file config.php e poi di hostare tutto, dopodichč clikkare sul file install.php per installare lo script. Ma mi appare questo messaggio: Could not create table.No database selected. Evidentemente non ho modificato bene il file config.php.
Il mio account č videogameslive1.
Codice PHP:
<?
// Copyright (c) 2007 Tune Your Web
// Please see readme.txt file for details
// Tuney Login Manager v1.0
// MySQL connection information
$myserver="localhost"; //MySQL server - usually localhost
$myuser=""; //videogameslive1
$mypass=""; //qui ho messso la mia password
$mydb=""; //my_videogameslive1
//MySQL numbers
//WARNING: Set this before you install. Changing this value once active will result
//in any registered user not being able to login without requesting a password change
$mysecretkey="00661944";
//Site Settings
//Below are the language and operational settings for the site.
//Page Title Bar suffix (appended to page title) - change to your site name
$mytitlebar="Video Games Live";
//Email address password reminders are sent from
$reminderfrom="gianluca.619@gmail.com";
//Email address password reminder subject
$remindersubject=$mytitlebar . " Password Reminder";
//Email address password reminder body
$reminderbody="Hello,\n\nYou have recently requested a password reminder for your account on " . $mytitlebar . ".\n\nThe password for your account is: 00661944";
//User not logged in error message
$usernotloggedin="Questa pagina richiede la registrazione.Quindi effettua il login o la registrazione.";
?>
Posso sapere cosa ho sbagliato?
Grazie mille!