Hello everybody,set the magic_quotes_gpc = ON in php.ini ,SQL injection it seems not succuess.
what do you think.?
Printable View
Hello everybody,set the magic_quotes_gpc = ON in php.ini ,SQL injection it seems not succuess.
what do you think.?
I have to say that I have no clue what the thing you put does, but I find the fix provided by phpbb is quite quick and painless. I would go with theirs because they know what they are doing, and what you put might have side effects.
magic_quotes is evil, as I've mentioned before
NEVER EVER turn magic_quotes on - it may prevent security problems in some cases, but it causes A LOT of data corruption in others by putting loads of escaping in unnecessary places.
Read my previous thread on it
http://www.antionline.com/showthread...585#post612665
Slarty