Update of /cvsroot/mxbb/mx_profilecp/profilcp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2005/modules/mx_profilecp/profilcp Modified Files: functions_profile.php profilcp_activate.php profilcp_board_config.php profilcp_buddy.php profilcp_email.php profilcp_home.php profilcp_home_buddy.php profilcp_home_privmsgs.php profilcp_home_wtopics.php profilcp_privmsg.php profilcp_privmsg_popup.php profilcp_profil_avatar.php profilcp_profil_groups.php profilcp_profil_signature.php profilcp_public_base.php profilcp_public_groups.php profilcp_register.php profilcp_sendpassword.php profilcp_uacp.php uacp.php Log Message: updated all file headers Index: functions_profile.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/functions_profile.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** functions_profile.php 22 Sep 2005 10:11:46 -0000 1.7 --- functions_profile.php 1 Oct 2005 14:16:27 -0000 1.8 *************** *** 1,25 **** <?php ! /*************************************************************************** ! * functions_profile.php ! * --------------------- ! * begin : 08/05/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 1.0.6 - 22/06/2003 ! * ! ***************************************************************************/ ! ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ ! if ( !defined('IN_PORTAL') ) { --- 1,22 ---- <?php + /** ------------------------------------------------------------------------ + * Subject : mxBB - a fully modular portal and CMS (for phpBB) + * Author : Jon Ohlsson and the mxBB Team + * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) + * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 + * Email : jo...@mx... + * Project site : www.mxbb-portal.com + * ------------------------------------------------------------------------- + * + * $Id$ + */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ ! if ( !defined('IN_PORTAL') ) { Index: profilcp_activate.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_activate.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** profilcp_activate.php 22 Sep 2005 10:11:46 -0000 1.3 --- profilcp_activate.php 1 Oct 2005 14:16:27 -0000 1.4 *************** *** 1,33 **** <?php ! //-- mod : profilcp -------------------------------------------------------------------------------- ! ! /*************************************************************************** ! * profilcp_activate.php ! * --------------------- ! * begin : Saturday, Feb 13, 2001 ! * copyright : (C) 2001 The phpBB Group ! * email : su...@ph... ! * ! * $Id$ ! * ! * begin : 08/05/2003 ! * revision : 1.0.1 - 28/05/2003 ! * ! ***************************************************************************/ ! ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ ! //-- mod : profilcp -------------------------------------------------------------------------------- ! //-- add if ( !empty($setmodules) ) return; - //-- fin mod : profilcp ---------------------------------------------------------------------------- if ( !defined('IN_PORTAL') ) --- 1,23 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ ! if ( !empty($setmodules) ) return; if ( !defined('IN_PORTAL') ) Index: profilcp_home_privmsgs.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_home_privmsgs.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** profilcp_home_privmsgs.php 29 Jun 2004 22:27:47 -0000 1.1 --- profilcp_home_privmsgs.php 1 Oct 2005 14:16:27 -0000 1.2 *************** *** 1,22 **** <?php ! /*************************************************************************** ! * profilcp_home_privmsgs.php ! * -------------------------- ! * begin : 26/09/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 1.0.0 - 26/09/2003 ! ***************************************************************************/ ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ if ( !defined('IN_PORTAL') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ if ( !defined('IN_PORTAL') ) Index: profilcp_home.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_home.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** profilcp_home.php 29 Jun 2004 22:27:47 -0000 1.2 --- profilcp_home.php 1 Oct 2005 14:16:27 -0000 1.3 *************** *** 1,23 **** <?php ! /*************************************************************************** ! * profilcp_home.php ! * ----------------- ! * begin : 08/05/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 1.0.4 - 17/10/2003 ! * ! ***************************************************************************/ ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ if ( !defined('IN_PORTAL') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ if ( !defined('IN_PORTAL') ) Index: profilcp_sendpassword.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_sendpassword.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** profilcp_sendpassword.php 29 Jun 2004 22:27:47 -0000 1.2 --- profilcp_sendpassword.php 1 Oct 2005 14:16:27 -0000 1.3 *************** *** 1,34 **** <?php ! //-- mod : profilcp -------------------------------------------------------------------------------- ! ! /*************************************************************************** ! * usercp_sendpasswd.php ! * ------------------- ! * begin : Saturday, Feb 13, 2001 ! * copyright : (C) 2001 The phpBB Group ! * email : su...@ph... ! * ! * $Id$ ! * ! * begin : 19/06/2003 ! * revision : 1.0.0 - 19/06/2003 ! * revision author : Simpelscript ! * ! ***************************************************************************/ ! ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ ! //-- mod : profilcp -------------------------------------------------------------------------------- ! //-- add if ( !empty($setmodules) ) return; - //-- fin mod : profilcp ---------------------------------------------------------------------------- if ( !defined('IN_PORTAL') ) --- 1,23 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ ! if ( !empty($setmodules) ) return; if ( !defined('IN_PORTAL') ) Index: profilcp_privmsg.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_privmsg.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** profilcp_privmsg.php 9 Jan 2005 21:45:33 -0000 1.4 --- profilcp_privmsg.php 1 Oct 2005 14:16:27 -0000 1.5 *************** *** 1,23 **** <?php ! /*************************************************************************** ! * profilcp_privmsg.php ! * -------------------- ! * begin : 16/05/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 1.0.7 - 30/10/2003 ! * ! ***************************************************************************/ ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ // start --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ // start Index: profilcp_home_buddy.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_home_buddy.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** profilcp_home_buddy.php 29 Jun 2004 22:27:47 -0000 1.1 --- profilcp_home_buddy.php 1 Oct 2005 14:16:27 -0000 1.2 *************** *** 1,22 **** <?php ! /*************************************************************************** ! * profilcp_home_buddy.php ! * ----------------------- ! * begin : 26/09/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 1.0.0 - 26/09/2003 ! ***************************************************************************/ ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ if ( !defined('IN_PORTAL') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ if ( !defined('IN_PORTAL') ) Index: profilcp_profil_signature.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_profil_signature.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** profilcp_profil_signature.php 29 Jun 2004 22:27:47 -0000 1.2 --- profilcp_profil_signature.php 1 Oct 2005 14:16:27 -0000 1.3 *************** *** 1,23 **** <?php ! /*************************************************************************** ! * profilcp_profil_signature.php ! * ----------------------------- ! * begin : 08/05/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 1.0.1 - 08/06/2003 ! * ! ***************************************************************************/ ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ if ( !defined('IN_PORTAL') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ if ( !defined('IN_PORTAL') ) Index: profilcp_public_base.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_public_base.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** profilcp_public_base.php 29 Jun 2004 22:27:47 -0000 1.2 --- profilcp_public_base.php 1 Oct 2005 14:16:27 -0000 1.3 *************** *** 1,23 **** <?php ! /*************************************************************************** ! * profilcp_public_base.php ! * ------------------------ ! * begin : 08/05/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 1.0.8 - 24/10/2003 ! * ! ***************************************************************************/ ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ if ( !defined('IN_PORTAL') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ if ( !defined('IN_PORTAL') ) Index: profilcp_board_config.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_board_config.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** profilcp_board_config.php 29 Jun 2004 22:27:47 -0000 1.1 --- profilcp_board_config.php 1 Oct 2005 14:16:27 -0000 1.2 *************** *** 1,23 **** <?php ! /*************************************************************************** ! * profilcp_board_config.php ! * ------------------------- ! * begin : 11/08/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 1.0.6 - 24/10/2003 ! * ! ***************************************************************************/ ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ // start --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ // start Index: profilcp_home_wtopics.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_home_wtopics.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** profilcp_home_wtopics.php 29 Jun 2004 22:27:47 -0000 1.1 --- profilcp_home_wtopics.php 1 Oct 2005 14:16:27 -0000 1.2 *************** *** 1,24 **** <?php ! /*************************************************************************** ! * profilcp_home_buddy.php ! * ----------------------- ! * begin : 26/09/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 1.0.1 - 23/10/2003 ! * ! ***************************************************************************/ ! ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ if ( !defined('IN_PORTAL') ) { --- 1,22 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ + /** + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ + if ( !defined('IN_PORTAL') ) { Index: profilcp_profil_avatar.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_profil_avatar.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** profilcp_profil_avatar.php 22 Sep 2005 21:26:05 -0000 1.4 --- profilcp_profil_avatar.php 1 Oct 2005 14:16:27 -0000 1.5 *************** *** 1,23 **** <?php ! /*************************************************************************** ! * profilcp_profil_avatar.php ! * -------------------------- ! * begin : 08/05/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 1.0.1 - 08/06/2003 ! * ! ***************************************************************************/ ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ if ( !defined('IN_PORTAL') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ if ( !defined('IN_PORTAL') ) Index: uacp.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/uacp.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** uacp.php 29 Jun 2004 22:27:47 -0000 1.2 --- uacp.php 1 Oct 2005 14:16:27 -0000 1.3 *************** *** 1,37 **** <?php ! //-- mod : profile cp ------------------------------------------------------------------------------ ! ! /*************************************************************************** ! * uacp.php ! * ------------------- ! * begin : Oct 30, 2002 ! * copyright : (C) 2002 Meik Sievertsen ! * email : acy...@gm... ! * ! * $Id$ ! * ! * ! ***************************************************************************/ ! ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! ***************************************************************************/ /** ! * User Attachment Control Panel ! * ! * From this 'Control Panel' the user is able to view/delete his Attachments. */ ! ! //-- mod : profile cp ------------------------------------------------------------------------------ ! //-- add if (!defined('IN_PCP')) { - //-- fin mod : profile cp -------------------------------------------------------------------------- // define('IN_PHPBB', true); // $phpbb_root_path = './'; --- 1,24 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. */ ! if (!defined('IN_PCP')) { // define('IN_PHPBB', true); // $phpbb_root_path = './'; Index: profilcp_privmsg_popup.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_privmsg_popup.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** profilcp_privmsg_popup.php 29 Jun 2004 22:27:47 -0000 1.2 --- profilcp_privmsg_popup.php 1 Oct 2005 14:16:27 -0000 1.3 *************** *** 1,24 **** <?php ! /*************************************************************************** ! * privmsg_popup.php ! * ----------------- ! * begin : 22/06/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 1.0.1 - 25/06/2003 ! * ! ***************************************************************************/ ! ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ if ( !empty($setmodules) ) return; --- 1,21 ---- <?php + /** ------------------------------------------------------------------------ + * Subject : mxBB - a fully modular portal and CMS (for phpBB) + * Author : Jon Ohlsson and the mxBB Team + * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) + * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 + * Email : jo...@mx... + * Project site : www.mxbb-portal.com + * ------------------------------------------------------------------------- + * + * $Id$ + */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ if ( !empty($setmodules) ) return; Index: profilcp_uacp.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_uacp.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** profilcp_uacp.php 29 Jun 2004 22:27:47 -0000 1.2 --- profilcp_uacp.php 1 Oct 2005 14:16:27 -0000 1.3 *************** *** 1,22 **** <?php ! /*************************************************************************** ! * profilcp_uacp.php ! * ----------------- ! * begin : 16/05/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 1.0.1 - 28/05/2003 ! ***************************************************************************/ ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ if(file_exists($phpbb_root_path . '/attach_mod/attachment_mod.'.$phpEx)) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ if(file_exists($phpbb_root_path . '/attach_mod/attachment_mod.'.$phpEx)) Index: profilcp_profil_groups.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_profil_groups.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** profilcp_profil_groups.php 29 Jun 2004 22:27:47 -0000 1.1 --- profilcp_profil_groups.php 1 Oct 2005 14:16:27 -0000 1.2 *************** *** 1,23 **** <?php ! /*************************************************************************** ! * profilcp_profil_groups.php ! * -------------------------- ! * begin : 23/10/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 0.0.1 - 23/10/2003 ! * ! ***************************************************************************/ ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ if ( !defined('IN_PORTAL') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ if ( !defined('IN_PORTAL') ) Index: profilcp_public_groups.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_public_groups.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** profilcp_public_groups.php 29 Jun 2004 22:27:47 -0000 1.2 --- profilcp_public_groups.php 1 Oct 2005 14:16:27 -0000 1.3 *************** *** 1,23 **** <?php ! /*************************************************************************** ! * profilcp_public_groups.php ! * -------------------------- ! * begin : 08/05/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 1.0.6 - 30/10/2003 ! * ! ***************************************************************************/ ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ if ( !defined('IN_PORTAL') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ if ( !defined('IN_PORTAL') ) Index: profilcp_register.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_register.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** profilcp_register.php 22 Sep 2005 21:26:05 -0000 1.5 --- profilcp_register.php 1 Oct 2005 14:16:27 -0000 1.6 *************** *** 1,23 **** <?php ! /*************************************************************************** ! * profilcp_register.php ! * --------------------- ! * begin : 08/05/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 1.0.4 - 22/06/2003 ! * ! ***************************************************************************/ ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ if ( !defined('IN_PORTAL') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ if ( !defined('IN_PORTAL') ) Index: profilcp_buddy.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_buddy.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** profilcp_buddy.php 9 Jan 2005 21:45:33 -0000 1.3 --- profilcp_buddy.php 1 Oct 2005 14:16:27 -0000 1.4 *************** *** 1,23 **** <?php ! /*************************************************************************** ! * profilcp_buddy.php ! * ------------------ ! * begin : 08/05/2003 ! * copyright : Ptirhiik ! * email : ad...@rp... ! * ! * version : 1.2.2 - 23/10/2003 ! * ! ***************************************************************************/ ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ if ( !defined('IN_PORTAL') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ if ( !defined('IN_PORTAL') ) Index: profilcp_email.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_email.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** profilcp_email.php 1 Oct 2005 08:54:53 -0000 1.5 --- profilcp_email.php 1 Oct 2005 14:16:27 -0000 1.6 *************** *** 1,33 **** <?php ! //-- mod : profilcp -------------------------------------------------------------------------------- ! ! /*************************************************************************** ! * profilcp_email.php ! * ------------------ ! * begin : Saturday, Feb 13, 2001 ! * copyright : (C) 2001 The phpBB Group ! * email : su...@ph... ! * ! * $Id$ ! * ! * begin : 08/05/2003 ! * revision : 1.0.1 - 08/06/2003 ! * ! ***************************************************************************/ ! ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * ! ***************************************************************************/ ! //-- mod : profilcp -------------------------------------------------------------------------------- ! //-- add if ( !empty($setmodules) ) return; - //-- fin mod : profilcp ---------------------------------------------------------------------------- if ( !defined('IN_PORTAL') ) --- 1,23 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ ! if ( !empty($setmodules) ) return; if ( !defined('IN_PORTAL') ) |