- Dec 12, 2016
- 3
- 1
Posting seeing as I don't see another thread on this topic.
Following information in reCAPTCHA: Easy on Humans, Hard on Bots I made the changes in c:\program files\blue iris\www\login.htm.
<!-- saved from url=(0022)http://internet.e-mail -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<script src='https://www.google.com/recaptcha/api.js'></script>
<style type="text/css">
body { font-family: Helvetica,Arial,sans-serif;font-size: small; background-color:#212325;
}
then at the bottom I added:
</tr>
<tr>
<td align="center">
<div class="g-recaptcha" data-sitekey="6LckEg8UABBBBGmLnpgq808n8jsUb0o_ZCHLUjEO"></div>
</td>
</tr>
<tr>
<td align="center">
</td>
</tr>
<tr>
<td align="center">
<input id="btnLogin" type="submit" value="Log in" />
</td>
</tr>
All set I now have robot protection on my Blue Iris web server.
Following information in reCAPTCHA: Easy on Humans, Hard on Bots I made the changes in c:\program files\blue iris\www\login.htm.
<!-- saved from url=(0022)http://internet.e-mail -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<script src='https://www.google.com/recaptcha/api.js'></script>
<style type="text/css">
body { font-family: Helvetica,Arial,sans-serif;font-size: small; background-color:#212325;
}
then at the bottom I added:
</tr>
<tr>
<td align="center">
<div class="g-recaptcha" data-sitekey="6LckEg8UABBBBGmLnpgq808n8jsUb0o_ZCHLUjEO"></div>
</td>
</tr>
<tr>
<td align="center">
</td>
</tr>
<tr>
<td align="center">
<input id="btnLogin" type="submit" value="Log in" />
</td>
</tr>
All set I now have robot protection on my Blue Iris web server.