Hallo Leutz
Ich möchte dieses Login auf meine Seite Einbauen https://webmail.1blu.de/
Ich wollte es aber nicht per Wrapper,da unten ja KundenLogin steht,wollte das einfach per Quelltext einbauen .
Doch gehe ich auf Login geht er auf meine Startseite.Habe die Codes in ein extra test.php getan und in Backed versucht einzutragen.
Doch egal was ich mache,wenn ich meine Daten eingebe geht er auf MEINE Startseite.
Hier der Code der Loginseite :
Oder hier https://webmail.1blu.de/PHP-Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>1blu Webmail :: Willkommen bei 1blu Webmail</title>
<meta name="Robots" content="noindex,nofollow" />
<link rel="index" href="./?_task=mail" />
<link rel="shortcut icon" href="skins/default/images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="skins/default/common.css" />
<style type="text/css">
#login-form {
margin-left: auto;
margin-right: auto;
margin-top: 50px;
width: 380px;
border: 1px solid #999;
}
#login-form table td.title
{
color: #666;
text-align: right;
padding-right: 10px;
}
.boxcontent {
padding: 20px 20px 10px 20px;
}
</style>
<meta **********="content-type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="program/js/common.js"></script>
<script type="text/javascript" src="program/js/app.js"></script>
<script type="text/javascript">
<!--
var rcmail = new rcube_webmail();
rcmail.set_env({task:'login',flag_for_deletion:0,read_when_deleted:1,keep_alive:60,action:'',comm_path:'./?_task=mail'});
rcmail.add_label('loading','Lade...');
rcmail.gui_object('message', 'message');
rcmail.gui_object('loginform', 'form');
rcmail.gui_object('loginform', 'form');
//-->
</script>
</head>
<body>
<img src="skins/default/images/roundcube_logo.png" border="0" alt="1blu Webmail" style="margin:2px 12px" />
<div id="message"></div>
<div id="login-form">
<div class="boxtitle">Willkommen bei 1blu Webmail</div>
<div class="boxcontent">
<form name="form" action="./" method="post">
<!-- autocomplete="off" entfernt, damit Passwoerter im Browser gespeichert werden koennen
<input type="hidden" name="_action" value="login" /><input type="hidden" name="_timezone" id="rcmlogintz" value="_default_" /><table summary="" border="0"><tbody><tr><td class="title"><label for="rcmloginuser">Benutzername</label>
</td>
<td><input name="_user" id="rcmloginuser" size="30" autocomplete="off" value="" type="text" /></td>
</tr>
<tr><td class="title"><label for="rcmloginpwd">Passwort</label>
</td>
<td><input name="_pass" id="rcmloginpwd" size="30" autocomplete="off" type="password" /></td>
</tr>
</tbody>
</table>
-->
<input type="hidden" name="_action" value="login" /><input type="hidden" name="_timezone" id="rcmlogintz" value="_default_" /><table summary="" border="0"><tbody><tr><td class="title"><label for="rcmloginuser">Benutzername</label>
</td>
<td><input name="_user" id="rcmloginuser" size="30" value="" type="text" /></td>
</tr>
<tr><td class="title"><label for="rcmloginpwd">Passwort</label>
</td>
<td><input name="_pass" id="rcmloginpwd" size="30" type="password" /></td>
</tr>
</tbody>
</table>
<p style="text-align:center;"><input type="submit" class="button mainaction" value="Anmelden" /></p>
</form>
<div class="boxtitle">Hinweis</div>
<p>Sie nutzen die 1blu-Homepage <b>UnlimitedXXL</b> oder<br>ein 1blu-<b>PerformancePack</b>?<br>Bitte nutzen Sie den Webmailer über den Link in Ihrem persönlichen Kundenservicebereich.<br><a href="https://login.1blu.de">Zum Kundenlogin</a></p>
</div>
</div>
<script type="text/javascript">
<!--
if (window.call_init)
call_init('rcmail');
//-->
</script>
</body>
</html>
Ich will eine Internet Seite bauen mit Email Addys ähnlich wie msn und Co.
Da es bei Joomla keine Komponete gibt bastle ich selber dran.Klar die Leutz müssen sich dan 2 mal einloggen aber eine Bessere Idee kommt mir einfach nicht.
Hat einer Ideen ?
Oder kann Helfen ?
Vorschläge ?
Danke
MFG![]()


LinkBack URL
About LinkBacks
Zitieren


Lesezeichen