To remove spam comments, identify the name used in posting the comments, go to http://www.iptel.org/admin/database/query [1] and run the following query replacing NAME):
delete from comments where name='NAME'; update users set status=0 where name='NAME';