Is there a way to automatically suspend all accounts which have used 0 bandwidth in the current month. i want to clean up accounts on serveral servers, and this would be the fastest way to do that for me.
Is there a way to automatically suspend all accounts which have used 0 bandwidth in the current month. i want to clean up accounts on serveral servers, and this would be the fastest way to do that for me.
You could use a script that parses the results of the showbw function of the XML-API and anyone using 0 bytes of bandwidth, suspend them using the appropriate XML-API call.