I tried hacking Itemstats 1.5 into a guild site but was unsuccessful it seems.
This page:
http://itemstats.free.fr/e107_plugins/c ... content.24
indicates you need to add in the code to headers and some php, so what I did was added:
Code: Select all
include_once("./itemstats/generic_itemstats.php");
$message = itemstats_parse($message);Then it says to add in a link rel:
Code: Select all
<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>Code: Select all
[item]Gloves of Holy Might[/item]Also of interest if maybe one of these could make it be hacked easier:
http://itemstats.free.fr/e107_plugins/c ... ?content.6
Thanks for looking!
