meine eigene login-seitegeht net

Fragen zu HTML, CSS, eigenen Erweiterungen etc.
Dodolino
Beiträge: 1
Registriert: 26.11.2009, 19:44

meine eigene login-seitegeht net

Ungelesener Beitrag von Dodolino » 03.06.2010, 20:24

hallo habe eine eigene login-seite erstellt und diese im admin eingefügt aber sie wird nicht als haupt loginseite erkannt sonder immer die orginale von webkicks kann mir jemand helfen

das ist die übersicht der eigenen loginseite

<body background="http://killerdodo.ki.funpic.de/bild13.jpg">
<center><img border="0" src="http://www.flocke-wolf.de/smilies/banner1.gif" width="700" height="150"></center></body></center>

<br><br>
</p>
<form name="formular" method="post" action="http://server4.webkicks.de/hitmix/">
<div style="border:1px solid #0000FF; position: absolute; width: 250px; height: 160px; z-index: 1; left: 200px; top: 216px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px" id="Ebene1">
<table border="0" width="240" id="table6">
<tr>
<td valign="top" width="16" valign="left"><font color="#0000FF"></font></td>

<td width="214" align="left"><font color="#FF0000">Zeige RESPEKT gegenüber anderen Chattern. Wenn
Dich jemand nicht respektiert, ignoriere ihn, anstatt großartig mit ihm
darüber zu diskutieren und damit andere Personen im Channel zu
verärgern.
</font></td>
</tr>
</table></div>



<center>
<h1>&nbsp;</h1>
<form name="formular" method="post" action="http://server4.webkicks.de/hitmix/">
<table width="0" border="0" align="center">
<tr>
<td width="100px" align="left"><font color="#0000FF">User:</font></td>
<td><font color="#0000FF"><input class="input" type="text" name="user" style="width:120px;" maxlength="20" /></font></td>
</tr>
<tr>
<td align="left"><font color="#0000FF">Passwort:</font></td>
<td><font color="#0000FF"><input class="input" type="password" name="pass" style="width:120px;" maxlength="15" /></font></td>
</tr>

</tr>
<tr>
<td width="100px" align="left"><font color="#0000FF">Problemmodus</font></td>
<td>
<div align="center">
<font color="#0000FF">

<input type="checkbox" name="pm" value="1" />
</font>
</div>
</td>

</tr>
</table>
<div style="border:1px solid #0000FF; position: absolute; width: 239px; height: 130px; z-index: 2; left: 950px; top: 221px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px" id="Ebene2">
<font color="#FF0000">!!!Achtung!!! Ihr müsst Eure Bestätigungsmail im Postfach anklicken Diese kann sich auch im Spam/-Junkmail Ordner befinden leider haben
keinen Einfluss auf den Registrierungsvorgang.</font></div>
<table width="0" border="0" align="center">

<tr>
<td width="100px">&nbsp; </td>
<td width="120px">
<input name=job type=hidden value="ok">
<input name=cid type=hidden value="hitmix">
<input class="submit" type="submit" name="login" value="Login"></td></tr></table><br>
<div align="center">
<table width="0" border="0" cellspacing="1">

<tr>
<td width="270" align="center">
<p><font color="#0000FF">Noch nicht registriert? </font> </p>
<p><a href="http://server4.webkicks.de/hitmix/register" target="_self"><b>
<font color="#0000FF">Anmelden</font></b></a></p>

<p><font color="#0000FF">Passwort vergessen ?</font></p>
<p><b><a href="http://server4.webkicks.de/hitmix/pass_remind">
<font color="#0000FF">Hier klicken</font></a></b></p></td></tr></table>
</div>
<br>

<div style="border:1px solid #0000FF; position: absolute; width: 600px; height: 100px; z-index: 1; left: 400px; top: 560px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px" id="Ebene3">
<table border="0" width="500" id="table6">
<tr>
<td valign="top" width="16" valign="left"><font color="#0000FF"></font></td>

<td width="500" align="left"><font color="#FF0000">Achtung bei der Registrierung Bitte keine DJ-Nicks verwendern da diese unsern DJ's vorbehalten sind.
Bei nicht Beachtung werden diese ohne Vorwarnung wieder gelöscht wir Bitten um Verständnis.
Vielen Dank euer Radio-Musikhitmix-Team</font></td>
</tr>
</table></div>
<br>

</table>

<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-16106315-4");
pageTracker._setDomainName(".funpic.de");
pageTracker._trackPageview();
} catch(err) {}</script>

Knuddelmonster
Beiträge: 69
Registriert: 11.02.2010, 18:10
Wohnort: Österreich
Kontaktdaten:

Re: meine eigene login-seitegeht net

Ungelesener Beitrag von Knuddelmonster » 04.06.2010, 18:19

hallöchen ...

ich bau ja selber gerade meine login-seite um, aber wenn man das macht sollte man auf den quellcode achten !
in deinem code hier sind etliche tag´s nicht geschlossen und einige doppelt !!!
ich würde dir mal dringend raten den code zu überarbeiten !!!

ich zeig hier mal nur einige fehler ...
Script:Zeigen
<body background="http://killerdodo.ki.funpic.de/bild13.jpg">
<center><img border="0" src="http://www.flocke-wolf.de/smilies/banner1.gif" width="700" height="150"></center></body></center><- doppelter tag - body tag wird ebenfalls geschlossen !!!

<br><br>
</p><- welcher tag wird hier geschlossen ???
<form name="formular" method="post" action="http://server4.webkicks.de/hitmix/">hier wird der 1. "form-tag" geöffnet !
<div style="border:1px solid #0000FF; position: absolute; width: 250px; height: 160px; z-index: 1; left: 200px; top: 216px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px" id="Ebene1">
<table border="0" width="240" id="table6">
<tr>
<td valign="top" width="16" valign="left"><font color="#0000FF"></font></td>

<td width="214" align="left"><font color="#FF0000">Zeige RESPEKT gegenüber anderen Chattern. Wenn
Dich jemand nicht respektiert, ignoriere ihn, anstatt großartig mit ihm
darüber zu diskutieren und damit andere Personen im Channel zu
verärgern.
</font></td>
</tr>
</table></div>



<center>
<h1>&nbsp;</h1>
<form name="formular" method="post" action="http://server4.webkicks.de/hitmix/">hier wird der 2. "form-tag" geöffnet obwohl der erste nicht geschlossen ???
<table width="0" border="0" align="center">
<tr>
<td width="100px" align="left"><font color="#0000FF">User:</font></td>
<td><font color="#0000FF"><input class="input" type="text" name="user" style="width:120px;" maxlength="20" /></font></td>
</tr>
<tr>
<td align="left"><font color="#0000FF">Passwort:</font></td>
<td><font color="#0000FF"><input class="input" type="password" name="pass" style="width:120px;" maxlength="15" /></font></td>
</tr>

</tr>
wieder doppelter eintrag !!!
<tr>
<td width="100px" align="left"><font color="#0000FF">Problemmodus</font></td>
<td>
<div align="center">
<font color="#0000FF">

<input type="checkbox" name="pm" value="1" />
</font>
</div>
</td>

</tr>
</table>
<div style="border:1px solid #0000FF; position: absolute; width: 239px; height: 130px; z-index: 2; left: 950px; top: 221px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px" id="Ebene2">
<font color="#FF0000">!!!Achtung!!! Ihr müsst Eure Bestätigungsmail im Postfach anklicken Diese kann sich auch im Spam/-Junkmail Ordner befinden leider haben
keinen Einfluss auf den Registrierungsvorgang.</font></div>
<table width="0" border="0" align="center">

<tr>
<td width="100px">&nbsp; </td>
<td width="120px">
<input name=job type=hidden value="ok">
<input name=cid type=hidden value="hitmix">
<input class="submit" type="submit" name="login" value="Login"></td></tr></table><br>
<div align="center">
<table width="0" border="0" cellspacing="1">

<tr>
<td width="270" align="center">
<p><font color="#0000FF">Noch nicht registriert? </font> </p>
<p><a href="http://server4.webkicks.de/hitmix/register" target="_self"><b>
<font color="#0000FF">Anmelden</font></b></a></p>

<p><font color="#0000FF">Passwort vergessen ?</font></p>
<p><b><a href="http://server4.webkicks.de/hitmix/pass_remind">
<font color="#0000FF">Hier klicken</font></a></b></p></td></tr></table>
</div>
<br>

<div style="border:1px solid #0000FF; position: absolute; width: 600px; height: 100px; z-index: 1; left: 400px; top: 560px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px" id="Ebene3">
<table border="0" width="500" id="table6">
<tr>
<td valign="top" width="16" valign="left"><font color="#0000FF"></font></td>

<td width="500" align="left"><font color="#FF0000">Achtung bei der Registrierung Bitte keine DJ-Nicks verwendern da diese unsern DJ's vorbehalten sind.
Bei nicht Beachtung werden diese ohne Vorwarnung wieder gelöscht wir Bitten um Verständnis.
Vielen Dank euer Radio-Musikhitmix-Team</font></td>
</tr>
</table></div>
<br>

</table>wieder doppelter eintrag !!!
wo ist das ende des "form-tag´s" ???

<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-16106315-4");
pageTracker._setDomainName(".funpic.de");
pageTracker._trackPageview();
} catch(err) {}</script>
... mein tip an dich, überarbeite es noch einmal und probier es aus, ich hab dir hier mal einige fehler angezeigt !!!

es grüsst das Knuddelmonster ...

Antworten

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 15 Gäste