Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kramster

Pioneers
  • Posts

    10
  • Joined

  • Last visited

Everything posted by kramster

  1. Hi Celextel, I made those modules available in the indicated directory and got even more path-related errors. Rather than go chasing my tail modifying paths, I think it would be prudent to take your second suggestion to back out and instal PHPIDS under Joomla as this is my main front-end. I'll let you know how I go with that. Thank you for all your help ... much appreciated. Regards, Mark
  2. Hi Celextel, I uploaded the original osc_phpips.php file and still get the same result. What I haven't mentioned which may be relevant is that I am running OSC under Joomla. The OSC part of the directory structure is www.iorarua.com/catalog/... which is where I've installed all the PHPIDS code. So, for instance, we have www.iorarua.com/catalog/includes/modules/osc_phpids.php. Now, after the above test, before reverting to the original application_top.php so we can still use the site, I went to www.iorarua.com and got these errors at the top of the page. Warning: include(/home/ior49618/public_html/plugins/system/oscommerce/modules/osc_phpids.php) [function.include]: failed to open stream: No such file or directory in /home/ior49618/public_html/catalog/includes/application_top.php on line 95 Warning: include() [function.include]: Failed opening '/home/ior49618/public_html/plugins/system/oscommerce/modules/osc_phpids.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ior49618/public_html/catalog/includes/application_top.php on line 95 Warning: include(/home/ior49618/public_html/plugins/system/oscommerce/modules/banned_ip.php) [function.include]: failed to open stream: No such file or directory in /home/ior49618/public_html/catalog/includes/application_top.php on line 125 Warning: include() [function.include]: Failed opening '/home/ior49618/public_html/plugins/system/oscommerce/modules/banned_ip.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ior49618/public_html/catalog/includes/application_top.php on line 125 If I then go to www.iorarua.com/catalog I get this: 1146 - Table 'ior49618_jo151.TABLE_BANNED_IP' doesn't exist select ip_address from TABLE_BANNED_IP where ip_status='0' [TEP STOP] I checked my database and there is in fact a table "banned_ip" (as well as "phpids_intrusions") Does any of this help?
  3. Celextel, Yes, I'm still getting the error, which is Fatal error: Class 'PDO' not found in /home/ior49618/public_html/catalog/includes/phpids/lib/IDS/Log/Database.php on line 170 The osc_phpids.php - yes I made the changes laid out in your documentation as well as setting line 75 to $show_result = 'true'; for the test. My ISP is running PHP 5.2.5 on this host. My application_top.php was as you've shown except that the // include PHPIDS Module include(DIR_WS_MODULES . 'osc_phpids.php'); was before the gzip compression section (because I don't have FWR Security Pro. I moved it to follow the gzip bit, but the result is still the same. Regards, Mark
  4. Hi Celextel, Step-A: Verified - both are set to 777 Step-B: Verified. My database contains tables "banned_ip" and "phpids_intrusions" Regards, Mark
  5. I've just installed PHPIDS and when I try the first test I get this error: Fatal error: Class 'PDO' not found in /home/ior49618/public_html/catalog/includes/phpids/lib/IDS/Log/Database.php on line 170 I have followed the instructions step-by-step. Can you help please?
×
×
  • Create New...