[BETA] Automatic Spammer Detection

MODs and Styles for phpBB3.

To post your MOD or style, go to the STG MOD Manager
Forum rules
Go to http://startrekguide.com/mods to submit your MOD or style

Re: [BETA] Automatic Spammer Detection

Postby soma » 08 Mar 2009, 14:35

Excuse the double post, but is anyone encountering bots that register... though the mod never warned you in any way?

I've had 2 bots now that are both on stopforumspam by IP and email (they used a different username though) and it didn't send me any warnings or make a post in my private forum, and they were able to get off 4 or 5 spam posts.

I go delete their account and try to register with their information that they used, and then it seems to notify me just fine. But it seems like it's randomly not reporting it.
soma
Crewman
Crewman
 
Posts: 3
Joined: 07 Mar 2009, 01:28
Gender: Male
phpBB Knowledge: 8


Re: [BETA] Automatic Spammer Detection

Postby x-rayman » 09 Mar 2009, 05:19

Have you checked the date stamps of when the bots appeared in SFS and botscout against the registration time on your forum? It could be that you were unluckily the first site or one of the first sites to get hit and then when others were hit they reported the bots. Just a thought.
x-rayman    
Crewman
Crewman
 
Posts: 3
Joined: 07 Feb 2009, 09:15
Gender: Male
phpBB Knowledge: 5

Re: [BETA] Automatic Spammer Detection

Postby soma » 09 Mar 2009, 13:43

Yea I thought that at first, but after looking it up the bot was reported on stopforumspam (I think) 5 times in the past. The other one was 2 or 3 times.

Anyways, I'm trying a different mod right now that simply blocks them from registering at all, and uses the SFS database. I actually really wanted this feature, so I may start using mtotheikle's mod again if he decides to implement that feature.
soma
Crewman
Crewman
 
Posts: 3
Joined: 07 Mar 2009, 01:28
Gender: Male
phpBB Knowledge: 8

Re: [BETA] Automatic Spammer Detection

Postby JoshD » 19 Mar 2009, 18:08

Seems I've run into a problem with this mod, I keep getting notifications of bots registering (close to 100 in the past few weeks) but none of them are listed on my forum. I also tried to update to B5 but ran into an error:

Adding new config variable: spammer_detection_enable
ERROR: Config variable spammer_detection_enable already exists.
JoshD    
Crewman
Crewman
 
Posts: 7
Joined: 07 Nov 2008, 23:08
Gender: Male
phpBB Knowledge: 7

Re: [BETA] Automatic Spammer Detection

Postby wired076 » 19 Mar 2009, 18:32

JoshD wrote:Seems I've run into a problem with this mod, I keep getting notifications of bots registering (close to 100 in the past few weeks) but none of them are listed on my forum. I also tried to update to B5 but ran into an error:

Adding new config variable: spammer_detection_enable
ERROR: Config variable spammer_detection_enable already exists.


You need to remove the old beta version before installing a new version of this!!
I.T. Construct
STG Supporter
Please contact me via email/im for help at reasonable prices.
USA Based Web hosting
email: admin@itconstruct.com.au
- Visit http://www.itconstruct.com.au
wired076    
Supporter
Supporter
 
Posts: 494
Joined: 03 Feb 2009, 16:51
Location: Australia
Gender: Male
phpBB Knowledge: 5

Re: [BETA] Automatic Spammer Detection

Postby JoshD » 19 Mar 2009, 18:52

Beta 4 - Beta 5:
Replace all old files with new files.

Go to yoursite.com/spammer_install.php and update MOD using UMIL.


Those are the instructions I followed.
JoshD    
Crewman
Crewman
 
Posts: 7
Joined: 07 Nov 2008, 23:08
Gender: Male
phpBB Knowledge: 7

Re: [BETA] Automatic Spammer Detection

Postby wired076 » 27 Mar 2009, 22:28

I get this error:

Code: Select all
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/37/d130963704/htdocs/forum/includes/acp/acp_spammers.php on line 24


Please advise on how to fix this.

I didn't get this on my local linux server but now get it when uploaded the files to the server again. Please advise.
I.T. Construct
STG Supporter
Please contact me via email/im for help at reasonable prices.
USA Based Web hosting
email: admin@itconstruct.com.au
- Visit http://www.itconstruct.com.au
wired076    
Supporter
Supporter
 
Posts: 494
Joined: 03 Feb 2009, 16:51
Location: Australia
Gender: Male
phpBB Knowledge: 5

Re: [BETA] Automatic Spammer Detection

Postby mtotheikle » 27 Mar 2009, 22:44

nngrendel wrote:
mtotheikle wrote:
nngrendel wrote:
Code: Select all
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /includes/spammers/spammer_base.php on line 27


This is because you are not running php version 5.1 which is stated in the install file. Contact your host on how to upgrade.



Thanks I had no idea. If anyone has 1and1 for their host here is what they should do to run php5
Edit the htaccess file in phpbb and copy the following...
Code: Select all
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

Site is now running the correct version of php and working fine. Thanks a lot for the help.
"You have a lifetime to learn technique. But I can teach you what is more important than technique: How to see. Learn that and all you have to do afterwards is press the shutter." - Garry Winogrand

I have turned into a Military Sergeant and Highway of Life and Handyman are my newest privates under my command. Don't be scared anyone, this is all for your good!

Image
User avatar
mtotheikle    
Supporter
Supporter
 
Posts: 1054
Joined: 10 Oct 2007, 22:43
Location: Washington
Favorite Team: Seahawks
Gender: Male
phpBB Knowledge: 10

Re: [BETA] Automatic Spammer Detection

Postby wired076 » 27 Mar 2009, 23:00

mtotheikle wrote:
nngrendel wrote:
mtotheikle wrote:
nngrendel wrote:
Code: Select all
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /includes/spammers/spammer_base.php on line 27


This is because you are not running php version 5.1 which is stated in the install file. Contact your host on how to upgrade.



Thanks I had no idea. If anyone has 1and1 for their host here is what they should do to run php5
Edit the htaccess file in phpbb and copy the following...
Code: Select all
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

Site is now running the correct version of php and working fine. Thanks a lot for the help.


I don't remember the php.ini code that changes it to php5.

Could you please tell me??
I.T. Construct
STG Supporter
Please contact me via email/im for help at reasonable prices.
USA Based Web hosting
email: admin@itconstruct.com.au
- Visit http://www.itconstruct.com.au
wired076    
Supporter
Supporter
 
Posts: 494
Joined: 03 Feb 2009, 16:51
Location: Australia
Gender: Male
phpBB Knowledge: 5

Re: [BETA] Automatic Spammer Detection

Postby wired076 » 08 Apr 2009, 19:17

This depends on the host as I found out and it happened to be a .htaccess tweak.
I.T. Construct
STG Supporter
Please contact me via email/im for help at reasonable prices.
USA Based Web hosting
email: admin@itconstruct.com.au
- Visit http://www.itconstruct.com.au
wired076    
Supporter
Supporter
 
Posts: 494
Joined: 03 Feb 2009, 16:51
Location: Australia
Gender: Male
phpBB Knowledge: 5

PreviousNext

Return to phpBB3 Customizations

Who is online

Users browsing this forum: No registered users and 6 guests