Jump to content

Recommended Posts

Posted

hi,

i have a website which contains only a web stats counter/meter.

i want a script which

1- checks if internet is connected

2- If 1=True Then

3- opens the site in hidden window

4- waits for site to be loaded completed

5- closes the hidden window of IE

6- never opens this site again.

now how to do it?

the purpose of this script is only to increase the Stats of website.

anyone?

Posted

This is a fairly simple thing to do but I doubt people are going to help you make something that's basically a bump bot for a website. It is also unlikely anyone will help you without you doing a bit of work first.

Posted

This is a fairly simple thing to do but I doubt people are going to help you make something that's basically a bump bot for a website. It is also unlikely anyone will help you without you doing a bit of work first.

Ideas?
Posted

Yeah I'll give you an idea. Read the helpfile and do it yourself instead of begging.

well, if you will not tell me about the functions which i am going to use in this project then how will i study them?

if you will provide any good relevant info or example code then it might help me.

by the way thanks for your quick reply!

Posted (edited)

well, if you will not tell me about the functions which i am going to use in this project then how will i study them?

if you will provide any good relevant info or example code then it might help me.

by the way thanks for your quick reply!

If dbzfanatic said to you to search in help file do it... go to tab search and for example you put Internet and you will find many function with "_IE" ...

Edited by FireFox
Posted (edited)

Are you stupid ? If dbzfanatic said to you to search in help file do it... go to tab search and for example you put Internet and you will find many function with "_IE" ...

calling a user stupid is not good thing. i know there are many functions but i really don't know which ones can do the task as i want.

instead of telling me to read help file, tell me the functions which i should read.

i really did not like what you said, now let me ask, are you stupid?

Edited by UltraFine
Posted

#include <IE.au3> 

$var = Ping("www.google.com",250)

If @error = 0 Then 
    $oIE = _IECreate("www.google.com", 0, 0, 1)
    _IEQuit($oIE)
EndIf

Posted

#include <IE.au3> 

$var = Ping("www.google.com",250)

If @error = 0 Then 
    $oIE = _IECreate("www.google.com", 0, 0, 1)
    _IEQuit($oIE)
EndIf

many many thanks. you did it for me, thanks once again.

dbzfanatic & FireFox did not tell me to read about _IECreate() instead of writing 'read the help file for _IECreate' he said 'Read the help file'

Posted

Hi again,

I told you about _IE function so you go to help file tape _IE and you have all functions you just search what you want...

We're not here to do your script at your place :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...