Hallo zusammen
Eine Bekannte hat auf ihrer Webseite einen einfachen Loginschutz mit PHP erstellt und zwar genau nach diesen Schritten: Passwort Script. PHP. So gehts in drei Schritten. Tutorial. : Artikel Softwareprogrammierung
Seit wenigen Tagen funktioniert es allerdings nicht mehr - sobald die User sich einloggen, erscheint ein Feld "Ups dieser Link scheint nicht zu funktionieren".
Ich habe mit ihr sowohl das pwd als auch das login und das inhalt file geprüft, aber keine fehler entdeckt. Weiss jemand von euch irgendeinen Ratschlag, woran das liegen könnte?
Code von pwd.php:
Text Login.html
Tausend Dank schon einmal!
lg
Kearney
Eine Bekannte hat auf ihrer Webseite einen einfachen Loginschutz mit PHP erstellt und zwar genau nach diesen Schritten: Passwort Script. PHP. So gehts in drei Schritten. Tutorial. : Artikel Softwareprogrammierung
Seit wenigen Tagen funktioniert es allerdings nicht mehr - sobald die User sich einloggen, erscheint ein Feld "Ups dieser Link scheint nicht zu funktionieren".
Ich habe mit ihr sowohl das pwd als auch das login und das inhalt file geprüft, aber keine fehler entdeckt. Weiss jemand von euch irgendeinen Ratschlag, woran das liegen könnte?
Code von pwd.php:
<?php
$benutzer = "...";
$passwort = "...";
?>
<html>
<head>
<title>PSW login by Techniknet.de</title>
</head>
<body>
<?php
include("pwd.php");
if (($benutzer == "$user") and ($passwort == "$pass"))
{
echo "
<html>
<head>
<title>Gratis Probestunde buchen</title>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
<meta name='Author' content='Heidi Roethlisberger'>
<meta name='description' content='Life Coaching per Telefon, Veraenderungen im Beruf, in der Karriere, im Privatleben. Werden Sie Mitglied im Coaching Club und nutzen Sie die professionelle Unterstuetzung eines Coaches'>
<meta name='keywords' content='life coaching, coaching, personal coach, beratung, lebensberatung, veraenderung, begleitung, krise, wohlstand, gesundheit, newsletter, herausforderung, probecoaching, mentor coaching, mentor coach, laser coaching, fuehrungskraefte, stress, karriere, begabung, leben, coaching club, coachingclub, selbstaendig, coach, coachen, life coach, lifecoach, coaching per telefon, lebensfreude, neubeginn, ziele, mehr geld, spass, erfolg, heidi, heidi roethlisberger, schweiz, basel, international coach federation, icf, nlp'>
<meta name='robots' content='index,follow'>
<meta name='revisit-after' content='10 days'>
<meta name='publisher' content='Heidi Roethlisberger'>
<meta name='copyright' content='Heidi Roethlisberger'>
<meta name='page-topic' content='coaching'>
<meta name='email' content='info@heidisworldwidecoaching.com'>
<meta name='page-type' content='life coaching, coaching, personal coach, beratung, lebensberatung, veraenderung, begleitung, krise, wohlstand, gesundheit, newsletter, herausforderung, probecoaching, mentor coaching, mentor coach, laser coaching, fuehrungskraefte, stress, karriere, begabung, leben, coaching club, coachingclub, selbstaendig, coach, coachen, life coach, lifecoach, coaching per telefon, lebensfreude, neubeginn, ziele, mehr geld, spass, erfolg, heidi, heidi roethlisberger, schweiz, basel, international coach federation, icf, nlp'>
</head>
<style type='text/css'>
<!--
.Stil34 {color: #ECE9D8;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 16px;
}
.Stil35 {color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #ECE9D8;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #ECE9D8;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
a.navi:link
{color:#333333;
font-size:10px;
font-family:Arial, Helvetica, sans-serif
}
a.navi:visited
{color:#333333;
font-size:10px;
font-family:Arial, Helvetica, sans-serif
}
a.navi:hover {
text-decoration: underline;
}
a.bild:link
{color:#333333;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-decoration: underline
}
a.bild:visited
{color:#333333;
font-size:12px;
font-family:Arial, Helvetica, sans-serif<br>;
text-decoration: underline
}
a.bild:hover {
text-decoration: underline;
}
td {padding: 0 5px;
}
td.ohne {padding: 0;
}
.Stil36 {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: italic;
color: #993366;
}
.Stil38 {color: #333333; font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
.Stil39 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
-->
</style>
</head>
<body>
Text....
</body>
</html>
";
}
else
{
echo "Falsche Zugangsdaten.";
}
?>
</body>
</html>
Text Login.html
<html>
<head>
<title>login</title>
<style type="text/css">
<!--
.Stil34 {color: #ECE9D8;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
}
.Stil35 {color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #ECE9D8;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #ECE9D8;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
a.navi:link
{color:#333333;
font-size:10px;
font-family:Arial, Helvetica, sans-serif
}
a.navi:visited
{color:#333333;
font-size:10px;
font-family:Arial, Helvetica, sans-serif
}
a.navi:hover {
text-decoration: underline;
}
a.bild:link
{color:#333333;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-decoration: underline;
}
a.bild:visited
{color:#333333;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-decoration: underline;
}
a.bild:hover {
text-decoration: underline;
}
td {padding: 0 5px;
}
td.ohne {padding: 0;
}
.Stil36 {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: italic;
color: #993366;
}
.Stil38 {color: #333333; font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
.Stil39 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.Stil49 {font-size: 12px}
-->
</style>
</head>
<body>
text
</body>
</html>
Tausend Dank schon einmal!
lg
Kearney