Вот так сделай для restore.php или для сайте то dbconn.php
[CODE]if (!function_exists('gzopen')) {
function gzopen($filename , $mode, $use_include_path = 0 ) { return gzopen64($filename, $mode, $use_include_path); }
}
if (!function_exists('gzseek')) {
function gzseek($zp , $offset, $whence = SEEK_SET ) { return gzseek64($zp, $offset, $whence); }
}[/CODE]
[CODE]if (!function_exists('gzopen')) {
function gzopen($filename , $mode, $use_include_path = 0 ) { return gzopen64($filename, $mode, $use_include_path); }
}
if (!function_exists('gzseek')) {
function gzseek($zp , $offset, $whence = SEEK_SET ) { return gzseek64($zp, $offset, $whence); }
}[/CODE]