!C99Shell v. 1.0 pre-release build #16!

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/share/doc/slang-devel-1.4.9/doc/internal/   drwxr-xr-x
Free 3.42 GB of 27.03 GB (12.65%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     rpn.txt (1.73 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Variable Assignment:
   x =   --> =x
   x +=  --> +=x
   x -=  --> -=x
   x++   --> ++x
   x--   --> --x
  Note: The current version of slang does not distguish between the
  post and pre-increment operators.  A future version may make a
  distinction and assignment statements may return a value.


Function Definition: define f (arg1, ..., argN) { statements } 
   --> ( [ arg1 arg2 ... argN ] =argN ... =arg1 rpn-statements ) f

Variable Declaration: variable x1, ... xN;
   --> [ x1 ... xN ]

Structure Definition: struct {f1, ... fN}
   -->  "f1" ... "fN" N struct

Structure Typedef: typedef struct { f1, ... fN } Type_Name ;
   --> __typedef f1 ... fN ] "Type_Name" 

Multiple Assignment Expression: (x1, ..., xN) = expression 
   --> rpn-expression =xN ... =x1
   Note: If xj is missing, it will be replaced by `pop'
   
Function call:  f (x1, ..., xN)
   --> __arg x1 ... xN __earg f
   Note: if xj is missing, it will be replaced by NULL
   
Array reference: X [x1, .., xN]   
   --> __arg x1 ... xN X __aget
   Note: __earg is implicit
   
Array assignment: X [x1, ... xN] ASSIGNMENT-OP
   --> __arg x1 ... xN X RPN-ASSIGNMENT-OP
   ASSIGNMENT-OP:
      =   --> __aput
      ++  --> __aput_plusplus
      --  --> __aput_minusminus
      +=  --> __aput_pluseqs
      -=  --> __aput_minuseqs
   Note: __earg is implicit

Structure Reference: X.a --> "a" X .

Structure Assignment: X.a ASSIGNMENT-OP expression;
   --> rpn-expression "a" X RPN-ASSIGNMENT-OP
   ASSIGNMENT-OP --> RPN-ASSIGNMENT-OP:
     =   --> __struct_eqs
     +=  --> __struct_pluseqs
     -=  --> __struct_minuseqs
     --  --> __struct_minusminus
     ++  --> __struct_plusplus

Variable Alias:  &x --> __alias x

foreach (X) using (Y,...) block
   --> X __arg Y... __earg { block } foreach

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0031 ]--