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

Software: Apache. PHP/7.3.33 

uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 

uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) 

Safe-mode: OFF (not secure)

/usr/share/doc/perl-Config-General/   drwxr-xr-x
Free 6182.15 GB of 6263.36 GB (98.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     example.cfg (1.5 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
# -*-sh-*-   (ignore, this is just for my operation system, emacs,
#             to function properly)
#
# This is an example of a config file supported by Config::General.
# It shows almost all features of the format and its flexibility.
#
# To try it, install Config::General as usual and execute the
# following perlscript:
#
# use Config::General;
# use Data::Dumper;
# my %conf = ParseConfig(-ConfigFile => "example.cfg", -InterPolateVars => 1);
# print Dumper(\%C);'
#
# This will parse the config and print out a stringified version
# of the hash it produces, which can be used in your program.
# 


/*
 * c-style comment
 */

# variable assignment
option1 = blah
option2   blubber
option3 = "something special"        # this is a comment

option4 = parameters can be written on \
          multiple lines

# duplicate options will be made into an array
huc = 12
huc = 17
huc = 133

# options can be organized in blocks too
<sql>
   user   = hans
   server = mc200
   db     = maxis
   passwd = D3rf8d
   
   # nested blocks are no problem
   <tablestructure>
      index   int(100000)
      name    char(100)
      prename char(100)
      status  int(10)
    </tablestructure>
</sql>

# named blocks can also be used
<area santa-barbara>
  # block names containing whitespaces must be quoted
  <"kyla cole">
    # blocks maybe empty
  </"kyla cole">
</area>

# here-docs are fully supported
usage <<EOF
  use with care
  and don't ask me
EOF

# use of variable interpolation
var1 = hoho
msg  = $var1




# that's it for today.

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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