Зашла в админ панель скачать резервную копию БД, делаю это аккуратно-регулюрно, все ок, качаю phpbb_db_backupа.
А тут сегодня нажала "Резервная копия БД" - и вышла табличка, предлагающая скачать admin_db_utilities. Что бы это значило?

Он очень длинный, извините...Вот показываю на всякий случайVVVas писал(а):Скачайте и покажите чтро скачалось.
<?php
/***************************************************************************
* admin_db_utilities.php
* -------------------
* begin : Thu May 31, 2001
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: admin_db_utilities.php,v 1.42.2.11 2005/02/21 18:36:49 acydburn Exp $
*
****************************************************************************/
/***************************************************************************
*
* 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.
*
***************************************************************************/
/***************************************************************************
* We will attempt to create a file based backup of all of the data in the
* users phpBB database. The resulting file should be able to be imported by
* the db_restore.php function, or by using the mysql command_line
*
* Some functions are adapted from the upgrade_20.php script and others
* adapted from the unoficial phpMyAdmin 2.2.0.
***************************************************************************/
define('IN_PHPBB', 1);
if( !empty($setmodules) )
{
$filename = basename(__FILE__);
$module['General']['Backup_DB'] = $filename . "?perform=backup";
Не знаю, я если честно, вообще не поняла, что Вы сказали.[R: R@m$e$ :U] писал(а):да в общем-то а как иначе вы должны получить на файл который генерируется скриптом? он ни где не сохраняется... вы так не думаете? =)
VVVas писал(а):Ну это к тому что у вас скачивается скрипт создания бакупа, а не сам бакуп.