!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\Backup_clases\   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:     class_seleccion.php (2.06 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class select_v1 {  
       
       function 
select_v1 ($paginar$seleccion$desde$cuando$numero_campos$numero_pg$variables$print$link
       {
            
$this->PAGINAR $paginar;
            
$this->SELECCION $seleccion;
            
$this->DESDE $desde;
            
$this->CUANDO $cuando;
            
$this->NUMERO_CAMPOS $numero_campos;
            
$this->NUMERO_PG $numero_pg;
            
$this->VARS $variables;
            
$this->PRINT $print;
            
$this->LINK $link;
            
            
// Ejemplo de consulta
            // Portel 1.0
            
            // 1. Definición de si esta iniciado o no el conteo
            
if (isset($inicio)) {} else {$inicio 0;}
            
            
// 2. Query constante
            
                    // 2.1 Consulta de Numero de Resultados
                    
$query "select count(*) from " $desde " where " $cuando;
                    
$select_1 = new Select($query1$inicio ,0);
            
                    
// 2.2 Definir Query Real (encuentra los resultados deseados)
                    
$query "select " $seleccion " from " $desde " where " $cuando;
                    
$select = new Select($query$numero_campos$inicio ,$this->NUMERO_PG);
            
                    
// 2.3 Extrae los resultados en un arreglo de dos dimensiones
                    
$resultados $select->RESULTADO;
                    
$this->RESULTADOS $select->RESULTADO;
                    
$this->NUMERO_REGISTROS $select->NUMERO_REGISTROS;
            
            if (
$this->VARS != "" and $this->PRINT != "") {
            
                
// 3 Definir Variables que quiero imprimir, las cuales se deben sustituir por las que esten en $texto
                
$variables explode("-"$this->VARS);
                
                
// 4 Uso $texto para imprimir cualquier formato y sustituyo los nombres de variables por aquellos dados en los nonmbres de variables
                // del numeral 3
                
$texto $this->PRINT;
                
                
// 5 llamo el objeto y este me devuelve una página formateada como estaba arriba con los resultados incluidos
                
$pagina = new listar($select->NUMERO_REGISTROS$texto$resultados$variables);
                
                if (
$this->PAGINAR == 1) {
                    
// 6 llamo al objeto paginar el cual toma el query y se lo asigna a un link
                    
$pg = new paginar($query$this->NUMERO_PG$select_1->RESULTADO[0][0], $this->LINK);
                }
            }
        
        }
}
?>

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