############################################################## ## MOD Title: Auto Cookie ## MOD Author: geocator < geocator@gmail.com > (Brian) http://www.geocator.us ## MOD Description: Automaticly detects and writes proper domain name and cookie settings. ## MOD Version: 2.0.2a ## ## Installation Level: Easy ## Installation Time: 2 minutes ## Files To Edit: ## Included Files: cookie.php ## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ## Generator: MOD Studio [ ModTemplateTools 1.0.2108.38030 ] ############################################################## ## For security purposes, please check: http://www.phpbb.com/mods/ ## for the latest version of this MOD. Although MODs are checked ## before being allowed in the MODs Database there is no guarantee ## that there are no security problems within the MOD. No support ## will be given for MODs not found within the MODs Database which ## can be found at http://www.phpbb.com/mods/ ############################################################## ## Author Notes: After running make sure to delete cookie.php and the install directory for security reasons. ## ############################################################## ## MOD History: ## ## 2005-12-17 - Version 2.0.2 ## - Fixed another constant thing, cuase I am blind ## ## 2005-12-17 - Version 2.0.2 ## - Fixed spelling mistakes ## - Fixed the missing and screwy spans ## - Fixed the sql quries trying to use constants ## ## 2005-12-03 - Version 2.0.1 ## - Added slashes security code ## ## 2005-11-20 - Version 2.0.0 ## - Various Detection Fixes ## - 2.0 Full Release ## ## 2005-11-16 - Version 1.1.0 ## - php5 Globals Fix ## - pretified interface ## - added function to make sure file in correct place ## - added ability to reset to phpBB defaults ## - added preformated copy and paste stuff ## - rewrite of detection code ## - added seesion length and autologin settings ## ## 2005-07-09 - Version 1.0.6 ## - Removed use of templates, since they dont work right in install directory ## ## 2005-07-09 - Version 1.0.5 ## - Added cookie secure option for all those that acidentaly set it. ## ## 2004-09-11 - Version 1.0.4 ## - Small change in path detection due to directory change. ## ## 2004-09-11 - Version 1.0.3 ## - Changed install location, added more lang vars to the top of file. ## ## 2004-09-22 - Version 1.0.2 ## - PHP 3 compatibility fix ## ## 2004-09-11 - Version 1.0.1 ## - Added lang variables where possible, fixed possible injection issues. ## ## 2004-08-19 - Version 1.0.0 ## - Initial Release ## ############################################################## ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD ############################################################## # #-----[ COPY ]------------------------------------------ # copy install/cookie.php to install/cookie.php # #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ # # EoM