Changes made to a .cfm file are being over-written as page loads
Hello, everyone.
I'm stuck with something that acts almost as if there is a virus on the hosting service web server, and I'm at a loss on how to correct this issue.
The website that I'm working on has recently been subjected to SQL injection. I have corrected this by putting everything that accesses the database into CFQUERYPARAM tags. That stopped the SQL injection.
Since that has been fixed, I think the site has become the victim of yet another attack.
The site has a custom built CMS. Now, whenever anyone tries to log on to the CMS, an error message is given relating to a CFCATCH tag that is not nested inside a CFTRY.
Here's how it goes:
1. I use DreamWeaver to open the file and remove the extra CFCATCH tag.
2. I save it and put it to the server.
3. I get the file and open it, again, to see that my change is still there.
4. I try to log on to the CMS, and get the error message, again.
5. I get the file and open it, again, to see that MY CHANGE HAS BEEN OVER-WRITTEN with the original offending code.
Has anyone run across this, before? Both myself and the tech support guy at the hosting service are scratching our heads over this one. How do I keep this from happening??
Thanks,
_
