Advertisement
carbolymer

Untitled

Oct 9th, 2016
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.27 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Visitor anti-robot validation</title>
  4.         <meta charset="UTF-8" />
  5.         <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
  6.     </head>
  7.     <body>
  8.  
  9.         <div class="container">
  10.                 <div>
  11.                         <h1>Dear visitor</h1>
  12.                         <p>To reach the website securely, please fill in the characters shown below.</p>
  13.                         <p><strong></strong></p>
  14.  
  15.                         </div>
  16.                         <div class="right">
  17.                                 <form method="post" action="/verify.php">
  18.                             <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LfRteUSAAAAAFQ4IlQQdjP_E7ek9ElCzSo5TDxC"></script>
  19.  
  20.     <noscript>
  21.         <iframe src="http://www.google.com/recaptcha/api/noscript?k=6LfRteUSAAAAAFQ4IlQQdjP_E7ek9ElCzSo5TDxC" height="300" width="500" frameborder="0"></iframe><br/>
  22.         <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
  23.         <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
  24.     </noscript>
  25.                             <input type="hidden" name="origin_url" value="http://xyne.archlinux.ca/projects/python3-xcgf/src/python3-xcgf-2016.4.26.tar.xz.sig" />
  26.                             <input type="submit" value="Delist" />
  27.                         </form>
  28.                         </div>
  29.                         <div class="clear"></div>
  30.                 <div>
  31.                                 <h1>Why is it necessary?</h1>
  32.                                 <p>Your IP address (xxx) has been blocked for security reason. Probably your IP address has been used for violation of server security rules before.</p>
  33.                                 <p>We have to make sure that this is not a malicious visit by an automated robot. Filling in the captcha is required to delist you IP address.</p>
  34.                                 <p>Thank you.</p>
  35.                 <p>Canadian Web Hosting</p>
  36.                                 <hr/>
  37.                                 <pre>
  38. Remote address: xxx
  39. URI: /projects/python3-xcgf/src/python3-xcgf-2016.4.26.tar.xz.sig
  40. Agent: curl/7.50.3
  41.                                 </pre>
  42.                         </div>
  43.         </div>
  44.     </body>
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement