Welcome, Guest. Please login or register.
May 17, 2012, 03:13:46 pm
Home Help Search Login Register
News: Sample XML parser code now available: Code Samples

BotScout  |  General Category  |  BotScout Discussion (Moderator: MysteryFCM)  |  Topic: Bots with "real" names « previous next »
Pages: 1 2 [3] Print
Author Topic: Bots with "real" names  (Read 7924 times)
MysteryFCM
Moderator
Full Member
*****
Posts: 187



View Profile WWW
« Reply #30 on: February 26, 2009, 02:36:54 pm »

Done Smiley
Logged

Regards
Steven Burn
I.T. Mate / hpHosts
it-mate.co.uk / hosts-file.net
rusticdog
Newbie
*
Posts: 12


View Profile
« Reply #31 on: February 26, 2009, 02:43:33 pm »

Coolio, cheers to both of you, last couple of weeks has been a bit of a headache for us with all these spam sign ups...ironic I guess given what we do Smiley
Logged
MysteryFCM
Moderator
Full Member
*****
Posts: 187



View Profile WWW
« Reply #32 on: February 26, 2009, 02:47:14 pm »

hehe no worries Smiley

I'm actually hoping that modifying the SBST to not auto-block based on any of the 3 vars being blacklisted, isn't going to result in less being blocked when it should actually be blocked (it's great that it'll result in less F/P's, but if it results in less spammers being blocked, I'll have to look at what I can do to improve it whilst keeping the F/P possibility down)
Logged

Regards
Steven Burn
I.T. Mate / hpHosts
it-mate.co.uk / hosts-file.net
rusticdog
Newbie
*
Posts: 12


View Profile
« Reply #33 on: February 26, 2009, 03:03:53 pm »

hehe no worries Smiley

I'm actually hoping that modifying the SBST to not auto-block based on any of the 3 vars being blacklisted, isn't going to result in less being blocked when it should actually be blocked (it's great that it'll result in less F/P's, but if it results in less spammers being blocked, I'll have to look at what I can do to improve it whilst keeping the F/P possibility down)

What about allowing multiple cases to be selected.  As we have ours setup to be email and IP, and we can set it up to be email and username, but we can't set it up to be either of the two....then again, I think I've pretty much used up all my 'how about doing this' tokens Wink


Quote from: Meatloaf
Now don't be sad
'Cause two out of three ain't bad


Logged
rusticdog
Newbie
*
Posts: 12


View Profile
« Reply #34 on: February 26, 2009, 03:04:35 pm »

FFS...learn to read

That's exactly what you just posted.....sorry
Logged
MysteryFCM
Moderator
Full Member
*****
Posts: 187



View Profile WWW
« Reply #35 on: February 26, 2009, 03:10:04 pm »

hehe no problem Smiley

As an aside, I'm a huge Meatloaf fan Wink (got every single one of his albums, mostly on vinyl too hehe (cept the newer ones of course, can't find nor afford them on vinyl, so just got 'em on CD, gonna get them on vinyl when I can afford them))
Logged

Regards
Steven Burn
I.T. Mate / hpHosts
it-mate.co.uk / hosts-file.net
MysteryFCM
Moderator
Full Member
*****
Posts: 187



View Profile WWW
« Reply #36 on: February 26, 2009, 03:13:46 pm »

Btw, you can modify it to allow multiple selections ("2,3|1,3|1,2") by modifying the switch selections accordingly;

Code:
case "[selection]"

Then modifying the case code to allow for it. For example, for 2,3 and 1,3, the code would be;

Code:
case "2,3|1,3": // Match IP and E-mail or Username and E-mail
if($bIP == 'True' && $bMail == 'True' || $bUsername == 'True' && $bMail == 'True'){$bFoundMatch = true;}else{$bFoundMatch = false;}
break;
Logged

Regards
Steven Burn
I.T. Mate / hpHosts
it-mate.co.uk / hosts-file.net
Pages: 1 2 [3] Print 
BotScout  |  General Category  |  BotScout Discussion (Moderator: MysteryFCM)  |  Topic: Bots with "real" names « previous next »
Jump to:  


Login with username, password and session length

BotScout - Bots with "real" names

SEO light theme by © Mustang forums. Powered by SMF 1.1.16 | SMF © 2011, Simple Machines