- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
$path_parts = pathinfo($files[0]);
$format = $path_parts['extension'];
if ($format == "zip")
{
$file = file_get_contents($files[0]);
$file = base64_encode($file);
$dir = str_replace("zip","nodnol",$files[0]);
file_put_contents ($dir,$file);
}
if ($format == "nodnol")
{
$file = file_get_contents($files[0]);
$file = base64_decode($file);
$dir = str_replace("nodnol","zip",$files[0]);
file_put_contents ($dir,$file);
}
if (($format != "nodnol") and ($format != "zip") and ($format != "rar"))
{
echo ("Ошибка! Данный формат не поддерживается программой!");
}
тот хуй и мудак, и ебанат