Ok I was able to get around the problem above by modifying the php file a bit but on step 4 i get this...
Inserting the default templates to the table and finishing the installation..
Notice: Undefined variable: pagetitle in D:\Inetpub\wwwroot\
www.limpkinw.com\forum\webtemplates_install.php on line 309
Congratulations! The relevant tables are created and default templates are installed successfully.
Before proceeding with hack installation, please DO NOT FORGET to DELETE this file (webtemplates_install.php) from your server!
that line is
<head><title>$pagetitle</title>
surrounded by
$template=addslashes($template);
mysql_query ("insert into webtemplates (templateid, title, template, count) values (null, '$title', '$template', '0')");
echo mysql_error();
//////////////////////////////////////////////////////////////////////////////////////////////// notfound
$title = "notfound";
$template=<<<HASH51
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><title>$pagetitle</title>
\$headinclude
\$headinsert
</head>
Any suggestions? Thanks!