• Hallo Besucher!

    Du bist neu im Forum? Dann registriere dich hier, um Diskussionen beizutreten oder eigene Themen zu erstellen. Für die Registrierung ist es erforderlich, dass du einen Spielaccount bei Die Stämme hast.

    Andernfalls kannst du dich hier direkt einloggen.

    Falls du dein Passwort vergessen hast, kannst du hier ein neues Passwort anfordern.

Automatisch anmelden per html

DeletedUser30347

Gast
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
 <HEAD>
  <TITLE>Staemme</TITLE>
 </HEAD>
 <BODY>
  <H1>Die Stämme</H1>

  Notiz (optional)
  <FORM ACTION="http://www.die-staemme.de/index.php?action=login" METHOD="post">
   <INPUT NAME="user" SIZE="15" MAXLENGTH="30" VALUE="*Benutzername*" TYPE="hidden">
   <INPUT NAME="clear" VALUE="true" TYPE="hidden">
   <INPUT NAME="password" SIZE="15" MAXLENGTH="20" TYPE="hidden" VALUE="*Passwort*">
   <INPUT NAME="server" VALUE="de4" TYPE="submit">
   <INPUT NAME="server" VALUE="de5" TYPE="submit">
   <INPUT NAME="server" VALUE="de6" TYPE="submit">
............
   <INPUT NAME="server" VALUE="de28" TYPE="submit">
   <INPUT NAME="server" VALUE="de29" TYPE="submit">
   <INPUT NAME="server" VALUE="de30" TYPE="submit">
   <INPUT NAME="server" VALUE="des1" TYPE="submit">
   <INPUT NAME="server" VALUE="des2" TYPE="submit">
  </FORM><BR>

 </BODY>
</HTML>

Die Zeilen mit <INPUT NAME="server" VALUE="xx" TYPE="submit"> (sind inzwischen einige) aktueller Stand de4-de30, de4 ist sever4 auf die-staemme.de usw. des1 und des2 stehen für sds1 und sds2,
also einfach die Server die man hat einfügen und als html speichern.
(Start -> Ausführen -> Notepad ; den code einfügen, *Benutzerneme* , *passwort* ersetzen :), Serverzeilen aussuchen (wer also z.B. auf Server 22 ist mit value="de22"), dann Datei -> Speichern unter -> (Speicherort aussuchen, damit man es wiederfindet ^^) Dateiname z.B. stämme.html und bei Dateityp "Alle Dateien" auswählen. Speichern fertig.
Man kann natürlich auch mehrere Formulare untereinander haben (für mehrere Accounts).
Server die man nicht brauch einfach die Zeile <INPUT ...> weglassen
 
Zuletzt bearbeitet von einem Moderator:

DeletedUser

Gast
Und bei dem hier können auch noch die Welten 1-3 erreicht werden:

--------code anfang--------


<HTML>
<HEAD>
<Tiltle>Staemme</title>
<HEAD>
<H1>Die Stämme</H1>
<BODY>
<table>

<tr><td>
<form action="http://www.die-staemme.de/index.php?action=login" method="post">
*Name*:</td><td>
<input name="user" size="15" maxlength="30" value="*Benutzername*" type="hidden">
<input name="clear" value="true" type="hidden">
<input name="password" size="15" maxlength="20" type="hidden" value="*Passwort*">
<input name="server" value="ds1" type="submit">
<input name="server" value="ds2" type="submit">
<input name="server" value="ds3" type="submit">
<input name="server" value="ds4" type="submit">
<input name="server" value="ds5" type="submit">
<input name="server" value="ds6" type="submit">
<input name="server" value="ds7" type="submit">
</form></td></tr>
</table>
</BODY>
</HTML>


--------code ende--------
 

DeletedUser21945

Gast
Steht da beim Passwort input absichtlich ein value und nicht XXXXXX oder sowas?

EDIT: ok, das wurde schon geändert^^

Hab schon lang nix mehr mit html gemacht, deshalb kann ich mich auch irren, aber sind das nicht Fehler:

<HEAD> <- gehört da nicht </head>?
<H1>Die Stämme</H1> <- was hat eine überschrift zwischen head und body zu suchen
<BODY>
 

DeletedUser30347

Gast
@Don Matthias
value ist richtig, das ist der wert der übertragen wird, type hidden (versteckt) kann man auch durch password ersetzen, ist aber sinnlos weil festgelegt.
<tiltle>text</title> erscheint oben in der Taskzeile.
<H1>Überschrift</H1>
richtig, gehört unter den <BODY> - Tag

@Arnold Noberto
einfach Notepad aufmachen
Start -> (alle Programme) -> Programme -> Zubehör -> Editor
von <HTML> bis </HTLM> alles kopieren und einfügen, Datei -> Speichern unter, auf Desktop, Dateityp alle Dateien, Dateiname z.B. Staemme.html! fertig :mrgreen:
und natürlich noch die Werte *name* , *benutzername* , *passwort* ändern
 
Zuletzt bearbeitet von einem Moderator:

DeletedUser

Gast
Arnold Noberto schrieb:
Wo muss ich das eingeben?:-(

Rechtsklick auf den Desktop -> Neu -> Textdokument (kannst dann zb. Login.txt benennen) dann öffnest die Datei und schreibst da als text das hier rein


<HTML>
<HEAD>
<Tiltle>Staemme</title>
<HEAD>
<H1>Die Stämme</H1>
<BODY>
<table>

<tr><td>
<form action="http://www.die-staemme.de/index.php?action=login" method="post">
*Name*:</td><td>
<input name="user" size="15" maxlength="30" value="*Benutzername*" type="hidden">
<input name="clear" value="true" type="hidden">
<input name="password" size="15" maxlength="20" type="hidden" value="*Passwort*">
<input name="server" value="ds1" type="submit">
<input name="server" value="ds2" type="submit">
<input name="server" value="ds3" type="submit">
<input name="server" value="ds4" type="submit">
<input name="server" value="ds5" type="submit">
<input name="server" value="ds6" type="submit">
<input name="server" value="ds7" type="submit">
</form></td></tr>
</table>
</BODY>
</HTML>


dann änderst du *Name* *Benutzername* und *Passwort* in deine Login daten um, speicherst die datei ab und schließt den Editor. Danach änderst du im Dateinamen das .txt zu .html um

Fertig! ^°^


Edit1: so hab ich des auf jeden Fall gemacht
Edit2: Mist zu spät xD
 

DeletedUser30347

Gast
Habe den code nochmal für sds erweitert ^^,

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
 <HEAD>
  <TITLE>Staemme</TITLE>
 </HEAD>
 <BODY>
  <H1>Die Stämme</H1>

  <FORM ACTION="http://www.die-staemme.de/index.php?action=login" METHOD="post">
  *Name*:
   <INPUT NAME="user" SIZE="15" MAXLENGTH="30" VALUE="*Benutzername*" TYPE="hidden">
   <INPUT NAME="clear" VALUE="true" TYPE="hidden">
   <INPUT NAME="password" SIZE="15" MAXLENGTH="20" TYPE="hidden" VALUE="*Passwort*">
   <INPUT NAME="server" VALUE="ds1" TYPE="submit">
   <INPUT NAME="server" VALUE="ds2" TYPE="submit">
   <INPUT NAME="server" VALUE="ds3" TYPE="submit">
   <INPUT NAME="server" VALUE="ds4" TYPE="submit">
   <INPUT NAME="server" VALUE="ds5" TYPE="submit">
   <INPUT NAME="server" VALUE="ds6" TYPE="submit">
   <INPUT NAME="server" VALUE="ds7" TYPE="submit">
   <INPUT NAME="server" VALUE="usds" TYPE="submit">
  </FORM><BR>

 </BODY>
</HTML>

hoffentlich auch fehlerfrei :)
 
Zuletzt bearbeitet von einem Moderator:

DeletedUser

Gast
lol

schau das nochmal genauer an:

<td>
<form action="http://www.die-staemme.de/index.php?action=login" method="post">
*Name*:</td>

ps: mal schauen, wer mir sagen kann, was da faul ist
 

DeletedUser

Gast
na ich wird doch sagrn das da n " fehlt *g*
ich weiss ja auch wo :p
 

DeletedUser30347

Gast
Ne das stimmt schon, "http://www.die-staemme.de/index.php?action=login" ist das Ziel des Formulars, und deswegen komplett in Quoten.
 

DeletedUser28588

Gast
hallo4444 schrieb:
lol

schau das nochmal genauer an:



ps: mal schauen, wer mir sagen kann, was da faul ist

Das Formular sollte erst mal wieder geschlossen werden.. ^^
Und außerdem, was bringt ein Platzhalter *Name* an der Stelle?!
 

DeletedUser

Gast
bmaker schrieb:
Das Formular sollte erst mal wieder geschlossen werden.. ^^
Und außerdem, was bringt ein Platzhalter *Name* an der Stelle?!

ja, das mit dem formular ist tötaler blödsinn, das muss natürlich vor der tabelle geöffnet werden, damits mir nicht übel wird
 

DeletedUser28588

Gast
hallo4444 schrieb:
ja, das mit dem formular ist tötaler blödsinn, das muss natürlich vor der tabelle geöffnet werden, damits mir nicht übel wird

Der HTML-Code ist trotzdem noch weeeeit davon entfernt, irgendeinem W3C-Standard gerecht zu werden. Oder ich habe mich zu sehr an XHTML gewöhnt. :mrgreen:
 

DeletedUser

Gast
bmaker schrieb:
Der HTML-Code ist trotzdem noch weeeeit davon entfernt, irgendeinem W3C-Standard gerecht zu werden. Oder ich habe mich zu sehr an XHTML gewöhnt. :mrgreen:

bis auf den genannten fehler und ein fehlendes doctype ist es so viel ich weiss schon nach w3c-standard

/edit: dass der code sinnvoll eingerückt ist und dass dieses gemisch zwischen gross- und kleinbuchstaben schon sei, habe ich damit natürlich nicht gesagt
 

DeletedUser

Gast
Result: Failed validation, 10 errors File:upload://Form Submission Encoding:utf-8 Doctype:(no Doctype found) No DOCTYPE found! Attempting validation with HTML 4.01 Transitional. The DOCTYPE Declaration was not recognized or is missing. This probably means that the Formal Public Identifier contains a spelling error, or that the Declaration is not using correct syntax. Validation has been performed using a default "fallback" Document Type Definition that closely resembles "HTML 4.01 Transitional", but the document will not be Valid until you have corrected this problem with the DOCTYPE Declaration.
Learn how to add a doctype to your document from our FAQ.
http://forum.die-staemme.de/ This page is not Valid (no Doctype found)!

Below are the results of attempting to parse this document with an SGML parser.
  1. Error Line 1 column 0: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>".<HTML> The checked page did not contain a document type ("DOCTYPE") declaration. The Validator has tried to validate with a fallback DTD, but this is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended that you insert the proper DOCTYPE declaration in your document -- instructions for doing this are given above -- and it is necessary to have this declaration before the page can be declared to be valid.

  2. Error Line 3 column 7: element "TILTLE" undefined.<Tiltle>Staemme</title> You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:
    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case.
  3. Error Line 3 column 22: end tag for element "TITLE" which is not open.<Tiltle>Staemme</title> The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
    If this error occured in a script section of your document, you should probably read this FAQ entry.

  4. Error Line 5 column 3: document type does not allow element "H1" here.<H1>Die Stämme</H1> The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

  5. Error Line 6 column 5: document type does not allow element "BODY" here.<BODY>
  6. Error Line 11 column 11: end tag for "FORM" omitted, but its declaration does not permit this.*Name*:</td><td>
    • You forgot to close a tag, or
    • you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.
    The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.

  7. Info Line 10 column 0: start tag was here.<form action="http://www.die-staemme.de/index.php?action=login" method="post">
  8. Error Line 22 column 6: end tag for element "FORM" which is not open.</form></td></tr>
  9. Error Line 25 column 6: "HEAD" not finished but containing element ended.</HTML>
  10. Error Line 25 column 6: "HEAD" not finished but containing element ended.</HTML>
  11. Error Line 25 column 6: end tag for "HTML" which is not finished.</HTML> Most likely, You nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>
    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, <head> generally requires a <title>, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.




geht ja schon mal gut los^^
 

DeletedUser

Gast
Drecks-W3C...Aber wenigstens gabs für Priorität 3 gut Punkte in der Belegarbeit...

Naja, ich bin über HTML auch hinweg...XHTML + CSS haben einfach mehr Vorteile und es sieht professioneller aus :mrgreen:
 

DeletedUser

Gast
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <title>Die St&auml;mme Login</title>
 </head>
 <body bgColor=#0000cc>
<center>
<h1><img src="http://www.die-staemme.de/graphic/lang/de/hd.jpg" 
border=2><br><font face=Arial color=red><img 
src="http://www.die-staemme.de/graphic/rabe_80x80.png" border=0>Die St&auml;mme<img 
src="http://www.die-staemme.de/graphic/rabe_80x80.png" border=0></h1>
<form action=http://www.die-staemme.de/index.php?action=login method=post><font 
face=Arial color=white>Auf welchen Server willst du dich einloggen?<br><input 
type=hidden maxLength=30 size=15 value=BENUTZERNAME name=user> <input type=hidden 
value=true name=clear> <input type=hidden maxLength=20 size=15 value=PASSWORT
name=password> 
<input type=submit value="ds1" name=server> 
<input type=submit value="ds2" name=server>
<input type=submit value="ds3" name=server> 
<input type=submit value="ds4" name=server>
<input type=submit value="ds5" name=server> 
<input type=submit value="ds6" name=server> 
<input type=submit value="ds7" name=server>
<input type=submit value="usds" name=server> 
</form><br></font></font></center>

 </body>
</html>

schaut bissl besser aus ^^
 

DeletedUser

Gast
hallo!
erstmal vielen dank für die mühe!
und dann hätte ich noch ne frage: ich selber bin nur auf einer welt (welt 6) aktiv. gibt es da eine möglichkeit, die mich automatisch mit meinen verbindungsdaten dort anmeldet ohne extra auf den button zu drücken?
 

DeletedUser

Gast
Wieso so komliziert, machst du eine URL wie z.B.
http://dsc.die-staemme.de/login.php?user=Namer&password=722088a13cd2c3818df2df1f06f7d982

Und ersetzt den Server und den Namen und das PW durch deins
Gibst es dann im IE ein und bestätigst und schon bist du eingeloggt...

Anleitung um die URL zu erzeugen:

1. Mit falschem PW einloggen und dann die URL die erscheint kopieren.
2. Mit deinem PW unter einem anderen Account im selben Server einloggen und die dann erscheinende PW Nummer kopieren.
3. Die PW Nummer in der unter 1 kopierten URL durch die unter 2 gewonnene PW Nummer ersetzen.
 
Oben