Question
Give script access to restricted pages
I need to provide a search function within the Members
section of a large, dynamically-generated site. I am trying to use
Sphider for this purpose, but the product is not set up for
password protected pages.
I took a look at the Sphider code and it seemed like it would be an easy fix. I went into the main authorization file and set the standard DW session variables (MM_Username and MM_UserGroup) to an appropriate username and access level. I also made sure that all the sub-files had "session_start". I know the session variables are correct because I added echo statements in Sphider to test them.
Every time I run the indexing script the password protected pages kick the script out as not logged in.
Any suggestions welcome!
I took a look at the Sphider code and it seemed like it would be an easy fix. I went into the main authorization file and set the standard DW session variables (MM_Username and MM_UserGroup) to an appropriate username and access level. I also made sure that all the sub-files had "session_start". I know the session variables are correct because I added echo statements in Sphider to test them.
Every time I run the indexing script the password protected pages kick the script out as not logged in.
Any suggestions welcome!