|
From: FlorinCB <ory...@us...> - 2009-01-24 07:09:50
|
Update of /cvsroot/mxbb/phpbb2mxp In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15845 Modified Files: faq.php groupcp.php index.php memberlist.php modcp.php posting.php privmsg.php profile.php search.php viewforum.php viewonline.php viewtopic.php Log Message: fix Index: search.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/search.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** search.php 24 Jan 2009 05:09:45 -0000 1.3 --- search.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include_once($phpbb_root_path . 'common.'.$phpEx); include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include_once($phpbb_root_path . 'common.'.$phpEx); include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); Index: index.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.php 24 Jan 2009 05:09:45 -0000 1.3 --- index.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); Index: viewonline.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/viewonline.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** viewonline.php 24 Jan 2009 05:09:45 -0000 1.3 --- viewonline.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); Index: viewtopic.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/viewtopic.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** viewtopic.php 24 Jan 2009 05:09:45 -0000 1.3 --- viewtopic.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include_once($phpbb_root_path . 'common.'.$phpEx); include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); --- 23,28 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! //$phpEx = substr(strrchr(__FILE__, '.'), 1); ! include($phpbb_root_path . 'extension.inc'); include_once($phpbb_root_path . 'common.'.$phpEx); include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); Index: posting.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/posting.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** posting.php 24 Jan 2009 05:09:45 -0000 1.3 --- posting.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include_once($phpbb_root_path . 'common.'.$phpEx); include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include_once($phpbb_root_path . 'common.'.$phpEx); include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); Index: faq.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/faq.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** faq.php 24 Jan 2009 05:09:45 -0000 1.3 --- faq.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); Index: memberlist.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/memberlist.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** memberlist.php 24 Jan 2009 05:09:45 -0000 1.3 --- memberlist.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 22,26 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); --- 22,26 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); Index: groupcp.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/groupcp.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** groupcp.php 24 Jan 2009 05:09:45 -0000 1.3 --- groupcp.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); Index: viewforum.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/viewforum.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** viewforum.php 24 Jan 2009 05:09:45 -0000 1.3 --- viewforum.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); Index: profile.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/profile.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** profile.php 24 Jan 2009 05:09:45 -0000 1.3 --- profile.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include_once($phpbb_root_path . 'common.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include_once($phpbb_root_path . 'common.'.$phpEx); Index: privmsg.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/privmsg.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** privmsg.php 24 Jan 2009 05:09:45 -0000 1.3 --- privmsg.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 23,27 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); include($phpbb_root_path . 'includes/bbcode.'.$phpEx); --- 23,27 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); include($phpbb_root_path . 'includes/bbcode.'.$phpEx); Index: modcp.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/modcp.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** modcp.php 24 Jan 2009 05:09:45 -0000 1.3 --- modcp.php 24 Jan 2009 07:09:45 -0000 1.4 *************** *** 31,35 **** define('IN_PHPBB', true); $phpbb_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx); include($phpbb_root_path . 'includes/bbcode.'.$phpEx); --- 31,35 ---- define('IN_PHPBB', true); $phpbb_root_path = './'; ! include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); include($phpbb_root_path . 'includes/bbcode.'.$phpEx); |