PadreDeFamilia

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

Chincheta Autor Tema: Código fuente de la pagina del decodificador  (Leído 1871 veces)

Registrado:
16/01/2016
Gracias:
2/89
Mensajes
78
Buenas a todos, tengo una app para generar y actualizar las clines pero no tengo este decodificador  y quiero añadir varios modelos de decodificador en la app. Alguien puede pasarme el codigo fuente de la pagina del decodificador? He estado leyendo que hay una pagina si entras por el navegador a la ip del decodificador  y en el puerto 9999 creo. Alguien puede entrar, darle a boton derecho, ver codigo fuente y pasarmelo?

Un saludo
Registrado:
27/11/2014
Gracias:
1/5
Mensajes
11
<html xmlns="http://www.w3.org/1999/xhtml [nofollow]">  <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>server edit</title> <script> function check(o)                                                         {            if(o.value=="NewCS")              {              document.getElementById("des").style.display="";            document.getElementById("name").style.display="";            document.getElementById("psw").style.display="";              document.getElementById("desdian").style.display="";            document.getElementById("DES1").style.display="";            document.getElementById("NAME1").style.display="";            document.getElementById("PSW1").style.display="";           }          else if(o.value=="cccam")          {             document.getElementById("des").style.display="none";            document.getElementById("name").style.display="";            document.getElementById("psw").style.display="";            document.getElementById("desdian").style.display="none";              document.getElementById("DES1").style.display="none";            document.getElementById("NAME1").style.display="";            document.getElementById("PSW1").style.display="";          }        }</script><script type="text/javascript">       var xmlHttp;            var strArray;      var IPURLArray;      var TCPPortArray;      var DESArray;      var UserNameArray;      var PasswordArray;      var ServerTypeArray;      var myselect;      var mynumselect;      function parse_response( response_text)      {         strArray = new Array();         strArray = response_text.split(",");         IPURLArray = new Array();         IPURLArray = strArray[0].split("=");         TCPPortArray = new Array();         TCPPortArray = strArray[1].split("=");         DESArray = new Array();         DESArray = strArray[2].split("=");         UserNameArray = new Array();         UserNameArray = strArray[3].split("=");         PasswordArray = new Array();         PasswordArray = strArray[4].split("=");         ServerTypeArray = new Array();         ServerTypeArray = strArray[5].split("=");            }      function disp()      {            if(UserNameArray[1]!=0)              {                  if(IPURLArray[1]==0)                {                     document.getElementById("url").value = "******";               }               else               {                     document.getElementById("url").value = IPURLArray[1];               }               if(TCPPortArray[1]==0)               {                     document.getElementById("tcp").value = "******";               }               else               {                     document.getElementById("tcp").value = TCPPortArray[1];               }               if(DESArray[1]==0)               {                     document.getElementById("des").value = "******";               }               else               {                     document.getElementById("des").value = DESArray[1];               }                  if(PasswordArray[1]==0)               {                     document.getElementById("psw").value = "******";               }               else               {                     document.getElementById("psw").value = PasswordArray[1];               }               document.getElementById("name").value = UserNameArray[1];               myselect=document.getElementById("SerType");               if (ServerTypeArray[1] == 0)                  {                    myselect.options[0].selected="selected";                    check(myselect);                  }               else                  {                    myselect.options[1].selected="selected";                    check(myselect);                  }                }                else {                          myselect=document.getElementById("SerType");                                                         mynumselect=document.getElementById("num");                                                                           document.getElementById("url").value = "";                                                     document.getElementById("tcp").value = "";                                                      document.getElementById("des").value = "0102030405060708091011121314";                                   document.getElementById("name").value = "";                                                     document.getElementById("psw").value = "";                                                      mynumselect.options[mynumselect.value-1].selected="selected";                                          myselect.options[0].selected="selected";                                                         check(myselect);                                                                                  }      }        function createXMLHttpRequest()       {         if (window.ActiveXObject) {            xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");         }         else if (window.XMLHttpRequest) {            xmlHttp = new XMLHttpRequest();         }       }      function getdata(ob)                                                    {         createXMLHttpRequest();         xmlHttp.onreadystatechange = handleStateChange;         xmlHttp.open("POST", ob.value, true);         xmlHttp.send(null);      }      function handleStateChange()       {         if(xmlHttp.readyState == 4)           {            if(xmlHttp.status == 200)               {                  parse_response(xmlHttp.responseText);                  disp();            }         }      }      function load()       {          numselect=document.getElementById("num");          getdata(numselect);            }      function del()       {          document.getElementById("url").value = "";                                         document.getElementById("tcp").value = "";                                          document.getElementById("des").value = "0102030405060708091011121314";                       document.getElementById("name").value = "";                                         document.getElementById("psw").value = "";                                          mynumselect=document.getElementById("num");                                             mynumselect.options[mynumselect.value-1].selected="selected";                               myselect=document.getElementById("SerType");                                             myselect.options[0].selected="selected";          check(myselect);      }</script></head> <body onload="load()"> <form action="" method="post" name="serverset" id="serverset" >  <div align="center">    <p align="center">   <table width="200" height="200" border="0">      <tr>          <td width="11"><input type="text" name="NUM1" id="NUM1"  value="Server Num" size="11" style="background-color: #FFFFFF;border: 1px solid #FFFFFF;"  disabled></td>           <td width="2"><input type="text" name="numdian"  id="numdian" value=":" size="2" style="background-color: #FFFFFF;border: 1px solid #FFFFFF;"  disabled></td>         <td width="190"><select   name="num" id="num" onchange="getdata(this)" maxlength="2" >                <option   value= "1"> 1 </option>                <option   value= "2"> 2 </option>            <option   value= "3"> 3 </option>            <option   value= "4"> 4 </option>            <option   value= "5"> 5 </option>            <option   value= "6"> 6 </option>            <option   value= "7"> 7 </option>            <option   value= "8"> 8 </option>            <option   value= "9"> 9 </option>            <option   value= "10">10  </option>            <option   value= "11">11  </option>            <option   value= "12">12  </option>            <option   value= "13">13  </option>            <option   value= "14">14  </option>            <option   value= "15">15  </option>            <option   value= "16">16  </option>            <option   value= "17">17  </option>            <option   value= "18">18  </option>            <option   value= "19">19  </option>            <option   value= "20">20  </option>            <option   value= "21">21  </option>            <option   value= "22">22  </option>            <option   value= "23">23  </option>            <option   value= "24">24  </option>            <option   value= "25">25  </option>            <option   value= "26">26  </option>            <option   value= "27">27  </option>            <option   value= "28">28  </option>            <option   value= "29">29  </option>            <option   value= "30">30  </option>            <option   value= "31">31  </option>            <option   value= "32">32  </option>            <option   value= "33">33  </option>            <option   value= "34">34  </option>            <option   value= "35">35  </option>            <option   value= "36">36  </option>            <option   value= "37">37  </option>            <option   value= "38">38  </option>            <option   value= "39">39  </option>            <option   value= "40">40  </option>              </select></td>        </tr>      <tr>          <td width="11"><input type="text" name="URL1"  id="URL1" value="IP/URL" size="11" style="background-color: #FFFFFF;border: 1px solid #FFFFFF;"  disabled></td>           <td width="2"><input type="text" name="urldian"  id="urldian" value=":" size="2" style="background-color: #FFFFFF;border: 1px solid #FFFFFF;"  disabled></td>         <td width="190"><input type="text" name="url" id="url" maxlength="31" size="32"></td>        </tr>       <tr>           <td width="11"><input type="text" name="TCP1"  id="TCP1" value="TCP Port " size="11" style="background-color: #FFFFFF;border: 1px solid #FFFFFF;"  disabled></td>           <td width="2"><input type="text" name="tcpdian"  id="tcpdian" value=":" size="2" style="background-color: #FFFFFF;border: 1px solid #FFFFFF;"  disabled></td>         <td width="190"><input type="text" name="tcp" id="tcp" maxlength="11" size="32"></td>       </tr>        <tr>          <td width="11"><input type="text" name="DES1"  id="DES1" value="DES Key " size="11" style="background-color: #FFFFFF;border: 1px solid #FFFFFF;"  disabled></td>           <td width="2"><input type="text" name="desdian"  id="desdian" value=":" size="2" style="background-color: #FFFFFF;border: 1px solid #FFFFFF;"  disabled></td>         <td width="190"><input type="text" name="des" id="des" maxlength="28" size="32"></td>        </tr>        <tr>           <td width="11"><input type="text" name="NAME1"  id="NAME1" value="User Name" size="11" style="background-color: #FFFFFF;border: 1px solid #FFFFFF;"  disabled></td>           <td width="2"><input type="text" name="namedian"  id="namedian" value=":" size="2" style="background-color: #FFFFFF;border: 1px solid #FFFFFF;"  disabled></td>         <td width="190"><input type="text" name="name" id="name" maxlength="31" size="32"></td>        </tr>        <tr>           <td width="11"><input type="text" name="PSW1"   id="PSW1" value="Password" size="11" style="background-color: #FFFFFF;border: 1px solid #FFFFFF;"  disabled></td>           <td width="2"><input type="text" name="pswdian"  id="pswdian" value=":" size="2" style="background-color: #FFFFFF;border: 1px solid #FFFFFF;"  disabled></td>         <td width="190"><input type="password" name="psw" id="psw" maxlength="19" size="32"></td>        </tr>        <tr>          <td width="11"><input type="text" name="LISTTYPE" id="LISTTYPE" value="Server Type" size="11" style="background-color: #FFFFFF;border: 1px solid #FFFFFF;" disabled></td>          <td width="2"><input type="text" name="typedian"  id="typedian" value=":" size="2" style="background-color: #FFFFFF;border: 1px solid #FFFFFF;"  disabled></td>         <td width="190"><select   name= "SerType" id="SerType" onchange="check(this)">               <option   value= "NewCS"> NewCS </option>               <option   value= "cccam"> cccam </option>               </select></td>       </tr>        <tr>         <td></td><td></td>           <td><input name="update" type="submit" id="update" value="Update" />              <input name="delete" type="submit" id="delete" value="Delete" onclick="del()"/>         </td>        </tr>   </table>    </p>  </div></form></body></html>

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

 

Related Topics

  Asunto / Iniciado por Respuestas Último mensaje
normal_post * 0 Respuestas
1781 Vistas
Último mensaje 29/12/2009, 17:42
por Vmax
normal_post * 0 Respuestas
1651 Vistas
Último mensaje 27/05/2010, 00:51
por livy
normal_post * 0 Respuestas
2654 Vistas
Último mensaje 16/06/2010, 19:21
por Vmax
normal_post * 7 Respuestas
14709 Vistas
Último mensaje 23/08/2010, 21:40
por CALVO
normal_post * 0 Respuestas
1178 Vistas
Último mensaje 16/01/2012, 18:35
por otroatletico
normal_post_locked * 7 Respuestas
6292 Vistas
Último mensaje 06/11/2012, 11:59
por malyck
normal_post * 1 Respuestas
3048 Vistas
Último mensaje 12/12/2012, 03:43
por yacton
hot_post * 20 Respuestas
20291 Vistas
Último mensaje 23/03/2021, 09:53
por Correcaminos61
normal_post * 1 Respuestas
1142 Vistas
Último mensaje 10/05/2017, 14:55
por wilfred
normal_post * 0 Respuestas
1220 Vistas
Último mensaje 01/06/2017, 02:40
por josledeta
normal_post * 1 Respuestas
1343 Vistas
Último mensaje 25/08/2017, 17:56
por erpower
normal_post * 0 Respuestas
815 Vistas
Último mensaje 10/02/2018, 19:32
por Kando
normal_post_locked * 5 Respuestas
1729 Vistas
Último mensaje 01/06/2019, 11:10
por foxacos
normal_post * 0 Respuestas
839 Vistas
Último mensaje 10/09/2019, 22:08
por lito206
normal_post * 2 Respuestas
446 Vistas
Último mensaje 12/09/2023, 13:18
por pacomasi



PadreDeFamilia
!! ADVERTENCIAS !!: Las informaciones aquí publicadas NO CONTIENEN KEYS para la decodificación de ningún sistema: NO SON OPERATIVOS en sistemas SAT que precisen de su correspondiente suscripción. ESTA TOTALMENTE PROHIBIDO EL USO DE ESTAS INFORMACIONES PARA LA MODIFICACIÓN O DEFRAUDACIÓN DE SISTEMAS DE ACCESO CONDICIONAL. EN ESTOS FOROS NO SE PERMITE LA PUBLICACIÓN DE INFORMACIONES ILEGALES POR PARTE DE LOS USUARIOS. EN CASO DE DETECTARSE ESTE TIPO DE INFORMACIONES, LOS USUARIOS SERÁN EXCLUIDOS DE ESTAS PÁGINAS.
PROHIBIDA LA PUBLICACIÓN DE ENLACES A FIRMWARES ILEGALES
LOS FOROS NO SON MONITORIZADOS DE MANERA CONSTANTE, CUALQUIER INFORMACIÓN QUE PUEDAS CONSIDERAR ILEGAL REPORTALA A LA ADMINISTACIÓN DEL FORO