瀏覽代碼

update kop kementerian

dwija 4 月之前
父節點
當前提交
5cb7339c4f

+ 0
- 346
.htaccess 查看文件

@@ -1,346 +0,0 @@
1
-RewriteEngine On
2
-# If an existing asset or directory is requested go to it as it is
3
-RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
4
-RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
5
-RewriteRule ^ - [L]
6
-# If the requested resource doesn't exist, use index.html
7
-RewriteRule ^ /index.html
8
-
9
-<IfModule mod_expires.c>
10
-	ExpiresActive On
11
-
12
-	# Images
13
-	ExpiresByType image/jpeg "access plus 1 year"
14
-	ExpiresByType image/gif "access plus 1 year"
15
-	ExpiresByType image/png "access plus 1 year"
16
-	ExpiresByType image/webp "access plus 1 year"
17
-	ExpiresByType image/svg+xml "access plus 1 year"
18
-	ExpiresByType image/x-icon "access plus 1 year"
19
-
20
-	# Video
21
-	ExpiresByType video/mp4 "access plus 1 year"
22
-	ExpiresByType video/mpeg "access plus 1 year"
23
-
24
-	# CSS, JavaScript
25
-	# ExpiresByType text/css "access plus 1 month"
26
-	# ExpiresByType text/javascript "access plus 1 month"
27
-	# ExpiresByType application/javascript "access plus 1 month"
28
-</IfModule>
29
-
30
-<IfModule mod_headers.c>
31
-	<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
32
-		Header set Access-Control-Allow-Origin "*"
33
-	</FilesMatch>
34
-	<FilesMatch "\.(ico|pdf|flv|swf|gif|png|jpg|jpeg|txt)$">
35
-		Header set Cache-Control "max-age=31536000, public"
36
-	</FilesMatch>
37
-	<FilesMatch "\.(css|js)$">
38
-		Header set Cache-Control "max-age=604800, public"
39
-	</FilesMatch>
40
-	<FilesMatch "\.(html|htm)$">
41
-		FileETag None
42
-		Header unset ETag
43
-		Header unset Pragma
44
-		Header unset Cache-Control
45
-		Header unset Last-Modified
46
-		Header set Pragma "no-cache"
47
-		Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
48
-		Header set Expires "Thu, 1 Jan 1970 00:00:00 GMT"
49
-	</FilesMatch>
50
-</IfModule>
51
-
52
-<IfModule mod_mime.c>
53
-	AddType application/x-javascript .js
54
-	AddType text/css .css
55
-	AddType font/eot .eot
56
-	AddType font/ttf .ttf
57
-	AddType font/woff .woff
58
-	AddType font/woff2 .woff2
59
-</IfModule>
60
-
61
-<IfModule mod_deflate.c>
62
-	AddOutputFilterByType DEFLATE font/eot font/ttf font/woff font/woff2 text/css application/x-javascript text/x-component text/html text/plain text/xml application/javascript
63
-	<IfModule mod_setenvif.c>
64
-		BrowserMatch ^Mozilla/4 gzip-only-text/html
65
-		BrowserMatch ^Mozilla/4.0[678] no-gzip
66
-		BrowserMatch bMSIE !no-gzip !gzip-only-text/html
67
-	</IfModule>
68
-</IfModule>
69
-
70
-<IfModule mod_headers.c>
71
-    RewriteCond "%{HTTP:Accept-encoding}" "gzip"
72
-    RewriteCond "%{REQUEST_FILENAME}\.gz" -s
73
-    RewriteRule "^(.*)\.css" "$1\.css\.gz" [QSA]
74
-    RewriteCond "%{HTTP:Accept-encoding}" "gzip"
75
-    RewriteCond "%{REQUEST_FILENAME}\.gz" -s
76
-    RewriteRule "^(.*)\.js" "$1\.js\.gz" [QSA]
77
-    RewriteRule "\.css\.gz$" "-" [T=text/css,E=no-gzip:1]
78
-    RewriteRule "\.js\.gz$" "-" [T=text/javascript,E=no-gzip:1]
79
-
80
-    <FilesMatch "(\.js\.gz|\.css\.gz)$">
81
-      Header append Content-Encoding gzip
82
-      Header append Vary Accept-Encoding
83
-    </FilesMatch>
84
-</IfModule>
85
-
86
-# Begin HackRepair.com Blacklist
87
-RewriteEngine on
88
-# Abuse Agent Blocking
89
-RewriteCond %{HTTP_USER_AGENT} ^[Ww]eb[Bb]andit [NC,OR]
90
-RewriteCond %{HTTP_USER_AGENT} ^$ [NC,OR]
91
-RewriteCond %{HTTP_USER_AGENT} ^Acunetix [NC,OR]
92
-RewriteCond %{HTTP_USER_AGENT} ^binlar [NC,OR]
93
-RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [NC,OR]
94
-RewriteCond %{HTTP_USER_AGENT} ^Bolt\ 0 [NC,OR]
95
-RewriteCond %{HTTP_USER_AGENT} ^BOT\ for\ JCE [NC,OR]
96
-RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot\@yahoo\.com [NC,OR]
97
-RewriteCond %{HTTP_USER_AGENT} ^casper [NC,OR]
98
-RewriteCond %{HTTP_USER_AGENT} ^checkprivacy [NC,OR]
99
-RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [NC,OR]
100
-RewriteCond %{HTTP_USER_AGENT} ^clshttp [NC,OR]
101
-RewriteCond %{HTTP_USER_AGENT} ^cmsworldmap [NC,OR]
102
-RewriteCond %{HTTP_USER_AGENT} ^comodo [NC,OR]
103
-RewriteCond %{HTTP_USER_AGENT} ^Custo [NC,OR]
104
-RewriteCond %{HTTP_USER_AGENT} ^Default\ Browser\ 0 [NC,OR]
105
-RewriteCond %{HTTP_USER_AGENT} ^diavol [NC,OR]
106
-RewriteCond %{HTTP_USER_AGENT} ^DIIbot [NC,OR]
107
-RewriteCond %{HTTP_USER_AGENT} ^DISCo [NC,OR]
108
-RewriteCond %{HTTP_USER_AGENT} ^dotbot [NC,OR]
109
-RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [NC,OR]
110
-RewriteCond %{HTTP_USER_AGENT} ^eCatch [NC,OR]
111
-RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [NC,OR]
112
-RewriteCond %{HTTP_USER_AGENT} ^EmailCollector [NC,OR]
113
-RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [NC,OR]
114
-RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [NC,OR]
115
-RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [NC,OR]
116
-RewriteCond %{HTTP_USER_AGENT} ^extract [NC,OR]
117
-RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [NC,OR]
118
-RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [NC,OR]
119
-RewriteCond %{HTTP_USER_AGENT} ^feedfinder [NC,OR]
120
-RewriteCond %{HTTP_USER_AGENT} ^FHscan [NC,OR]
121
-RewriteCond %{HTTP_USER_AGENT} ^FlashGet [NC,OR]
122
-RewriteCond %{HTTP_USER_AGENT} ^flicky [NC,OR]
123
-RewriteCond %{HTTP_USER_AGENT} ^FunWebProducts [NC,OR]
124
-RewriteCond %{HTTP_USER_AGENT} ^g00g1e [NC,OR]
125
-RewriteCond %{HTTP_USER_AGENT} ^GetRight [NC,OR]
126
-RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [NC,OR]
127
-RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [NC,OR]
128
-RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [NC,OR]
129
-RewriteCond %{HTTP_USER_AGENT} ^grab [NC,OR]
130
-RewriteCond %{HTTP_USER_AGENT} ^GrabNet [NC,OR]
131
-RewriteCond %{HTTP_USER_AGENT} ^Grafula [NC,OR]
132
-RewriteCond %{HTTP_USER_AGENT} ^harvest [NC,OR]
133
-RewriteCond %{HTTP_USER_AGENT} ^HMView [NC,OR]
134
-RewriteCond %{HTTP_USER_AGENT} ^ia_archiver [NC,OR]
135
-RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [NC,OR]
136
-RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [NC,OR]
137
-RewriteCond %{HTTP_USER_AGENT} ^InterGET [NC,OR]
138
-RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [NC,OR]
139
-RewriteCond %{HTTP_USER_AGENT} ^InternetSeer\.com [NC,OR]
140
-RewriteCond %{HTTP_USER_AGENT} ^jakarta [NC,OR]
141
-RewriteCond %{HTTP_USER_AGENT} ^Java [NC,OR]
142
-RewriteCond %{HTTP_USER_AGENT} ^JetCar [NC,OR]
143
-RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [NC,OR]
144
-RewriteCond %{HTTP_USER_AGENT} ^kanagawa [NC,OR]
145
-RewriteCond %{HTTP_USER_AGENT} ^kmccrew [NC,OR]
146
-RewriteCond %{HTTP_USER_AGENT} ^larbin [NC,OR]
147
-RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [NC,OR]
148
-RewriteCond %{HTTP_USER_AGENT} ^libwww [NC,OR]
149
-RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [NC,OR]
150
-RewriteCond %{HTTP_USER_AGENT} ^Maxthon$ [NC,OR]
151
-RewriteCond %{HTTP_USER_AGENT} ^microsoft\.url [NC,OR]
152
-RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [NC,OR]
153
-RewriteCond %{HTTP_USER_AGENT} ^miner [NC,OR]
154
-RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [NC,OR]
155
-RewriteCond %{HTTP_USER_AGENT} ^Mozilla\.*Indy [NC,OR]
156
-RewriteCond %{HTTP_USER_AGENT} ^Mozilla\.*NEWT [NC,OR]
157
-RewriteCond %{HTTP_USER_AGENT} ^MSFrontPage [NC,OR]
158
-RewriteCond %{HTTP_USER_AGENT} ^Navroad [NC,OR]
159
-RewriteCond %{HTTP_USER_AGENT} ^NearSite [NC,OR]
160
-RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [NC,OR]
161
-RewriteCond %{HTTP_USER_AGENT} ^NetAnts [NC,OR]
162
-RewriteCond %{HTTP_USER_AGENT} ^NetSpider [NC,OR]
163
-RewriteCond %{HTTP_USER_AGENT} ^NetZIP [NC,OR]
164
-RewriteCond %{HTTP_USER_AGENT} ^nutch [NC,OR]
165
-RewriteCond %{HTTP_USER_AGENT} ^Octopus [NC,OR]
166
-RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [NC,OR]
167
-RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [NC,OR]
168
-RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [NC,OR]
169
-RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [NC,OR]
170
-RewriteCond %{HTTP_USER_AGENT} ^pavuk [NC,OR]
171
-RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [NC,OR]
172
-RewriteCond %{HTTP_USER_AGENT} ^PeoplePal [NC,OR]
173
-RewriteCond %{HTTP_USER_AGENT} ^planetwork [NC,OR]
174
-RewriteCond %{HTTP_USER_AGENT} ^psbot [NC,OR]
175
-RewriteCond %{HTTP_USER_AGENT} ^purebot [NC,OR]
176
-RewriteCond %{HTTP_USER_AGENT} ^pycurl [NC,OR]
177
-RewriteCond %{HTTP_USER_AGENT} ^RealDownload [NC,OR]
178
-RewriteCond %{HTTP_USER_AGENT} ^ReGet [NC,OR]
179
-RewriteCond %{HTTP_USER_AGENT} ^Rippers\ 0 [NC,OR]
180
-RewriteCond %{HTTP_USER_AGENT} ^SeaMonkey$ [NC,OR]
181
-RewriteCond %{HTTP_USER_AGENT} ^sitecheck\.internetseer\.com [NC,OR]
182
-RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [NC,OR]
183
-RewriteCond %{HTTP_USER_AGENT} ^skygrid [NC,OR]
184
-RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [NC,OR]
185
-RewriteCond %{HTTP_USER_AGENT} ^sucker [NC,OR]
186
-RewriteCond %{HTTP_USER_AGENT} ^SuperBot [NC,OR]
187
-RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [NC,OR]
188
-RewriteCond %{HTTP_USER_AGENT} ^Surfbot [NC,OR]
189
-RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [NC,OR]
190
-RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [NC,OR]
191
-RewriteCond %{HTTP_USER_AGENT} ^Toata\ dragostea\ mea\ pentru\ diavola [NC,OR]
192
-RewriteCond %{HTTP_USER_AGENT} ^turnit [NC,OR]
193
-RewriteCond %{HTTP_USER_AGENT} ^vikspider [NC,OR]
194
-RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [NC,OR]
195
-RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [NC,OR]
196
-RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [NC,OR]
197
-RewriteCond %{HTTP_USER_AGENT} ^WebAuto [NC,OR]
198
-RewriteCond %{HTTP_USER_AGENT} ^WebCopier [NC,OR]
199
-RewriteCond %{HTTP_USER_AGENT} ^WebFetch [NC,OR]
200
-RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [NC,OR]
201
-RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [NC,OR]
202
-RewriteCond %{HTTP_USER_AGENT} ^WebReaper [NC,OR]
203
-RewriteCond %{HTTP_USER_AGENT} ^WebSauger [NC,OR]
204
-RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [NC,OR]
205
-RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [NC,OR]
206
-RewriteCond %{HTTP_USER_AGENT} ^WebStripper [NC,OR]
207
-RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [NC,OR]
208
-RewriteCond %{HTTP_USER_AGENT} ^WebZIP [NC,OR]
209
-RewriteCond %{HTTP_USER_AGENT} ^Wget [NC,OR]
210
-RewriteCond %{HTTP_USER_AGENT} ^Widow [NC,OR]
211
-RewriteCond %{HTTP_USER_AGENT} ^WPScan [NC,OR]
212
-RewriteCond %{HTTP_USER_AGENT} ^WWW-Mechanize [NC,OR]
213
-RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [NC,OR]
214
-RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [NC,OR]
215
-RewriteCond %{HTTP_USER_AGENT} ^Yandex [NC,OR]
216
-RewriteCond %{HTTP_USER_AGENT} ^Zeus [NC,OR]
217
-RewriteCond %{HTTP_USER_AGENT} ^zmeu [NC,OR]
218
-RewriteCond %{HTTP_USER_AGENT} 360Spider [NC,OR]
219
-RewriteCond %{HTTP_USER_AGENT} AhrefsBot [NC,OR]
220
-RewriteCond %{HTTP_USER_AGENT} CazoodleBot [NC,OR]
221
-RewriteCond %{HTTP_USER_AGENT} discobot [NC,OR]
222
-RewriteCond %{HTTP_USER_AGENT} EasouSpider [NC,OR]
223
-RewriteCond %{HTTP_USER_AGENT} ecxi [NC,OR]
224
-RewriteCond %{HTTP_USER_AGENT} GT::WWW [NC,OR]
225
-RewriteCond %{HTTP_USER_AGENT} heritrix [NC,OR]
226
-RewriteCond %{HTTP_USER_AGENT} HTTP::Lite [NC,OR]
227
-RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]
228
-RewriteCond %{HTTP_USER_AGENT} ia_archiver [NC,OR]
229
-RewriteCond %{HTTP_USER_AGENT} id-search [NC,OR]
230
-RewriteCond %{HTTP_USER_AGENT} id-search\.org [NC,OR]
231
-RewriteCond %{HTTP_USER_AGENT} IDBot [NC,OR]
232
-RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR]
233
-RewriteCond %{HTTP_USER_AGENT} IRLbot [NC,OR]
234
-RewriteCond %{HTTP_USER_AGENT} ISC\ Systems\ iRc\ Search\ 2\.1 [NC,OR]
235
-RewriteCond %{HTTP_USER_AGENT} LinksCrawler [NC,OR]
236
-RewriteCond %{HTTP_USER_AGENT} LinksManager.com_bot [NC,OR]
237
-RewriteCond %{HTTP_USER_AGENT} linkwalker [NC,OR]
238
-RewriteCond %{HTTP_USER_AGENT} lwp-trivial [NC,OR]
239
-RewriteCond %{HTTP_USER_AGENT} MFC_Tear_Sample [NC,OR]
240
-RewriteCond %{HTTP_USER_AGENT} Microsoft\ URL\ Control [NC,OR]
241
-RewriteCond %{HTTP_USER_AGENT} Missigua\ Locator [NC,OR]
242
-RewriteCond %{HTTP_USER_AGENT} MJ12bot [NC,OR]
243
-RewriteCond %{HTTP_USER_AGENT} panscient.com [NC,OR]
244
-RewriteCond %{HTTP_USER_AGENT} PECL::HTTP [NC,OR]
245
-RewriteCond %{HTTP_USER_AGENT} PHPCrawl [NC,OR]
246
-RewriteCond %{HTTP_USER_AGENT} PleaseCrawl [NC,OR]
247
-RewriteCond %{HTTP_USER_AGENT} SBIder [NC,OR]
248
-RewriteCond %{HTTP_USER_AGENT} SearchmetricsBot [NC,OR]
249
-RewriteCond %{HTTP_USER_AGENT} Snoopy [NC,OR]
250
-RewriteCond %{HTTP_USER_AGENT} Sogou [NC,OR]
251
-RewriteCond %{HTTP_USER_AGENT} Steeler [NC,OR]
252
-RewriteCond %{HTTP_USER_AGENT} URI::Fetch [NC,OR]
253
-RewriteCond %{HTTP_USER_AGENT} urllib [NC,OR]
254
-RewriteCond %{HTTP_USER_AGENT} Web\ Sucker [NC,OR]
255
-RewriteCond %{HTTP_USER_AGENT} webalta [NC,OR]
256
-RewriteCond %{HTTP_USER_AGENT} WebCollage [NC,OR]
257
-RewriteCond %{HTTP_USER_AGENT} Wells\ Search\ II [NC,OR]
258
-RewriteCond %{HTTP_USER_AGENT} WEP\ Search [NC,OR]
259
-RewriteCond %{HTTP_USER_AGENT} XoviBot [NC,OR]
260
-RewriteCond %{HTTP_USER_AGENT} YisouSpider [NC,OR]
261
-RewriteCond %{HTTP_USER_AGENT} zermelo [NC,OR]
262
-RewriteCond %{HTTP_USER_AGENT} ZyBorg
263
-RewriteRule ^.* - [F,L]
264
-# Abuse bot blocking rule end
265
-
266
-# Abuse HTTP Referrer Blocking
267
-RewriteCond %{HTTP_REFERER} free-social-buttions\.com [NC,OR]
268
-RewriteCond %{HTTP_REFERER} best-seo-offer\.com [NC,OR]
269
-RewriteCond %{HTTP_REFERER} buttons-for-your-website\.com [NC,OR]
270
-RewriteCond %{HTTP_REFERER} www1.free-social-buttons\.com [NC,OR]
271
-RewriteCond %{HTTP_REFERER} www2.free-social-buttons\.com [NC,OR]
272
-RewriteCond %{HTTP_REFERER} www3.free-social-buttons\.com [NC,OR]
273
-RewriteCond %{HTTP_REFERER} 100dollars-seo.com\.com [NC,OR]
274
-RewriteCond %{HTTP_REFERER} www4.free-social-buttons\.com
275
-RewriteRule ^.* - [F,L]
276
-# Abuse HTTP Referrer Blocking end
277
-
278
-# Start Custom Blocks
279
-# Aboundex
280
-Deny from 173.192.34.95
281
-# Bluecoat
282
-deny from 8.21.4.254
283
-deny from 65.46.48.192/30
284
-deny from 65.160.238.176/28
285
-deny from 85.92.222.0/24
286
-deny from 206.51.36.0/22
287
-deny from 216.52.23.0/24
288
-# cyveillance
289
-deny from 38.100.19.8/29
290
-deny from 38.100.21.0/24
291
-deny from 38.100.41.64/26
292
-deny from 38.105.71.0/25
293
-deny from 38.105.83.0/27
294
-deny from 38.112.21.140/30
295
-deny from 38.118.42.32/29
296
-deny from 65.213.208.128/27
297
-deny from 65.222.176.96/27
298
-deny from 65.222.185.72/29
299
-# Cyberpatrol
300
-deny from 38.103.17.160/27
301
-# Internet Identity - Anti-Phishing
302
-deny from 66.113.96.0/20
303
-deny from 70.35.113.192/27
304
-# Ironport
305
-deny from 204.15.80.0/22
306
-# Lightspeed Systems Security
307
-deny from 66.17.15.128/26
308
-deny from 69.84.207.32/27
309
-deny from 69.84.207.128/25
310
-# Layered Technologies
311
-deny from 72.36.128.0/17
312
-deny from 72.232.0.0/16
313
-deny from 72.233.0.0/17
314
-deny from 216.32.0.0/14
315
-# M86
316
-deny from 67.192.231.224/29
317
-deny from 208.90.236.0/22
318
-# Phish-Inspector.com
319
-deny from 209.147.127.208/28
320
-# Prescient Software, Inc. Phishmongers
321
-deny from 198.186.190.0/23
322
-deny from 198.186.192.0/23
323
-deny from 198.186.194.0/24
324
-# urlfilterdb
325
-deny from 207.210.99.32/29
326
-# websense-in.car1.sandiego1.level3.net
327
-deny from 4.53.120.22
328
-# Websense
329
-deny from 66.194.6.0/24
330
-deny from 67.117.201.128/28
331
-deny from 69.67.32.0/20
332
-deny from 131.191.87.0/24
333
-deny from 204.15.64.0/21
334
-deny from 208.80.192.0/21
335
-deny from 212.62.26.64/27
336
-deny from 213.168.226.0/24
337
-deny from 213.168.241.0/30
338
-deny from 213.168.242.0/30
339
-deny from 213.236.150.16/28
340
-# End Custom Blocks. Add a couple line breaks below this as well.
341
-
342
-# Block comment spammers and bad bots
343
-# Add your custom IP block list here. Example format:
344
-# deny from 4.53.120.22
345
-# End Block comment spammers, bad bots and some proxies
346
-# End HackRepair.com Blacklist, http://pastebin.com/u/hackrepair

+ 0
- 1
3.598880332d00de2a040e.js
文件差異過大導致無法顯示
查看文件


+ 1
- 0
3.b3da1f6d1071a3deff1a.js
文件差異過大導致無法顯示
查看文件


+ 0
- 1
4.272bc3c251fcfe92ffef.js
文件差異過大導致無法顯示
查看文件


+ 0
- 1
4.27503dad1ef7041bb9fb.js
文件差異過大導致無法顯示
查看文件


+ 0
- 1
4.883ab6d9a037a4c6cd21.js
文件差異過大導致無法顯示
查看文件


+ 1
- 0
4.923958d15976a39cebde.js
文件差異過大導致無法顯示
查看文件


+ 0
- 1
4.a4a4ff555a39f878b3a2.js
文件差異過大導致無法顯示
查看文件


+ 0
- 1
4.de067816d661e6b76895.js
文件差異過大導致無法顯示
查看文件


+ 1
- 1
index.html 查看文件

@@ -15,5 +15,5 @@
15 15
   <link rel="stylesheet" href="https://simanta.fkip.untan.ac.id/semantic/semantic.min.css"><script> </script>
16 16
   <!-- <![endif]-->
17 17
   <app-root></app-root>
18
-<script type="text/javascript" src="runtime.01aaf8716c3d533f8f25.js?epc=1699534493"></script><script type="text/javascript" src="polyfills.33ae7ba55e2c12e2e97e.js?epc=1699534493"></script><script type="text/javascript" src="main.7db3769c27556524cf4e.js?epc=1699534493"></script></body>
18
+<script type="text/javascript" src="runtime.970f6ea2935665a4be4e.js?epc=1736215874"></script><script type="text/javascript" src="polyfills.33ae7ba55e2c12e2e97e.js?epc=1736215874"></script><script type="text/javascript" src="main.7db3769c27556524cf4e.js?epc=1736215874"></script></body>
19 19
 </html>

+ 0
- 1
main.64503b0b9af23d0b6019.js
文件差異過大導致無法顯示
查看文件


+ 0
- 2
robots.txt 查看文件

@@ -1,2 +0,0 @@
1
-User-agent: *
2
-Disallow: /

+ 0
- 1
runtime.01aaf8716c3d533f8f25.js 查看文件

@@ -1 +0,0 @@
1
-!function(e){function r(r){for(var n,u,c=r[0],i=r[1],f=r[2],s=0,p=[];s<c.length;s++)o[u=c[s]]&&p.push(o[u][0]),o[u]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(l&&l(r);p.length;)p.shift()();return a.push.apply(a,f||[]),t()}function t(){for(var e,r=0;r<a.length;r++){for(var t=a[r],n=!0,c=1;c<t.length;c++)0!==o[t[c]]&&(n=!1);n&&(a.splice(r--,1),e=u(u.s=t[0]))}return e}var n={},o={6:0},a=[];function u(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,u),t.l=!0,t.exports}u.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise(function(r,n){t=o[e]=[r,n]});r.push(t[2]=n);var a=document.getElementsByTagName("head")[0],c=document.createElement("script");c.charset="utf-8",c.timeout=120,u.nc&&c.setAttribute("nonce",u.nc),c.src=function(e){return u.p+""+({0:"common"}[e]||e)+"."+{0:"ff9d20f5000402cfaf4f",1:"b7bda7548ca84de2b65c",2:"611d3fe4741a2783b06b",3:"598880332d00de2a040e",4:"883ab6d9a037a4c6cd21",5:"d4968e8438f3e8fa95bd"}[e]+".js?epc=1699534493"}(e);var i=setTimeout(function(){f({type:"timeout",target:c})},12e4);function f(r){c.onerror=c.onload=null,clearTimeout(i);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src,u=new Error("Loading chunk "+e+" failed.\n("+n+": "+a+")");u.type=n,u.request=a,t[1](u)}o[e]=void 0}}c.onerror=c.onload=f,a.appendChild(c)}return Promise.all(r)},u.m=e,u.c=n,u.d=function(e,r,t){u.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},u.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},u.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(r,"a",r),r},u.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},u.p="",u.oe=function(e){throw console.error(e),e};var c=window.webpackJsonp=window.webpackJsonp||[],i=c.push.bind(c);c.push=r,c=c.slice();for(var f=0;f<c.length;f++)r(c[f]);var l=i;t()}([]);

+ 0
- 1
runtime.8832065764c65cda785a.js 查看文件

@@ -1 +0,0 @@
1
-!function(e){function r(r){for(var n,c,u=r[0],f=r[1],i=r[2],s=0,p=[];s<u.length;s++)o[c=u[s]]&&p.push(o[c][0]),o[c]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(l&&l(r);p.length;)p.shift()();return a.push.apply(a,i||[]),t()}function t(){for(var e,r=0;r<a.length;r++){for(var t=a[r],n=!0,u=1;u<t.length;u++)0!==o[t[u]]&&(n=!1);n&&(a.splice(r--,1),e=c(c.s=t[0]))}return e}var n={},o={6:0},a=[];function c(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,c),t.l=!0,t.exports}c.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise(function(r,n){t=o[e]=[r,n]});r.push(t[2]=n);var a=document.getElementsByTagName("head")[0],u=document.createElement("script");u.charset="utf-8",u.timeout=120,c.nc&&u.setAttribute("nonce",c.nc),u.src=function(e){return c.p+""+({0:"common"}[e]||e)+"."+{0:"ff9d20f5000402cfaf4f",1:"b7bda7548ca84de2b65c",2:"611d3fe4741a2783b06b",3:"598880332d00de2a040e",4:"272bc3c251fcfe92ffef",5:"d4968e8438f3e8fa95bd"}[e]+".js?epc=1642391966"}(e);var f=setTimeout(function(){i({type:"timeout",target:u})},12e4);function i(r){u.onerror=u.onload=null,clearTimeout(f);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src,c=new Error("Loading chunk "+e+" failed.\n("+n+": "+a+")");c.type=n,c.request=a,t[1](c)}o[e]=void 0}}u.onerror=u.onload=i,a.appendChild(u)}return Promise.all(r)},c.m=e,c.c=n,c.d=function(e,r,t){c.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},c.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},c.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return c.d(r,"a",r),r},c.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},c.p="",c.oe=function(e){throw console.error(e),e};var u=window.webpackJsonp=window.webpackJsonp||[],f=u.push.bind(u);u.push=r,u=u.slice();for(var i=0;i<u.length;i++)r(u[i]);var l=f;t()}([]);

runtime.8281481db1bf6929167b.js → runtime.970f6ea2935665a4be4e.js 查看文件

@@ -1 +1 @@
1
-!function(e){function r(r){for(var n,u,c=r[0],f=r[1],i=r[2],s=0,p=[];s<c.length;s++)o[u=c[s]]&&p.push(o[u][0]),o[u]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(l&&l(r);p.length;)p.shift()();return a.push.apply(a,i||[]),t()}function t(){for(var e,r=0;r<a.length;r++){for(var t=a[r],n=!0,c=1;c<t.length;c++)0!==o[t[c]]&&(n=!1);n&&(a.splice(r--,1),e=u(u.s=t[0]))}return e}var n={},o={6:0},a=[];function u(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,u),t.l=!0,t.exports}u.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise(function(r,n){t=o[e]=[r,n]});r.push(t[2]=n);var a=document.getElementsByTagName("head")[0],c=document.createElement("script");c.charset="utf-8",c.timeout=120,u.nc&&c.setAttribute("nonce",u.nc),c.src=function(e){return u.p+""+({0:"common"}[e]||e)+"."+{0:"ff9d20f5000402cfaf4f",1:"b7bda7548ca84de2b65c",2:"611d3fe4741a2783b06b",3:"598880332d00de2a040e",4:"a4a4ff555a39f878b3a2",5:"d4968e8438f3e8fa95bd"}[e]+".js?epc=1664341272"}(e);var f=setTimeout(function(){i({type:"timeout",target:c})},12e4);function i(r){c.onerror=c.onload=null,clearTimeout(f);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src,u=new Error("Loading chunk "+e+" failed.\n("+n+": "+a+")");u.type=n,u.request=a,t[1](u)}o[e]=void 0}}c.onerror=c.onload=i,a.appendChild(c)}return Promise.all(r)},u.m=e,u.c=n,u.d=function(e,r,t){u.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},u.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},u.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(r,"a",r),r},u.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},u.p="",u.oe=function(e){throw console.error(e),e};var c=window.webpackJsonp=window.webpackJsonp||[],f=c.push.bind(c);c.push=r,c=c.slice();for(var i=0;i<c.length;i++)r(c[i]);var l=f;t()}([]);
1
+!function(e){function r(r){for(var n,u,c=r[0],f=r[1],i=r[2],s=0,p=[];s<c.length;s++)o[u=c[s]]&&p.push(o[u][0]),o[u]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(l&&l(r);p.length;)p.shift()();return a.push.apply(a,i||[]),t()}function t(){for(var e,r=0;r<a.length;r++){for(var t=a[r],n=!0,c=1;c<t.length;c++)0!==o[t[c]]&&(n=!1);n&&(a.splice(r--,1),e=u(u.s=t[0]))}return e}var n={},o={6:0},a=[];function u(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,u),t.l=!0,t.exports}u.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise(function(r,n){t=o[e]=[r,n]});r.push(t[2]=n);var a=document.getElementsByTagName("head")[0],c=document.createElement("script");c.charset="utf-8",c.timeout=120,u.nc&&c.setAttribute("nonce",u.nc),c.src=function(e){return u.p+""+({0:"common"}[e]||e)+"."+{0:"ff9d20f5000402cfaf4f",1:"b7bda7548ca84de2b65c",2:"611d3fe4741a2783b06b",3:"b3da1f6d1071a3deff1a",4:"923958d15976a39cebde",5:"d4968e8438f3e8fa95bd"}[e]+".js?epc=1736215874"}(e);var f=setTimeout(function(){i({type:"timeout",target:c})},12e4);function i(r){c.onerror=c.onload=null,clearTimeout(f);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src,u=new Error("Loading chunk "+e+" failed.\n("+n+": "+a+")");u.type=n,u.request=a,t[1](u)}o[e]=void 0}}c.onerror=c.onload=i,a.appendChild(c)}return Promise.all(r)},u.m=e,u.c=n,u.d=function(e,r,t){u.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},u.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},u.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(r,"a",r),r},u.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},u.p="",u.oe=function(e){throw console.error(e),e};var c=window.webpackJsonp=window.webpackJsonp||[],f=c.push.bind(c);c.push=r,c=c.slice();for(var i=0;i<c.length;i++)r(c[i]);var l=f;t()}([]);

+ 0
- 1
runtime.aa6495b564c0e7e7cdb1.js 查看文件

@@ -1 +0,0 @@
1
-!function(e){function r(r){for(var n,u,c=r[0],i=r[1],f=r[2],s=0,p=[];s<c.length;s++)o[u=c[s]]&&p.push(o[u][0]),o[u]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(l&&l(r);p.length;)p.shift()();return a.push.apply(a,f||[]),t()}function t(){for(var e,r=0;r<a.length;r++){for(var t=a[r],n=!0,c=1;c<t.length;c++)0!==o[t[c]]&&(n=!1);n&&(a.splice(r--,1),e=u(u.s=t[0]))}return e}var n={},o={6:0},a=[];function u(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,u),t.l=!0,t.exports}u.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise(function(r,n){t=o[e]=[r,n]});r.push(t[2]=n);var a=document.getElementsByTagName("head")[0],c=document.createElement("script");c.charset="utf-8",c.timeout=120,u.nc&&c.setAttribute("nonce",u.nc),c.src=function(e){return u.p+""+({0:"common"}[e]||e)+"."+{0:"ff9d20f5000402cfaf4f",1:"b7bda7548ca84de2b65c",2:"611d3fe4741a2783b06b",3:"598880332d00de2a040e",4:"de067816d661e6b76895",5:"d4968e8438f3e8fa95bd"}[e]+".js?epc=1644807396"}(e);var i=setTimeout(function(){f({type:"timeout",target:c})},12e4);function f(r){c.onerror=c.onload=null,clearTimeout(i);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src,u=new Error("Loading chunk "+e+" failed.\n("+n+": "+a+")");u.type=n,u.request=a,t[1](u)}o[e]=void 0}}c.onerror=c.onload=f,a.appendChild(c)}return Promise.all(r)},u.m=e,u.c=n,u.d=function(e,r,t){u.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},u.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},u.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(r,"a",r),r},u.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},u.p="",u.oe=function(e){throw console.error(e),e};var c=window.webpackJsonp=window.webpackJsonp||[],i=c.push.bind(c);c.push=r,c=c.slice();for(var f=0;f<c.length;f++)r(c[f]);var l=i;t()}([]);

+ 0
- 1
runtime.f7997169255356df5f40.js 查看文件

@@ -1 +0,0 @@
1
-!function(e){function r(r){for(var n,u,c=r[0],i=r[1],f=r[2],s=0,p=[];s<c.length;s++)o[u=c[s]]&&p.push(o[u][0]),o[u]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(l&&l(r);p.length;)p.shift()();return a.push.apply(a,f||[]),t()}function t(){for(var e,r=0;r<a.length;r++){for(var t=a[r],n=!0,c=1;c<t.length;c++)0!==o[t[c]]&&(n=!1);n&&(a.splice(r--,1),e=u(u.s=t[0]))}return e}var n={},o={6:0},a=[];function u(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,u),t.l=!0,t.exports}u.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise(function(r,n){t=o[e]=[r,n]});r.push(t[2]=n);var a=document.getElementsByTagName("head")[0],c=document.createElement("script");c.charset="utf-8",c.timeout=120,u.nc&&c.setAttribute("nonce",u.nc),c.src=function(e){return u.p+""+({0:"common"}[e]||e)+"."+{0:"ff9d20f5000402cfaf4f",1:"b7bda7548ca84de2b65c",2:"611d3fe4741a2783b06b",3:"598880332d00de2a040e",4:"27503dad1ef7041bb9fb",5:"d4968e8438f3e8fa95bd"}[e]+".js?epc=1622176055"}(e);var i=setTimeout(function(){f({type:"timeout",target:c})},12e4);function f(r){c.onerror=c.onload=null,clearTimeout(i);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src,u=new Error("Loading chunk "+e+" failed.\n("+n+": "+a+")");u.type=n,u.request=a,t[1](u)}o[e]=void 0}}c.onerror=c.onload=f,a.appendChild(c)}return Promise.all(r)},u.m=e,u.c=n,u.d=function(e,r,t){u.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},u.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},u.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(r,"a",r),r},u.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},u.p="",u.oe=function(e){throw console.error(e),e};var c=window.webpackJsonp=window.webpackJsonp||[],i=c.push.bind(c);c.push=r,c=c.slice();for(var f=0;f<c.length;f++)r(c[f]);var l=i;t()}([]);

Loading…
取消
儲存