automatic logon to website

You may request or share scripts for MicroMacro in this forum.
Post Reply
Message
Author
C3PO
Posts: 109
Joined: Sun Jul 10, 2011 2:45 pm

automatic logon to website

#1 Post by C3PO »

Hello,

I would like to ask if someone could help me to make a script that logs on to http://dyn.com/dns/
Nothing else would be necessary.

thanks in advance

ps.: I'm using win7 x64 and IE10
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: automatic logon to website

#2 Post by Administrator »

Since you are required to enter a captcha, it won't be easy. You might have to look into OCR.

Otherwise, a simple cURL script would do it.
C3PO
Posts: 109
Joined: Sun Jul 10, 2011 2:45 pm

Re: automatic logon to website

#3 Post by C3PO »

I don't want to create a new user I want to login with my user. therefor you don't need a captcha.
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: automatic logon to website

#4 Post by Administrator »

Then just look into cURL. All you have to do is set the POST variables for your username and password, set the POST URL, and run it.
Post Reply