!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\concurso_calidad\old\   drwxrwxrwx
Free 7.97 GB of 239.26 GB (3.33%)
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:     11.php (4.91 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<html>
<title>
Concurso de Calidad
</title>

<HEAD>
<style>
body { font-family:arial, verdana; font-size:12px; margin-left:40px; margin-right:40px;background-color:#f0f0f0;}
table { font-family:arial, verdana; font-size:12px;}

</style>
<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var ans = new Array;
var done = new Array;
var yourAns = new Array;
var explainAnswer = new Array;

var score = 0;
ans[1] = "a";
ans[2] = "b";
ans[3] = "a";
ans[4] = "b";
ans[5] = "a";

function Engine(question, answer) {
yourAns[question]=answer;
}

function Score(){
var answerText = "Como lo hice?\n------------------------------------\n";
for(i=1;i<=4;i++){
   answerText=answerText+"\nPregunta :"+i+"";
  if(ans[i]!=yourAns[i]){
    //answerText=answerText+"\nLa respuesta correcta es "+ans[i]+"\n"+explainAnswer[i]+"\n";
      answerText=answerText+"\nIncorrecto\nLa respuesta correcta es "+ans[i]+"\n";

  }
  else{
    answerText=answerText+" \nRespuesta correcta! \n";
    score++;
  }
}

answerText=answerText+"\n\nPuntaje total : "+score+"\n";

//now score the user
//answerText=answerText+"\nComentario : ";

/*if(score<=0){
answerText=answerText+"You need to learn some more";
}
if(score>=1 && score <=2){
answerText=answerText+"bit more practice";
}
if(score>=3 && score <=3){
answerText=answerText+"doing ok";
}
if(score>4){
answerText=answerText+"You are one hot java babe!";
}
*/
alert(answerText);
window.location="http://192.168.10.3/php/reqintranet.php";
}
//  End -->
</script>

</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document  -->

<BODY>

<DIV ALIGN="CENTER">
<table width="100%" border="0" cellspacing="0" cellpadding="6" style="border:1px solid #ccc" bgcolor="#FFFFFF">
    <tr> 
      <td bgcolor="#0033CC"><font color="#FFFFFF" size="5"><strong>Cuestionario 
        MECI</strong></font></td>
    </tr>
    <tr> 
      <td bgcolor="#FFFFFF"><b><font color="#990000">Pruebe su conocimiento!</font></b> 
      </td>
    </tr>
    <tr><form>
        <td style="background-image:url('img/fondo.jpg'); background-repeat:repeat-y; padding-left:30px"><b> 
          <b>1. Es un componente del Subsistema de control de evaluación:</b><br>
          </b>
          <input type=radio name="q1" value="a" onClick="Engine(1, this.value)">
          a) Evaluación independiente<br> <input type=radio name="q1" value="b" onClick="Engine(1, this.value)">
          b) Acuerdos éticos<br> <input type=radio name="q1" value="c" onClick="Engine(1, this.value)">
          c) Información Primaria<br> <input type=radio name="q1" value="d" onClick="Engine(1, this.value)">
          d) Contexto estratégico<br> <br>
          <b>2. La pol&iacute;tica de calidad es un documento mediante el cual 
          la alta direcci&oacute;n de una entidad p&uacute;blica establece su 
          sistema de gesti&oacute;n de la calidad:</b><br> <input type=radio name="q2" value="a" onClick="Engine(2, this.value)">
          a) Verdadero<br> <input type=radio name="q2" value="b" onClick="Engine(2, this.value)">
          b) Falso<br>
          <br>
          <b>3. La comunicación pública es un componente del Subsistema de control 
          de gestión.</b><br> <input type=radio name="q3" value="a" onClick="Engine(4, this.value)">
          a) Verdadero<br> <input type=radio name="q3" value="b" onClick="Engine(4, this.value)">
          b) Falso <br>
          <br>
          <b>4. MECI significa:</b><br> <input type=radio name="q4" value="a" onClick="Engine(5, this.value)">
          a) Sistema de Control Interno<br> <input type=radio name="q4" value="b" onClick="Engine(5, this.value)">
          b) Modelo Estándar de Control Interno<br> <input type=radio name="q4" value="c" onClick="Engine(5, this.value)">
          c) Modelo de Calidad y Control Interno<br> <input type=radio name="q4" value="d" onClick="Engine(5, this.value)">
          d) Modelo del Sistema de Control Interno <br>
          <br>
          <b>5. El compromiso de la gerencia hace parte de la Etapa 1 – Preparación 
          de la cultura, definida en el cronograma del Sistema de Gestión de Calidad 
          establecida por la Directiva 004 de 2005: </b><br> <input type=radio name="q5" value="a" onClick="Engine(5, this.value)">
          a) Verdadero<br> <input type=radio name="q5" value="b" onClick="Engine(5, this.value)">
          b) Falso <br>
        
        <div align="center">
          <input name="button" type=button onClick="Score()" value="Enviar respuestas" style="color:blue; padding:10px; width:180px; font-weight:bold">
          &nbsp;      <input name="button" type=reset  value="Borrar respuestas" style="color:blue; padding:10px; width:180px; font-weight:bold">
        </div>  
      </td></form>
    </tr>
  </table>
  <h1>&nbsp;</h1>
</DIV>
</body>

</html>

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