!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)

C:\cumbreclima\wp-content\plugins\wcp-contact-form\config\   drwxrwxrwx
Free 4.13 GB of 39.52 GB (10.44%)
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:     form.php (3.1 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
return array(
    
'fields' => array(
        
'name' => array(
            
'default' => array(
                
'name' => 'Name',
                
'visibility' => 1,
                
'required' => 1,
                
'exportCSV' => 1,
            ),
            
'type' => 'text',
        ),
        
'email' => array(
            
'default' => array(
                
'name' => 'Email',
                
'visibility' => 1,
                
'required' => 1,
                
'exportCSV' => 1,
            ),
            
'type' => 'email',
        ),  
        
'phone' => array(
            
'default' => array(
                
'name' => 'Phone',
                
'visibility' => 1,
                
'required' => 0,
                
'exportCSV' => 1,
            ),
            
'type' => 'text',
        ),          
        
'subject' => array(
            
'default' => array(
                
'name' => 'Subject',
                
'visibility' => 1,
                
'required' => 1,
                
'exportCSV' => 1,
            ),
            
'type' => 'text',
        ),          
        
'message' => array(
            
'default' => array(
                
'name' => 'Message',
                
'visibility' => 1,
                
'required' => 1,
                
'exportCSV' => 1,
            ),
            
'type' => 'textarea',
        ), 
        
'captcha' => array(
            
'default' => array(
                
'name' => 'Captcha',
                
'visibility' => 1,
                
'required' => 1,
                
'exportCSV' => 0,
            ),
            
'type' => 'captcha',
        ),            
    ),
    
'userParams' => array(
        
'name' => array(
            
'label' => 'Name',
            
'type' => 'text'
        
),
        
'visibility' => array(
            
'label' => 'Visibility',
            
'type' => 'checkbox',

        ),
        
'required' => array(
            
'label' => 'Required',
            
'type' => 'checkbox',
        ),                    
        
'exportCSV' => array(
            
'label' => 'Export to CSV',
            
'type' => 'checkbox',
        ),                            
    ),
    
'errors' => array(
        
'required_error' => array(
            
'label' => 'Required Field',
            
'default' => "This field can not be empty. Please enter required information",
            
'note' => 'option allows to set error message for "required" fields',
        ),
        
'email_error' => array(
            
'label' => 'Email Field',
            
'default' => "Email address is not correct. Please fill in this field carefully.",
            
'note' => 'option allows to set error message for "email "fields',
        ),
        
'captcha_error' => array(
            
'label' => 'Captcha Field',
            
'default' => "Captcha is not correct. Please fill in this field carefully.",
            
'note' => 'option allows to set error message for "CAPTCHA" field',
        ),
        
'number_error' => array(
            
'label' => 'Number Field',
            
'default' => "Value must be numeric. Please fill in this field carefully.",
            
'note' => 'option allows to set error message for "number" fields',
        ),
    ),
);

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