Quote:
Originally Posted by lanc3lot
Ok got it now, great mod apparently
So if u have little time, Zachariah can u clear what of the above files we must use to have this? I mean apparently the xml, the .zip and then your php instead of the one that the hack has?
|
Install as stated in the directions.
Afer installed:
itemstats.css
- Goes in the template folder.
Code:
itemstats/templates/itemstats.css
allakhazam.php
- Goes in the includes folder.
Code:
itemstats/includes/allakhazam.php
Empty the item_cache table set in your:
itemcache/config.php
Code:
define('item_cache_table', 'item_cache');
In my case I pasted bellow in phpmyadmin. ( I do not use table prefix)
Code:
TRUNCATE 'item_cache'