How can i check if my site is down?

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
Server One Host
-


Joined: 26 Dec 2004
Posts: 14

PostPosted: Mon Dec 27, 2004 7:15 pm    Post subject: How can i check if my site is down? Reply with quote

How????
_________________

Dont drop your baby yoshi!
Back to top View user's profile Send private message
woody03
-


Joined: 16 Apr 2004
Posts: 103
Location: U.K>West Midlands>Walsall,

PostPosted: Mon Dec 27, 2004 7:16 pm    Post subject: Reply with quote

use a proxy site, but i cant remember the link.
_________________
Back to top View user's profile Send private message
Server One Host
-


Joined: 26 Dec 2004
Posts: 14

PostPosted: Mon Dec 27, 2004 7:20 pm    Post subject: Reply with quote

ok then.I think my site is down due to the FTP

But i dont know
_________________

Dont drop your baby yoshi!
Back to top View user's profile Send private message
Glitch2082
-


Joined: 02 Dec 2004
Posts: 194

PostPosted: Mon Dec 27, 2004 8:36 pm    Post subject: Reply with quote

If you have php installed...

Code:

<?php
$ip=$_SERVER['REMOTE_ADDR'];
echo "<font face='verdana' size='1'><a href='http://$ip'>Click Here to check if website is running</a>";
?>


Just put that in a php file and then run it.
_________________
int main() {
cout << "Im Pro Apache";
cin.get();
}
Back to top View user's profile Send private message Send e-mail
senshi
-


Joined: 05 Nov 2003
Posts: 385
Location: UK

PostPosted: Thu Dec 30, 2004 10:14 am    Post subject: Reply with quote

You can ask the server for the index.html or what ever your index page is called, request the header for that page, if the page information is returned then the server is running, if not, then you know that either that page does not exist or the servern is down.

FTP, is another net service, you have bandwidth, what happens is your machine is told that the amound of bandwidth it has to play with, your services are then alloted a per system reqwuirement and if the FTP is flooded then your connection wont serve up.

I suggest an FTP server that is limited to a maximum number od connections and a set amound of traffic to control the number of connects.

I hope that you ARE NOT running the FTP as ana anon login, if you are, your asking to be hacked. its that simple.

If you have PHP then you could use PHP to allow uploading and downloading via http through an interface to which the user has no direct control over.
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group