Jump to content

Webserver aviable ?


Nemcija
 Share

Recommended Posts

Hi,

Its me again with a little question ^^

I have got a server 500 miles away and an other one here.

Both of them are always online and i've got the domain.

But i don't know whether the Webserver is always running.

So I need a script which checks, whether it is active or not.

Thanks for your help.

MfG. C.M

(i hope you understand my english :P )

[url=www.vergessene-welt.de][/url]

Link to comment
Share on other sites

maybe this

straight from help

$var = Ping("www.AutoItScript.com",250)
If $var Then; also possible:  If @error = 0 Then ...
    Msgbox(0,"Status","Online, roundtrip was:" & $var)
Else
    Msgbox(0,"Status","An error occured with number: " & @error)
EndIf

8)

Thanks, but ..

I know that the server is always online

but i don't know whether the Webserver is always running :P

[url=www.vergessene-welt.de][/url]

Link to comment
Share on other sites

the Webserver should have a function/purpose

TCP

Mail

or????

you would need to test the function... i have no idea what it does..accepts...etc

8)

webserver (port 80) sends the webpage when it is requested

else it sends nothing. -> TCP

(like every Webserver :P )

[url=www.vergessene-welt.de][/url]

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...