Skip to content

Ping Table Reference

mikert edited this page Feb 15, 2011 · 2 revisions

Trackback-Ping Table

Purpose

This table stores the actual pings sent to an entry or page by a trackback request.

Fields

  • tbping_id - integer not null auto_increment. - Primary key
  • tbping_blog_id - integer not null. - Blog ID that is associated with this ping.
  • tbping_tb_id - integer not null. - Trackback table record that is associated with this ping.
  • tbping_title - string(255). - The title of the ping.
  • tbping_excerpt - text. - The excerpt of the entry which sent the trackback ping.
  • tbping_source_url - string(255). - The URL of the blog/entry that sent the ping.
  • tbping_ip - string(50) not null. - The IP address of the blog/entry/server that sent the ping.
  • tbping_blog_name - string(255). - The name of the blog that sent the ping.
  • tbping_visible - boolean. - A flag which determines whether or not this will be displayed or accessible by default from trackback-related tags.
  • tbping_junk_status - smallint not null. - A flag which shows the status of the ping. Possible values are:
    • -1 - Junk.
    • 1 - Not Junk.
  • tbping_last_moved_on - datetime not null. - Date and time of when this was last declared junk.
  • tbping_junk_score - float. - The score assigned to this ping by all of the Melody spam filters installed.
  • tbping_junk_log - text. - A storage area for spam filters to place their comments on why they declared a ping to be spam.
Clone this wiki locally