Archive

Archive for March, 2009

Nice way to clean out Gallery2 spam comments.

March 29th, 2009 derek No comments

Nice way to quickly cleanout Gallery2 spam comments.
>
mysql> delete ce, e, co from g2_ChildEntity ce, g2_Entity e, g2_Comment co where ce.g_id=e.g_id and e.g_id=co.g_id and e.g_entityType=’GalleryComment’ and (co.g_comment like ‘%[url=http://%’)
-> ;
Query OK, 930651 rows affected (1 min 5.68 sec)

mysql>

Categories: Tech Tags: ,

Horray for decent upgrades.

March 16th, 2009 derek No comments

Upgraded to the latest wordpress. Nice to a simple, and working upgrade for once.

Categories: General, Tech Tags: ,