Integration with PHPBB 3.x
Go to your your PHP BB 3.x templates folder.
Open the:
SITE_ROOT / styles / prosilver / template/ overall_footer.html File. ( prosilver is the template name you can change it with your current template )
Add at the end of the file just before </body></html> tags
the following lines:
<script type="text/javascript" src="http://www.footerchat.com/chat/cons.js"></script>
<script type="text/javascript" >
<!-- IF S_USER_LOGGED_IN -->
autoLogin('{S_USERNAME}');
<!-- ELSE -->
autoLogin('');
<!-- ENDIF -->
</script>
Clear the SITE_ROOT / cache folder