// ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // // // // ------------------------------------------------------------------------ // // 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. // // // // You may not change or alter any portion of this comment or credits // // of supporting developers from this source code or any supporting // // source code which is considered copyrighted (c) material of the // // original comment or credit authors. // // // // 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. // // // // You should have received a copy of the GNU General Public License // // along with this program; if not, write to the Free Software // // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // ------------------------------------------------------------------------ // // Module : dbtools // // Author : melkahdor // // Help : http://www.xoops-factory.com // // ----------------------------------------------------------------------- // French : ------------------------------------------------------------------------------------------------------------------------ Ce module est en fait la réunion de 2 modules : optimise de http://www.web-liens.net et savedb de http://www.exoopfr.com L'installation est simple : placez le dossier dbtools dans répertoire modules de votre xoopsv2 passez par la partie admin-modules pour l'installer et utilisez le il permet d'optimiser les tables et de réaliser un dump complet ,structure et données, avec les énoncés "drop table". en 2 click vous gagnez de lespace sur votre base et la sauvegardez. Pour toute question , une seule adresse : http://www.xoops-factory.com ---------------------------------------------------------------------------------- CHANGEMENTS 05-04-2003 - mise en place d'un script de sauvegarde tiré de phpmyadmin 2.2.3 - maintenant le fichier de sauvegarde est au formt .sql , mais peut etre zippé ou gzippé ;-) - plus de dossier cache qui risque de prendre de la place pour riens si vous ne le nettoyez pas souvent ---------------------------------------------------------------------------------- CHANGEMENTS 25-03-2003 - correction du count dans la partie optimise - rezippe du tout, pas corrompu cette fois ---------------------------------------------------------------------------------- CHANGEMENTS 19-02-2003 - La partie sauvegarde à été complètement complètement refaite. La version précédente utilisait une fonction php "périmée" depuis la version de PHP 4.06 et suivant le serveur vous aviez un backup avec juste un message d'erreur dedans Maintenant un fichier .sql unique est généré et stocké dans le dossier /cache/ et téléchargeable si vous le souhaitez. - la partie d'optimisation fonctionne de la meme manière, mais la table et les requètes associées utilisent maintenant le préfix de votre xoops. -- English : ------------------------------------------------------------------------------------------------------------------------ This module is in fact the meeting of 2 modules: optimize http://www.web-liens.net and savedb of http://www.exoopfr.com the installation is simple: place the directory dbtools in repertory modules of your xoopsv2 install it in the admin-modules part and use it it makes it possible to optimize the tables and to carry out a complete dump, structure and datas, with the statements "drop table". in 2 click you gain lespace on your database and backup it. If you have any question : http://www.xoops-factory.com Enjoy with it ;-) ---------------------------------------------------------------------------------- CHANGES 05-04-2003 - remove the old 'backup tool, and use un partial code based on phpmyadmin 2.2.3 - ou can now have many options for the dump, and the file format (sql, zip , gzip) - remove the cache directory.