!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\portel_dama\administracion\clases_herramientas\   drwxrwxrwx
Free 7.26 GB of 239.26 GB (3.03%)
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:     class_data_register.php (1.27 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class data_register {  
       
       function 
data_register ($campo_id$id$select_reg$tabla$n_c
       {
            
$this->CAMPO_ID $campo_id;
            
$this->ID $id;
            
$this->SELECT_REG $select_reg;
            
$this->TABLA $tabla;
            
            
// Ejemplo de consulta
            // Portel 1.0
                    
                    // 0. Extrae el número de campos solicitados
                    
$campos substr_count($select_reg',');
                    
$campos++;
                    
                    
// 1. Consulta de Numero de Resultados
                    
$cuando $campo_id "=" $id;
                    
$query "select count(*) from " $tabla " where " $cuando;
                    
$select_1 = new Select($query1$inicio ,0);

                    
// 2. Definir Query Real (encuentra los resultados deseados)
                    
$query "select " $select_reg " from " $tabla " where " $campo_id "=" $id;
                    
$select = new Select($query$n_c$inicio ,0);
            
                    
// 3. Extrae los resultados en un arreglo de dos dimensiones
                    
$resultados $select->RESULTADO;
                    
$this->RESULTADOS $select->RESULTADO;
                    
$this->NUMERO_REGISTROS $select->NUMERO_REGISTROS;
                    
                    
// 4. Compone el string final
                    
$this->STRING_REG "";
                    for (
$i 0$i $campos$i++) {
                           
$temp $resultados[0][$i];
                        
$this->STRING_REG $this->STRING_REG "-" $temp;
                    }
                            
        }
}
?>

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