Krieg diese doofe Loginbox nicht gefunden >.<

02/09/2010 20:16 Reextion#1
1
02/09/2010 20:20 Shadow992#2
Quote:
Originally Posted by Reextion View Post
Huhu^^

Kann mir mal bitte jemand helfen?

Bin grad am Programmieren für einen bot für die seite
[Only registered and activated users can see links. Click Here To Register...]

... bzw für das spiel.

Kann mir mal jemand den Name bzw. Id der IDbox und der PWbox auf der startseite raussuchen? Hab den Sourcecode schon aufm kopf gestellt, nichts gefunden. Nur die buttons und so alle^^

Wäre sehr lieb =D

Danke im Vorraus.


ReExtion
Nicht mal 1 min Suche :D
Quelltextstelle :
PHP Code:
                <form action="index.php?action=externalLogin" method="POST" name="login">
<
input type="hidden" name="reloadToken" value="f099a89f82d0a1d493171ae18152d7e8" />
                    <
div style="position: absolute; left: 9px; top: 14px; width: 124px; height: 20px; background: url(images/global/externalIndex/background_input_username.jpg?__cv=e3f9035e7c9eba929c29dbe54b748600) no-repeat scroll top; vertical-align: middle;">
                            <
input onkeydown="entsub(event);" class="typo_10" name="username" type="text" maxlength="32" value="">
                    </
div>
    
                    <
div style="position: absolute; left: 144px; top: 0px; color: #bdb76b;">Passwort:</div>
                
                    <
div style="position: absolute; left: 141px; top: 14px; width: 124px; height: 20px; background: url(images/global/externalIndex/background_input_password.jpg?__cv=05707807c371413d2a48497804e62f00) no-repeat top; vertical-align: middle;">                                                
                            <
input onkeydown="entsub(event);" class="typo_10" name="password" type="password" maxlength="32" value="">

                    </
div>
                </
form
Der Name von der 1. Inputbox , wo der Benutzername rein muss ist also username und von der Passwort-Inputbox ist der Name password .
02/09/2010 20:21 Reextion#3
Oh man, wenn ich dich nicht hätte =D

Danke!