Information is skewed on these 3 topics and I would like to make one clean updated thread for the intergration of these three pieces and how I'm putting them together. (Links Provided)

Zen Cart Version : 1.5.0
PhpBB Version : 3.0.10
Facebook Connect : 2012.05.23.01

First I did a clean install with Zen, & Phpbb..
Both in respected directors /store/ & /forum/

After install.. I logged into the administrative side of Zen.. Enabled the phpbb intergration.
In the root of where phpbb is located (in my case site.com/forum/) you will find the configure.php file.
You must change the line
Code:
  define('DIR_WS_PHPBB', '/');
To whatever your Complete path is... i.e.
Code:
  define('DIR_WS_PHPBB', '/home/content/21/9415021/html/forum/');
You can find out what your complete path is by looking 3 lines below at your 'DIR_FS_CATALOG' And replacing your "store" folder to your "forum" folder.
After completing this portion.. I went over to the PHPBB boards and downloaded AutoMOD

Followed the very simple instructions on installing AutoMOD onto the server.

Upon completion.. I downloaded the Facebook Connection Contribution

Again.. Followed the very simple step by step instructions.

This is quite a process to install, took me about 15 minutes including setting up an API/developer account on Facebook..
Read slow and be patient. It's laid out step by step very simple.

At this moment I am at a hault.... So far the forum allows auto registration and allows posting and profile creation. However these accounts don't transfer over to ZenCart as of yet, even setting up a regular profile on PHPbb isn't allowing me to use the same login info for the cart.. My goal is to use the same App ID/API Key / App Secret# for the Carts Connect although I'm worried about the lack of the connectivity in the databases I'm currently having.

I'll continue posting as my progress continues and modify this thread to be a complete tutorial...

Any assistance from board members who have successfully have this running would be greatly appriciated. I've tried/searched many in's and out's here and on phpbb boards and have been running into the same problems others have aswell.