Removing spam comments

Keywords: Content

To remove spam comments, identify the name used in posting the comments, go to http://www.iptel.org/admin/database/query and run the following query replacing NAME):

delete from comments where name='NAME'; update users set status=0 where name='NAME'; 
Home |  Recent changes |  Search |  Glossary |  Sitemap |  Login