V Posted June 19, 2010 Share Posted June 19, 2010 I read a tutorial about PHPIDS, it seems like a good hack-proof system. Is anyone using it? Or would you recommend something else? Quote Link to comment Share on other sites More sharing options...
Sento San Posted June 24, 2010 Share Posted June 24, 2010 When using PHPIDS some of my existing scripts do return the following Fatal Erros. Is there a way to overcome these errors without changing the existing application. What is the cause for these errors ? So far as I understood, PHPIDS does only examine POST, GET... submitted data but does not interfere with existing scripts. But obviously it does in a certain way. Is there a configuration alternative to overcome this problem. Actually I configured PHPIDS to only examine and send a warning email but not to intercept the application. - Catchable fatal error: Method IDS_Report::__toString() must return a string value in G:\Inetpub\wwwroot\Projekt_F.php on line 92 Catchable fatal error: Object of class IDS_Init could not be converted to string in G:\Inetpub\wwwroot\Plan_L.php on line 532 - Notice: Object of class IDS_Init could not be converted to int in G:\Inetpub\wwwroot\Plan_Lnav.php on line 24 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.