#include<IE.au3>
;Get Username
$1=InputBox("Username","Type in your Username:")
;If you dont set $1
If @error Then
MsgBox(16,"Error","No username !")
Else
;Get Password
$2=InputBox("Password","Type in your Password:","","•")
;If you dont set $2
If @error Then
MsgBox(16,"Error","No password !")
Else
;Open Browser and wait until Browser loaded
$IE=_IECreate()
_IELoadWait($IE)
;Navigate to "http://www.elitepvpers.com/forum/login.php?do=login" and wait until Browser loaded
_IENavigate($IE,"http://www.elitepvpers.com/forum/login.php?do=login")
_IELoadWait($IE)
;Get Username Input and Passwort Input
$username=_IEGetObjById($IE,"navbar_username")
$password=_IEGetObjById($IE,"navbar_password")
;Tick Stay Logged in Checkbox (Usually it is ticked, so if you dont want to stay logged in, you have to do this step)
$cookie=_IEGetObjById($IE,"cb_cookieuser_navbar")
_IEAction($cookie,"click")
#include<IE.au3>
;Get Username
$1=InputBox("Username","Type in your Username:")
;If you dont set $1
If @error Then
MsgBox(16,"Error","No username !")
Else
;Get Password
$2=InputBox("Password","Type in your Password:","","•")
;If you dont set $2
If @error Then
MsgBox(16,"Error","No password !")
Else
;Open Browser and wait until Browser loaded
$IE=_IECreate()
_IELoadWait($IE)
;Navigate to "http://www.elitepvpers.com/forum/login.php?do=login" and wait until Browser loaded
_IENavigate($IE,"http://www.elitepvpers.com/forum/login.php?do=login")
_IELoadWait($IE)
;Get Username Input and Passwort Input
$username=_IEGetObjById($IE,"navbar_username")
$password=_IEGetObjById($IE,"navbar_password")
;Tick Stay Logged in Checkbox (Usually it is ticked, so if you dont want to stay logged in, you have to do this step)
$cookie=_IEGetObjById($IE,"cb_cookieuser_navbar")
_IEAction($cookie,"click")
Actually you don't need _IELoadWait($oIE) because you use _IENavigate with wait param.
Also you could already start with the link instead of creating a blank explorer.
Can't login in my account on website. 10/13/2013 - Need for Speed World - 6 Replies Hello, i can't login in my account because reached the maximum of failed logins. But i wasn't that, anyone tried to hack me i think, what should i do now? I want write a e-mail to EA-Supporters but i only find the callnumber...
Heey, ich kann mich nichtmehr in mein Account einloggen. Wenn ich das nämlich versuche kommt das: Maximale Anzahl fehlgeschlagener Anmeldeversuche erreicht. Dabei war ich es nichtmal, ich glaub jemand hat versucht mich zu hacken. Was soll ich jetzt machen? Wenn...
Cant login on website 04/11/2013 - League of Legends - 1 Replies Im getting these error when i wanna login to my lol account on website. Same when clicking register is only me or everybody have it?
Website Login !? 03/19/2013 - .NET Languages - 13 Replies Hi Leute !
Um gleich auf den Punkt zu kommen,
ich brauche eine function, die überprüft ob die Logindaten (username,passwort) richtig sind und diese daten sich nur auf eine Seite beziehen sollen.
Das heißt z.b
ich gebe in mein Programm Username und Passwort für Youtube ein und das Programm erkennt das es den Acc gibt und er sich sozusagen einloggt, aber nur in den Programm.
[Suche] Login Script für Website [B] e*g 12/23/2012 - elite*gold Trading - 6 Replies Hallo,
ich suche ein Login Script, damit ich eine bestimmte seite auf meinen server damit schützen kann und diese dann auch nur über den login erreichbar ist.
Es soll keine registration geben, nur ich als admin soll in der lage sein user hinzuzufügen.
am besten, auch mit einem remember me funktion.
biete dafür e*g bzw. paypal
Website Login Script for your players 02/22/2012 - Web Development - 7 Replies Hello! I want to release a sample Login Script for players.
Let`s start making the Configurations. Open a Text editor and create a file configuration.php
<?php
// MySQL connect information.
$c_username = "root";
$c_password = "mysql password";
$c_host = "localhost"; //leave this
$c_database = "yourdatabase";