Published on iptel.org (http://www.iptel.org)

Removing spam comments

By greger
Created 2007-12-09 08:16

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'; 

Source URL:
http://www.iptel.org/removing_spam_comments
Home |  Recent changes |  Search |  Glossary |  Sitemap |  Login