Jump to content
Vhaerun

Cum sa automatizezi orice site folosind IE

Recommended Posts

Posted (edited)
#RequireAdmin ;

#include <IE.au3> ;

$browser=_IECreate();

_IENavigate($browser,"http://s4.bitefight.ro/bite/login.php");

$Form=_IEFormGetObjByName($browser,0);

$User=_IEFormElementGetObjByName($Form,"username");

$Password=_IEFormElementGetObjByName($Form,"password");

$MyUser=InputBox("Info","Introdu userul");

$MyPass=InputBox("Info","Introdu parola");

_IEFormElementSetValue($User,$MyUser);

_IEFormElementSetValue($Password,$MyPass);

$ButonLogin=_IEFormElementGetObjByName($Form,"login");

_IEAction($ButonLogin,"click");

Deci mie mi-a cerut username, am bagat, a fost ok..

A cerut psw, am bagat si....:?: si canci nu s-a mai intamplat nimic... dupa ce am dat Ok la box, a disparut dar nu m-a logat pe site! :|

ah, sa precizez ca Username si psw erau corecte

Ruleaza scriptul din SciTE , o sa vezi ca apar niste warning-uri / erori , in partea de jos . Pana nu le postezi pe alea , nu putem sa ne dam seama .

Asta am facut, dar nu imi da nici o eroare, pur si simplu nu se conecteaza... am sa incerc pe un alt site sa rulez scriptu`, ma gandesc ca atunci cand sa facut update la bitefight sa fi imbunatatit si securitatea... securitatea :lol::lol: ce urat suna in lumea asta

Edited by wtf
Posted

Nu stiu daca iti dai seama , dar nu are sens sa rulezi scriptul pe alt site . Daca scriptul e facut pentru form-ul de pe bitefight , sansele sunt tare mici sa functioneze altundeva . Pe Windows XP nu trebuie linia #RequireAdmin , doar pe Vista .

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...