Jump to content
Advert

nguyenan

Members
  • Posts

    12
  • Joined

  • Last visited

nguyenan's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. i do not known about html.this is url:http://www.graphixshare.com/addnews.html ,you can use acc:gatay87 pass:2651987.please help.
  2. u can use this acc: gatay87 pass 2651987.I also have this general problem questions, please help!
  3. it is Javascript or flash embedded in IE page. i used _IEFormElementSetValue but it is not working,please help me.
  4. how to send a tex to this text field?
  5. how to enter text into a web framework using script.example:
  6. but i want display image capcha in the GUI?
  7. where?i am newbie.
  8. I'm doing auto register site: http://www.katzforums.com/index.php but the GUI is CAPCHA up to the user type does not know how, please help me!
  9. i Looked at the source code of the site but i can not see the ID or name
  10. i readed autoit help file and my scripts: #include <IE.au3> $oIE = _IECreate ("http://4down.info") $o_form = _IEFormGetObjByName ($oIE, "form of site") $o_login = _IEFormElementGetObjByName ($o_form, "login_name") $o_password = _IEFormElementGetObjByName ($o_form, "login_password") $o_signin = _IEFormElementGetObjByName ($o_form, "login") $username = "user" $password = "pass" _IEFormElementSetValue ($o_login, $username) _IEFormElementSetValue ($o_password, $password) _IEAction ($o_signin, "click") but i can not see form of this site in source,can you help me?
  11. i need auto login to these website: http://4down.info/addnews.html http://www.tinydl.com http://hunt4download.com please help me!!!
  12. how to driver a lot of IE windows at once time
×
×
  • Create New...