Iphats Scripts are all written in Perl, unmodified versions are buggy, the install doesn't work in half of them, I recommend rewriting it (Atleast thats what I would do)

Iphats scripts are often the higher cost of install because they just don't work..e.g. you start installing, you get one query done, and then it stops because of a syntax error in the next, no output, you need to find this your self, or modify the isubs to use $dbh->errstr (The Easy way)..
I will just say my 2c, unless freeandeasy has done the smart thing and modified the installer or remade it then its not going to be an easy job, its not just a script install but a bug finding mission(thats just to get the script installed, if your getting it in working order, thats a whole different story, lol, I had to spend about 2-3hrs working on one to remove all bugs, and get it in a nice working order(And I write my own scripts, Iphat is a copy and paster as you can tell by the code, and the way it changes))..
1 Line:
CODE
$abc="cba" if ($abc eq "abc");
Another Line:
CODE
if($zyx eq "zyx") {
$zyx="xyz";
}
Then another lot:
CODE
if($lmn ne "lmn") { } else { $lmn="nml"; }
Who will he copy and paste from next?
Thats just my 2c