41
Not a fix, but the following makes cleaning up trackback spam in WeBlog a LOT easier.
Paste the following SQL into the phpMyAdmin query window and click GO:
TRUNCATE TABLE `xoops_weblog_trackback`;
UPDATE `xoops_weblog` SET `trackbacks` =0 WHERE `trackbacks` !=0
Be sure to change the "xoops_" prefix to match your site's table prefix.
HTH.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.