Quote:
Originally Posted by Dman91
@joedirt -
PHP Code:
$pa = '
Links checked on ' . date('d/m/y'). ' by link checker bot';
$ppa = '<!--Botstart--><br /> Links checked on ' . date('d/m/y'). ' by link checker bot<!--Botend-->';
change this code to
PHP Code:
$pa = '
Links checked on ' . date('d/m/y'). ' by link checker bot';
$ppa = '<!--Botstart--><br /><br /><br /> Links checked on ' . date('d/m/y'). ' by link checker bot<!--Botend-->';
@soundbarrierpro - In every topic bot checks, it adds this line.
@LordNinja - I'm not sure, sorry.
|
Ha! I see now, I didn't realize this. Is there anyway for a <br/> and <b></b> to be added to the link check status?
<br/> to add a break between the last checked link that is.
Thanks, Love it