
The extracted zip contains 5 files

1.Readme.txt which you are reading right now
2.secInclude.asp which is the SecInclude code
3.secAlert.asp which is open source code that can be overridden to change the action taken upon security alert
4.License.lic which is the temporary license for the trial version
5. SampleOFusesecinclude.asp sample code using the SecInclude 

Place the secInclude.asp, secAlert.asp and the License.lic at the root of your web site

Place the following 8 lines at the top of every asp file you wish to protect 




<%@ LANGUAGE = VBScript.Encode %>
<%
'===== The next line can be changed to skipSecurity which will cause the code not to perform security checks
'skipSecurity=false
'===== The next line can be changed to override the regular expression the secinclude code uses ti 
'Rexexpatterns="Any regular expression pattern you would like to check"
 %>
<!--#include virtual="/secInclude.asp"-->




You may override the default pattern the SecInclude is using by changing the Rexexpatterns

This is a trial version which will expire at 18/11/2007

For any questions please contact us at info@modumax.net 

