<?php$name = rand(111,999);$file = 'http://kiss.mobik.ru/d/?fid='.$_GET['down']; $newfile = 'files/sextu_ru_'.$name.'_video.3gp'; copy($file, $newfile);header("Location: $newfile");ob_flush();flush();?>