Author |
Topic |
modifichicci
Average Member
Italy
787 Posts |
|
borge
Junior Member
Norway
185 Posts |
Posted - 04 July 2006 : 14:02:23
|
Is it possible to block all registration from certain Top-Level Domains, like blocking @*.ru< |
borge |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
borge
Junior Member
Norway
185 Posts |
Posted - 04 August 2006 : 17:32:01
|
Thanks to MarcelIG and others who have been working on this excellent mod.
I would be very happy is someone would be willing to help by also providing the necessary code modification to enable blocking of Top-Level Domains.< |
borge |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 11 August 2006 : 01:59:39
|
TO block top level domains, just add some lines in between, which are constructed like this:
(right(lcase(Request.Form("Email")),3)=".ru") or _
< |
portfolio - linkshrinker - oxle - twitter |
|
|
MJFarmgirl
Starting Member
USA
39 Posts |
Posted - 14 August 2006 : 18:34:00
|
Thank you for the MODs, MarcelG and wildfiction. I just implemented the RedirectSpammers and the NoChangingIntoSpammer MODs and tested. They seem to work well so far.
I did change the error messages to be more vague. I wouldn't know whether the spammers check their nets or not, but I wouldn't want to tip them off on what's not working either way.
Err_Msg = Err_Msg & "<li>The e-mail address you supplied is not valid. Please check your spelling.</li>"
I appreciate your work!< |
Farmgirl Connection MaryJanesFarm |
|
|
edbyrne
Starting Member
Ireland
34 Posts |
Posted - 14 September 2006 : 16:29:17
|
Is it possible to use this mod to prevent a certain e-mail address from being used? e.g. (Instr(lcase(Request.Form("Email")), "mailaddress@spamgourmet.com") > 0) or _
The problem is that the spammer that is bugging me is using a yahoo.com address, and I don't want to block all yahoo.com addresses obviously. They haven't posted a message in my forum, just keep re-registering and trying to send mail so I can't identify their IP address (?) I have implemented ruirib's mod (http://forum.snitz.com/forum/topic.asp?TOPIC_ID=62640&SearchTerms=e-mail,spam) stopping members from sending e-mails until they have a certain number of posts, but I would prefer to nip the problem in the bud at registration stage. Any suggestions? Thanks in advance. Ed< |
Eddie http://www.cleft.ie |
|
|
Swn-Y-Mor
New Member
90 Posts |
Posted - 21 September 2006 : 10:39:42
|
modifichicci, I have just installed your Mod but I get the following error:-
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'page_begin'
/forum/admin_spamserver.asp, line 8
Line 8 = page_beginn< |
|
|
Swn-Y-Mor
New Member
90 Posts |
Posted - 21 September 2006 : 10:42:45
|
I am also getting the following in register.asp
Microsoft VBScript compilation error '800a03ea'
Syntax error
/forum/register.asp, line 297
strsql = "SELECT SPAM_SERVER FROM " & strTablePrefix & "SPAM WHERE SPAM_SERVER = '" & MailServer & < |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
Swn-Y-Mor
New Member
90 Posts |
Posted - 21 September 2006 : 16:39:22
|
Yes, you are correct. I was using v1.1 instead of v1.2 Thank you, it works like a dream< |
|
|
Swn-Y-Mor
New Member
90 Posts |
Posted - 22 September 2006 : 05:24:34
|
I have been using this Mod and it appears to be working fine, although looking at the code in Dreamweaver I see bits that do not appear in browser.
I only ever see a table with heading 'Stop Spam Server' and an input box Insert Spam Server, followed by a list of email names that I have entered.
I never see the 'Go To' 'Back To', green arrows or yellow attention icon. When should I see these?
Thanks for the Mod< |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
Swn-Y-Mor
New Member
90 Posts |
Posted - 22 September 2006 : 19:10:14
|
Yes, I have uploaded images, and directory paths are correct.
This is what I see now in browser...........
and this is what I see in Dreamweaver.....
< |
Edited by - Swn-Y-Mor on 22 September 2006 19:10:36 |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
Topic |
|