The script will block for outsite SPAM, for Script fill of guestbook, and it will save info about people trying to spam your guestbook.
I also made som changes to Sessions / members.asp
There is a SQL script in the package that needs to be run before you upload the ASP files to your site.
This mod is for AspNuke v1.4
goto Admin / Database and write the following:
-- Update LOG tableALTER TABLE Log ADD lDato TEXT(17) NULL;ALTER TABLE Log ADD lip TEXT(15) NULL;