in spam o matic you see the part about user names to enable or disable put it to disable
then run this
DELETE FROM `glowhostspamomatic_remotecache` WHERE (`is_spambot`='1')
or if you just want to remove the user name from the list so they can register you can do this so when you disable the user name from the options it will still not let the person to register so you will need to run one of these to allow that
DELETE FROM `glowhostspamomatic_remotecache` WHERE (`data`='put in user name here')
|