I get a lot of spam lately. SPAM PROTECTOR does a good job.
However I looked at the database to empty the spamblocklog and,
... have a couple of questions, whether I understand the database
structure correctly.
Feedback from knowledgeable folks would be great.
Please, let me know, if statements of mine are true, correct it,
and answer things that I didn't "get".
I am sure your answers will be valuable to others than me, also.
Thanks in advance.
Yours John
*Database Table*
* comments
Holds comments that get either status approved or moderate, when
received.
Auto Rejected comments are not stored. Comments that are deleted
(e.g. during moderation) are deleted from this table.
* spamblocklog
Holds the log for comments or trackbacks that get either
rejected immediately or thrown into moderation.
* suppress
?? Not clear what those entries are coming from and are good
for?? What??
* references
Stores the links used in Blog entries.
Is this the table that determines, if a trackbeck has already
been sent to another blog ????
If I delete rows in that tables for a specific entry_id and
edit/save the entry with the Admin tool again, will those
trackbacks be sent again (sometimes there are conncection
timeouts - that way I could make sure the trackbacks are sent,
if I just send them again)?
If not, where are the trackbacks that have been sent stored??
* referrers
Stores the $_SERVER['HTTP_REFERER'] variable from people that
are browsing the blog, basically storing where they are coming
from to the blog.
Spam Protector Plugin
When moderating comments (with Spam Protector Plugin active) the
lists for the following get appended.
Wordfilter for URLs
Wordfilter for author names
Wordfilter for comment body
Where are the values stored?
Announce Plugin:
Where is stored which sites already have been pinged?
That's it. I hope it's not too much at once, but it would help me to
understand things better.