![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Member Join Date: May 2008
Posts: 30
Reputation: 0 ![]() | Basically what I am trying to do is use the httpquery command to go to the url then close the session or connection and repeat? Here is the code... Code (Expand - Copy): #include httpQuery-0-3-3.ahk #noenv Line = 1 InputBox, email, email, What is your email address?, , if ErrorLevel ExitApp else loop { FileReadLine, Code, pcode1.txt, %Line% if errorlevel ExitApp else html := "" URL := "http://example.com/index.cfm?fuseaction=promo.thanks&token=" . code . "&email=" . email length := httpQuery(html,URL) sleep 500 line ++ } Basically the site is smart enough to know if you submit multiple tokens it counts them as one? Now what I usually do to get around this is open multiple instances of IE and then it works perfectly. However that takes a lot of time and a lot of cpu power... Thanks in advance! |
| | |
![]() |
| Tags |
| autohotkey, httpquery |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FREE AutoHotKey Help | Seatbelt99 | Programming | 22 | 02-20-2008 08:24 PM |