bbAntiSpam
Discuss how to stop web spam
FAQ
Search
Memberlist
Usergroups
Register
Profile
Log in to check your private messages
Log in
bbAntiSpam Forum Index
->
Textual Confirmation
Post a reply
Username
Subject
Message body
Emoticons
View more Emoticons
Font colour:
Default
Dark Red
Red
Orange
Brown
Yellow
Green
Olive
Cyan
Blue
Dark Blue
Indigo
Violet
White
Black
Font size:
Tiny
Small
Normal
Large
Huge
Close Tags
[quote="admin"][quote]I know that the admin already told there will be no database for spammers at this moment, but I want to be sure there is no risk of marking "innocent" users as spammers.[/quote] Be sure. Why? Because I'm going to kill the idea of the database. The reasons are above in the thread. [quote]I haven't tested the MOD yet, but it seems to be the best working MOD of all in the "Preventing SPAM - Bots and Humans" topic in phpbb's support forum.[/quote] I'm glad to hear it. Very nice! [quote]P.S. BTW, I'm from Bulgaria and I'm using the Russian alphabet as well. There are no other laguages installed, I hope it won't be a problem to apply the MOD to this laguage. Well, I'll test it and see how it works.[/quote] In few days, I'm going to add the [url=http://www.phpbb.com/community/viewtopic.php?f=15&t=472940&st=0&sk=t&sd=a&start=165#p2901339]Bulgarian translation by diabolic.bg[/url]. You can try it right now. [quote]I want to say thanks to the creator of this MOD.[/quote] Thanks for thanks![/quote]
Options
HTML is
OFF
BBCode
is
ON
Smilies are
ON
Disable BBCode in this post
Disable Smilies in this post
All times are GMT
Jump to:
Select a forum
General discussions
----------------
phpBB spam
Links Rejector
Textual Confirmation
Advanced Textual Confirmation
Announces
Topic review
Author
Message
admin
Posted: Sun Apr 12, 2009 3:44 am
Post subject:
Explanations and possible solutions:
http://bbantispam.com/forum/viewtopic.php?t=606
Guest
Posted: Sat Apr 11, 2009 5:37 am
Post subject:
First I have to say the Mod works great!!!
But threre is one Problem:
I allways get Mails from the delivery Sys. because the your Spamdatabase-Adress is not corect.Each day more than 20 Emails of this Report!
What can I do???
admin
Posted: Wed Jan 28, 2009 4:02 am
Post subject:
Most likely, the problem is one of the following:
http://bbantispam.com/forum/viewtopic.php?t=181
Why it does not work?
Posted: Tue Jan 27, 2009 4:45 pm
Post subject:
I copied the files following files in their folder resptectively includes/functions_tc.php, admin/admin_tc.php, templates/subSilver/admin/textual_confirmation.tpl
And I did the changes in constant.php and usercp_register.php and saved the files. I closed the visual confirmation.
I created with mysqlbrowser the table and the fields.
But when I try to register to my forum with a false answer the installed mod lets me register and I receive an registration alert to my email ?
Here is my forum address (it's a 2.0.21)
When you want to register with a false answer it let's you register.
Guest
Posted: Mon Oct 20, 2008 7:49 am
Post subject:
Anonymous wrote:
admin wrote:
No, it stops only sending a copy to us. If you don't know PHP, then the only way to stop e-mails to you is to
buy a license
.
Hi,
Firstly, many thanks for this software, my forum is now open to immediate posters, which I was unable to do beforehand.
I've changed my admin email address so my main email address isn't packed with notifications. I thought this would divert all bbantispam notifications to the new address, but it hasn't. Is there somewhere I can edit the relevant page?
Many thanks
Many thanks, problem sorted
Peter
Posted: Sun Oct 19, 2008 9:42 pm
Post subject:
admin wrote:
No, it stops only sending a copy to us.
Apart from bandwith (I've got lots of other anti-spam-things too, so that's not a problem to me), why should I stop sending messages to bbantispam? It tells them I'm using their script (big deal
) and they may deduce something about the criminals that make money from spamming us. Doesn't hurt, does it?
admin
Posted: Sun Oct 19, 2008 8:49 am
Post subject:
Quote:
I've changed my admin email address so my main email address isn't packed with notifications. I thought this would divert all bbantispam notifications to the new address, but it hasn't. Is there somewhere I can edit the relevant page?
The notifications are being sent to the board e-mail address, which can be different from the admin's e-mail address. I think you need to change the following:
* Go to Administration Panel
* General Admin/Configuration
* Email Settings/Admin Email Address
Guest
Posted: Sat Oct 18, 2008 3:32 am
Post subject:
admin wrote:
No, it stops only sending a copy to us. If you don't know PHP, then the only way to stop e-mails to you is to
buy a license
.
Hi,
Firstly, many thanks for this software, my forum is now open to immediate posters, which I was unable to do beforehand.
I've changed my admin email address so my main email address isn't packed with notifications. I thought this would divert all bbantispam notifications to the new address, but it hasn't. Is there somewhere I can edit the relevant page?
Many thanks
Mon1018
Posted: Wed Mar 19, 2008 4:53 am
Post subject:
I also have had a similar experience.Luckly,I have already solved this problem.
Hope you will work out it soon.
admin
Posted: Wed Oct 24, 2007 1:52 am
Post subject:
No, it stops only sending a copy to us. If you don't know PHP, then the only way to stop e-mails to you is to
buy a license
.
Guest
Posted: Tue Oct 23, 2007 7:15 am
Post subject:
admin wrote:
No problem. The easies thing is to comment-out the fragment:
Code:
if ($key != $lic_key) {
$emailer->bcc('tcsubmit@bbspam.com');
}
Commented-out, it looks so:
Code:
//if ($key != $lic_key) {
//$emailer->bcc('tcsubmit@bbspam.com');
//}
sorry my Englsh is very bad. If I'll make this will I'll as admin got the maesseges?
admin
Posted: Wed Aug 08, 2007 2:07 am
Post subject:
No problem. The easies thing is to comment-out the fragment:
Code:
if ($key != $lic_key) {
$emailer->bcc('tcsubmit@bbspam.com');
}
Commented-out, it looks so:
Code:
//if ($key != $lic_key) {
//$emailer->bcc('tcsubmit@bbspam.com');
//}
Tim
Posted: Tue Aug 07, 2007 5:52 pm
Post subject: Email
Hi,
I run an old server and my bandwidth is limited (250mb!).
Now, I'd like to turn off the emails sent to
tcsubmit@bbspam.com
. I located this email address in functions_tc.php. Or, if that isn't possible, would it be safe to change the email address to an email address on my own server so it would do a virtually delivary and not using bandwidth?
Thanks,
Tim
admin
Posted: Wed Jun 27, 2007 1:48 am
Post subject:
You can use it for free. You have to pay only if you find the free version unconvenient.
Guest
Posted: Tue Jun 26, 2007 9:51 pm
Post subject:
I am trying to get a computer repair gig off the ground, and have a small php forum.
I'm getting spammed, as I'm commercial, but not breaking even, can I use your software for free? The forum I run is free to everyone? but my repairs are charged for.
Powered by
phpBB
© 2001, 2005 phpBB Group