Hi, I'm trying to use a game to access the SQL server through a .php script and in the game is gives me a error "Can't Parse JSON" anyone have any idea? I know a guy who is doing the same thing and it works for him. He wont help.
The error says what it means; the JSON being returned by the script is invalid. You need to take a look at what the script is returning in order to figure out what the problem might be. The fact that you're getting a parse error should indicate that you are getting a 200 OK status (rather than the 404 or 403 that an unhandled SQL error should return with mod_security turned on).