Thema: Delphi Login auf Website

Einzelnen Beitrag anzeigen

Chasmo90
(Gast)

n/a Beiträge
 
#3

Re: Login auf Website

  Alt 3. Mär 2009, 15:25
Danke für den Hinweis! Ich habe das ganze gleichmal so abgeändert

Memo1.text := IdHttp1.Post('http://www.dampfer.net/index.php', lParams);
Das Problem besteht jedoch weiterhin.
Die Parameter habe ich nochmals kontrolliert und bin mit mit den Namen sicher, dass diese stimmen.

Hier einmal der Auszug aus dem Quelltext:
Delphi-Quellcode:
   
   
   <div class=form_login>
      <form method=post action="login.php" onsubmit="">         
         <h3>Login für Mitglieder</h3>
         <label>Name:</label>      <div><input type="Text" name="login_name" value="" class="input" /></div>
         <label>Passwort:</label>   <div><input type="Password" name="login_pw" value="" class="input" /></div>
         <label></label>   <div><input type="checkbox" name="cookie" class="checkbox"/> Login speichern</div>            
         <label></label>   <div><input type="submit" name="__submit__" value="Login" class="submit" /></div>         
         <label></label>   <div>[url='nw.php?start,forget,pw']Passwort vergessen?[/url]
[url='nw.php?start,anmeldung,anmeldung']Jetzt Anmelden[/url]</div>

         <b style='color:red;background:white;padding:3px;border:1px solid red;display:none;' id=error>[/b]
      </form>
  Mit Zitat antworten Zitat