Current time: 05-06-2024, 12:31 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Schnitstelle für FastLogin
Author Message
Exitus Offline
Junior Member
*

Posts: 40
Joined: Sep 2009
Reputation: 0
Post: #1
Wink Schnitstelle für FastLogin
Hallo ich verwende für meine Seite ein cms nun würde ich gern die Möglich keit geben das mann sich auf der Seite einlogt auch direkt bei ispCP eingeloggt ist .


Nun ja ich weis nur nicht wo ich da anfangen soll und wollte mal fragen ob da jemand für mich vileicht einen kleinen anstoß hatt we ich das bewerkställigen könnte.
04-27-2010 05:17 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: Schnitstelle für FastLogin
Was soll das einem ISP bringen?

ich denke, du musst dich mit Sessions etc auseinandersetzen...
04-28-2010 06:11 AM
Visit this user's website Find all posts by this user Quote this message in a reply
menki Offline
Member
***

Posts: 643
Joined: May 2008
Reputation: 0
Post: #3
RE: Schnitstelle für FastLogin
hallo

probiers mal mit diesem code:

Code:
<style type="text/css">
<!--
.Stil1 {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
-->
</style>
<form name="frm" action="#" method="post" target="_blank">
<div style="font-size:12px; font-family:Tahoma">Ihre Subdomain:<br />
  <input maxlength="255" name="user" type="text" /> <b>.</b>
  <select name="domain" onChange="this.form.action=this.options[this.selectedIndex].value;document.frm.uname.value=document.frm.user.value + '.' + this.options[this.selectedIndex].id;"><br><br>
  <option value="#">Wählen Sie Ihren Server</option>
  <option value="http://admin.deinedomain.de" id="deinedomain.de">deinedomain.de</option>
  </select>
  <input type="hidden" name="uname" value="#" />
  <br />
</div><br>
<div style="font-size:12px; font-family:Tahoma"><strong>Ihr Passwort:</strong><br />
  <input type="password" maxlength="255" name="upass" /><br />
  <div style="font-size:12px; font-family:Tahoma">
    <p>
      <input tabindex="3" type="submit" value=" Anmelden " name="Submit" />
    </p>
    <p>      <a href="http://www.deinedomain.de/lostpassword.php" target="_blank">Passwort vergessen?</a></p>
  </div>
</div>
</form>

diesen code als html in dein cms einfügen und anpassen. passwort vergessen hast du auch dabei. Wink

MENKI
(This post was last modified: 04-28-2010 06:21 AM by menki.)
04-28-2010 06:20 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)