Hello again, i have one problem.
I changed the php file so that the edit that bot makes is like this
Links Checked On: 25/9/08 By Link Checker Bot
Code:
$pa = '
Links Checked On: ' . date('d/m/y'). ' By Link Checker Bot'; //This will append this at the end of the checked post
I tried to edit also the post preg like this
Code:
$post = preg_replace("/Links Checked On(.+)By Link Checker Bot/"
and also in html
$post = preg_replace("/<b>Links Checked On<i>(.+)</i>By Link Checker Bot</b>
But when i check for 2nd time a topic two things happen.
1) The bot double edits the post and as a result there are 2 edits of the bot inside the post.
For example "
Links checked on 24/09/08 by link checker bot
Links checked on 25/09/08 by link checker bot "
Or
2) The hole post vanishes and the only thing left is the edit by the bot...
Could you please help me?