-
Notifications
You must be signed in to change notification settings - Fork 16
/
cms.txt
600 lines (599 loc) · 33.8 KB
/
cms.txt
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
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/install/------aspcms------AspCMS
/about/_notes/dwsync.xml------aspcms------AspCMS
/admin/_Style/_notes/dwsync.xml------aspcms------AspCMS
/apply/_notes/dwsync.xml------aspcms------AspCMS
/config/_notes/dwsync.xml------aspcms------AspCMS
/fckeditor/fckconfig.js------aspcms------AspCMS
/gbook/_notes/dwsync.xml------aspcms------AspCMS
/inc/_notes/dwsync.xml------aspcms------AspCMS
/plug/comment.html------aspcms------AspCMS
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/data/admin/allowurl.txt------dedecms------DedeCMS(织梦)
/data/index.html------dedecms------DedeCMS(织梦)
/data/js/index.html------dedecms------DedeCMS(织梦)
/data/mytag/index.html------dedecms------DedeCMS(织梦)
/data/sessions/index.html------dedecms------DedeCMS(织梦)
/data/textdata/index.html------dedecms------DedeCMS(织梦)
/dede/action/css_body.css------dedecms------DedeCMS(织梦)
/dede/css_body.css------dedecms------DedeCMS(织梦)
/dede/templets/article_coonepage_rule.htm------dedecms------DedeCMS(织梦)
/include/alert.htm------dedecms------DedeCMS(织梦)
/member/images/base.css------dedecms------DedeCMS(织梦)
/member/js/box.js------dedecms------DedeCMS(织梦)
/php/modpage/readme.txt------dedecms------DedeCMS(织梦)
/plus/sitemap.html------dedecms------DedeCMS(织梦)
/setup/license.html------dedecms------DedeCMS(织梦)
/special/index.html------dedecms------DedeCMS(织梦)
/templets/default/style/dedecms.css------dedecms------DedeCMS(织梦)
/company/template/default/search_list.htm------dedecms------DedeCMS(织梦)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/------Powered by Discuz!------Discuz(康盛)
/robots.txt------discuz------Discuz(康盛)
/bbcode.js------discuz------Discuz(康盛)
/newsfader.js------discuz------Discuz(康盛)
/templates.cdb------discuz------Discuz(康盛)
/u2upopup.js------discuz------Discuz(康盛)
/admin/discuzfiles.md5------discuz------Discuz(康盛)
/api/manyou/cloud_channel.htm------discuz------Discuz(康盛)
/images/admincp/admincp.js------discuz------Discuz(康盛)
/include/javascript/ajax.js------discuz------Discuz(康盛)
/mspace/default/style.ini------discuz------Discuz(康盛)
/plugins/manyou/discuz_plugin_manyou.xml------discuz------Discuz(康盛)
/source/plugin/myapp/discuz_plugin_myapp.xml------discuz------Discuz(康盛)
/static/js/admincp.js------discuz------Discuz(康盛)
/template/default/common/common.css------discuz------Discuz(康盛)
/uc_server/view/default/admin_frame_main.htm------discuz------Discuz(康盛)
/bbcode.js------discuz------Discuz(康盛)
/newsfader.js------discuz------Discuz(康盛)
/templates.cdb------discuz------Discuz(康盛)
/u2upopup.js------discuz------Discuz(康盛)
/mspace/default1/style.ini------discuz------Discuz(康盛)
/uc_server/view/default/admin_frame_main.htm------discuz------Discuz(康盛)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/INSTALL------drupal------Drupal(水滴)
/MAINTAINERS------drupal------Drupal(水滴)
/.gitattributes------drupal------Drupal(水滴)
/.htaccess------drupal------Drupal(水滴)
/example.gitignore------drupal------Drupal(水滴)
/README.txt------drupal------Drupal(水滴)
/themes/README.txt------drupal------Drupal(水滴)
/sites/README.txt------drupal------Drupal(水滴)
/profiles/README.txt------drupal------Drupal(水滴)
/modules/README.txt------drupal------Drupal(水滴)
/core/CHANGELOG.txt------drupal------Drupal(水滴)
/core/vendor/README.txt------drupal------Drupal(水滴)
/.editorconfig------drupal------Drupal(水滴)
/CHANGELOG.txt------drupal------Drupal(水滴)
/COPYRIGHT.txt------drupal------Drupal(水滴)
/INSTALL.mysql.txt------drupal------Drupal(水滴)
/INSTALL.pgsql.txt------drupal------Drupal(水滴)
/INSTALL.sqlite.txt------drupal------Drupal(水滴)
/INSTALL.txt------drupal------Drupal(水滴)
/MAINTAINERS.txt------drupal------Drupal(水滴)
/UPGRADE.txt------drupal------Drupal(水滴)
/themes/bartik/color/preview.js------drupal------Drupal(水滴)
/sites/all/themes/README.txt------drupal------Drupal(水滴)
/sites/all/modules/README.txt------drupal------Drupal(水滴)
/scripts/test.script------drupal------Drupal(水滴)
/modules/user/user.info------drupal------Drupal(水滴)
/misc/ajax.js------drupal------Drupal(水滴)
/themes/tests/README.txt------drupal------Drupal(水滴)
/sites/all/README.txt------drupal------Drupal(水滴)
/INSTALL------drupal------Drupal(水滴)
/MAINTAINERS------drupal------Drupal(水滴)
/.gitattributes------drupal------Drupal(水滴)
/.htaccess------drupal------Drupal(水滴)
/example.gitignore------drupal------Drupal(水滴)
/README.txt------drupal------Drupal(水滴)
/.editorconfig------drupal------Drupal(水滴)
/CHANGELOG.txt------drupal------Drupal(水滴)
/COPYRIGHT.txt------drupal------Drupal(水滴)
/INSTALL.mysql.txt------drupal------Drupal(水滴)
/INSTALL.pgsql.txt------drupal------Drupal(水滴)
/INSTALL.sqlite.txt------drupal------Drupal(水滴)
/INSTALL.txt------drupal------Drupal(水滴)
/MAINTAINERS.txt------drupal------Drupal(水滴)
/UPGRADE.txt------drupal------Drupal(水滴)
/modules/legacy/legacy.info------drupal------Drupal(水滴)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/Admin/images/admin.js------dvbbs------Dvbbs(动网)
/admin/inc/admin.js------dvbbs------Dvbbs(动网)
/admin/left.htm------dvbbs------Dvbbs(动网)
/boke/CacheFile/System.config------dvbbs------Dvbbs(动网)
/boke/Script/Dv_form.js------dvbbs------Dvbbs(动网)
/boke/Skins/Default/xml/index.xslt------dvbbs------Dvbbs(动网)
/boke/Skins/dvskin/xml/index.xslt------dvbbs------Dvbbs(动网)
/Css/aqua/style.css------dvbbs------Dvbbs(动网)
/Css/cndw/pub_cndw.css------dvbbs------Dvbbs(动网)
/Css/gray/style.css------dvbbs------Dvbbs(动网)
/Css/green/pub_cndw_green.css------dvbbs------Dvbbs(动网)
/Css/red/style.css------dvbbs------Dvbbs(动网)
/Css/yellow/style.css------dvbbs------Dvbbs(动网)
/Data/sitemap_cache.xml------dvbbs------Dvbbs(动网)
/dv_edit/main.js------dvbbs------Dvbbs(动网)
/Dv_ForumNews/Temp_Dv_ForumNews.config------dvbbs------Dvbbs(动网)
/Dv_plus/IndivGroup/js/Dv_form.js------dvbbs------Dvbbs(动网)
/Dv_plus/IndivGroup/Skin/Dispbbs.xslt------dvbbs------Dvbbs(动网)
/Dv_plus/myspace/drag/space.js------dvbbs------Dvbbs(动网)
/Dv_plus/myspace/script/fuc_setting.xslt------dvbbs------Dvbbs(动网)
/images/manage/admin.js------dvbbs------Dvbbs(动网)
/images/post/DhtmlEdit.js------dvbbs------Dvbbs(动网)
/inc/Admin_transformxhml.xslt------dvbbs------Dvbbs(动网)
/inc/Templates/bbsinfo.xml------dvbbs------Dvbbs(动网)
/Plus_popwan/CacheFile/sn.config------dvbbs------Dvbbs(动网)
/Resource/Admin/pub_html1.htm------dvbbs------Dvbbs(动网)
/Resource/Classical/boardhelp_html4.htm------dvbbs------Dvbbs(动网)
/Resource/Format_Fuc.xslt------dvbbs------Dvbbs(动网)
/Resource/Template_1/boardhelp_html4.htm------dvbbs------Dvbbs(动网)
/Skins/aspsky_1.css------dvbbs------Dvbbs(动网)
/skins/classical.css------dvbbs------Dvbbs(动网)
/skins/myspace/default01/demo.htm------dvbbs------Dvbbs(动网)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/install/------ecshop------Ecshop(商派)
/admin/ecshopfiles.md5------ecshop------Ecshop(商派)
/admin/help/zh_cn/database.xml------ecshop------Ecshop(商派)
/admin/js/validator.js------ecshop------Ecshop(商派)
/admin/templates/about_us.htm------ecshop------Ecshop(商派)
/alipay.html------ecshop------Ecshop(商派)
/data/cycle_image.xml------ecshop------Ecshop(商派)
/data/flashdata/default/cycle_image.xml------ecshop------Ecshop(商派)
/demo/js/check.js------ecshop------Ecshop(商派)
/demo/templates/faq_en_us_utf-8.htm------ecshop------Ecshop(商派)
/demo/zh_cn.sql------ecshop------Ecshop(商派)
/themes/default/library/member.lbi------ecshop------Ecshop(商派)
/themes/default/style.css------ecshop------Ecshop(商派)
/themes/default_old/activity.dwt------ecshop------Ecshop(商派)
/install/data/data_en_us.sql------ecshop------Ecshop(商派)
/install/data/demo/zh_cn.sql------ecshop------Ecshop(商派)
/install/js/transport.js------ecshop------Ecshop(商派)
/install/templates/license_en_us.htm------ecshop------Ecshop(商派)
/js/transport.js------ecshop------Ecshop(商派)
/mobile/templates/article.html------ecshop------Ecshop(商派)
/themes/Blueocean/exchange_goods.dwt------ecshop------Ecshop(商派)
/themes/Blueocean/library/comments.lbi------ecshop------Ecshop(商派)
/themes/default_old/library/comments.lbi------ecshop------Ecshop(商派)
/wap/templates/article.wml------ecshop------Ecshop(商派)
/widget/blog_sohu.xhtml------ecshop------Ecshop(商派)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/robots.txt------emlog------Emlog
/wlwmanifest.xml------emlog------Emlog
/content/cache/links------emlog------Emlog
/content/cache/options------emlog------Emlog
/content/cache/blogger------emlog------Emlog
/admin/views/default/main.css------emlog------Emlog
/admin/views/style/default/style.css------emlog------Emlog
/admin/views/style/green/style.css------emlog------Emlog
/content/templates/default/main.css------emlog------Emlog
/content/templates/default/tpl.ini------emlog------Emlog
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/robots.txt------empirecms------EmpireCMS(帝国)
/d/file/index.html------empirecms------EmpireCMS(帝国)
/d/file/p/index.html------empirecms------EmpireCMS(帝国)
/d/js/acmsd/index.html------empirecms------EmpireCMS(帝国)
/d/js/class/index.html------empirecms------EmpireCMS(帝国)
/d/js/js/hotnews.js------empirecms------EmpireCMS(帝国)
/d/js/pic/index.html------empirecms------EmpireCMS(帝国)
/d/js/vote/index.html------empirecms------EmpireCMS(帝国)
/d/txt/index.html------empirecms------EmpireCMS(帝国)
/e/admin/adminstyle/1/page/about.htm------empirecms------EmpireCMS(帝国)
/e/admin/ecmseditor/images/blank.html------empirecms------EmpireCMS(帝国)
/e/admin/ecmseditor/infoeditor/epage/images/blank.html------empirecms------EmpireCMS(帝国)
/e/admin/user/data/certpage.txt------empirecms------EmpireCMS(帝国)
/e/data/ecmseditor/images/blank.html------empirecms------EmpireCMS(帝国)
/e/data/fc/index.html------empirecms------EmpireCMS(帝国)
/e/data/html/cjhtml.txt------empirecms------EmpireCMS(帝国)
/e/data/template/gbooktemp.txt------empirecms------EmpireCMS(帝国)
/e/data/tmp/cj/index.html------empirecms------EmpireCMS(帝国)
/e/extend/index.html------empirecms------EmpireCMS(帝国)
/e/install/data/empirecms.com.sql------empirecms------EmpireCMS(帝国)
/e/tasks/index.html------empirecms------EmpireCMS(帝国)
/e/tool/feedback/temp/test.txt------empirecms------EmpireCMS(帝国)
/html/index.html------empirecms------EmpireCMS(帝国)
/html/sp/index.html------empirecms------EmpireCMS(帝国)
/install/data/empiredown.com.sql------empirecms------EmpireCMS(帝国)
/s/index.html------empirecms------EmpireCMS(帝国)
/search/index.html------empirecms------EmpireCMS(帝国)
/t/index.html------empirecms------EmpireCMS(帝国)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/license.txt------espcms------EspCMS(易思)
/------espcms------EspCMS(易思)
/adminsoft/control/connected.php------espcms------EspCMS(易思)
/adminsoft/control/sqlmanage.php------espcms------EspCMS(易思)
/adminsoft/include/admin_language_cn.php------espcms------EspCMS(易思)
/adminsoft/js/control.js------espcms------EspCMS(易思)
/install/dbmysql/db.sql------espcms------EspCMS(易思)
/install/dbmysql/demodb.sql------espcms------EspCMS(易思)
/install/lan_inc.php------espcms------EspCMS(易思)
/install/sys_inc.php------espcms------EspCMS(易思)
/install/templates/step.html------espcms------EspCMS(易思)
/public/class_dbmysql.php------espcms------EspCMS(易思)
/templates/wap/cn/public/footer.html------espcms------EspCMS(易思)
/templates/wap/en/public/footer.html------espcms------EspCMS(易思)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/Index.html------foosuncms------FoosunCMS(风讯)
/Apsearch.html------foosuncms------FoosunCMS(风讯)
/search.html------foosuncms------FoosunCMS(风讯)
/Tags.html------foosuncms------FoosunCMS(风讯)
/Admin/Collect/vssver2.scc------foosuncms------FoosunCMS(风讯)
/Admin/FreeLabel/vssver2.scc------foosuncms------FoosunCMS(风讯)
/Admin/News/images/vssver2.scc------foosuncms------FoosunCMS(风讯)
/Admin/News/lib/vssver2.scc------foosuncms------FoosunCMS(风讯)
/Admin/PublicSite/vssver2.scc------foosuncms------FoosunCMS(风讯)
/down/index.html------foosuncms------FoosunCMS(风讯)
/Foosun/Admin/Mall/Mall_Factory.Asp------foosuncms------FoosunCMS(风讯)
/FS_Inc/vssver2.scc------foosuncms------FoosunCMS(风讯)
/FS_InterFace/vssver2.scc------foosuncms------FoosunCMS(风讯)
/Install/SQL/Value/site_param.sql------foosuncms------FoosunCMS(风讯)
/manage/collect/MasterPage_Site.master------foosuncms------FoosunCMS(风讯)
/Templets/about/index.htm------foosuncms------FoosunCMS(风讯)
/Templets/pro/cms.htm------foosuncms------FoosunCMS(风讯)
/User/contr/lib/vssver2.scc------foosuncms------FoosunCMS(风讯)
/Users/All_User.Asp------foosuncms------FoosunCMS(风讯)
/Users/Mall/OrderPrint.Asp------foosuncms------FoosunCMS(风讯)
/xml/products/dotnetcmsversion.xml------foosuncms------FoosunCMS(风讯)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/robots.txt------hdwiki------HdWiki(中文维基)
/js/api.js------hdwiki------HdWiki(中文维基)
/js/editor/editor.js------hdwiki------HdWiki(中文维基)
/js/hdeditor/hdeditor.min.js------hdwiki------HdWiki(中文维基)
/js/hdeditor/skins/content.css------hdwiki------HdWiki(中文维基)
/js/jqeditor/hdwiki.js------hdwiki------HdWiki(中文维基)
/js/jqeditor/skins/content_default.css------hdwiki------HdWiki(中文维基)
/plugins/hdapi/view/admin_hdapi.htm------hdwiki------HdWiki(中文维基)
/plugins/mwimport/desc.xml------hdwiki------HdWiki(中文维基)
/plugins/mwimport/view/admin_mwimport.htm------hdwiki------HdWiki(中文维基)
/plugins/ucenter/view/admin_ucenter.htm------hdwiki------HdWiki(中文维基)
/style/aoyun/hdwiki.css------hdwiki------HdWiki(中文维基)
/style/default/admin/admin.css------hdwiki------HdWiki(中文维基)
/style/default/desc.xml------hdwiki------HdWiki(中文维基)
/view/default/admin_addlink.htm------hdwiki------HdWiki(中文维基)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/htaccess.txt------joomla------Joomla(逐浪)
/CONTRIBUTING.md------joomla------Joomla(逐浪)
/phpunit.xml.dist------joomla------Joomla(逐浪)
/robots.txt------joomla------Joomla(逐浪)
/joomla.xml------joomla------Joomla(逐浪)
/README.txt------joomla------Joomla(逐浪)
/robots.txt.dist------joomla------Joomla(逐浪)
/web.config.txt------joomla------Joomla(逐浪)
/installation/CHANGELOG------joomla------Joomla(逐浪)
/administrator/components/com_login/login.xml------joomla------Joomla(逐浪)
/components/com_mailto/views/sent/metadata.xml------joomla------Joomla(逐浪)
/components/com_wrapper/wrapper.xml------joomla------Joomla(逐浪)
/installation/language/en-GB/en-GB.ini------joomla------Joomla(逐浪)
/installation/language/en-US/en-US.ini------joomla------Joomla(逐浪)
/installation/language/zh-CN/zh-CN.ini------joomla------Joomla(逐浪)
/installation/template/js/installation.js------joomla------Joomla(逐浪)
/language/en-GB/en-GB.com_contact.ini------joomla------Joomla(逐浪)
/libraries/joomla/filesystem/meta/language/en-GB/en-GB.lib_joomla_filesystem_patcher.ini------joomla------Joomla(逐浪)
/libraries/joomla/html/language/en-GB/en-GB.jhtmldate.ini------joomla------Joomla(逐浪)
/media/com_finder/js/indexer.js------joomla------Joomla(逐浪)
/media/com_joomlaupdate/default.js------joomla------Joomla(逐浪)
/media/editors/tinymce/templates/template_list.js------joomla------Joomla(逐浪)
/media/jui/css/chosen.css------joomla------Joomla(逐浪)
/modules/mod_banners/mod_banners.xml------joomla------Joomla(逐浪)
/plugins/authentication/joomla/joomla.xml------joomla------Joomla(逐浪)
/templates/atomic/css/template.css------joomla------Joomla(逐浪)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/Admin/Include/version.xml------kesioncms------KesionCMS(科讯)
/API/api.config------kesioncms------KesionCMS(科讯)
/Config/filtersearch/s3.xml------kesioncms------KesionCMS(科讯)
/czfy/template/index.html------kesioncms------KesionCMS(科讯)
/esf/template/index.html------kesioncms------KesionCMS(科讯)
/images/css.css.lnk------kesioncms------KesionCMS(科讯)
/JS/12.js------kesioncms------KesionCMS(科讯)
/KS_Inc/ajax.js------kesioncms------KesionCMS(科讯)
/Space/js/ks.space.page.js------kesioncms------KesionCMS(科讯)
/template/common/activecode.html------kesioncms------KesionCMS(科讯)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/install.sql------kingcms------KingCMS
/install.php------kingcms------KingCMS
/INSTALL.php------kingcms------KingCMS
/License.txt------kingcms------KingCMS
/ad.asp------kingcms------KingCMS
/admin.asp------kingcms------KingCMS
/collect.asp------kingcms------KingCMS
/counter.asp------kingcms------KingCMS
/create.asp------kingcms------KingCMS
/INSTALL.asp------kingcms------KingCMS
/link.asp------kingcms------KingCMS
/login.asp------kingcms------KingCMS
/main.asp------kingcms------KingCMS
/menu.asp------kingcms------KingCMS
/template.asp------kingcms------KingCMS
/user.asp------kingcms------KingCMS
/webftp.asp------kingcms------KingCMS
/ad/index.asp------kingcms------KingCMS
/admin/Article/index.asp------kingcms------KingCMS
/admin/system/create.asp------kingcms------KingCMS
/admin/webftp/index.asp------kingcms------KingCMS
/api/alipay.php------kingcms------KingCMS
/Article/index.asp------kingcms------KingCMS
/block/core.class.php------kingcms------KingCMS
/collect/index.asp------kingcms------KingCMS
/comment/index.asp------kingcms------KingCMS
/dbquery/core.class.php------kingcms------KingCMS
/dbquery/language/zh-cn.xml------kingcms------KingCMS
/download/index.asp------kingcms------KingCMS
/EasyArticle/index.asp------kingcms------KingCMS
/feedback/core.class.php------kingcms------KingCMS
/images/style.css------kingcms------KingCMS
/inc/config.asp------kingcms------KingCMS
/language/zh-cn.xml------kingcms------KingCMS
/library/template.class.php------kingcms------KingCMS
/link/index.asp------kingcms------KingCMS
/movie/index.asp------kingcms------KingCMS
/onepage/index.asp------kingcms------KingCMS
/page/addlink.asp------kingcms------KingCMS
/page/system/inc/fun.js------kingcms------KingCMS
/page/Tools/fun.asp------kingcms------KingCMS
/page/webftp/fun.asp------kingcms------KingCMS
/passport/index.asp------kingcms------KingCMS
/system/images/fun.js------kingcms------KingCMS
/system/js/jquery.kc.js------kingcms------KingCMS
/template/default.htm------kingcms------KingCMS
/Tools/index.asp------kingcms------KingCMS
/user/index.php------kingcms------KingCMS
/webftp/index.asp------kingcms------KingCMS
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/------liangjing------liangjing(良精)
/Global.asax------ljcms------LjCMS(良精)
/Web.config------ljcms------LjCMS(良精)
/Admin/MasterPage/Default.Master------ljcms------LjCMS(良精)
/ashx/comment.ashx------ljcms------LjCMS(良精)
/Ch/Index.Asp------ljcms------LjCMS(良精)
/En/Index.Asp------ljcms------LjCMS(良精)
/en/Module/AboutDetail.ascx------ljcms------LjCMS(良精)
/Html_skin30/downclass_29_1.html------ljcms------LjCMS(良精)
/HtmlAspx/ascx/CreateOrder.ascx------ljcms------LjCMS(良精)
/Master/default.Master------ljcms------LjCMS(良精)
/Module/AboutDetail.ascx------ljcms------LjCMS(良精)
/T/skin01/enindex.html------ljcms------LjCMS(良精)
/T/skin05/about.html------ljcms------LjCMS(良精)
/Enrss.xml------liangjing------liangjing(良精)
/Ch/Memberphoto.Asp------liangjing------liangjing(良精)
/En/Foot.Asp------liangjing------liangjing(良精)
/Html_skin30/enabout.html------liangjing------liangjing(良精)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/readme.txt------php168------PHP168(国徽)
/ckeditor/plugins/gallery/plugin.js------php168------PHP168(国徽)
/install/------php168------PHP168(国徽)
/cms/install/index.html------php168------PHP168(国徽)
/ewebeditor/KindEditor.js------php168------PHP168(国徽)
/form/install/data.sql------php168------PHP168(国徽)
/hack/cnzz/template/menu.htm------php168------PHP168(国徽)
/help/main.html------php168------PHP168(国徽)
/images/dialog.css------php168------PHP168(国徽)
/js/util.js------php168------PHP168(国徽)
/plugin/qqconnect/bind.html------php168------PHP168(国徽)
/skin/admin/style.css------php168------PHP168(国徽)
/template/admin/ask/config.html------php168------PHP168(国徽)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/index.html------phpcms------phpCMS(盛大)
/robots.txt------phpcms------phpCMS(盛大)
/admin/index.htm------phpcms------phpCMS(盛大)
/ads/install/templates/ads-float.html------phpcms------phpCMS(盛大)
/announce/install/templates/index.html------phpcms------phpCMS(盛大)
/bill/install/mysql.sql------phpcms------phpCMS(盛大)
/comment/include/js/comment.js------phpcms------phpCMS(盛大)
/data/js/config.js------phpcms------phpCMS(盛大)
/digg/install/templates/index.html------phpcms------phpCMS(盛大)
/editor/js/editor.js------phpcms------phpCMS(盛大)
/error_report/install/mysql.sql------phpcms------phpCMS(盛大)
/formguide/install/templates/form_index.html------phpcms------phpCMS(盛大)
/guestbook/install/templates/index.html------phpcms------phpCMS(盛大)
/house/.htaccess------phpcms------phpCMS(盛大)
/images/js/admin.js------phpcms------phpCMS(盛大)
/install/cms_index.html------phpcms------phpCMS(盛大)
/link/install/templates/index.html------phpcms------phpCMS(盛大)
/mail/install/templates/sendmail.html------phpcms------phpCMS(盛大)
/member/include/js/login.js------phpcms------phpCMS(盛大)
/message/install/mysql.sql------phpcms------phpCMS(盛大)
/module/info/include/mysql/phpcms_info.sql------phpcms------phpCMS(盛大)
/mood/install/templates/header.html------phpcms------phpCMS(盛大)
/order/install/templates/deliver.html------phpcms------phpCMS(盛大)
/page/aboutus.html------phpcms------phpCMS(盛大)
/phpcms/templates/default/member/connect.html------phpcms------phpCMS(盛大)
/phpcms/templates/default/wap/header.html------phpcms------phpCMS(盛大)
/phpsso_server/statics/js/formvalidator.js------phpcms------phpCMS(盛大)
/search/install/templates/index.html------phpcms------phpCMS(盛大)
/space/images/js/space.js------phpcms------phpCMS(盛大)
/special/type/dev.html------phpcms------phpCMS(盛大)
/spider/uninstall/mysql.sql------phpcms------phpCMS(盛大)
/stat/uninstall/mysql.sql------phpcms------phpCMS(盛大)
/statics/js/cookie.js------phpcms------phpCMS(盛大)
/templates/default/info/area.html------phpcms------phpCMS(盛大)
/union/install/mysql.sql------phpcms------phpCMS(盛大)
/video/install/templates/category.html------phpcms------phpCMS(盛大)
/vote/install/templates/index.html------phpcms------phpCMS(盛大)
/wenba/install/mysql.sql------phpcms------phpCMS(盛大)
/yp/images/js/global.js------phpcms------phpCMS(盛大)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/licence.txt------phpwind------PHPWind
/robots.txt------phpwind------PHPWind
/recommend.html------phpwind------PHPWind
/wind.sql------phpwind------PHPWind
/AUTHORS------phpwind------PHPWind
/humans.txt------phpwind------PHPWind
/LICENSE------phpwind------PHPWind
/wind/readme------phpwind------PHPWind
/wind/http/mime/mime------phpwind------PHPWind
/conf/md5sum------phpwind------PHPWind
/aCloud/index.html------phpwind------PHPWind
/admin/safefiles.md5------phpwind------PHPWind
/api/agent.html------phpwind------PHPWind
/apps/diary/template/m_diary_bottom.htm------phpwind------PHPWind
/apps/groups/template/m_header.htm------phpwind------PHPWind
/apps/stopic/template/stopic.htm------phpwind------PHPWind
/apps/weibo/template/m_weibo_bottom.htm------phpwind------PHPWind
/connexion/template/custom_weibo_template.htm------phpwind------PHPWind
/data/lang/zh_cn.js------phpwind------PHPWind
/hack/app/info.xml------phpwind------PHPWind
/html/js/index.html------phpwind------PHPWind
/js/magic.js------phpwind------PHPWind
/lang/wind/admin/admin.htm------phpwind------PHPWind
/m/template/footer.htm------phpwind------PHPWind
/mode/area/js/adminview.js------phpwind------PHPWind
/phpwind/lang/wind/admin/admin.htm------phpwind------PHPWind
/phpwind/licence.txt------phpwind------PHPWind
/res/css/admin_layout.css------phpwind------PHPWind
/src/extensions/demo/Manifest.xml------phpwind------PHPWind
/src/extensions/demo/resource/editorApp.js------phpwind------PHPWind
/styles/english/template/admin_english/admin.htm------phpwind------PHPWind
/template/config/admin/config_run.htm------phpwind------PHPWind
/themes/forum/default/css/dev/forum.css------phpwind------PHPWind
/u/themes/default/footer.htm------phpwind------PHPWind
/windid/res/css/admin_layout.css------phpwind------PHPWind
/windid/res/js/dev/pages/admin/auth_manage.js------phpwind------PHPWind
/windid/res/js/dev/wind.js------phpwind------PHPWind
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/License.txt------powereasy------PowerEasy(动易)
/Web.config------powereasy------PowerEasy(动易)
/rss.xsl------powereasy------PowerEasy(动易)
/RSS.xsl------powereasy------PowerEasy(动易)
/JS/checklogin.js------powereasy------PowerEasy(动易)
/Temp/ajaxnote.txt------powereasy------PowerEasy(动易)
/User/PopCalendar.js------powereasy------PowerEasy(动易)
/xml/xml.xsl------powereasy------PowerEasy(动易)
/Admin/MasterPage.master------powereasy------PowerEasy(动易)
/API/Request.xml------powereasy------PowerEasy(动易)
/App_GlobalResources/CacheResources.resx------powereasy------PowerEasy(动易)
/Config/AjaxHandler.config------powereasy------PowerEasy(动易)
/Controls/AttachFieldControl.ascx------powereasy------PowerEasy(动易)
/Admin/Common/HelpLinks.xml------powereasy------PowerEasy(动易)
/Admin/JS/AdminIndex.js------powereasy------PowerEasy(动易)
/Controls/Company/Company.ascx------powereasy------PowerEasy(动易)
/Database/SiteWeaver.sql------powereasy------PowerEasy(动易)
/Editor/Lable/PE_Annouce.htm------powereasy------PowerEasy(动易)
/Editor/plugins/pastefromword/dialogs/pastefromword.js------powereasy------PowerEasy(动易)
/Install/Demo/Demo.sql------powereasy------PowerEasy(动易)
/Install/NeedCheckDllList.config------powereasy------PowerEasy(动易)
/Language/Gb2312.xml------powereasy------PowerEasy(动易)
/Skin/OceanStar/default.css------powereasy------PowerEasy(动易)
/Skin/OceanStar/user/default.css------powereasy------PowerEasy(动易)
/Space/Template/sealove/index.xsl------powereasy------PowerEasy(动易)
/Template/Default/Skin/default.css------powereasy------PowerEasy(动易)
/Template/Default/Skin/user/default.css------powereasy------PowerEasy(动易)
/User/Accessories/AvatarUploadHandler.ashx------powereasy------PowerEasy(动易)
/wap/Language/Gb2312.xml------powereasy------PowerEasy(动易)
/WebServices/CategoryService.asmx------powereasy------PowerEasy(动易)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/install/------qiboSoft------qiboSoft(齐博)
/a_d/install/data.sql------qiboSoft------qiboSoft(齐博)
/admin/template/article_more/config.htm------qiboSoft------qiboSoft(齐博)
/admin/template/blend/set.htm------qiboSoft------qiboSoft(齐博)
/admin/template/center/config.htm------qiboSoft------qiboSoft(齐博)
/admin/template/cutimg/cutimg.htm------qiboSoft------qiboSoft(齐博)
/admin/template/foot.htm------qiboSoft------qiboSoft(齐博)
/admin/template/fu_sort/editsort.htm------qiboSoft------qiboSoft(齐博)
/admin/template/html/set.htm------qiboSoft------qiboSoft(齐博)
/admin/template/label/article.htm------qiboSoft------qiboSoft(齐博)
/admin/template/label/maketpl/1.htm------qiboSoft------qiboSoft(齐博)
/admin/template/module/make.htm------qiboSoft------qiboSoft(齐博)
/admin/template/mysql/into.htm------qiboSoft------qiboSoft(齐博)
/admin/template/sort/editsort.htm------qiboSoft------qiboSoft(齐博)
/form/admin/template/label/form.htm------qiboSoft------qiboSoft(齐博)
/guestbook/admin/template/label/guestbook.htm------qiboSoft------qiboSoft(齐博)
/hack/cnzz/template/ask.htm------qiboSoft------qiboSoft(齐博)
/hack/gather/template/addrulesql.htm------qiboSoft------qiboSoft(齐博)
/hack/upgrade/template/get.htm------qiboSoft------qiboSoft(齐博)
/member/template/blue/foot.htm------qiboSoft------qiboSoft(齐博)
/member/template/default/homepage.htm------qiboSoft------qiboSoft(齐博)
/template/default/cutimg.htm------qiboSoft------qiboSoft(齐博)
/template/special/showsp2.htm------qiboSoft------qiboSoft(齐博)
/wap/template/foot.htm------qiboSoft------qiboSoft(齐博)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/robots.txt------siteserver------SiteServer
/------siteserver------SiteServer
/Web.config------siteserver------SiteServer
/LiveServer/Configuration/UrlRewrite.config------siteserver------SiteServer
/LiveServer/Inc/html_head.inc------siteserver------SiteServer
/SiteFiles/bairong/SqlScripts/cms.sql------siteserver------SiteServer
/SiteFiles/bairong/TextEditor/ckeditor/plugins/nextpage/plugin.js------siteserver------SiteServer
/SiteFiles/bairong/TextEditor/eWebEditor/language/zh-cn.js------siteserver------SiteServer
/SiteFiles/bairong/TextEditor/eWebEditor/style/coolblue.js------siteserver------SiteServer
/SiteServer/CMS/vssver2.scc------siteserver------SiteServer
/SiteServer/Inc/html_head.inc------siteserver------SiteServer
/SiteServer/Installer/EULA.html------siteserver------SiteServer
/SiteServer/Installer/readme/problem/1.html------siteserver------SiteServer
/SiteServer/Installer/SqlScripts/liveserver.sql------siteserver------SiteServer
/SiteServer/Services/AdministratorService.asmx------siteserver------SiteServer
/SiteServer/Themes/Language/en.xml------siteserver------SiteServer
/SiteServer/Themes/Skins/Skin-DirectoryTree.ascx------siteserver------SiteServer
/SiteServer/UserCenter/Skins/Skin-Footer.ascx------siteserver------SiteServer
/UserCenter/Inc/script.js------siteserver------SiteServer
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/Add.ASP------southidc------Southidc(南方数据)
/Admin/Images/southidc.css------southidc------Southidc(南方数据)
/admin/Inc/southidc.css------southidc------Southidc(南方数据)
/admin/SouthidcEditor/Include/Editor.js------southidc------Southidc(南方数据)
/Ads/left.js------southidc------Southidc(南方数据)
/Asp/ImageList.Asp------southidc------Southidc(南方数据)
/Css/Style.css------southidc------Southidc(南方数据)
/Images/ad.js------southidc------Southidc(南方数据)
/Inc/NoSqlHack.Asp------southidc------Southidc(南方数据)
/Map/51ditu/Index.Asp------southidc------Southidc(南方数据)
/Qq/xml/qq.xml------southidc------Southidc(南方数据)
/Script/Html.js------southidc------Southidc(南方数据)
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/robots.txt------wordpress------WordPress
/license.txt------wordpress------WordPress
/readme.txt------wordpress------WordPress
/help.txt------wordpress------WordPress
/readme.html------wordpress------WordPress
/readme.htm------wordpress------WordPress
/wp-admin/css/colors-classic.css------wordpress------WordPress
/wp-admin/js/media-upload.dev.js------wordpress------WordPress
/wp-content/plugins/akismet/akismet.js------wordpress------WordPress
/wp-content/themes/classic/rtl.css------wordpress------WordPress
/wp-content/themes/twentyeleven/readme.txt------wordpress------WordPress
/wp-content/themes/twentyten/style.css------wordpress------WordPress
/wp-includes/css/buttons.css------wordpress------WordPress
/wp-includes/js/scriptaculous/wp-scriptaculous.js------wordpress------WordPress
/wp-includes/js/tinymce/langs/wp-langs-en.js------wordpress------WordPress
/wp-includes/js/tinymce/wp-tinymce.js------wordpress------WordPress
/wp-includes/wlwmanifest.xml------wordpress------WordPress
#范例:链接------关键字------CMS别称
#范例:连接------正则表达式------匹配关键字------CMS别称
/license.txt------z-blog------Z-Blog
/PLUGIN/BackupDB/plugin.xml------z-blog------Z-Blog
/PLUGIN/PingTool/plugin.xml------z-blog------Z-Blog
/PLUGIN/PluginSapper/plugin.xml------z-blog------Z-Blog
/PLUGIN/ThemeSapper/plugin.xml------z-blog------Z-Blog
/SCRIPT/common.js------z-blog------Z-Blog
/THEMES/default/TEMPLATE/catalog.html------z-blog------Z-Blog
/THEMES/default/theme.xml------z-blog------Z-Blog
/zb_system/DEFEND/default/footer.html------z-blog------Z-Blog
/zb_system/DEFEND/thanks.html------z-blog------Z-Blog
/zb_system/SCRIPT/common.js------z-blog------Z-Blog
/zb_users/CACHE/updateinfo.txt------z-blog------Z-Blog
/zb_users/PLUGIN/AppCentre/plugin.xml------z-blog------Z-Blog
/zb_users/PLUGIN/FileManage/plugin.xml------z-blog------Z-Blog
/zb_users/THEME/default/theme.xml------z-blog------Z-Blog
/zb_users/THEME/HTML5CSS3/theme.xml------z-blog------Z-Blog
/zb_users/THEME/metro/TEMPLATE/footer.html------z-blog------Z-Blog
/zb_users/THEME/metro/theme.xml------z-blog------Z-Blog