Cheating Network
 
 

Go Back   Cheating Network > General Computing > Programming
Reload this Page autohotkey help --- httpquery?



Programming

This is a discussion about autohotkey help --- httpquery? within the Programming section, where you will Anything related to programming or scripting should go here.



Reply
 
LinkBack Thread Tools Display Modes
Old 08-31-2008, 09:32 PM   #1 (permalink)
Member
 
Join Date: May 2008
Posts: 30
Reputation: 0
voltron is an unknown quantity at this point
Default autohotkey help --- httpquery?

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!
voltron is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-02-2008, 07:40 PM   #2 (permalink)
Senior Member
 
Join Date: Feb 2008
Posts: 161
Reputation: 8
Titan5 is an unknown quantity at this point
Default

could someone post the link to download httpQuery-0-3-3.ahk?
trying to get into this feature, thanks
__________________
Get Two (2) FREE Video Games - Sign up by clicking below!
Titan5 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-05-2008, 09:39 PM   #3 (permalink)
banned
 
hobdiddy's Avatar
 
Join Date: Dec 2007
Location: Los Angeles, CA
Posts: 766
Reputation: 132
hobdiddy will become famous soon enoughhobdiddy will become famous soon enough
Send a message via AIM to hobdiddy Send a message via MSN to hobdiddy
Default

that's now how you use http query

if you can give the website you use it on or pm me i could give you a hand.
__________________
INSTANT PAYOUTS! JOIN TODAY!


thanks R3TLAW
hobdiddy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
autohotkey, httpquery


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
FREE AutoHotKey Help Seatbelt99 Programming 22 02-20-2008 08:24 PM


Powered by vBulletin
Copyright © 2000-2008 Jelsoft Enterprises Limited.
Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.