!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\libreria\php\   drwxrwxrwx
Free 7.27 GB of 239.26 GB (3.04%)
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:     encuesta.php (1.83 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

    
// 0. Saber si la encuesta es de un contenido o de una categoria
    
    
if (isset($patron)) {
        
$campo_id "categoria_id";
        
$id $patron;
    }
    if (isset(
$h_id)) {
        
$campo_id "links_id";
        
$id $h_id;
    }
    
    
// 1. Extraer la fecha
    
if (isset($d) and isset($m) and isset($y)) 
    {
        
$fecha $y "-" $m "-" $d " 00:00:00";    
    }else{    
        
$f = new fecha;
        
$f->sys_fecha();
        
$fecha $f->FECHA_SYS;
    }
    
    
// 2. Definir la condición y hacer consulta
    
$cuando $campo_id "='" $id "' and encuesta_fecha_publicacion <= '$fecha' and encuesta_fecha_retiro >= '$fecha' order by encuesta_id";
    
    
$control = new select_pg(2"encuesta_id, encuesta_pregunta""formas_encuesta"$cuando21"(id)-(pregunta)""<form action=\"../../administracion/formas/encuesta.php\" method=\"post\" name=\"form1\" target=\"_blank\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"6\"><tr align=\"center\" bgcolor=\"#CCCCCC\"><td colspan=\"2\"><p><strong><font size=\"2\">(pregunta)</font></strong></p></td></tr>"$name_page ,$inicio); 
    
    
$n_r $control->NUMERO_REGISTROS;
    
//echo $n_r;
    // 3. Buscar las opciones asociadas a esa encuesta
    
if ($n_r != 0) { 
        
        
$e_id $control->RESULTADOS[0][0];
        
$cuando "encuesta_id = " $e_id;
        
        
$control_2 = new select_pg(0"encuesta_opcion_id, encuesta_opcion_texto""formas_encuesta_opcion"$cuando210"(o_id)-(o_texto)""<tr><td width=\"20\"><input type=\"radio\" name=\"opcion\" value=\"(o_id)\"></td><td align=\"left\" width=\"99%\"><p>(o_texto)</p></td></tr>"$name_page ,$inicio); 
        
        
?>
        <tr align="center"> 
          <td colspan="2"> 
        <input type="hidden" name="encuesta_id" value="<?php echo $e_id?>">
        <input type="submit" name="Submit" value="Votar">
         </td>
        </tr>
          </table>
        </form>
        <?php    
        
    
}
    
    
?>

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