Author |
Topic |
AnonJr
Moderator
United States
5768 Posts |
Posted - 23 September 2006 : 10:38:07
|
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.< |
|
|
Swn-Y-Mor
New Member
90 Posts |
Posted - 23 September 2006 : 13:38:39
|
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.< |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
Swn-Y-Mor
New Member
90 Posts |
Posted - 23 September 2006 : 16:04:36
|
Does the page automatically refresh before we click on link?< |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
simonm
Starting Member
United Kingdom
6 Posts |
|
borge
Junior Member
Norway
185 Posts |
Posted - 27 September 2007 : 15:13:07
|
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 |
|
|
Podge
Support Moderator
Ireland
3775 Posts |
|
borge
Junior Member
Norway
185 Posts |
Posted - 27 September 2007 : 17:09:16
|
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 |
|
|
borge
Junior Member
Norway
185 Posts |
Posted - 29 September 2007 : 05:29:48
|
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 |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
borge
Junior Member
Norway
185 Posts |
Posted - 29 September 2007 : 06:36:30
|
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 |
|
|
gpspassion
Junior Member
260 Posts |
Posted - 15 October 2007 : 12:56:56
|
Thanks for another nice MOD, was getting tiring to deal with the mail.ru spammers...< |
|
|
lcamara
Starting Member
USA
10 Posts |
Posted - 13 December 2007 : 02:18:25
|
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)< |
|
|
gpspassion
Junior Member
260 Posts |
Posted - 10 June 2008 : 15:46:45
|
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 !< |
|
|
Topic |
|