Steve Railsback Posted April 15, 2005 Posted April 15, 2005 Greetings all We're running FM 6 to publish a database online of student clubs. I learned today that we've been hacked. We think someone is passing add new record commands through the URL. Is this possible and can it be blocked? Thanks! -steve
Garry Claridge Posted April 16, 2005 Posted April 16, 2005 A new record can be created with a "-new" in the URL with something like this: http://myaddress/FMPro?-dbname=mydb.fp5&-format=-raw&-new You can use the "Web Security" database to protect against this. Or, you could use PHP to "hide" the database. All the best. Garry
Recommended Posts
This topic is 7153 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now