CASE.EDU:    HOME | DIRECTORIES | SEARCH
case western reserve university

chod's other blog

 

An online journal...

Hosts Disable Movable Type as Comment Spam Slows Servers

http://news.netcraft.com/archives/2004/12/17/hosts_disable_movable_type_as_comment_spam_slows_servers.html

Shamelessly stolen from Slashdot. Huh, look at that...we're running movabletype...

Can anyone say b2evolution?

Trackbacks

Trackback URL for this entry is: http://blog.case.edu/bec/mt-tb.cgi/69 Fighting Blog Spam
Excerpt: There's been some brouhaha over comment spam especially related to Movable Type, which is the publishing platform Blog@Case is based...
Weblog: Jeremy Smith's blog
Tracked: December 19, 2004 03:58 PM

Comments

b2evolution was evaluated and not chosen because it requires a new database for each blog. So, for n blogs, there would need to be n MySQL DBs. That would be a nightmare. (This is, also, the case with WordPress.)

Maybe I'll do a writeup on why MT was chosen. Maybe I will, first, do a writeup on what countermeasures the Blog@Case system has against comment and trackback spam.

Posted by jms18 on December 19, 2004 03:13 PM

[because it requires a new database for each blog.]
Hmmm, I am almost certain that is not correct. b2Evolution can power multiple blogs off of one central mySQL database.

For example, check out my friend's site which has six individual blogs as well as an aggregate blog which shows all the latest entries:
http://www.monkeysnest.com/blogs

The native implementation of b2Evolution supports the multiple blog feature (Blog A, B, etc.) which only requires a single mySQL database for the entire b2evolution install.

My blog also runs b2evolution, and I love the clean interface and ease of use:
http://www.benchodroff.com/blog

Posted by Benjamin Chodroff on December 19, 2004 04:59 PM

Hmmm, I might have confused b2evo with another of the blogging systems that were evaluated.

Posted by jms18 on December 19, 2004 05:20 PM

It looks like you mixed up wordpress with b2evo

Check out this blog entry:
http://www.ericjamesstone.com/blog/index.php/2004/11/24/whoa_what_happened

One of the comments points out the license limitations of MT, as well as the lack of multi-blog in wordpress

Posted by chod on December 19, 2004 05:38 PM

Oh, I remember why, now. b2evo used dynamically generated pages.

Even after setting up a chroot'ed Apache and setting PHP into safe mode, any user believing him or herself to be a 1337 h4X0r could DoS the server with a computationally intensive script. So, any publishing platform that used "fried" pages instead of "baked" pages were nixed (if that makes sense).

Posted by jms18 on December 19, 2004 05:39 PM

Ah, I see what you mean.

Posted by chod on December 20, 2004 02:40 AM

Post a comment