View file adminpanel/import.php
<? error_reporting(E_ALL & ~E_NOTICE); include"../config.php"; include"../include/head.php"; $pas=substr($HTTP_POST_VARS["pas"],0,50); if($pas!=$passnews){ echo'Введите пароль админа:<form method=post><input type=password name=pas><input type="submit"></form>'; }; if($pas==$passnews){ $url=trim($url); $to=trim($to); if(@copy($url,$to)){ print "Файл успещно сохранён с именем $to";} else {print "Импорт файла не удался";} }; include'../include/foot.php'; ?>