Jump to content


Corporate Sponsors


Latest News: (loading..)

* * * * * 1 votes

PHP Intrusion Detection System for osCommerce


243 replies to this topic

#241 modem2.0

  • Community Member
  • 43 posts
  • Real Name:Modem 2.0

Posted 17 March 2012, 21:14

I found the issue of my problem... My Wamp MySQL server is not running on the default port, and the script is not using the OSC configuration. Once I changed the port on osc_phpids.php in the modules folder it worked flawlessly.

#242 modem2.0

  • Community Member
  • 43 posts
  • Real Name:Modem 2.0

Posted 18 April 2012, 13:20

Hi,

I'm having this contribution installed, and I'm also using the contribution customer Must Accept Terms and Conditions (MATC) http://addons.oscommerce.com/info/5750
But now I have lots on entries in the table PHPIDS Log related to REQUEST.conditions and POST.conditions in the create_account.php file and with all the conditions written.

Is there a way to fix this?

#243 modem2.0

  • Community Member
  • 43 posts
  • Real Name:Modem 2.0

Posted 28 April 2012, 19:41

View Postmodem2.0, on 18 April 2012, 13:20, said:

Hi,

I'm having this contribution installed, and I'm also using the contribution customer Must Accept Terms and Conditions (MATC) http://addons.oscommerce.com/info/5750
But now I have lots on entries in the table PHPIDS Log related to REQUEST.conditions and POST.conditions in the create_account.php file and with all the conditions written.

Is there a way to fix this?
Anyone??

#244 chandrika

  • Community Member
  • 7 posts
  • Real Name:Chandrika

Posted 23 May 2012, 15:45

Hi,
I have just discovered that my installation of phpids, was causing a problem with my paypal IPN notifications. Sometimes they were getting sent, sometimes not and checking the error logs on the server for paypals ipn notification url (173.0.81.1) I found

[Wed May 23 06:18:54 2012] [error] [client 173.0.81.1] PHP Fatal error: Class 'PDO' not found in /home/****/public_html/includes/phpids/lib/IDS/Log/Database.php on line 172

I have disabled phpids for a while and ipn notifications are now ok. I use paypal standard module for payments.

I see there is an option in admin phpids, for variable exclusions and thinking that maybe there is something I can enter there that might stop phpids blocking paypal ipns. The ipn notification script in my oscommerce is at /ext/modules/payment/paypal/standard_ipn.php

I could post that page if someone may be able to tell me whether there is a variable there i could exclude? What do you think?