Hallo HTML.de Community!
Ich habe vor kurzem ein Tutorial für ein kleines LogIn System im Web gefunden und jetzt sehe ich vor einem Problem:
Wenn man die Login.php aufruft stehen da irgendwelche Fehlermeldungen.
Warning: include(mysql.php): failed to open stream: No such file or directory in /var/www/MBaaboura6/html/de/login.php on line 3 Warning: include(): Failed opening ‚mysql.php‘ for inclusion (include_path=‚.:/php/includes:/var/www/cmss‘) in /var/www/MBaaboura6/html/de/login.php on line 3 Warning: include(autologout.php): failed to open stream: No such file or directory in /var/www/MBaaboura6/html/de/login.php on line 8 Warning: include(): Failed opening ‚autologout.php‘ for inclusion (include_path=‚.:/php/includes:/var/www/cmss‘) in /var/www/MBaaboura6/html/de/login.php on line 8
Und darunter dann das LogIn Formular.
Ich habe einfach mal meine Daten aus der Datenbank eingetragen worauf das folgte:
Warning: include(mysql.php): failed to open stream: No such file or directory in /var/www/MBaaboura6/html/de/login.php on line 3 Warning: include(): Failed opening ‚mysql.php‘ for inclusion (include_path=‚.:/php/includes:/var/www/cmss‘) in /var/www/MBaaboura6/html/de/login.php on line 3 Warning: include(autologout.php): failed to open stream: No such file or directory in /var/www/MBaaboura6/html/de/login.php on line 8 Warning: include(): Failed opening ‚autologout.php‘ for inclusion (include_path=‚.:/php/includes:/var/www/cmss‘) in /var/www/MBaaboura6/html/de/login.php on line 8 Warning: mysql_real_escape_string(): Access denied for user ‚hier steht mein datenbank name‘@‚localhost‘ (using password: NO) in /var/www/MBaaboura6/html/de/login.php on line 17 Warning: mysql_real_escape_string(): A link to the server could not be established in /var/www/MBaaboura6/html/de/login.php on line 17 Warning: mysql_query(): Access denied for user ‚hier steht mein datenbank name‘@‚localhost‘ (using password: NO) in /var/www/MBaaboura6/html/de/login.php on line 20 Warning: mysql_query(): A link to the server could not be established in /var/www/MBaaboura6/html/de/login.php on line 20
[FONT=monospace]SELECT[/FONT]
ID FROM User WHERE Nickname = ‚‘ AND Passwort = ‚hier steht mein verschlüsseltes passwort‘
Kann mir jemand helfen? Ich freue mich auf eure Antworten.