After Integrating AWeber with vBulletin I got almost hundreds of email asking me to integrate AWeber for phpBB and Joomla and so here I go.
Create the Custom Parser
We now need to create a parser in AWeber to parse data from phpBB. Setup the following Custom Parser in AWeber.
- Trigger rule should be your webmasters from address in your vBulletin and this is tested in Headers.
From:[^\n|.]+SomeName\@domain\.com
- Rule 1 to get email address from the sent email headers.
\n[>\s]*E-mail:\s+(.+?)\n
- Rule 2 to get username of phpBB forum as name in Aweber.
\n[>\s]*Username:\s+(.+?)\n
Upload the Notification Plug-in
Create a new administrator in your forum with listname @ aweber.com as admin email. This will be a dummy admin because phpBB do not have any functionality to notify some email address about the new user registration and so you need to install this plug-in as well. You can download directly from my archive.
After you have successfully installed the plug-in test it to see that you as an admin get the notification of newly registered user and this will also mean that your AWeber account starts getting the notification.
Remember that this plug-in will notify all forum administrator’s and so if you have quite a few administrator’s you may need to edit the code of the plug-in for $admin_ary to notify only the newly created admin for AWeber.
All done and I hope this is helpful to all who prefer to use phpBB over vBulletin
Try Aweber for $1 and see what it can do for your Forum
But if you are not planning to subscribe through Email. Try subscribing to RSS.


{ 6 comments… read them below or add one }
Thanks HEAPS works perfectly
Hi Shabbir
is it possible to post the code that only sends the email to a particular administrator?
thanks a lot.
I am not able to understand where do you want to set that? If you asking for phpBB then I am not an expert at that.
not to worry thanks a lot for the plugin it is awesome.
Does this address the double optin confirmation? Do you have a similar guide for PhpBB3 for http://imtips.co/address-double-email-confirmation-of-aweber-vbulletin.html ?
Thanks,
Wim
Wim, I am not an expert at phpBB and so cannot comment on the settings of phpBB but if you have similar settings you can get the double confirmation stopped.