Ok I fixed it. Just me being an idiot. First off all I had to clear my SMF members db then retransfer the members back into the DB. "maybe went screwy the first time."
SECONDLY BIG BIG BIG secondly. Apparently Globals really need to be off

I flipped the 1 to a 0 in my globals.php then I needed to figure a way to turn off the globals on my server since I don't have access to php.ini.
I went ahead and threw this code into my htaccess.txt changed the name off to .htaccess.
Code is this in case anyone else can't turn their server globals off either.
Under
RewriteEngine On
Put php_flag register_globals off
Anyhow most see the big red text in the joomla admin page and go eh globals are on no big deal my site still works. This may be something you wish to switch off for those getting white screens of doom. Be aware flipping them off may cause other mod's etc not to work properly.
Thanks for the attempted help and thanks for the great software keep it up guys!
-Gabe