Skip to content

Commit 3dbba71

Browse files
committed
add plugin
1 parent a3596ae commit 3dbba71

File tree

4 files changed

+109
-0
lines changed

4 files changed

+109
-0
lines changed

plugins/www_4399_com.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"information":{
3+
"author" : "evi1m0",
4+
"date" : "2015/03/12",
5+
"name" : "4399",
6+
"website" : "http://www.4399.com/",
7+
"category" : "娱乐",
8+
"icon" : "http://imga.4399.cn/upload_pic/2012/4399_logo.gif",
9+
"desc" : "4399是中国最大的小游戏专业网站,免费为你提供小游戏大全。"
10+
},
11+
12+
"request" :{
13+
"cellphone_url" : "http://ptlogin.4399.com/ptlogin/isExist.do?appId=www_home&regMode=reg_normal&v=1&username={}",
14+
"email_url" : "http://ptlogin.4399.com/ptlogin/isExist.do?appId=www_home&regMode=reg_normal&v=1&username={}",
15+
"user_url" : "http://ptlogin.4399.com/ptlogin/isExist.do?appId=www_home&regMode=reg_normal&v=1&username={}",
16+
"method" : "GET",
17+
"post_fields":{
18+
19+
}
20+
},
21+
22+
"status":{
23+
"judge_yes_keyword" : "用户名已被注册",
24+
"judge_no_keyword" : "0",
25+
"profile_url" : ""
26+
}
27+
}

plugins/www_lvmama_com.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"information":{
3+
"author" : "evi1m0",
4+
"date" : "2015/03/12",
5+
"name" : "驴妈妈旅行网",
6+
"website" : "http://www.lvmama.com/",
7+
"category" : "旅游",
8+
"icon" : "http://pic.lvmama.com/img/logo/lv_logo.png",
9+
"desc" : "驴妈妈旅游网-中国最领先的在线旅游预订服务商,为您提供景点门票/国内自助游线路/出境游/酒店预订等旅游产品."
10+
},
11+
12+
"request" :{
13+
"cellphone_url" : "http://login.lvmama.com/nsso/ajax/checkUniqueField.do",
14+
"email_url" : "http://login.lvmama.com/nsso/ajax/checkUniqueField.do",
15+
"user_url" : "http://login.lvmama.com/nsso/ajax/checkUniqueField.do",
16+
"method" : "POST",
17+
"post_fields":{
18+
"email" : ""
19+
}
20+
},
21+
22+
"status":{
23+
"judge_yes_keyword" : "\"success\":false",
24+
"judge_no_keyword" : "\"success\":true",
25+
"profile_url" : ""
26+
}
27+
}

plugins/www_lvmama_com2.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"information":{
3+
"author" : "evi1m0",
4+
"date" : "2015/03/12",
5+
"name" : "驴妈妈旅行网",
6+
"website" : "http://www.lvmama.com/",
7+
"category" : "旅游",
8+
"icon" : "http://pic.lvmama.com/img/logo/lv_logo.png",
9+
"desc" : "驴妈妈旅游网-中国最领先的在线旅游预订服务商,为您提供景点门票/国内自助游线路/出境游/酒店预订等旅游产品."
10+
},
11+
12+
"request" :{
13+
"cellphone_url" : "http://login.lvmama.com/nsso/ajax/checkUniqueField.do",
14+
"email_url" : "http://login.lvmama.com/nsso/ajax/checkUniqueField.do",
15+
"user_url" : "http://login.lvmama.com/nsso/ajax/checkUniqueField.do",
16+
"method" : "POST",
17+
"post_fields":{
18+
"mobile" : ""
19+
}
20+
},
21+
22+
"status":{
23+
"judge_yes_keyword" : "\"success\":false",
24+
"judge_no_keyword" : "\"success\":true",
25+
"profile_url" : ""
26+
}
27+
}

plugins/www_zol_com_cn.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"information":{
3+
"author" : "evi1m0",
4+
"date" : "2015/03/12",
5+
"name" : "中关村在线",
6+
"website" : "http://www.zol.com.cn/",
7+
"category" : "IT",
8+
"icon" : "http://service.zol.com.cn/user/images/login2014/logo.png",
9+
"desc" : "中关村在线——中国第一科技门户,是一家资讯覆盖全国并定位于销售促进型的IT互动门户,被认为是大中华区最具商业价值的IT专业门户。"
10+
},
11+
12+
"request" :{
13+
"cellphone_url" : "http://service.zol.com.cn/user/ajax/login2014/checkRegUserid.php",
14+
"email_url" : "http://service.zol.com.cn/user/ajax/login2014/checkRegUserid.php",
15+
"user_url" : "http://service.zol.com.cn/user/ajax/login2014/checkRegUserid.php",
16+
"method" : "POST",
17+
"post_fields":{
18+
"act" : "check",
19+
"userid" : ""
20+
}
21+
},
22+
23+
"status":{
24+
"judge_yes_keyword" : "{\"info\":\"error\",",
25+
"judge_no_keyword" : "{\"info\":\"ok\",",
26+
"profile_url" : ""
27+
}
28+
}

0 commit comments

Comments
 (0)