Saltar a: navegación, buscar

Diferencia entre revisiones de «Minado Web:Minado Captchas:index/en»


(Página creada con «= Captcha Verification Miner = If you own a web with a form, you can use the user verification precess to do a little mining. Verification mining process will by a '''cap...»)
 
(Captcha Verification Miner)
Línea 4: Línea 4:
 
If you own a web with a form, you can use the user verification precess to do a little mining. Verification mining process will by a '''captcha'''.
 
If you own a web with a form, you can use the user verification precess to do a little mining. Verification mining process will by a '''captcha'''.
  
Si aún no ha configurado la web desde la que quiere realizar el minado, puede hacerlo consultándolo [https://panel.lightofmining.com/index.php?sec=72&doc=Crear_Web:Minado_Javascript:index aquí].
+
If you do not have set the mining web yet, you can read how to do it [https://panel.lightofmining.com/index.php?sec=72&doc=Crear_Web:Minado_Javascript:index here].
  
== Crear un Captcha ==
+
== Captcha Setting ==
 +
First thing you have to do is to set the '''captcha'''.
 
Lo primero que debe hacer es configurar el '''captcha'''. Para ello, diríjase a la sección [https://panel.lightofmining.com/index.php?sec=178 '''Mis Captchas'''] de nuestro panel.
 
Lo primero que debe hacer es configurar el '''captcha'''. Para ello, diríjase a la sección [https://panel.lightofmining.com/index.php?sec=178 '''Mis Captchas'''] de nuestro panel.
  

Revisión del 17:15 10 abr 2018

Captcha Verification Miner

If you own a web with a form, you can use the user verification precess to do a little mining. Verification mining process will by a captcha.

If you do not have set the mining web yet, you can read how to do it here.

Captcha Setting

First thing you have to do is to set the captcha. Lo primero que debe hacer es configurar el captcha. Para ello, diríjase a la sección Mis Captchas de nuestro panel.

Seleccione la web a la que quiera asociar el captcha (recuerde que ha de haberla configurado previamente) y la divisa. Escriba un nombre de referencia para el captcha.

My captcha.png

Una vez creado, se mostrará en el listado de sus captchas.

Ver captchas.png

Cómo funciona

Para utilizar el captcha, inserte el siguiente código dentro de su formulario:

<script src="https://webmnr.lightofmining.com/captcha-generator.js" async></script>
<div id="lom-captcha" data-hash="my_captcha_hash"></div>


En el campo data-hash escriba el código hash correspondiente a su captcha. Lo puede obtener clicando en el icono Eye.png de su captcha.

Una vez implementado este código, al cargar su formulario se generarán dentro de él un input de tipo hidden con identificador verified, y un iframe. El input se creará de la siguiente forma:

<input type="hidden" id="verified" name="verified" value="0"/>


Por su parte, el iframe mostrará el captcha:

Captcha 1.png

Al clicar en el checkbox del Verify me, comenzarán el minado y la verificación:

Captcha 2.png

Si el minado y la verificación se realizan correctamente, se mostrará el siguiente aviso:

Captcha 3.png

El nuevo valor de verified será el código hash de la web a la que haya asociado el captcha. Al enviar el formulario, compruebe que el valor del input con identificador verified es correcto.