Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Spider Killer for MS1 Bugfix


henri

Recommended Posts

http://www.oscommerce.com/community/contributions,1089

 

There is a small Bug in the SpiderKiller

 

I initialized the spiderkiller too late.

 

I wrote in the installation guide that you should include the spider_configure.php at the end of the application_top.php.

This is unfoutunally too late, cause the links in the navigation bar are written allready.

 

The installationguide should have been called:

 

- add in your application_top.php after

// include server parameters

require('includes/configure.php')

 

// Spiderkiller

require(DIR_WS_INCLUDES . 'spider_configure.php');

 

To check if it's working properly you can enter your browser as spider in the spider_configure file and check if you find any URLs with a sessionid, or you go too:

http://www.webconfs.com/search-engine-spid...r-simulator.php

 

Sorry for the bug.

Henri

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...