Listing 1: a POST request for a trackback.
清单1:trackback的POST请求。
Listing 4: Generating a trackback with PHP.
清单4:使用php生成一个trackback。
The URL of the page that initiates the trackback.
发起trackback的页面的url。
Listing 5: a Web form to interactively set a trackback.
清单5:通过交互的方式设置trackback的Web表单。
The title and name of the Web page initiating the trackback.
发起trackback的web页面的标题和名称。
A fix for the Trackback Denial-of-Service attack that is currently being seen.
修正引用通告拒绝修复服务攻击,目前已经出现了。
The result is that DomBlog doesn't have some of the latest features, like trackback.
结果是DomBlog 并没有很多最新的特性,例如 trackback。
This POST request contains various bits of information to make the trackback more useful.
这个POST请求包含了各种信息片段,从而使trackback更加有用。
If, on the other hand, the trackback fails, an error message like Listing 3 is generated.
另一方面,如果trackback失败,将生成如清单3所示的错误消息。
Listing 4 USES Services_Trackback package in PHP to create and post a trackback to a blog post.
清单4在php中使用Services _ trackback包创建一个trackback并将其发布到一个博客发布项。
This trackback URL is the URL defined by the source blog to receive trackback requests for a specific post.
trackbackURL是源博客定义的URL,用来接收针对特定发布项的trackback请求。
Below this comment entry box, there's a place to manually create a trackback entry that points to another blog.
在这个评论的条目框下面,有一个地方可以手工创建指向另外一个blog的trackback条目。
It's very useful when you need to generate a trackback to your content, but don't necessarily have a blog to do this with.
如果您需要生成内容的trackback,那么这种方法非常有用,但是,对于博客来说却没有必要。
Anyone who doesn't like your opinions can a read another blog; b trackback to your post and write about it aka linking to it.
任何不喜欢你的观点的人可以a阅读另一个blogb通过trackback你的文章来阐述他自己的观点。
Now, when the destination server receives this trackback request, the server generates one of two responses, both formatted in XML.
现在,当目标服务器接收到这个trackback请求后,服务器将生成两种响应中的一种,并且都使用 XML 格式。
A TrackBack could be implemented to perform such a check as well, but it's more a fundamental part of the pingback specification.
虽然可实现TrackBack来执行这样的检查,但它更多的则是pingback规范的一个重要部分。
Finally, the send method of the object actually creates a POST packet containing the trackback request and transmit it to the trackback URL.
最后,对象的send方法实际创建包含trackback请求的post包并将其传递给trackback URL。
This information is then submitted to a PHP script that initializes a new Services_Trackback object, and posts the trackback to the specified URL.
这些信息随后被提交到一个php脚本,该脚本初始化一个新的Services _ trackback对象,并将trackback发布到指定的URL。
TrackBack is a specification that includes "discovery" (advertising where and how people can send pings) and a ping process using a simple HTTP request.
TrackBack是一种规范,包含“发现”(告知在哪以及如何发送ping)以及使用简单HTTP请求的一个ping过程。
Listing 5 generates a Web form that asks the user to input various attributes for a trackback: the trackback URL, post title and URL, blog name, and excerpt.
清单5生成了一个Web表单,要求用户输入各种不同的trackback属性:trackbackURL、发布项标题和URL、博客名称和摘录。
Listing 5 generates a Web form that asks the user to input various attributes for a trackback: the trackback URL, post title and URL, blog name, and excerpt.
清单5生成了一个Web表单,要求用户输入各种不同的trackback属性:trackbackURL、发布项标题和URL、博客名称和摘录。
应用推荐