Content

Removing spam comments

greger on 9 December, 2007 - 08:16
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'; 
XML feed
Home |  Recent changes |  Search |  Glossary |  Sitemap |  Login