[squid-users] Creating a web admin site, suggestions?

2007-07-09 Thread Elijah Alcantara
Hi, I've got this small project to create a php+mysql system that will manage a small network and setup web rules like blocking specific websites. I was thinking of saving these rules to the database then if the user clicks on the apply button at the frontend the squid proxy will fetch all

[squid-users] Creating a web admin site, suggestions?

2007-07-09 Thread Elijah Alcantara
Hi, I've got this small project to create a php+mysql system that will manage a small network and setup web rules like blocking specific websites. I was thinking of saving these rules to the database then if the user clicks on the apply button at the frontend the squid proxy will fetch all

Re: [squid-users] Creating a web admin site, suggestions?

2007-07-09 Thread Jeff Pang
2007/7/9, Elijah Alcantara [EMAIL PROTECTED]: I was thinking of saving these rules to the database then if the user clicks on the apply button at the frontend the squid proxy will fetch all these rules from a text/config file that the system created from the database. The only thing I can

Re: [squid-users] Creating a web admin site, suggestions?

2007-07-09 Thread Amos Jeffries
Jeff Pang wrote: 2007/7/9, Elijah Alcantara [EMAIL PROTECTED]: I was thinking of saving these rules to the database then if the user clicks on the apply button at the frontend the squid proxy will fetch all these rules from a text/config file that the system created from the database. The

Re: [squid-users] Creating a web admin site, suggestions?

2007-07-09 Thread Manoj_Rajkarnikar
On Mon, 9 Jul 2007, Jeff Pang wrote: 2007/7/9, Elijah Alcantara [EMAIL PROTECTED]: I was thinking of saving these rules to the database then if the user clicks on the apply button at the frontend the squid proxy will fetch all these rules from a text/config file that the system created from

Re: [squid-users] Creating a web admin site, suggestions?

2007-07-09 Thread Roger Morris
Elijah Alcantara wrote: Hi, I've got this small project to create a php+mysql system that will manage a small network and setup web rules like blocking specific websites. I was thinking of saving these rules to the database then if the user clicks on the apply button at the frontend the