|
From: Jon O. <jon...@us...> - 2008-06-03 20:07:37
|
Update of /cvsroot/mxbb/mx_act In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30824 Modified Files: activity.php db_install.php db_uninstall.php db_upgrade.php game.php newscore.php Log Message: Final updates mxBB -> MXP and alike... Index: newscore.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/newscore.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** newscore.php 2 May 2006 23:25:45 -0000 1.10 --- newscore.php 3 Jun 2008 20:06:56 -0000 1.11 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: game.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/game.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** game.php 2 May 2006 23:25:45 -0000 1.7 --- game.php 3 Jun 2008 20:06:56 -0000 1.8 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: activity.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/activity.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** activity.php 5 Apr 2006 22:03:54 -0000 1.8 --- activity.php 3 Jun 2008 20:06:54 -0000 1.9 *************** *** 2,12 **** /** * ! * @package mxBB Portal Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { --- 2,12 ---- /** * ! * @package MX-Publisher Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { *************** *** 223,227 **** $row = $db->sql_fetchrow( $r ); $random_game = append_sid( this_act_mxurl( "mode=game&id=" . $row['game_id'] . "&parent=true" ) ); ! $random_image = $phpbb_root_path . "templates/subSilver/images/icon_mini_faq.gif"; // Challenge -------------------------------- if ( $mode == "challenge" ) --- 223,227 ---- $row = $db->sql_fetchrow( $r ); $random_game = append_sid( this_act_mxurl( "mode=game&id=" . $row['game_id'] . "&parent=true" ) ); ! $random_image = $phpbb_root_path . "templates/subSilver/images/icon_mini_faq.gif"; // Challenge -------------------------------- if ( $mode == "challenge" ) *************** *** 357,363 **** "L_GAMES" => $lang['game'], "L_COMMENTS_TITLE" => $lang['comments_title'], ! "L_HIGHSCORES_TITLE" => $lang['game_highscores'], ! ) ); ! // // Generate page // --- 357,363 ---- "L_GAMES" => $lang['game'], "L_COMMENTS_TITLE" => $lang['comments_title'], ! "L_HIGHSCORES_TITLE" => $lang['game_highscores'], ! ) ); ! // // Generate page // Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/db_uninstall.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** db_uninstall.php 2 May 2006 23:25:45 -0000 1.9 --- db_uninstall.php 3 Jun 2008 20:06:54 -0000 1.10 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/db_upgrade.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** db_upgrade.php 16 Feb 2008 21:45:03 -0000 1.17 --- db_upgrade.php 3 Jun 2008 20:06:55 -0000 1.18 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/db_install.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** db_install.php 16 Feb 2008 21:45:03 -0000 1.16 --- db_install.php 3 Jun 2008 20:06:54 -0000 1.17 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * |