Very useful hack.
Just I found should be better replace the main two lines in postings.php with the following:
Code:
$movemessage="Your thread entitled ".$threadinfo[title]." has been moved to the $bburl[/COLOR]/forumdisplay.php?forumid=".$foruminfo[forumid]."\"]".$foruminfo[title]." forum. You can find it by clicking:\n\n$bburl[/COLOR]/showthread.php?threadid=".$threadid."\"]$bburl/showthread.php?threadid=".$threadid."\n\nThis is an automated message, DO NOT REPLY.\n";
$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title,message,dateline,showsignature,iconid,messageread,folderid,receipt) VALUES (NULL,$firstpostinfo[userid],$firstpostinfo[userid],$bbuserinfo[userid],'Your post has been moved.','".addslashes($movemessage)."',".time().",0,9,0,0,0)");
(I put in color the differences...)
First, of couse, cause mine .txt linked to YOUR homepage...
Second, because I didn't like any move thread PM should sent with the same Admin (user 1) author... I'd prefer the original mover as the sender of the PM.
Thanks.
Bye