!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/laravel-crm/vendor/khaled.alshamaa/ar-php/docs/pwa/js/   drwxrwxrwx
Free 13.02 GB of 57.97 GB (22.45%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     app.js (1.79 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
function noDots(str, debug = false) {
    str = str.replace(/[ًٌٍَُِّْ]/gu, '');

    // \b not working with unicode chars in JavaScript
    str = str.replace(/ن(\s+|$)/gu, 'ں\$1');
    str = str.replace(/ك(\s+|$)/gu, 'لـﹳ\$1');

    str = str.replace(/[بتثن]/gu, 'ٮ');
    str = str.replace(/ي/gu, 'ى');

    str = str.replace(/ف/gu, 'ڡ');
    str = str.replace(/ق/gu, 'ٯ');

    str = str.replace(/ش/gu, 'س');
    str = str.replace(/غ/gu, 'ع');
    str = str.replace(/ذ/gu, 'د');
    str = str.replace(/ز/gu, 'ر');
    str = str.replace(/ض/gu, 'ص');
    str = str.replace(/ظ/gu, 'ط');
    str = str.replace(/ة/gu, 'ه');
    str = str.replace(/[جخ]/gu, 'ح');

    str = str.replace(/[أإآ]/gu, 'ا');
    str = str.replace(/ؤ/gu, 'و');
    str = str.replace(/ئ/gu, 'ى');

    return str;
}

function getNoDots() {
    var text = document.getElementById("comment").value;
    
    document.getElementById("comment").value = noDots(text);
    
    return false;
}

function copyToClipboard() {
  // get the textarea
  var copyText = document.getElementById("comment");

  // select the textarea
  copyText.select();
  copyText.setSelectionRange(0, 99999); // for mobile devices

  // copy the text inside the textarea
  document.execCommand("copy");
  
  document.getElementById("copy").select();

  // alert the copied text
  alert("تم النسخ بنجاح!");
}

function newString() {
    document.getElementById("comment").value = "";
    //document.getElementById("comment").select();
}

if ("serviceWorker" in navigator) {
  window.addEventListener("load", function() {
    navigator.serviceWorker
      .register("serviceWorker.js")
      .then(res => console.log("service worker registered"))
      .catch(err => console.log("service worker not registered", err))
  })
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0076 ]--