Unzip the package.

Goto class/module.errorhandler.php

Find this line:

	"1016" => "Please enter value for URL.",

Insert these two lines directly after:

        "2001" => "Please enter value for Name/Organisation.", // added for adresses
	"2002" => "Please enter value for Country.", // added for adresses

Goto modules/system/language/english/blocks.php

Find this line:

define("_MB_SYSTEM_LOGO","Logo image file under %s directory");  // %s is your root image directory name

Insert these two lines directly after:

define("_MB_SYSTEM_WADRESS","Waiting Adresses"); // added for adresses
define("_MB_SYSTEM_MADRESS","Modified Adresses"); // added for adresses

Upload the changed files into their proper maps.

Upload adresses module into modules

Chmod cache and all maps underneith to 777

Chmod cache/config.php to 666

Chmod cache/disclaimer.php to 666

Install module through admin/modules on your site

Have fun,

Reintjan