Malater Posted April 1, 2008 Posted April 1, 2008 if it is possible, how would i make a program that would run when a certain site was visited regardless of if they clicked a link or typed it in
PsaltyDS Posted April 2, 2008 Posted April 2, 2008 if it is possible, how would i make a program that would run when a certain site was visitedregardless of if they clicked a link or typed it inBy asking them to run your program when they go to that site...? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Brickoneer Posted April 2, 2008 Posted April 2, 2008 well, you can monitor the URL of an IE browser with dale's IE.au3.... there are probably some other clever ways of poking into the browser history. I just thought of something else... if you control the website, you can ask the browser to cache some of the data. Then your program can regularly search the cache for your web site's image or whatever. Its just a brainstorming idea... I'm too tired to think it through right now.
/dev/null Posted April 2, 2008 Posted April 2, 2008 if it is possible, how would i make a program that would run when a certain site was visitedregardless of if they clicked a link or typed it inwhy? __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
PsaltyDS Posted April 2, 2008 Posted April 2, 2008 why?Well, you wouldn't want to waste time logging input tags BEFORE they went to their online banking sites, now would you? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Kip Posted April 2, 2008 Posted April 2, 2008 (edited) I made a example to get all connections. It also returns all remote hosts(websites)But it didn't work for everyone.http://www.autoitscript.com/forum/index.ph...ll++Connectionsfirst it didnt work, but after i downloaded the netstat.exe from my own computer it does work. Edited April 2, 2008 by kip MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now