Is it possible to get the bandwidth status through php? I would like to make a script which would notify me when I am about to reach the bandwidth limit..
There is no 'current bandwidth' thingy. You would have to custom code something that parses logs, or monitors each connection. A lot of work.
Then again mod_bandwidth in apache might add something.
Good luck to you.