Start ::
PostNuke 0.7 Support ::
Core Modules & Blocks ::
need help modifying user data check on new user registration
Moderated by: Support Team
-
- rank:
-
Softmore
- registered:
- November 2001
- Status:
- offline
- last visit:
- 04.09.08
- Posts:
- 93
Hi there guys,
I've gotten rid of a large portion of my spammers by simply blocking certain TLD's on registration, however I'm still having a problem with those using common TLD's when registering.
Luckily for me, their point in registering is to place info concerning viagra in their bio, location, etc.
What I'm trying to do is to use the illegal username data as a check against all of the other variables., like bio, location, etc.
I tried doing this, but I failed. Here's the last version of what I tried:
I had it checking to see if the extra info was activated on registration, but I'm cutting it down until I find my screw up.
In my admin section, I added the word "viagra" to the list of illegal usernames, then tested it with placing the word in all available boxes on registration. It allows it to register.
Could someone tell me what I'm doing wrong?
thanks,
json
-----
If at first you don't succeed, then skydiving's not for you. -
- rank:
-
Software Foundation
- registered:
- Status:
- offline
- last visit:
- 31.08.08
- Posts:
- 4474
what about simply adding an individual question/answer combination during registration? additionally blocking 'lwp' and 'libwww' might help against a lot of automated registration attempts.
-----
regards from germany
..::[Zikula Application Framework]::.. ..::[SEO-Blog]::.. ..::[CMS Sicherheit]::.. -
- rank:
-
Softmore
- registered:
- November 2001
- Status:
- offline
- last visit:
- 04.09.08
- Posts:
- 93
Hi there larsneo,
I'm trying that tactic as well, but I was hoping to do this in addition for the manual entries, however many there may be.
Do you think the code will work, but it's just the fact that the values are not being carried forward, or do you think my code is the problem(or maybe both)?
thanks,
json
-----
If at first you don't succeed, then skydiving's not for you. -
- rank:
-
Softmore
- registered:
- November 2001
- Status:
- offline
- last visit:
- 04.09.08
- Posts:
- 93
Hi there,
Also, forgot to ask:
When you stated to block libwww and LWP, those are the same thing, aren't they?
I use
to block it. will that suffice?
thanks,
json
-----
If at first you don't succeed, then skydiving's not for you. -
- rank:
-
Softmore
- registered:
- November 2001
- Status:
- offline
- last visit:
- 04.09.08
- Posts:
- 93
Last time I bother you until you get back, I promise:
Concerning a simple q&a: I'm trying to pass a value through the registration form, but I can't seem to do so.
In the registration section, I've added the following:
and on the next page where it prints the success message for registration, below it, I placed the following:
but when I run the registration process, it echoes the following:
although I entered a value in the text box. Is there something special I need to do to get PostNuke to allow the value to make it through the pageload?
thanks,
json
-----
If at first you don't succeed, then skydiving's not for you. -
- rank:
-
Softmore
- registered:
- November 2001
- Status:
- offline
- last visit:
- 04.09.08
- Posts:
- 93
I've also tried:
[EDIT]Got it. It needed to be inside the form
I would appreciate any suggestions you might have for my original dilemma, that being the attempt to check the other values being passed, like bio, website, etc..
thanks,
json
edited by: schwim, Aug 07, 2007 - 10:53 AM
-----
If at first you don't succeed, then skydiving's not for you.
Start ::
PostNuke 0.7 Support ::
Core Modules & Blocks ::
need help modifying user data check on new user registration
