-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPurchasedProduct.html
More file actions
346 lines (314 loc) · 20.7 KB
/
Copy pathPurchasedProduct.html
File metadata and controls
346 lines (314 loc) · 20.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/WebPage">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Screen Lock Builder Premium: Activation Instructions</title>
<meta name="description"
content="Activation instructions for Screen Lock Builder Premium. Complete guide for 3-step activation process after purchase.">
<meta name="author" content="OffCrypt">
<meta name="last-modified" content="2025-01-28">
<meta name="keywords"
content="screen lock builder premium activation, activation instructions, premium license activation">
<meta name="robots" content="noindex, follow">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://www.dev-offcode.com/PurchasedProduct.html">
<meta property="og:title" content="Screen Lock Builder Premium: Activation Instructions">
<meta property="og:description"
content="Activation instructions for Screen Lock Builder Premium. Complete guide for 3-step activation process after purchase.">
<meta property="og:image" content="https://www.dev-offcode.com/Premium1.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@OffCryptAndroid">
<meta name="twitter:creator" content="@OffCryptAndroid">
<meta name="twitter:url" content="https://www.dev-offcode.com/PurchasedProduct.html">
<meta name="twitter:title" content="Screen Lock Builder Premium: Activation Instructions">
<meta name="twitter:description" content="Activation instructions for Screen Lock Builder Premium.">
<meta name="twitter:image" content="https://www.dev-offcode.com/Premium1.png">
<link rel="canonical" href="https://www.dev-offcode.com/PurchasedProduct.html">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<!-- Preload critical resources -->
<link rel="preload" href="styles-automation.css?v=3.0.9" as="style">
<!-- Core Web Vitals optimization -->
<meta name="theme-color" content="#c45c26">
<meta name="msapplication-TileColor" content="#c45c26">
<!-- Security Headers -->
<link rel="stylesheet" href="styles-automation.css?v=3.0.9">
<link rel="stylesheet" href="styles-at-extras.css?v=3.0.9">
</head>
<body class="at-page">
<button class="mobile-menu-toggle" aria-label="Toggle Menu">
<span class="hamburger"></span>
</button>
<header class="at-nav">
<div class="at-nav__inner">
<aside class="sidebar">
<div class="sidebar-header">
<div class="sidebar-title">OffCode</div>
</div>
<nav class="sidebar-nav">
<ul class="sidebar-menu">
<li class="menu-item">
<a href="index.html" class="menu-link">
<span class="menu-icon at-icon at-icon--phone" aria-hidden="true"></span>
<span class="menu-text">Android App</span>
</a>
</li>
<li class="menu-item">
<a href="OffCryptDesktop.html" class="menu-link">
<span class="menu-icon at-icon at-icon--monitor" aria-hidden="true"></span>
<span class="menu-text">Desktop App</span>
</a>
</li>
<li class="menu-item">
<a href="ScreenLockBuilder.html" class="menu-link">
<span class="menu-icon at-icon at-icon--lock" aria-hidden="true"></span>
<span class="menu-text">Screen Lock Builder</span>
</a>
</li>
<li class="menu-item active">
<a href="ScreenLockBuilderPremium.html" class="menu-link">
<span class="menu-icon at-icon at-icon--star" aria-hidden="true"></span>
<span class="menu-text">Premium Builder</span>
</a>
</li>
<li class="menu-item">
<a href="AutomationTool.html" class="menu-link">
<span class="menu-icon at-icon at-icon--cpu" aria-hidden="true"></span>
<span class="menu-text">Automation Tool</span>
</a>
</li>
<li class="menu-item">
<a href="RemoteControl.html" class="menu-link">
<span class="menu-icon at-icon at-icon--cast" aria-hidden="true"></span>
<span class="menu-text">Web Remote Control</span>
</a>
</li>
<li class="menu-item">
<a href="TorChatPage.html" class="menu-link">
<span class="menu-icon at-icon at-icon--layers" aria-hidden="true"></span>
<span class="menu-text">Tor Chat</span>
</a>
</li>
<li class="menu-item">
<a href="https://ko-fi.com/emptyc0de" class="menu-link" target="_blank" rel="noopener noreferrer">
<span class="menu-icon at-icon at-icon--heart" aria-hidden="true"></span>
<span class="menu-text">Donate</span>
</a>
</li>
<li class="menu-item">
<a href="PrivacyPolicy.html" class="menu-link">
<span class="menu-icon at-icon at-icon--shield" aria-hidden="true"></span>
<span class="menu-text">Privacy Policy</span>
</a>
</li>
</ul>
</nav>
<div class="sidebar-footer">
<p class="footer-text">Social media</p>
<div class="sidebar-social-divider"></div>
<div class="sidebar-social">
<a href="https://x.com/OffCryptAndroid" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on X">
<span class="sidebar-social-icon at-icon at-icon--x" aria-hidden="true"></span>
<span class="sidebar-social-label">X</span>
</a>
<a href="https://www.instagram.com/off.crypt86/" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on Instagram">
<span class="sidebar-social-icon at-icon at-icon--camera" aria-hidden="true"></span>
<span class="sidebar-social-label">Instagram</span>
</a>
<a href="https://www.tiktok.com/@offcrypt0" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on TikTok">
<span class="sidebar-social-icon at-icon at-icon--music" aria-hidden="true"></span>
<span class="sidebar-social-label">TikTok</span>
</a>
<a href="https://www.youtube.com/@OffCrypt" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on YouTube">
<span class="sidebar-social-icon at-icon at-icon--play" aria-hidden="true"></span>
<span class="sidebar-social-label">YouTube</span>
</a>
<a href="https://bsky.app/profile/off-crypt86.bsky.social" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on Bluesky">
<span class="sidebar-social-icon at-icon at-icon--butterfly" aria-hidden="true"></span>
<span class="sidebar-social-label">Bluesky</span>
</a>
<a href="https://www.linkedin.com/in/off-crypt-b94175382/" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on LinkedIn">
<span class="sidebar-social-icon at-icon at-icon--briefcase" aria-hidden="true"></span>
<span class="sidebar-social-label">LinkedIn</span>
</a>
</div>
</div>
</aside>
</div>
</header>
<div class="main-wrapper">
<main class="at-main">
<section class="download-section">
<div class="download-container premium-redesign-container">
<div style="text-align: center; margin-bottom: 0.5rem;">
<h2 class="download-title" style="margin-bottom: 1.25rem; font-size: 2.4rem; font-weight: 800; margin-top: 0; letter-spacing: -0.5px;">Activation Instructions</h2>
<div class="version-notice">
<p><strong><span class="at-icon at-icon--megaphone" aria-hidden="true"></span> Latest version v2.1</strong></p>
</div>
</div>
<!-- Activation Instructions Box -->
<div class="glass-panel">
<h3 class="panel-title"><span class="at-icon at-icon--clipboard" aria-hidden="true"></span> Activation Instructions</h3>
<p style="color: #cbd5e1; font-size: 1.05rem; margin-bottom: 1.5rem;">This guide will walk you through the simple 3-step activation process to get your software up and running.</p>
<div class="timeline">
<div class="timeline-item">
<h4>Overview</h4>
<p>After completing your purchase, you will need to:</p>
<ol>
<li>Receive and download the Authenticator application</li>
<li>Extract and send your unique Authentication ID</li>
<li>Receive your Screen Lock Builder Premium software within 24 hours</li>
</ol>
</div>
<div class="timeline-item">
<h4>Step 1: Immediate Delivery</h4>
<ul>
<li><strong>When:</strong> Immediately after your purchase is completed</li>
<li><strong>How:</strong> The Authenticator application download link will be available directly on the Stripe checkout page after successful payment</li>
<li><strong>Delivery Service:</strong> Stripe (secure payment platform)</li>
<li><strong>What to Look For:</strong> Download the Authenticator application from the Stripe confirmation page. You will also receive a confirmation email.</li>
</ul>
</div>
<div class="timeline-item">
<h4>Step 1: Download and Run</h4>
<ol>
<li>Download the Authenticator application from the Stripe confirmation page after completing your purchase</li>
<li>Save the <code>Authenticator.exe</code> file to your computer</li>
<li><strong>System Requirements:</strong> Windows operating system</li>
<li>Run the executable file (you may see a Windows security warning - this is normal for downloaded executables)</li>
</ol>
</div>
<div class="timeline-item">
<h4>Step 2: Opening the Authenticator Application</h4>
<ol>
<li>Launch the <code>Authenticator.exe</code> application</li>
<li>The application will automatically detect your hardware components</li>
</ol>
</div>
<div class="timeline-item">
<h4>Step 2: Locating Your Authentication ID</h4>
<ul>
<li><strong>Location:</strong> The Authentication ID is displayed in the <strong>"Authentication ID:"</strong> text box</li>
<li><strong>Security Note:</strong> The field is password-masked with asterisks (****) for security purposes</li>
</ul>
</div>
<div class="timeline-item">
<h4>Step 2: Copying Your Authentication ID</h4>
<ol>
<li>Click the <strong>"Copy Authentication ID & Email"</strong> button in the application</li>
<li>This button will:
<ul>
<li>Copy both the Authentication ID and the contact email address to your clipboard</li>
</ul>
</li>
<li>You will see a success message confirming the data has been copied</li>
</ol>
</div>
<div class="timeline-item">
<h4>Step 2: Sending Your Authentication ID</h4>
<ol>
<li>Open your email client</li>
<li>Create a new email message</li>
<li>Paste the clipboard contents (the button has already formatted it with the email address)</li>
<li><strong>Send To:</strong> <a href="mailto:support@dev-offcode.com">support@dev-offcode.com</a></li>
<li><strong>Subject:</strong> (Optional) "Screen Lock Builder Premium Activation - Authentication ID"</li>
<li>Send the email</li>
</ol>
<p style="margin-top: 0.5rem; color: #f87171;"><strong>Important:</strong> Each Authentication ID is unique to your specific hardware configuration. Do not share this ID with others.</p>
</div>
<div class="timeline-item">
<h4>Step 3: Processing Time</h4>
<ul>
<li><strong>When:</strong> Within <strong>24 hours</strong> after you send your Authentication ID</li>
<li><strong>How:</strong> Manual verification of your Authentication ID is required for security</li>
<li><strong>Delivery Method:</strong> Email with download link</li>
</ul>
</div>
<div class="timeline-item">
<h4>Step 3: What Happens Next</h4>
<ol>
<li>Our team verifies your Authentication ID</li>
<li>Once verified, you will receive an email with the download link</li>
<li>The email will contain:
<ul>
<li>Download link for Screen Lock Builder Premium</li>
<li>Installation instructions (if needed)</li>
<li>License activation details</li>
</ul>
</li>
</ol>
</div>
<div class="timeline-item">
<h4>Step 3: If You Don't Receive the Download Link</h4>
<p><strong>After 24 hours:</strong> If you haven't received your download link within 24 hours, please:</p>
<ol>
<li>Check your spam/junk email folder</li>
<li>Verify you sent the Authentication ID to the correct email address: <a href="mailto:support@dev-offcode.com">support@dev-offcode.com</a></li>
<li>Contact support at: <a href="mailto:support@dev-offcode.com">support@dev-offcode.com</a></li>
<li>Include your purchase receipt and the Authentication ID in your support request</li>
</ol>
</div>
<div class="timeline-item">
<h4>Troubleshooting: The Authenticator Application Won't Run</h4>
<ul>
<li><strong>Windows Security Warning:</strong> Click "More info" and then "Run anyway" if Windows blocks the application</li>
<li><strong>Antivirus Software:</strong> Some antivirus software may flag the application - add it to exceptions if needed</li>
<li><strong>Administrator Rights:</strong> Try running the application with administrator privileges</li>
<li><strong>Corrupted Download:</strong> Re-download the file from the Stripe confirmation page</li>
</ul>
</div>
<div class="timeline-item">
<h4>Troubleshooting: I Haven't Received My Download Link</h4>
<ul>
<li><strong>Check Spam Folder:</strong> Sometimes delivery emails end up in spam/junk folders</li>
<li><strong>Wait 24 Hours:</strong> Processing can take up to 24 hours</li>
<li><strong>Verify Email Sent:</strong> Double-check that you sent the Authentication ID to <a href="mailto:support@dev-offcode.com">support@dev-offcode.com</a></li>
<li><strong>Contact Support:</strong> Email <a href="mailto:support@dev-offcode.com">support@dev-offcode.com</a> with:
<ul>
<li>Your purchase receipt</li>
<li>Your Authentication ID</li>
<li>Purchase date and time</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-grid">
<!-- Return Links Box -->
<div class="glass-panel" style="padding: 2rem;">
<h3 class="panel-title" style="font-size: 1.2rem; margin-bottom: 1.5rem; border-bottom: none; padding-bottom: 0;">Return to the premium product pages</h3>
<p style="font-size: 0.9rem; color: #94a3b8; margin-bottom: 1.25rem; line-height: 1.5;">Use this archived activation guide as a support document, then jump back to the main premium product pages for the current feature list and purchase flow.</p>
<div class="return-actions">
<a href="ScreenLockBuilderPremium.html" class="return-btn">Back to Screen Lock Builder Premium</a>
<a href="PurchasePremium.html" class="return-btn">Open current purchase instructions</a>
<a href="changelogPremium.html" class="return-btn">Read premium changelog</a>
</div>
</div>
</div>
</div>
</section>
</main>
</div>
<!-- External JS Libraries -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.js"
integrity="sha384-T6qkM4ANslBL/pKcwNUeB0bpsiI6pkXXzwrl7Avc6FXEC/UZaXAeBpZZ2zQ3Zbez" crossorigin="anonymous"
data-cfasync="false"></script>
<!-- Application JavaScript -->
<script src="script.js" defer></script>
<!-- Cookie Consent Banner -->
<link rel="stylesheet" href="cookie-consent.css">
<script src="cookie-consent.js" defer></script>
</body>
</html>