AndrewKill
Utente Silver
bho a me non va ...-_-
Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
Oddio una guida per installare queste 4 paginette.. ritiratevi se non conoscete il Php e l'html !
Ma allora sei malato mentalmente -.-"
Non funziona perchè è programmato in maniera assolutamente "sgorbia" e quindi ci serviva qualche programmatore che l'aggiustava.
Un programmatore?Serve un Web Master caso mai .-. ! E comunque funziona ma alcune pagine danno 1 errore perchè dovete andare in /install/index.php o install.php non ricordo
infatti il problema sorge perchè anche se hai i config configurati appunto, non funziona niente.

<?php
/*
|-------------------------------------------------------------------
| Datenbank Connection Details
|-------------------------------------------------------------------
*/
$mysql_host = "Ip Server";
$mysql_user = "root";
$mysql_pass = "123456";
$mysql_db = "account";
/*
|-------------------------------------------------------------------
| Datenbank Verbindung herstellen
|-------------------------------------------------------------------
*/
mysql_connect($mysql_host, $mysql_user, $mysql_pass) OR
die("Es konnte keine Verbindung zur Datenbank hergestellt werden.<br /> Fehlermeldung: ".mysql_error());
mysql_select_db($mysql_db) OR
die("Die Datenbank konnte nicht benutzt werden.<br /> Fehlermeldung: ".mysql_error()); ?