!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/include/linux/   drwxr-xr-x
Free 3.33 GB of 27.03 GB (12.33%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     isdn_lzscomp.h (927 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
* $Id: isdn_lzscomp.h,v 1.1 2001/10/23 17:55:50 arjanv Exp $
*
* Header for isdn_lzscomp.c
* Concentrated here to not mess up half a dozen kernel headers with code
* snippets
*
*/

#define CI_LZS_COMPRESS        17
#define CILEN_LZS_COMPRESS    5

#define LZS_CMODE_NONE        0
#define LZS_CMODE_LCB        1
#define LZS_CMODE_CRC        2
#define LZS_CMODE_SEQNO        3    /* MUST be implemented (default) */
#define LZS_CMODE_EXT        4    /* Seems to be what Win0.95 uses */

#define LZS_COMP_MAX_HISTS    1    /* Don't waste peers ressources */
#define LZS_COMP_DEF_HISTS    1    /* Most likely to negotiate */
#define LZS_DECOMP_MAX_HISTS    32    /* More is really nonsense */
#define LZS_DECOMP_DEF_HISTS    8    /* If we get it, this may be optimal */

#define LZS_HIST_BYTE1(word)       (word>>8)    /* Just for better reading */
#define LZS_HIST_BYTE2(word)    (word&0xff)    /* of this big endian stuff */
#define LZS_HIST_WORD(b1,b2)    ((b1<<8)|b2)    /* (network byte order rulez) */

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