/*************************************************************************** * install.txt * ------------------- * Version : 1.0.0 * began : Tuesday, December 17th, 2002 * released : Wednesday, December 18th, 2002 * last updated : Monday, June 30th, 2003 * email : zarath@knightsofchaos.com * * Angepasst an Orion und übersetzt von Ergonomic * http://www.reptiliencommuity.de * * requires : 2.0.0+ orion & points mod * files to edit : /includes/page_header.php * : /templates/cback/overall_header.tpl * difficulty : easy * time : 5minutes * ***************************************************************************/ /*************************************************************************** * * copyright (C) 2002/2003 IcE-RaiN/Zarath * * 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. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * http://www.gnu.org/copyleft/gpl.html * ***************************************************************************/ /*************************************************************************** * Installation * * 1. Upload files * /admin/admin_bank.php * /admin/style/bank_config_body.tpl * /templates/cback/bank_body.tpl * /bank.php * /bank_install.php (Only needed for install) * /language/lang_english/lang_bank.php * /language/lang_german/lang_bank.php * * 2. Run bank_install.php then delete it. * * 3. Execute Steps Below * ***************************************************************************/ ------[OPEN]------ /includes/page_header.php ------[FIND]------ 'PAGE_TITLE' => $page_title, ------[ADD, AFTER]------ 'BANK' => 'Bank', ------[FIND]------ 'U_FAQ' => append_sid('faq.'.$phpEx), ------[ADD, AFTER]------ 'U_BANK' => append_sid('bank.'.$phpEx), ------[OPEN]------ /template/cback/overall_header.tpl ------[FIND]------ {L_LOGIN_LOGOUT} ------[ADD, BEFORE]------ {BANK} ------[SAVE/CLOSE ALL FILES]------