Sake
Very useful program Oh turn, although now played a anti-spam reference to the patch
Turn from here http://bbs.pjhome.net/viewthread.php?tid=12833&extra=page%3D1%26amp%3Bfilter%3D0%26amp%3Borderby% 3Ddateline
If I get angry today,
I wrote one, I'll clear it.
Save to an ASP file, put it in the root of your blog, run on OK, the number appearing on the page is deleted reference
I have deleted 5000 today.
Copy Code code as follows:
<!--#include file= "const.asp" -->
<!--#include file= "common/function.asp" -->
<%
dim connstr,conn123,rsabc
connstr= "provider=" Microsoft.jet.oledb.4.0;data source= "&server.mappath (accessfile)
SET Conn123=server.createobject ("ADODB.") Connection ")
conn123.open connstr
set rsabc= Server.CreateObject ("Adodb.recordset")
rsabc.open "Select * from blog _trackback ", conn123,1,3
response.write rsabc.recordcount
Rsabc.close
rsabc.open "Delete * from blog_trackback", conn123,1,3
set rsabc=nothing
conn123.close
set Conn123=nothing
%>