You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Now let's look at the first bit of information we want to retrieve.</p>
124
124
125
-
<p>First we will get the local IP address returned for our PC.</p>
125
+
<p>First we will get the external IP address returned for our PC.</p>
126
126
127
127
<p>Open up WebParserDump.txt (the saved output from the website) and search for the location where the site is displaying the IP Address data:</p>
128
128
@@ -203,7 +203,7 @@ <h2>The second child measure</h2>
203
203
204
204
<p>As long as the value from the parent measure that is returned in the StringIndex number is the URL to an image file, you can simply add the Download=1 option to the child measure, and the image will be downloaded. The value of the child measure will then be the full local path to the file in the Windows TEMP folder Rainmeter will create.</p>
205
205
206
-
We will modify our RegExp statement to get the flag data into a second StringIndex:
206
+
<p>We will modify our RegExp statement to get the flag data into a second StringIndex:</p>
207
207
208
208
```ini
209
209
[MeasureSite]
@@ -227,7 +227,7 @@ <h2>The second child measure</h2>
227
227
Download=1
228
228
```
229
229
230
-
What we are doing is appending the first part of the URL, the one we used on the parent measure to the beginning of the URL option, followed by the relative path that flag images are stored in on the site, which is /img/flags/ and a reference to [MeasureSite] and the StringIndex=2 option. Then we add Download=1 and that full URL of https://browserleaks.com/img/flags/US.png will be used to retrieve the image file.
230
+
What we are doing is appending the first part of the URL, the one we used on the parent measure to the beginning of the URL option, followed by the relative path that flag images are stored in on the site, which is /img/flags/ obtained in [MeasureSite] and the StringIndex=2 option. Then we add Download=1 and that full URL of https://browserleaks.com/img/flags/US.png will be used to retrieve the image file.
231
231
232
232
The value of the child measure will in my case be:
233
233
@@ -250,7 +250,7 @@ <h2>The third child measure</h2>
0 commit comments