someone pmed me this before not tested, for DataLife Engine:

PHP Code: 
1. Open Index.php 
Find 
      echo $tpl->result['main'];
Replace With
     eval (' ?' . '>' . $tpl->result['main'] . '<' . '?php ');


And Open templates/{You Template}
 Open 
    fullstory.tpl
 
#
#
Insert code to anywhere
####################################################
<?php
$link 
urlencode($_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']);
$ht "<a href=\"http://skripterz.info/dev/Link_Checker/api.php?url=".$_SERVER['SERVER_NAME'].$_SERVER[REQUEST_URI]."\"  target=\"_blank\"><b>Check Links</b></a>";
echo 
$ht;
?>
####################################################