I have been trying to find a way to allow users to remove sites from the ads blacklist, currently I am doing it via a simple little script that asks them for the domain to be removed and then writes that to a log (to allow them to be removed from updates as well), removes it from the list and reloads squid. But, this requires them to ssh to the machine, log in with a generic account and so on and soforth... I am looking for a way to move this to a web form, I have googled till I am blue in the face with no luck. Basically what I need is a way to pass the form input as a variable to a script to perform the same action. Has anyone ever seen this done or have any ideas on how to approach this?
 
 
TIA,
 
Mark 

Reply via email to