Nice mod. Found a small error in 2 phrases.
In madp_reg_message:
Code:
A new account by the name of {3}/member.php?do=getinfo&username={1}]{1} has been registered. {4}
madp_regip_message:
Code:
A new account by the name of {3}/member.php?do=getinfo&username={1}]{1} has been registered with the IP address: {5}. {4}
(I removed the URL-tags in the above to avoid being displayed as links)
The & isn't being parsed. The link will now show up as
Code:
http://www.forum.com/member.php?do=getinfo&username=ray
and it should be
Code:
http://www.forum.com/member.php?do=getinfo&username=ray