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

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\xampp\xampp\htdocs\phpbb\attach_mod\includes\   drwxrwxrwx
Free 7.97 GB of 239.26 GB (3.33%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     constants.php (2.3 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/***************************************************************************
 *                               constants.php
 *                            -------------------
 *   begin                : Saturday, Mar 30, 2002
 *   copyright            : (C) 2002 Meik Sievertsen
 *   email                : acyd.burn@gmx.de
 *
 *   $Id: constants.php,v 1.29 2005/05/09 16:19:46 acydburn Exp $
 *
 *
 ***************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License', or
 *   ('at your option) any later version.
 *
 ***************************************************************************/

if ( !defined('IN_PHPBB') )
{
    die(
"Hacking attempt");
    exit;
}

// Attachment Debug Mode
define('ATTACH_DEBUG'0);        // Attachment Mod Debugging off
//define('ATTACH_DEBUG', 1);    // Attachment Mod Debugging on

//define('ATTACH_QUERY_DEBUG', 1);

// Auth
define('AUTH_DOWNLOAD'20);

// Download Modes
define('INLINE_LINK'1);
define('PHYSICAL_LINK'2);

// Categories
define('NONE_CAT'0);
define('IMAGE_CAT'1);
define('STREAM_CAT'2);
define('SWF_CAT'3);

// Tables
define('ATTACH_CONFIG_TABLE'$table_prefix 'attachments_config');
define('EXTENSION_GROUPS_TABLE'$table_prefix 'extension_groups');
define('EXTENSIONS_TABLE'$table_prefix 'extensions');
define('FORBIDDEN_EXTENSIONS_TABLE'$table_prefix 'forbidden_extensions');
define('ATTACHMENTS_DESC_TABLE'$table_prefix 'attachments_desc');
define('ATTACHMENTS_TABLE'$table_prefix 'attachments');
define('QUOTA_TABLE'$table_prefix 'attach_quota');
define('QUOTA_LIMITS_TABLE'$table_prefix 'quota_limits');

// Pages
define('PAGE_UACP', -32);
define('PAGE_RULES', -33);

// Misc
define('MEGABYTE'1024);
define('ADMIN_MAX_ATTACHMENTS'50); // Maximum Attachments in Posts or PM's for Admin Users
define('THUMB_DIR''thumbs');
define('MODE_THUMBNAIL'1);

// Forum Extension Group Permissions
define('GPERM_ALL'0); // ALL FORUMS

// Quota Types
define('QUOTA_UPLOAD_LIMIT'1);
define('QUOTA_PM_LIMIT'2);

define('ATTACH_VERSION''2.3.13');

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

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