Archive for October, 2010


Spam Words

Tags: , ,

This is a very simple spam prevention mod for phpBB2.  The idea is that you define specific words that come up often in spam and it will block messages containing those words.

There is already a “spam words” mod out there, but with this mod you don’t need to make any database changes and you can set how many times the words need to be matched before blocking the message as spam.  Although, there isn’t an admin panel to go with this mod so settings need to be changed in the code.

Features:

  • Checks if a post includes any designated spam words
  • Set how many times those words need to be found to mark as spam
  • Set how many posts a user needs to have their post checked
  • PM a designated account with details about the post

Click here to download the mod

Permalink » No comments

Is my website down?

Tags: ,

It has come up in the past where a website was down for me, but not for the rest of the world, or vice versa.  I found a nice and super simple website that will check if it can view a page.  That’s all it does!  And that works for me.

http://downforeveryoneorjustme.com/

Another somewhat similar website is a free resource that just pings your site every hour to make sure that it’s online.  It will send you e-mail notifications whenever your site goes down so you can bug tech support ASAP 🙂

http://siteuptime.com/

Permalink » No comments