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

AnonJr
Moderator

United States
5768 Posts

Posted - 23 September 2006 :  10:38:07  Show Profile  Visit AnonJr's Homepage  Reply with Quote
You shouldn't use Dreamweaver to view dynamic code like that. It can' process the code so it just shows you any free-floating HTML in the document. I use Dreamweaver all the time, just in code-view all the time.<
Go to Top of Page

Swn-Y-Mor
New Member

90 Posts

Posted - 23 September 2006 :  13:38:39  Show Profile  Reply with Quote
I know what you are saying, but when would I see the 'Go To' 'Close' and 'Back to' links?
The only page I ever see is the one shown in the browser above. When I enter a email url, my page refreshes back to the same one.
I only took a screengrab of Dreamweaver to demonstrate what I might expect to see in a browser.<
Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 23 September 2006 :  13:54:18  Show Profile  Visit modifichicci's Homepage  Reply with Quote
quote:
When I enter a email url, my page refreshes back to the same one.

after you enter a server you would be send to a message that says you have added a server with a link to back, and then to the the same page with the new server listed.

Are you sure you have used all my files instead of that of 1.1 version?<

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 - 23 September 2006 :  16:04:36  Show Profile  Reply with Quote
Does the page automatically refresh before we click on link?<
Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 23 September 2006 :  17:10:54  Show Profile  Visit modifichicci's Homepage  Reply with Quote
Yes.<

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

simonm
Starting Member

United Kingdom
6 Posts

Posted - 24 September 2007 :  06:19:18  Show Profile  Visit simonm's Homepage  Reply with Quote
Just installed this on my forum - a real gift of time - now I don't have to delete 95% of all registrations!<

This calls for immediate discussion
Cheap gas - Solar Power Renewable energy Forum - Leasehold purchase - - Fishing Forum
Go to Top of Page

borge
Junior Member

Norway
185 Posts

Posted - 27 September 2007 :  15:13:07  Show Profile  Reply with Quote
quote:
Originally posted by MarcelG

TO block top level domains, just add some lines in between, which are constructed like this:

(right(lcase(Request.Form("Email")),3)=".ru") or _





This worked very well for the .ru domains, but when I added a line for .biz it does not seam to work:

(right(lcase(Request.Form("Email")),3)=".biz") or _

Do I need to change anything when I add new top level domains. The forum I run has got some 4000+ registered members, and not one of them has a .biz or .info domain address. However, a great deal of the spam registrations are from those domains. I would love to just exclude any registrations from those domains.<

borge
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 27 September 2007 :  16:48:02  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message  Reply with Quote
(right(lcase(Request.Form("Email")),3)=".biz") or _

Can never be true. It should be
(right(lcase(Request.Form("Email")),4)=".biz") or _
<

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

borge
Junior Member

Norway
185 Posts

Posted - 27 September 2007 :  17:09:16  Show Profile  Reply with Quote
quote:
Originally posted by Podge

(right(lcase(Request.Form("Email")),3)=".biz") or _

Can never be true. It should be
(right(lcase(Request.Form("Email")),4)=".biz") or _


Thanks, I'll give it a try <

borge
Go to Top of Page

borge
Junior Member

Norway
185 Posts

Posted - 29 September 2007 :  05:29:48  Show Profile  Reply with Quote
For some reason blocked top level domains still manages to get through the first step of the registration process. I am testing it out with:

(right(lcase(Request.Form("Email")),4)=".info") or _
(right(lcase(Request.Form("Email")),4)=".biz") or _

but they keep getting through. Any ideas on what i clould be doing wrong?<

borge
Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 29 September 2007 :  05:48:58  Show Profile  Visit modifichicci's Homepage  Reply with Quote
(right(lcase(Request.Form("Email")),5)=".info") or _

the number show the chars that are in the string
.info = 5
.biz = 4
.ru = 3<

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 - 29 September 2007 :  06:36:30  Show Profile  Reply with Quote
quote:
Originally posted by modifichicci

(right(lcase(Request.Form("Email")),5)=".info") or _

the number show the chars that are in the string
.info = 5
.biz = 4
.ru = 3

I see, you never get to old to learn new things <

borge
Go to Top of Page

gpspassion
Junior Member

260 Posts

Posted - 15 October 2007 :  12:56:56  Show Profile  Visit gpspassion's Homepage  Reply with Quote
Thanks for another nice MOD, was getting tiring to deal with the mail.ru spammers...<
Go to Top of Page

lcamara
Starting Member

USA
10 Posts

Posted - 13 December 2007 :  02:18:25  Show Profile  Reply with Quote
FYI, I made some minor changes to modifichicci's 1.2 and called it 1.3:

renamed file to match Snitz naming convention (and be identified with MOD)
fixed HTML error in Admin panel
include modified pages for reference (see edit folder)<
Go to Top of Page

gpspassion
Junior Member

260 Posts

Posted - 10 June 2008 :  15:46:45  Show Profile  Visit gpspassion's Homepage  Reply with Quote
Glad I found it again, finally broke down and blocked the .cn and .ru domains, keep getting hit by porn crap, there must be a forum for spammers that tip them off on active forums !<
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.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07