I have installed this mod as per the instructions but I get the impression it is a little out of date. I made all the changes as instructed but noticed in pop_mail.asp it says to find the lines
if YEmail <> "" then Response.Write(YEmail) Response.Write etc etc (line 174)
I can't find those lines anywhere so I replace the whole file with the edited one that comes with the mod. I ran the dbs file and everything seemed to be ok but when I try and register a new user I get the message "You have not entered an answer for the Antispam question" . Trouble is the question is not shown.
I have also noticed that since installing the MOD, when I try and delete a user I get the message "The URL has been modified. possible hijacking attempt"
I have turned off required registration. I did check the inc_profile.asp file and the gatekeeper bit is definately there although maybe in the wrong place. If it saves hassle I have pasted the contents of the inc_profile.asp below
====== <% '################################################################################# '## Snitz Forums 2000 v3.4.07 '################################################################################# '## Copyright (C) 2000-09 Michael Anderson, Pierre Gorissen, '## Huw Reddick and Richard Kinser '## '## This program is free software; you can redistribute it and/or '## modify it under the terms of the GNU General Public License '## as published by the Free Software Foundation; either version 2 '## of the License, or (at your option) any later version. '## '## All copyright notices regarding Snitz Forums 2000 '## must remain intact in the scripts and in the outputted HTML '## The "powered by" text/logo with a link back to '## http://forum.snitz.com in the footer of the pages MUST '## remain visible when the pages are viewed on the internet or intranet. '## '## This program is distributed in the hope that it will be useful, '## but WITHOUT ANY WARRANTY; without even the implied warranty of '## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the '## GNU General Public License for more details. '## '## You should have received a copy of the GNU General Public License '## along with this program; if not, write to the Free Software '## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. '## '## Support can be obtained from our support forums at: '## http://forum.snitz.com '## '## Correspondence and Marketing Questions can be sent to: '## manderson@snitz.com '## '################################################################################# Sub DisplayProfileForm on error resume next strMode = Request.QueryString("mode")
Response.Write " <table border=""0"" width=""100%"" cellspacing=""0"" cellpadding=""0"" valign=""top"" align=""center"">" & vbNewLine & _ " <tr>" & vbNewLine & _ " <td bgColor=""" & strPageBGColor & """ align=""center""" & strColSpan & "><p><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>All Fields marked with <font size=""" & strHeaderFontSize & """ color=""" & strHiLiteFontColor & """>*</font> are required</b>" if lcase(strEmail) = "1" and strEmailVal = "1" then if strMode = "Register" then Response.Write("<br /><small>To complete your registration, you need to have a valid e-mail address.</small>") else if strMode <> "goModify" then Response.Write("<br /><small>If you change your e-mail address, a confirmation e-mail will be sent to your new address.<br />Please make sure it is a valid address.</small>") else Response.Write("<br /><small>If you change the e-mail address, a confirmation e-mail will be sent to the new address.<br />Please make sure it is a valid address.</small>") end if end if end if Response.Write "</font></p></td>" & vbNewLine & _ " </tr>" & vbNewLine & _ " <tr>" & vbNewLine & _ " <td bgcolor=""" & strPageBGColor & """ align=""left"" valign=""top"">" & vbNewLine & _ " <table border=""0"" width=""80%"" cellspacing=""1"" cellpadding=""0"" align=""center"">" & vbNewLine & _ " <tr>" & vbNewLine
Thanks great thanks. It works fine now. I found it difficult pasted some of the code as the line numbers are out of date.
One question though. I thought this was going to be a captcha which I assume is that graphic you get on some websites where you have to enter the characters from the graphic. Is there not one of those for Snitz then ?
I have another problem which the main forum tells me is down to me pasting the MOD code wrongly. When I try and delete a user I get the Error message "The URL has been modified! possible highjack attempt"
If you wouldn't mind registering at my site and I will make you adminstrator so you can check it out.