After running through it over and over I ran into another problem when deleting the product.
Invalid SQL:
ALTER TABLE forum ADD subforumcolumns TINYINT(3) UNSIGNED DEFAULT '1' NOT NULL;
MySQL Error : Duplicate column name 'subforumcolumns'
I seen that Xenon told someone else to go to phpmyadmin and manually delete that table.
This brought a whole new task on to a noobie like me. So I had to learn how to install the phpmyadmin and it was tough to start.
Here is a good spot to learn about that.
http://www.aota.net/PHP_and_MySQL/phpmyadmin.php4
I was still having problems downloading it correctly so instead of using their config.inc.php layout I used the (libraries/config.default.php) and just resaved it as config.inc.php in the main folder not in the libraries folder.
Also if you try to save it as config.inc in the save as it saves as config.php for some reason. So I had to "save as" name it config.inc.php then change the save as type to php.
Be sure to follow the instructions exactly. Also if you are new you should start with How To Install a vbulletin Hack: Guide to Newbies. Learned quite a bit there.
https://vborg.vbsupport.ru/showthread.php?t=39142
Thanks to Xenon and all of the other contributors!