Jump to content

A Bandwidth Script


Badams66

Recommended Posts

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?

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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 :lol:

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...