Maybe you should change their passwords or possibly just delete their account alltogether. It's not worth having your provider shut down your entire server because of one client.
If they are using scripts located on the server, you can chmod the scripts to 000. IE, "chmod 000 /path_to_files/offending.file". Then they will not have permission to run that file.