12-26-2008, 11:18 PM
Hi, I have a code that tells me when I have messages on myspace, the only problem is I need a code that can 'Execute' a URL, without my browser being open, kind of like refresh the URL... PLEASE HELP!
Execute URL
|
12-26-2008, 11:18 PM
Hi, I have a code that tells me when I have messages on myspace, the only problem is I need a code that can 'Execute' a URL, without my browser being open, kind of like refresh the URL... PLEASE HELP!
12-27-2008, 08:33 AM
12-27-2008, 09:59 AM
Anyway to Set the number of Sockets?
12-27-2008, 10:04 AM
"http://www.google.com:1280"
here 1280 is port number
12-27-2008, 10:18 AM
What I am trying to do is Send Several requests at once (which IntGetFile) does not seem to be allowing me to do, it's working great, but won't let me send more than one request.. I'm trying to get stats for (people who turned 50 today) from a website, & the # is changing on a whim... So i need to get it at a speed of about 0.1 without my browser opened though.
I tried rep ,0.1 ,intGetFile url _s This does not seem to work.
12-27-2008, 10:24 AM
Many IntGetFile can work at the same time in multiple threads. Place the code in a function and run the function from the main macro using mac.
rep 10 ,mac "Function"
12-27-2008, 10:32 AM
says 'error, function timed out' then stops bringing me back the data
tried adding ;err at the end, still doesn't bring back data
12-27-2008, 10:37 AM
|
« Next Oldest | Next Newest »
|