Vernon Gibson - 2011-05-04

Hello,

The problem you're having is due to the fact that GRITT was not designed be used on a remote server. The project was designed for developers, who generally have a 'development' environment on their local machine. GRITT does not contain the security code that should be in place when a remote user is allowed to write to the server. You've probably opened your environment to a myriad of vulnerabilities. I would suggest that you locate and download XAMPP or a similar stack and install it onto your local machine for development. You can then migrate your completed project to your server without fear of attack.

Vernon