Yeap, just edit the htm file and change where is says
Code:
document.write("put this into navicat/mysql command line:<br /><b>insert into [COLOR="Red"]my.account[/COLOR] (name,password) values('" + login + "','"+GenMD5(password)+"');");
to
Code:
document.write("put this into navicat/mysql command line:<br /><b>insert into [COLOR="Red"]account.account[/COLOR] (name,password) values('" + login + "','"+GenMD5(password)+"');");
depends if your db is using my.account or account.account.