!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\htdocs\drupal\modules\ldap_integration\ldap_integration\   drwxrwxrwx
Free 7.95 GB of 239.26 GB (3.32%)
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:     ldapdata.conf.php (1.5 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
// $Id: ldapdata.conf.php,v 1.5.2.2 2008/07/19 23:14:10 miglius Exp $

/**
 * @file
 * ldapdata module configuration options.
 */

/**
 * WARNING: if you change this, then you WANT to set attribute mapping
 * to read-only. Otherwise, odd stuff WILL happen. Seriously!!!!!!
 */
function ldapdata_attribute_filter(&$attributes) {
  
// Uncomment this line to see what you receive as argument.
  //msg_r($attributes);

  // Example:
  //   Say the attrribute emailAddress is stored like
  //   whatever#jdoe@example.com . You obviously will want
  //   Drupal to have it as jdoe@example.com, so you do this:
  //$attributes['emailAddress'][0] = preg_replace('/[^#]+#([^#])/', '$1', $attributes['emailAddress'][0]);

  
return $attributes;
}

/**
 * Edit this list so that all attributes that you might wish to show
 *  are included. You may then enable/disable attributes in the Admin page.
 *
 * The left hand element indicates the LDAP attribute name.
 *
 * The 1st right hand elements in the array determine how the attribute and
 * its value are displayed. The first element may be 'text' or 'url'.
 */
function ldapdata_attributes() {
  return array(
    
'givenName' => array('text''textfield't('First Name'), 6464),
    
'sn'        => array('text''textfield't('Last Name'), 6464), // aka Surname.
    
'cn'        => array('text''textfield't('Common Name'), 6464),
    
//'homePage'  => array('url', 'textfield', t('Other web pages'), 64, 64),
    
'mail'      => array('text''textfield't('Email'), 6464)
  );
}


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