Badams66 Posted September 17, 2003 Posted September 17, 2003 Can someone make a script that will check the site (in the picture) and when the upload hits 2.5GB then it will stop My Server and take my site down, or something? Quote Share this post Link to post Share on other sites More sharing options...
Bosco Posted September 17, 2003 Posted September 17, 2003 Just make a PHP script grab the entire content of that page and place it in an array or string variable. Then have the script search for Download and have it grab the first three characters after it (1.4) or whatever it will be. Then have the script compare that 2.5 and if it's equal to or greater than, then have it run a command line that will shutdown your server. Quote Share this post Link to post Share on other sites More sharing options...
Badams66 Posted September 17, 2003 Posted September 17, 2003 Just make a PHP script grab the entire content of that page and place it in an array or string variable. Then have the script search for Download and have it grab the first three characters after it (1.4) or whatever it will be. Then have the script compare that 2.5 and if it's equal to or greater than, then have it run a command line that will shutdown your server. gee linux, you make it sound so simple Quote Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.