Login Integration in eigene Webseite

Das Login für den System Configurator können Sie auch auf Ihrer eigenen Webseite integrieren, sodass Sie sich direkt über Ihre Webseite einloggen können.

 

Das Login steht in 2 Varianten zur Verfügung:

 

 

Kunden-Login:

Beim Kunden-Login loggen Sie sich mit Ihrer persönlichen Kundennummer und dem dazugehörenden Kunden-Passwort in den System Configurator ein.

 

Mit diesem Login können Sie all Ihre Hostings auf einmal konfigurieren und Ihre persönlichen Kundendaten verwalten.

Domain-Login:

Beim Domain-Login loggen Sie sich mit einem Domainnamen und dem dazugehörenden Passwort ein.

 

Mit diesem Login können Sie nur gerade Konfigurationen an dieser Domain vornehmen und die Kundendaten können nicht verwaltet werden.

 

Weder andere Domainnamen noch die Kundendaten sind mit diesem Login ersichtlich.

 

Dieses Login eignet sich sehr gut für Webland Wiederverkäufer / Reseller. Das Domain-Login kann also an Endkunden weitergebenen werden, ohne dass andere Domains oder die Kundendaten ersichtlich sind.

Login-Masken / Code:

Untenstehend finden Sie sowohl für das Kunden-Login und das Domain-Login je 2 Varianten von Login-Masken.

 

Unter der jeweiligen Abbildung finden Sie den Code, welchen Sie auf Ihrer Seite integrieren müssen.

Sie können diesen Code einfach durch Copy/Paste in Ihren bestehenden Code einfügen.

Kunden-Login:

- Grafische Eingabemaske

- Textbasierte Eingabemaske

 

Grafische Eingabemaske "Kunden-Login":

 

 

<table width="173" border="0" align="center" cellpadding="0" cellspacing="0">

  <tr>

    <td><img src="http://help.sysconf.webland.ch/img/systemconfigurator.gif" width=173 height=18 border=0 alt=""></td>

  </tr>

  <tr>

    <td><table width="173" border="0" cellpadding="0" cellspacing="0" background="http://help.sysconf.webland.ch/img/systemconfigurator_bgtable.gif">

        <form name="login" method="post" action="https://sysconf.webland.ch/kunden.aspx" target="_blank">

          <tr>

            <td colspan="3" align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="173" height="5"></td>

          </tr>

          <tr>

            <td align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="16" height="10"></td>

            <td><img src="http://help.sysconf.webland.ch/img/systemconfigurator_kl.gif" width=110 height=17 border=0 alt="Kunden-Nummer eingeben."></td>

            <td align="right">&nbsp;</td>

          </tr>

          <tr>

            <td colspan="3" align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="173" height="5"></td>

          </tr>

          <tr>

            <td align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="10" height="10"></td>

            <td><input type="text" name="username" value="" size=25 style='{width:144px;font-size:9px;border:2px solid inset}'></td>

            <td align="right">&nbsp;</td>

          </tr>

          <tr>

            <td colspan="3" align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="173" height="5"></td>

          </tr>

          <tr>

            <td align="left">&nbsp;</td>

            <td><img src="http://help.sysconf.webland.ch/img/systemconfigurator_kn.gif" width=110 height=17 border=0 alt="Kunden-Nummer eingeben."></td>

            <td align="right">&nbsp;</td>

          </tr>

          <tr>

            <td colspan="3" align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="173" height="5"></td>

          </tr>

          <tr>

            <td align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="10" height="10"></td>

            <td><input type="password" name="password" value="" size=25 style='{width:144px;font-size:9px;border:2px solid inset}'></td>

            <td align="right">&nbsp;</td>

          </tr>

          <tr>

            <td colspan="3" align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="173" height="5"></td>

          </tr>

          <tr>

            <td align="left">&nbsp;</td>

            <td><img src="http://help.sysconf.webland.ch/img/systemconfigurator_pw.gif" width=90 height=17 border=0 alt="Passwort eingeben.">

                <input type="image" name="submit" src="http://help.sysconf.webland.ch/img/systemconfigurator_login.gif" width=49 height=17

border=0 alt="GO"></td>

            <td align="right">&nbsp;</td>

          </tr>

          <tr>

            <td colspan="3" align="left"><img src="http://help.sysconf.webland.ch/img/systemconfigurator_bottom.gif" width="173" height="4"></td>

          </tr>

        </form>

    </table></td>

  </tr>

</table>

 

 

Textbasierte Eingabemaske  "Kunden-Login":

 

 

<table width="173" align="center" cellpadding="3"  cellspacing="0" bgcolor="#101463">

  <tr>

    <td><font face="Verdana, Arial, Helvetica, sans-serif" color="#ffffff" size="1"><strong>System Configurator</strong><font></td>

  </tr>

</table>

<table width="173" align="center" cellpadding="1"  cellspacing="0" bgcolor="#101463">

  <tr>

    <td><form name="login" method="post" action="https://sysconf.webland.ch/kunden.aspx" target="_blank">

      <table width="100%" cellpadding="5"  cellspacing="0" bgcolor="#FFFFFF">

        <tr>

          <td colspan="2"><font face="Verdana, Arial, Helvetica, sans-serif" color="#000000" size="1"><strong>Kunden-Login</strong><font></td>

        </tr>

        <tr>

          <td colspan="2"><input type="text" name="username" value="" size=25 style='{width:144px;font-size:9px;border:2px solid inset}'></td>

        </tr>

        <tr>

          <td colspan="2"><font face="Verdana, Arial, Helvetica, sans-serif" color="#000000" size="1">^ Kundennummer <font></td>

        </tr>

        <tr>

          <td colspan="2"><input type="password" name="password" value="" size=25 style='{width:144px;font-size:9px;border:2px solid inset}'></td>

        </tr>

        <tr>

          <td valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" color="#000000" size="1">^ Passwort<font></td>

          <td><div align="right">

            <input type="submit" name="Submit" value="Login">

&nbsp;          </div></td>

        </tr>

      </table>

    </form></td>

  </tr>

</table>

Domain-Login:

- Grafische Eingabemaske

- Textbasierte Eingabemaske

 

Grafische Eingabemaske  "Domain-Login":

 

 

<table width="173" border="0" align="center" cellpadding="0" cellspacing="0">

  <tr>

    <td><img src="http://help.sysconf.webland.ch/img/systemconfigurator.gif" width=173 height=18 border=0 alt=""></td>

  </tr>

  <tr>

    <td><table width="173" border="0" cellpadding="0" cellspacing="0" background="http://help.sysconf.webland.ch/img/systemconfigurator_bgtable.gif">

        <form name="login" method="post" action="https://sysconf.webland.ch/domain.aspx" target="_blank">

          <tr>

            <td colspan="3" align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="173" height="5"></td>

          </tr>

          <tr>

            <td align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="16" height="10"></td>

            <td><img src="http://help.sysconf.webland.ch/img/systemconfigurator_dl.gif" width=110 height=17 border=0 alt="Domainname eingeben."></td>

            <td align="right">&nbsp;</td>

          </tr>

          <tr>

            <td colspan="3" align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="173" height="5"></td>

          </tr>

          <tr>

            <td align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="10" height="10"></td>

            <td><input type="text" name="username" value="" size=25 style='{width:144px;font-size:9px;border:2px solid inset}'></td>

            <td align="right">&nbsp;</td>

          </tr>

          <tr>

            <td colspan="3" align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="173" height="5"></td>

          </tr>

          <tr>

            <td align="left">&nbsp;</td>

            <td><img src="http://help.sysconf.webland.ch/img/systemconfigurator_dn.gif" width=110 height=17 border=0 alt="Domainname eingeben."></td>

            <td align="right">&nbsp;</td>

          </tr>

          <tr>

            <td colspan="3" align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="173" height="5"></td>

          </tr>

          <tr>

            <td align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="10" height="10"></td>

            <td><input type="password" name="password" value="" size=25 style='{width:144px;font-size:9px;border:2px solid inset}'></td>

            <td align="right">&nbsp;</td>

          </tr>

          <tr>

            <td colspan="3" align="left"><img src="http://help.sysconf.webland.ch/img/nix.gif" width="173" height="5"></td>

          </tr>

          <tr>

            <td align="left">&nbsp;</td>

            <td><img src="http://help.sysconf.webland.ch/img/systemconfigurator_pw.gif" width=90 height=17 border=0 alt="Passwort eingeben.">

                <input type="image" name="submit" src="http://help.sysconf.webland.ch/img/systemconfigurator_login.gif" width=49 height=17

border=0 alt="GO"></td>

            <td align="right">&nbsp;</td>

          </tr>

          <tr>

            <td colspan="3" align="left"><img src="http://help.sysconf.webland.ch/img/systemconfigurator_bottom.gif" width="173" height="4"></td>

          </tr>

        </form>

    </table></td>

  </tr>

</table>

 

 

Textbasierte Eingabemaske "Domain-Login":

 

 

<table width="173" align="center" cellpadding="3"  cellspacing="0" bgcolor="#101463">

  <tr>

    <td><font face="Verdana, Arial, Helvetica, sans-serif" color="#ffffff" size="1"><strong>System Configurator</strong><font></td>

  </tr>

</table>

<table width="173" align="center" cellpadding="1"  cellspacing="0" bgcolor="#101463">

  <tr>

    <td><form name="login" method="post" action="https://sysconf.webland.ch/domain.aspx" target="_blank">

      <table width="100%" cellpadding="5"  cellspacing="0" bgcolor="#FFFFFF">

        <tr>

          <td colspan="2"><font face="Verdana, Arial, Helvetica, sans-serif" color="#000000" size="1"><strong>Domain-Login</strong><font></td>

        </tr>

        <tr>

          <td colspan="2"><input type="text" name="username" value="" size=25 style='{width:144px;font-size:9px;border:2px solid inset}'></td>

        </tr>

        <tr>

          <td colspan="2"><font face="Verdana, Arial, Helvetica, sans-serif" color="#000000" size="1">^ Domainname <font></td>

        </tr>

        <tr>

          <td colspan="2"><input type="password" name="password" value="" size=25 style='{width:144px;font-size:9px;border:2px solid inset}'></td>

        </tr>

        <tr>

          <td valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" color="#000000" size="1">^ Passwort<font></td>

          <td><div align="right">

            <input type="submit" name="Submit" value="Login">

&nbsp;          </div></td>

        </tr>

      </table>

    </form></td>

  </tr>

</table>