|
From: OryNider <ory...@us...> - 2008-03-10 06:02:33
|
Update of /cvsroot/mxbb/mx_mod_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24277 Added Files: mx_mod_readme.txt Log Message: 1st time added --- NEW FILE: mx_mod_readme.txt --- ################################################################# ## MOD Title: Mx-Publisher MOD ## MOD Author: orynider < ory...@rd... > (Florin Bodin Ciprian) http://www.mx-publisher.com/ ## ## MOD Description: ## - This adds some Mx-Publisher minimal required funtionality by MXP Addons; ## - The MXP Addons are phpBB mods that share most files with Mx-Publisher; ## MOD Version: 0.9.2 ## MXP Version: 2.8.2 ## ## Installation Level: (Easy) ## Installation Time: 3 Minutes ## Files To Edit: (0) ## ## Included Files: (21) ## root/mx_mod_install.php, ## root/admin/admin_mx_config.php, ## root/mx_mod/includes/*.*, ## root/mx_mod/includes/shared/phpbb2/includes/*.*, ## root/mx_mod/includes/shared/phpbb2/language/lang_english/*.*, ## root/mx_mod/language/language/lang_english/*.*, ## root/mx_mod/styles/prosilver/*.*, ## root/templates/subSilver/admin/admin_mx_config.tpl ## ## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ############################################################## ## 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: ## There is no demo I can provide for this MOD. ## Should be easy enough to try out. ## Curentry supported mods that require this are: ## - pafiledb (Download Manager), ## - linkdb (Links Manager), ## - kb (Knowledge Base), ## - mom (Music Center), ## and others that are not yet public. ################################################################# ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD ################################################################# # #-----[ COPY ]----------------------------------- # copy root/mx_mod_install.php to mx_mod_install.php copy root/admin/admin_mx_config.php to admin/admin_mx_config.php copy root/mx_mod/includes/*.* to mx_mod/includes/*.* copy root/mx_mod/includes/shared/phpbb2/includes/*.* to mx_mod/includes/shared/phpbb2/includes/*.* copy root/mx_mod/includes/shared/phpbb2/language/lang_english/*.* to mx_mod/includes/shared/phpbb2/language/lang_english/*.* copy root/mx_mod/language/language/lang_english/*.* to mx_mod/language/language/lang_english/*.* copy root/mx_mod/styles/prosilver/*.* to mx_mod/styles/prosilver/*.* copy root/templates/subSilver/admin/admin_mx_config.tpl to templates/subSilver/admin/admin_mx_config.tpl # #-----[ SQL ]------------------------------------------------- # # You can only manually execute "mx_mod_install.php" # Copy "mx_mod_install.php" to your phpBB root and execute it from your browser when you're logged in with admin rights # # #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ # # EoM |