Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: anti-spam E-mail filter
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 6

modifichicci
Average Member

Italy
787 Posts

Posted - 04 July 2006 :  02:55:21  Show Profile  Visit modifichicci's Homepage  Reply with Quote
Once a list is done, it could be extract to xml file and shared, I think, if it is not on line at now... But I don't know very well how a server is considered spamming, and I think each nation has his rules...<

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum
Go to Top of Page

borge
Junior Member

Norway
185 Posts

Posted - 04 July 2006 :  14:02:23  Show Profile  Reply with Quote
Is it possible to block all registration from certain Top-Level Domains, like blocking @*.ru<

borge
Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 04 July 2006 :  14:33:31  Show Profile  Visit modifichicci's Homepage  Reply with Quote
not without code modification..<

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum
Go to Top of Page

borge
Junior Member

Norway
185 Posts

Posted - 04 August 2006 :  17:32:01  Show Profile  Reply with Quote
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
Go to Top of Page

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 11 August 2006 :  01:59:39  Show Profile  Visit MarcelG's Homepage  Reply with Quote
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
Go to Top of Page

MJFarmgirl
Starting Member

USA
39 Posts

Posted - 14 August 2006 :  18:34:00  Show Profile  Visit MJFarmgirl's Homepage  Reply with Quote
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
Go to Top of Page

edbyrne
Starting Member

Ireland
34 Posts

Posted - 14 September 2006 :  16:29:17  Show Profile  Reply with Quote
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
Go to Top of Page

Swn-Y-Mor
New Member

90 Posts

Posted - 21 September 2006 :  10:39:42  Show Profile  Reply with Quote
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<
Go to Top of Page

Swn-Y-Mor
New Member

90 Posts

Posted - 21 September 2006 :  10:42:45  Show Profile  Reply with Quote
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 &
<
Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 21 September 2006 :  12:49:32  Show Profile  Visit modifichicci's Homepage  Reply with Quote
Type mismatch: 'page_begin'

/forum/admin_spamserver.asp, line 8

No page_begin in that file, there is table_begin
Check your files and be sure to use that of my update and not that of the original mod, that has page_begin in that function.<

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum
Go to Top of Page

Swn-Y-Mor
New Member

90 Posts

Posted - 21 September 2006 :  16:39:22  Show Profile  Reply with Quote
Yes, you are correct. I was using v1.1 instead of v1.2
Thank you, it works like a dream<
Go to Top of Page

Swn-Y-Mor
New Member

90 Posts

Posted - 22 September 2006 :  05:24:34  Show Profile  Reply with Quote
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<
Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 22 September 2006 :  10:19:35  Show Profile  Visit modifichicci's Homepage  Reply with Quote
Have you uploaded the images in the mod to your images directory? and check if your dir match the name that is in the file to call the images.<

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum
Go to Top of Page

Swn-Y-Mor
New Member

90 Posts

Posted - 22 September 2006 :  19:10:14  Show Profile  Reply with Quote
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
Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 23 September 2006 :  06:42:51  Show Profile  Visit modifichicci's Homepage  Reply with Quote
What you see in browser is correct, I don't know Dreamweaver.<

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum
Go to Top of Page
Page: of 6 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07