A couple issues with the install sql

1. CREATE TABLE user_tracking... TYPE=MyISAM
should be ENGINE=MyISAM

That should fix mod related errors which show up in the logs
( includes/classes/db/mysql/query_factory.php on line 120).

2. And the sort value should be 999 (not 31) for
INSERT INTO configuration_group (`configuration_group_id`,.....

(and the uninstall sql posted to this thread adjusted accordingly).

3. Also the readme should say User Tracking Config now shows up in Tools menu (previously appeared in the Configuration menu)

Appreciate the updates to the mod to hide/show spider crawls.