Author |
Topic  |
garrigus
New Member

53 Posts |
Posted - 16 April 2006 : 10:33:12
|
I found this mod over on SnitzBitz:
Antispam Registration Add-On http://www.snitzbitz.com/mods/details.asp?Version=All&mid=139
Unfortunately, it seems to be written for an older forum version. Is there an updated version of this mod? Or is there a way to make it work with the current forum version?
Thanks! Scott
|
|
Sonic
New Member

Germany
82 Posts |
Posted - 17 April 2006 : 05:31:26
|
this works on the current version too  |
ich finds genial... bei uns ist es ratzekuz dunkel und bei dene alle heller nachmittag  |
 |
|
garrigus
New Member

53 Posts |
Posted - 17 April 2006 : 09:58:33
|
Hi Sonic,
Thanks for your reply.
How can I get this mod to work with the current version? I've read the instructions, but they seem to be wrong when it comes to showing where the code needs to be placed.
Thanks for your help! Scott
|
 |
|
TonyB7
Junior Member
 
USA
267 Posts |
Posted - 17 April 2006 : 18:55:03
|
This effect will get worse the more mods you add, as all the line numbers will get farther off. Just use your editor's search function and try to figure it out; it's not too hard. Always use a testing forum, and don't take the mod live until you're sure it's right. |
 |
|
garrigus
New Member

53 Posts |
Posted - 18 April 2006 : 18:19:40
|
Hi Tony,
Ah ha! You're probably right. I forgot I may have added more code to the base, thus throwing off the line numbers. Cool, I'll check it out.
Thanks! Scott
|
 |
|
jiga
Starting Member
21 Posts |
Posted - 13 June 2006 : 18:26:57
|
I'm trying to add to the baseline code for this antispam, but in the file inc_profile.asp for the latest version of snitz i cant find the line the readme file is on about, it looks like this if strAUAnon = "1" then I've used the goto line number function in my txt editor and i've used the find tool in the txt editor, i've looked from the begining of the doc to the end and from the end to the begining. Please help someone, is there an equivelent code in this new release? |
 |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 13 June 2006 : 18:45:59
|
there is no such variable in any standard version of Snitz, it looks like the instructions were written for a vesion which has the Active Users MOD installed |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
TonyB7
Junior Member
 
USA
267 Posts |
Posted - 13 June 2006 : 20:50:13
|
It looks like it goes just before this code at line 467 in an unmodified 34.05:
if Request.Form("Method_Type") = "Modify" then Response.Write " <tr>" & vbNewLine & _ " <td bgColor=""" & strPopUpTableColor & """ align=""right"" valign=""middle"" nowrap><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>Member Level: </font></b></td>" & vbNewLine & _ " <td bgColor=""" & strPopUpTableColor & """ valign=""top"">" & vbNewLine if rs("MEMBER_ID") = intAdminMemberID then |
 |
|
cryo75
New Member

88 Posts |
Posted - 14 June 2006 : 04:37:43
|
I can't figure out where to change in register.asp in
8. Goto line 275 (line 274 should end with End If)
Any more info on what comes before the End If!!!
Thanks, Ivan |
 |
|
Soar
Junior Member
 
USA
197 Posts |
Posted - 14 June 2006 : 22:39:47
|
Look for this block of text:
if Request.Form("Password") <> Request.Form("Password2") then Err_Msg = Err_Msg & "<li>Your Passwords didn't match.</li>" end if end if |
 |
|
TonyB7
Junior Member
 
USA
267 Posts |
Posted - 14 June 2006 : 22:43:53
|
Well, what goes just *after* that endif (again, in an unmod 3045): If strAutoLogon <> 1 then if Request.Form("Email") = "" then Err_Msg = Err_Msg & "<li>You Must give an e-mail address</li>" end if
So the code goes just before the above. |
 |
|
cryo75
New Member

88 Posts |
Posted - 14 June 2006 : 23:23:19
|
Thanks! Works like a charm!
Ivan |
 |
|
taropatch
Average Member
  
USA
741 Posts |
Posted - 15 June 2006 : 10:56:18
|
I was going going to chime in but everyone answered already. I really like this mod. It's a big help in reducing SPAM registrations. |
 |
|
Dean_OK
Starting Member
USA
27 Posts |
Posted - 25 June 2006 : 22:03:19
|
Could someone dumb this down a bit for me??? I thought I had made the modifications on V3.4.05 as described here, but it doesn't seem to be working. It didn't crash my forum.. it still works just like it did before I made the mods. TIA |
 |
|
Dean_OK
Starting Member
USA
27 Posts |
Posted - 25 June 2006 : 22:54:56
|
Never mind... I got it.... just dumb mistake. Thanks All! |
 |
|
Topic  |
|