##############################################################
## MOD Title: phpBB Passport
##
## MOD Author: WebspaceUK <
webspaceUK@phpBBpassport.com> James Parmee Morris
## Rapid Dr3am <
rapid_dr3am@phpBBpassport.com > Antony Bailey
##
##
## MOD Description: Allows people to sign into an phpBB Passport instead of registering to your website.
## When they log in there user details are added to your user database.
## MOD Version: 0.2.2
##
## Copyright: ©2004 phpBB Passport 0.2.2 - James Parmee Morris
##
## Support:
http://www.phpBBPassport.com
##
## Installation Level: Easy
## Installation Time: 5 Minutes
## Files To Edit: index_body.tpl, overall_header.tpl, lang_main.php, page_header.php, login_body.tpl
## Included Files: passport.php, db_update.php, login_passport_body.tpl, passport_new_username.tpl, phpBB_passport_button.gif
##############################################################
## For Security Purposes, Please Check:
http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at:
http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## For your users to be able to use this system they musy have registered at
http://www.phpBBPassport.com/
##
## No personal informaton can be obtained without the users prior writtern consent.
## We will not distribute any data with any third parties, and we will work as hard as we can to ensure all data is
## acurate.
##
## A section of the below code is encrypted for security reasons with regard to the user database.
## All precautions are taken to keep this data protected.
##
## We would like to thank Invader, who designed the phpBB Passport logo image included within this hack.
##
## phpBBPassport is sponsored by WebSpaceUK.com, who provides us with the hosting for this mod.
##
## Contact:
rapid_dr3am@phpBBPassport.com or
WebspaceUK@phpBBPassport.com for more information.
##
## If you discover any security issues with this hack please let one of the developers know.
##
## If you have any legal concerns, about this hack please contact a lead developer who can give you details of our
## legal policies.
##
##############################################################
## MOD History:
##
## 2004-02-08 - Version 0.1.0
## - Beta Version by James Parmee Morris
##
## 2004-02-13 - Version 0.1.1
## - First Release, fixed duplicate username Bug, and double signup.
##
## 2004-02-14 - Version 0.1.2
## - Fixed Different Caps in username bug, removed banner and replaced for link.
##
## 2004-02-15 - Version 0.1.3
## - Recoded by Antony Bailey, to fit phpBB standardised coding system.
##
## 2004-02-15 - Version 0.1.4
## - Fixed a problem with ' thank you very much to Armin "Kharay" Altorffer for his assistance with this.
##
## 2004-02-15 - Version 0.1.5
## - Added a link to get a phpBB Passport.
##
## 2004-02-15 - Version 0.1.6
## - Fixed server IP resolution problem, to allow remote connections.
##
## 2004-02-15 - Version 0.1.7
## - Fixed a missing doubke quotes (") in the header.
##
## 2004-02-15 - Version 0.1.8
## - Fixed a minor bug with users changing their username if already taken. Allowed users to login with the passport.php file even if already registered.
##
## 2004-02-19 - Version 0.2.0
## - ReScripted by James Parmee Morris (WebspaceUK) due to Security breach in versions 0.1.0. This version uses NUSoap and SSL, on top of 4 other security measures.
##
## 2004-02-21 - Version 0.2.1
## - Adjusted by James Parmee Morris (WebspaceUK). Fixed User ID Problem, added logs, and fixed incorrect password problem.
##
## 2004-02-22 - Version 0.2.2
## - Adjusted by James Parmee Morris (WebspaceUK). Added error when username not entered. Redirects user to home page when already logged in. Added extra features.