!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/jiff_delivery/node_modules/webpack-rtl-plugin/node_modules/rtlcss/test/data/   drwxrwxrwx
Free 13.16 GB of 57.97 GB (22.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     rtlcss-stringMap.js (4.93 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
module.exports = [
  {
    'should': 'Should rename "left", "Left", "LEFT" (autoRename:true). ',
    'expected': 'div.right, div.Right, div.RIGHT, div.respectLeft { width:10px;}',
    'input': 'div.left, div.Left, div.LEFT, div.respectLeft { width:10px;}',
    'reversable': true,
    'options': { 'autoRename': true }
  },
  {
    'should': 'Should rename "left", "Left", "LEFT" (autoRename:true, greedy). ',
    'expected': 'div.right, div.Right, div.RIGHT, div.respectRight { width:10px;}',
    'input': 'div.left, div.Left, div.LEFT, div.respectLeft { width:10px;}',
    'reversable': true,
    'options': {
      'autoRename': true,
      'greedy': true
    }
  },
  {
    'should': 'Should rename "ltr", "Ltr", "LTR" (autoRename:true). ',
    'expected': 'div.rtl, div.Rtl, div.RTL, div.Ultra { width:10px;}',
    'input': 'div.ltr, div.Ltr, div.LTR, div.Ultra { width:10px;}',
    'reversable': true,
    'options': { 'autoRename': true }
  },
  {
    'should': 'Should rename "ltr", "Ltr", "LTR" (autoRename:true, greedy). ',
    'expected': 'div.rtl, div.Rtl, div.RTL, div.Urtla { width:10px;}',
    'input': 'div.ltr, div.Ltr, div.LTR, div.Ultra { width:10px;}',
    'reversable': true,
    'options': {
      'autoRename': true,
      'greedy': true
    }
  },
  {
    'should': 'Should rename "prev"/"next" (autoRename:true, custom stringMap - *)',
    'expected': 'div.next, div.Right { width:10px;}',
    'input': 'div.prev, div.Left { width:10px;}',
    'reversable': true,
    'options': { 'autoRename': true, 'stringMap': [{ 'search': 'prev', 'replace': 'next', 'options': { scope: '*' } }] }
  },
  {
    'should': 'Should rename "prev"/"next" (autoRename:true, custom stringMap - selector)',
    'expected': 'div.next, div.Right { width:10px;}',
    'input': 'div.prev, div.Left { width:10px;}',
    'reversable': true,
    'options': { 'autoRename': true, 'stringMap': [{ 'search': 'prev', 'replace': 'next', 'options': { scope: 'selector' } }] }
  },
  {
    'should': 'Should not rename "prev"/"next" (autoRename:true, custom stringMap - url)',
    'expected': 'div.prev, div.Right { width:10px;}',
    'input': 'div.prev, div.Left { width:10px;}',
    'reversable': true,
    'options': { 'autoRename': true, 'stringMap': [{ 'search': 'prev', 'replace': 'next', 'options': { scope: 'url' } }] }
  },
  {
    'should': 'Should not swap "prev"/"next" in Url or Selector (autoRename:true, custom stringMap - url)',
    'expected': 'div.prev { background-image: url(/content/pix/prev.png);}',
    'input': 'div.prev { background-image: url(/content/pix/prev.png);}',
    'reversable': true,
    'options': { 'autoRename': true, 'stringMap': [{ 'search': 'prev', 'replace': 'next', 'options': { scope: 'url' } }] }
  },
  {
    'should': 'Should not swap "prev"/"next" in Url and Rename in selector (autoRename:true, custom stringMap - *)',
    'expected': 'div.next { display:block }; div.next { background-image: url(/content/pix/next.png);}',
    'input': 'div.prev { display:block }; div.prev { background-image: url(/content/pix/next.png);}',
    'reversable': true,
    'options': { 'autoRename': true, 'stringMap': [{ 'search': 'prev', 'replace': 'next', 'options': { scope: '*' } }] }
  },
  {
    'should': 'Should swap "prev"/"next" in Url (autoRename:true, processUrls:true)',
    'expected': 'div.prev { background-image: url(/content/pix/next.png);}',
    'input': 'div.prev { background-image: url(/content/pix/prev.png);}',
    'reversable': true,
    'options': { 'autoRename': true, 'processUrls': true, 'stringMap': [{ 'search': 'prev', 'replace': 'next', 'options': { scope: 'url' } }] }
  },
  {
    'should': 'Should swap "prev"/"next" in Url and Rename in selector (autoRename:true, processUrls:true)',
    'expected': 'div.next { display:block }; div.prev { background-image: url(/content/pix/prev.png);}',
    'input': 'div.prev { display:block }; div.prev { background-image: url(/content/pix/next.png);}',
    'reversable': true,
    'options': { 'autoRename': true, 'processUrls': true, 'stringMap': [{ 'search': 'prev', 'replace': 'next', 'options': { scope: '*' } }] }
  },
  {
    'should': 'Should rename "previous" to "nextious" (autoRename:true, greedy: true)',
    'expected': 'div.nextious{ width:10px;}',
    'input': 'div.previous{ width:10px;}',
    'reversable': true,
    'options': { 'autoRename': true, 'stringMap': [{ 'name': 'prev-next', 'search': 'prev', 'replace': 'next', 'options': { 'greedy': true } }] }
  },
  {
    'should': 'Should escape strings used in stringMap (processUrls: true, custom stringMap)',
    'expected': '@import url("//a.b/c-rtl.css"); @import url("//a.b/css");',
    'input': '@import url("//a.b/c.css"); @import url("//a.b/css");',
    'reversable': true,
    'options': { 'processUrls': true, 'stringMap': [{ 'name': 'import-stylesheet', 'priority': 1, 'exclusive': true, 'search': ['.css'], 'replace': ['-rtl.css'], 'options': { 'scope': 'url' } }] }
  }
]

:: 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.0048 ]--