<script type="text/javascript">
var woopra_id = 'WoopraID';
<!-- IF S_USER_LOGGED_IN -->
var woopra_array = new Array();
woopra_array['name'] = '<!-- PHP -->echo $user->data['username'];<!-- ENDPHP -->';
woopra_array['Email'] = '<!-- PHP -->echo $user->data['user_email'];<!-- ENDPHP -->';
<!-- ENDIF -->
</script>
<script src="http://static.woopra.com/js/woopra.js"></script>
There we go this is actualy a easy way to get info from phpbb3
You have to go to your Admin Panel And under General >> Security >> Enable PHP in Templates
Then this will work
REMEMBER to delete the caches files in your cache dir
add it in overall_footer.html