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"]A typical notification from Textual Confirmation looks as the following: [quote] User 'Yfeq' has failed to answer the Textual Confirmation question correctly. It might be a spambot, therefore the registration is rejected. -- User: Yfeq E-mail domain: @mail.ru Website: http://(censored).com Signature: (censored) -- Data provided by the server: REMOTE_ADDR=125.244.xxx.yyy HTTP_USER_AGENT=libwww-perl/5.805 HTTP_VIA=1.1 none:8080 (Topproxy-2.0/) HTTP_X_FORWARDED_FOR=85.255.uuu.vvv ENCODING=windows-1251 -- You are using the COMMUNITY EDITION of Textual Confirmation. This message is also SENT TO US to improve our spam database. To avoid information disclosure, buy the business edition license: http://bbantispam.com/tc/?mode=register -- Textual Confirmation, http://bbantispam.com/tc/ [/quote] I don't want to show the spam words and spam URLs, therefore I replaced them with the word "(censored)". Textual Confirmation regards privacy and sends only the domain part of the e-mail address, not the full address. REMOTE_ADDR is an IP address of the spammer. HTTP_VIA and HTTP_X_FORWARDED_FOR give the list of the proxy-servers used by the spammer. HTTP_USER_AGENT contains the name of the browser or software. Finally, ENCODING allows to correctly interpret the non-English text.[/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