-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
451553b
commit ce024ed
Showing
1 changed file
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,21 @@ | ||
# Tombola | ||
Il classico gioco natalizio online. | ||
|
||
[Gioca sul mio server](https://vincenzopadula.altervista.org/tombola/v1.2/) | ||
[Gioca sul mio server](https://vincenzopadula.altervista.org/tombola/) | ||
|
||
![Homepage](screenshots/homepage.png) | ||
|
||
## Installazione | ||
Se vuoi installare la tombola sul tuo server, devi: | ||
1. Scaricare tutti i file sul tuo server; | ||
2. Nel file ``connect.php`` modificare le credenziali con quelle del tuo database; | ||
3. Aprire il sito alla pagina ``install.php``. | ||
2. Aggiornare il file ``connect.php`` con le credenziali del tuo database e scegliere una password di amministratore; | ||
3. Aprire il sito alla pagina ``install.php`` per creare il database. | ||
|
||
## Database | ||
![Modello E/R](mysql/modello_er.png) | ||
|
||
### Reset del database | ||
Alcune tabelle del database non devono essere alterate/svuotate. Per resettare il database eseguire il seguente script ``MySql``: | ||
|
||
```sql | ||
TRUNCATE tombola_k_avere; | ||
TRUNCATE tombola_k_estrarre; | ||
TRUNCATE tombola_k_server; | ||
TRUNCATE tombola_k_utente; | ||
TRUNCATE tombola_k_vincere; | ||
``` | ||
### Amministrazione | ||
* ``stats.php`` mostra alcune statistiche del sito; | ||
* ``reset.php`` effettua un reset completo del database. | ||
|
||
[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg)](https://www.paypal.com/paypalme/VincenzoPadula) |