I needed it so I managed to get it to work on my vbulletin 3.5.0
file : class_bbcode.php
add (right at the start)
PHP Code:
include('./itemstats/phpbb_itemstats.php');
then log in your admin panel, create a new module called whatever you want
hook : bbcode_parse_complete
php code :
PHP Code:
$text = itemstats_parse($text);
open your headerinclude template and add :
Code:
<link rel="stylesheet" href="itemstats/templates/itemstats.css" type="text/css">
<script type="text/javascript" src="itemstats/overlib/overlib.js"><!-- overLIB (c) Erik Bosrup --></script>
at the bottom
and it's done