This allows categories to be restricted by IP address ranges. This is a pretty heavy modification. Be sure to backup all files prior to applying it and read all instructions carefully.
I forgot to mention in the install instructions to run the following command against the database:
Code: Select all
ALTER TABLE [prefix_used_during_install]category ADD COLUMN ip_restrict varchar(255) not null default '';
If you get errors with this mod, then make sure you ran the above MySQL statement.