bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - Textual Confirmation - FAQ: what is being sent to us

Goto page Previous  1, 2, 3  Next

Author Message
applejack
Guest





Posted: Sun May 27, 2007 5:54 pm    Post subject: bbantispam  

if the database isn't created or collecting the info, you can always keep track of the IP's yourself, and place them in your ban file.

i think this piece of software is awesome. i thank you for all of your time and effort in building this code, and then giving it away for free. in only a few weeks, it has saved me many, many hours of cleanup in my bb. once the spambots found my bb, they began to wreak havoc. thanks to bbantispam - no more!! Mr. Green
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Mon May 28, 2007 3:52 am    Post subject:  

Thanks for compliments!
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
MAv
Guest





Posted: Mon Jun 04, 2007 6:46 pm    Post subject: sql  

hi im rather new to phpbb boards and have installed the mod as far as the part " SQL" where it says make a table. i have no idea how or where to do this :S, help wuould much appreicated.



Mav
MAv
Guest





Posted: Mon Jun 04, 2007 8:25 pm    Post subject: my question above  

I have now successfully installed the mod. I thank everyone involved for coming up with this very useful tool which has made my forum a much better place.


Many thanks from all at SpinelessWorm




Mav
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Sun Jun 10, 2007 2:03 am    Post subject:  

Nice!
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
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.
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

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.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Tim
Guest





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
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

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');
//}

_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
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
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

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.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Mon1018
Guest





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.
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
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

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
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Peter
Guest





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 Very Happy) and they may deduce something about the criminals that make money from spamming us. Doesn't hurt, does it?

Goto page Previous  1, 2, 3  Next

Ok.