-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtools.html
More file actions
274 lines (231 loc) · 10.8 KB
/
Copy pathtools.html
File metadata and controls
274 lines (231 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewsport">
<title>Tools</title>
<meta name="keywords" content="web development, web scraping, telegram bots, chrome extension, Arduino,ragu, ragug, Ragu, ragu website, ragu2k, ragu kec, RAGU, ragu eee, raguggg">
<meta name="description" content="We provide services in web development, web scraping, Telegram bots, Chrome extension development, and Arduino programming. Contact us to bring your ideas to life.">
<meta property="og:title" content="Our Services - Web Development, Web Scraping, Telegram Bots, and More">
<meta property="og:description" content="Explore our services to discover how we can help you with web development, web scraping, Telegram bots, Chrome extensions, Arduino projects, and more.">
<script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-5TZLDFNGM4&l=dataLayer&cx=c"></script><script src="script.js" defer=""></script>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-X0WLPZ5VQY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-X0WLPZ5VQY');
</script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag("js",new Date());gtag("config","G-5TZLDFNGM4");</script>
<meta charset="UTF-8">
<meta name="google-site-verification" content="google7ab02f675b61b20e">
<meta name="keywords" content="web development, web scraping, telegram bots, chrome extension, Arduino,ragu, ragug, Ragu, ragu website, ragu2k, ragu kec, RAGU, ragu eee, raguggg">
<meta name="description" content="We provide services in web development, web scraping, Telegram bots, Chrome extension development, and Arduino programming. Contact us to bring your ideas to life.">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="RAGU G">
<meta property="og:title" content="Our Services - Web Development, Web Scraping, Telegram Bots, and More">
<meta property="og:description" content="Explore our services to discover how we can help you with web development, web scraping, Telegram bots, Chrome extensions, Arduino projects, and more.">
<meta property="og:image" content="./assets/img/aboutpic.jpg">
<meta property="og:url" content="https://www.ragug.com/">
<link rel="icon" href="assets/img/logo.png" type="image/x-icon">
<link rel="alternate" hreflang="x-default" href="https://www.ragug.com/">
<link rel="alternate" hreflang="en" href="https://www.ragug.com/">
<meta itemprop="name" content=" ">
<meta itemprop="url" content="https://www.ragug.com/">
<meta itemprop="image" content="./assets/img/logo.png">
<!-- Favicons -->
<link href="assets/img/logo.png" rel="icon">
<link href="assets/img/logo.png" rel="apple-touch-icon">
<!-- Include Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- Include DataTables CSS -->
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.21/css/jquery.dataTables.min.css">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<style>
/* Additional custom styling for the table */
.fl-table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: #fff;
border-collapse: collapse;
overflow: auto;
}
.fl-table th,
.fl-table td {
padding: 8px;
line-height: 1.2;
text-align: center;
white-space: nowrap;
}
.fl-table thead th {
color: #fff;
background: #333;
}
.fl-table tbody tr:nth-child(even) {
background-color: #f9f9f9;
}
.fl-table tbody tr:hover {
background-color: #e5e5e5;
}
/* Responsive table styles */
</style>
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container-fluid d-flex justify-content-between align-items-center">
<h1 class="logo me-auto me-lg-0"><a href="index.html">RAGU</a></h1>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Blogs</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="services.html">Services</a></li>
<li><a class="active" href="tools.html">Tools</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<div class="header-social-links">
<a href="mailto: ragu19062002@gmail.com"><i class="bi bi-envelope-at"></i></a>
<a href="http://api.whatsapp.com/send?phone=+917598226670&text=Hi Ragu" target="_"><i class="bi bi-whatsapp"></i></a>
<a href="tg://resolve?domain=ragu2k"><i class="bi bi-telegram"></i></a>
<a href="https://www.instagram.com/_ragug_/" target="_"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/ragug/" target="_"> <i class="bi bi-linkedin"></i></a>
<a href="https://github.com/Ragug/" target="_"><i class="bi bi-github"></i></a>
</div>
</div>
</header><!-- End Header -->
<main id="main">
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Tools</h2>
<p>Here are Some tools which helps You.</p>
</div>
<div class="row mt-5">
<div class="table-responsive">
<table class="fl-table" id="dtBasicExample">
<thead>
<tr>
<th>Country</th>
<th>Server Link</th>
<th>Up</th>
<th>Down</th>
<th>Ping</th>
<th>Uptime</th>
</tr>
</thead>
<tbody id="myTable">
<!-- Table rows dynamically populated here -->
</tbody>
</table>
</div>
<div>
<div class="article ">
<h1>How to Use Telegram Proxy in School and College Network</h1>
<p>If you are in school or college network and unable to access Telegram, using a Telegram Proxy can help
you
bypass network restrictions and access Telegram.</p>
<p>To use Telegram Proxy, you need to find a reliable and trusted Telegram Proxy server. You can find a
list of
Telegram Proxy servers by doing a quick search online.</p>
<p>Once you have found a Telegram Proxy server, you need to configure your Telegram client to use the
proxy
server. To do this, follow these steps:</p>
<ol>
<li>Install Telegram on your device.</li>
<li>Visit <a href="https://www.ragug.com/tools">this website</a> in your web browser.</li>
<li>Scroll down to find a list of Telegram proxy servers.</li>
<li>Click on any one of the proxy servers in the list.</li>
<li>Telegram will prompt you to open the proxy link.</li>
<li>Click "Open" to connect to the proxy server.</li>
<li>The proxy server will now be enabled and you can use Telegram even in school or college networks.
</li>
</ol>
<p>That's it! You should now be able to access Telegram using the Telegram Proxy server.</p>
<p>Note: Be sure to use a reputable Telegram Proxy server and only connect to trusted proxy servers to
ensure
your online security and privacy.</p>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>RAGU</span></strong>. All Rights Reserved
</div>
</div>
</div>
</footer><!-- End Footer -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<!-- Include DataTables JS -->
<script src="https://cdn.datatables.net/1.10.21/js/jquery.dataTables.min.js"></script>
<script>
fetch("https://raw.githubusercontent.com/hookzof/socks5_list/master/tg/mtproto.json")
.then(function(e) {
return e.json();
})
.then(function(e) {
for (var t = e.length, n = 0; n < t; n++) {
var o = document.getElementById("myTable").insertRow(n),
r = o.insertCell(0),
c = o.insertCell(1),
l = o.insertCell(2),
i = o.insertCell(3),
d = o.insertCell(4),
s = o.insertCell(5),
o = "tg://proxy?server=" + e[n].host + "&port=" + e[n].port + "&secret=" + e[n].secret;
c.innerHTML = '<a href="' + o + '">Proxy' + (n + 1) + "</a>",
l.innerHTML = e[n].up,
i.innerHTML = e[n].down,
d.innerHTML = e[n].ping,
s.innerHTML = e[n].uptime,
r.innerHTML = e[n].country;
}
// Call the function after successful fetch response
initializeDataTable();
});
function initializeDataTable() {
$(document).ready(function() {
$('#dtBasicExample').DataTable({
pagingType: 'simple',
info: false,
searching: false,
ordering: false
});
});
}
</script>
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>