This repository has been archived by the owner on May 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9d0ef1
commit 793747c
Showing
19 changed files
with
87 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
$user_table="emostoreadmin"; | ||
$data_table="emostore"; | ||
$query="set names 'utf-8'"; | ||
$keys = ["id","name","iconurl","postedon","introduction","creator","creatorurl","server","serverurl","dataformat","installurl","codeurl"]; | ||
$keynames = ["内部ID(只读)","颜文字源名称","图标网址","登记日期","简介","维护者","维护者网站","服务器","服务器提供网址","云颜文字数据格式","软件调用网址","源代码网址"]; | ||
$keys = ["id","name","iconurl","postedon","introduction","creator","creatorurl","server","serverurl","dataformat","installurl","codeurl","usergroup"]; | ||
$keynames = ["内部ID(只读)","颜文字源名称","图标网址","登记日期","简介","维护者","维护者网站","服务器","服务器提供网址","云颜文字数据格式","软件调用网址","源代码网址","呈现给用户组"]; | ||
//<?php echo $footer; ? > | ||
$footer="<hr><center>源商店管理员后台 © 云颜文字团队 2015.<br>源商店 by 神楽坂雅詩,0wew0,神楽坂紫,KT.<br><a href=\"http://www.miitbeian.gov.cn/\" target=\"_blank\" title=\"此处为域名拥有者资料,并非内容提供者信息,请勿使用这些信息干扰他的生活,谢谢理解。如有问题请联系[email protected]。\">京ICP备15023313号</a></center>"; | ||
?> |
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>Untitled Document</title> | ||
<style type="text/css"> | ||
body { | ||
background-color: #D6D6D6; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body leftmargin="20" topmargin="20" marginwidth="20" marginheight="20"> | ||
<table width="100%" border="0"> | ||
<tbody> | ||
<tr> | ||
<td align="center" bgcolor="#E3E3E3"><p> </p> | ||
<h1>云颜文字网站正在维护中</h1> | ||
<p>我们正在更新源商店系统到全新版本</p> | ||
<p> </p></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</body> | ||
</html> |
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Loading</title></head><body><div align="center"><table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%"><tr><td align="center"><img border="0" src="loading.gif" width="50" height="54"></td></tr></table></div><meta http-equiv=refresh content="1;url=welcome.html"></body></html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!DOCTYPE html> | ||
<html><head><meta charset="utf-8"><title>云颜文字·源商店:内容分发</title></head><body> | ||
<center>云颜文字·源商店<h1>内容分发</h1></center> | ||
<hr> | ||
<?php | ||
$starturl = "https://yoooooooooo.com/emoticon/store/"; | ||
$localdir = getcwd()."/"; | ||
$files = ["emostore.xml","emostore.json","emostore.ylt","updatetime.txt","phparray.txt","index.html"]; | ||
echo "<hr><p>开始下载资料到".$localdir."...</p>"; | ||
for ($i = 0; $i < count($files); $i++) { | ||
$nowfilename = $files[$i]; | ||
$url = $starturl.$nowfilename; | ||
$local = $localdir.$nowfilename; | ||
file_put_contents($local,file_get_contents($url)) | ||
or die("<hr><p><b>接收分发缓存 <a href=\"".$nowfilename."\" target=\"_blank\">".$nowfilename."</a> 失败。</b></p>"); | ||
echo "<hr><p><b>接收分发缓存 <a href=\"".$nowfilename."\" target=\"_blank\">".$nowfilename."</a> 成功。</b></p>"; | ||
} | ||
echo "<hr>操作结束。"; | ||
?></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!DOCTYPE html><html><head data-gwd-animation-mode="proMode"><meta name="GCD" content="YTk3ODQ3ZWZhN2I4NzZmMzBkNTEwYjJlabdc27a8ac2817260a847e30dadc1806"/><title>云颜文字 - 在云中找到你所爱的颜文字</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="Google Web Designer 1.1.0.0723"><script src="Respond.min.js"></script><link href="btn.css" rel="stylesheet" type="text/css"><link href="welcome-desktop.css" rel="stylesheet" type="text/css" media="(min-width: 841px)"><link href="welcome-mobile.css" rel="stylesheet" type="text/css" media="(max-width: 840px)"><style type="text/css">html,body{width:100%;height:100%;margin:0;min-height:800px}body{background-color:transparent;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-moz-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-webkit-perspective:1400px;-moz-perspective:1400px;perspective:1400px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.gwd-img-amk0{position:absolute;width:100%;height:100%;left:0;top:0;font-size:24px}.gwd-img-2q2s{position:absolute;width:300px;height:79px;left:5%;top:5%;opacity:0}.gwd-span-4d8c{color:#fff;font-family:Verdana;font-size:24px}.gwd-span-5fk0{color:#fff;font-family:Verdana;font-size:24px}.gwd-div-o027{text-align:center}.gwd-div-yqii{text-align:center}.gwd-div-g300{text-align:center}.gwd-div-uitu{text-align:center}.gwd-div-sp20{text-align:center}.gwd-div-4hrn{text-align:center}.gwd-div-zk6t{text-align:center}.gwd-div-dcgv{text-align:center}.gwd-div-od88{text-align:center}.gwd-div-iq8j{position:absolute;text-align:left;color:#000;height:0;width:100%;left:0;font-family:Verdana;opacity:0;top:45%}.gwd-div-gddo{text-align:center}.gwd-div-78w9{text-align:center}.gwd-span-kvi7{color:#fff;font-family:Verdana;font-size:27px}.gwd-span-2o2y{color:#fff;font-family:Verdana;font-size:27px}.gwd-div-4tm4{position:absolute;width:162px;height:58px;font-family:'Times New Roman';text-align:left;color:#000;top:5%;right:0;opacity:0}.gwd-div-shik{text-align:center}.gwd-a-mr19{font-family:Verdana;color:#000}.gwd-span-816s{font-size:24px}.gwd-div-lbp0{position:absolute;height:36px;font-family:Verdana;text-align:left;color:#000;width:100%;left:0;top:92%;opacity:0}.gwd-div-m2ax{text-align:center}.gwd-span-3dsw{color:#fff}.gwd-div-w5um{text-align:center}.gwd-span-pvry{color:#fff}@-webkit-keyframes gwd-gen-c4d3gwdanimation_gwd-keyframes{0%{opacity:0;top:45%;-webkit-animation-timing-function:linear}100%{opacity:1;top:35%;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-c4d3gwdanimation_gwd-keyframes{0%{opacity:0;top:45%;-moz-animation-timing-function:linear}100%{opacity:1;top:35%;-moz-animation-timing-function:linear}}@keyframes gwd-gen-c4d3gwdanimation_gwd-keyframes{0%{opacity:0;top:45%;animation-timing-function:linear}100%{opacity:1;top:35%;animation-timing-function:linear}}body .gwd-gen-c4d3gwdanimation{-webkit-animation:gwd-gen-c4d3gwdanimation_gwd-keyframes 1s linear 0s 1 normal forwards;-moz-animation:gwd-gen-c4d3gwdanimation_gwd-keyframes 1s linear 0s 1 normal forwards;animation:gwd-gen-c4d3gwdanimation_gwd-keyframes 1s linear 0s 1 normal forwards}.gwd-a-klye{opacity:0}@-webkit-keyframes gwd-gen-3d4wgwdanimation_gwd-keyframes{0%{opacity:0;-webkit-animation-timing-function:linear}100%{opacity:1;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-3d4wgwdanimation_gwd-keyframes{0%{opacity:0;-moz-animation-timing-function:linear}100%{opacity:1;-moz-animation-timing-function:linear}}@keyframes gwd-gen-3d4wgwdanimation_gwd-keyframes{0%{opacity:0;animation-timing-function:linear}100%{opacity:1;animation-timing-function:linear}}body .gwd-gen-3d4wgwdanimation{-webkit-animation:gwd-gen-3d4wgwdanimation_gwd-keyframes 1s linear .5s 1 normal forwards;-moz-animation:gwd-gen-3d4wgwdanimation_gwd-keyframes 1s linear .5s 1 normal forwards;animation:gwd-gen-3d4wgwdanimation_gwd-keyframes 1s linear .5s 1 normal forwards}.gwd-a-wtsk{opacity:0}.gwd-a-tza1{opacity:0}@-webkit-keyframes gwd-gen-fjx6gwdanimation_gwd-keyframes{0%{opacity:0;-webkit-animation-timing-function:linear}100%{opacity:1;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-fjx6gwdanimation_gwd-keyframes{0%{opacity:0;-moz-animation-timing-function:linear}100%{opacity:1;-moz-animation-timing-function:linear}}@keyframes gwd-gen-fjx6gwdanimation_gwd-keyframes{0%{opacity:0;animation-timing-function:linear}100%{opacity:1;animation-timing-function:linear}}body .gwd-gen-fjx6gwdanimation{-webkit-animation:gwd-gen-fjx6gwdanimation_gwd-keyframes 1s linear 1s 1 normal forwards;-moz-animation:gwd-gen-fjx6gwdanimation_gwd-keyframes 1s linear 1s 1 normal forwards;animation:gwd-gen-fjx6gwdanimation_gwd-keyframes 1s linear 1s 1 normal forwards}.gwd-a-mq4x{opacity:0}.gwd-a-o0xc{opacity:0}.gwd-a-auco{opacity:0}@-webkit-keyframes gwd-gen-e7nugwdanimation_gwd-keyframes{0%{opacity:0;-webkit-animation-timing-function:linear}100%{opacity:1;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-e7nugwdanimation_gwd-keyframes{0%{opacity:0;-moz-animation-timing-function:linear}100%{opacity:1;-moz-animation-timing-function:linear}}@keyframes gwd-gen-e7nugwdanimation_gwd-keyframes{0%{opacity:0;animation-timing-function:linear}100%{opacity:1;animation-timing-function:linear}}body .gwd-gen-e7nugwdanimation{-webkit-animation:gwd-gen-e7nugwdanimation_gwd-keyframes 1s linear 1.5s 1 normal forwards;-moz-animation:gwd-gen-e7nugwdanimation_gwd-keyframes 1s linear 1.5s 1 normal forwards;animation:gwd-gen-e7nugwdanimation_gwd-keyframes 1s linear 1.5s 1 normal forwards}.gwd-a-rcgm{opacity:0}.gwd-a-epxy{opacity:0}.gwd-a-k6fr{opacity:0}.gwd-a-p161{opacity:0}.gwd-a-yt6t{opacity:0}.gwd-a-p50t{opacity:0}@-webkit-keyframes gwd-gen-0qrhgwdanimation_gwd-keyframes{0%{opacity:0;-webkit-animation-timing-function:linear}100%{opacity:1;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-0qrhgwdanimation_gwd-keyframes{0%{opacity:0;-moz-animation-timing-function:linear}100%{opacity:1;-moz-animation-timing-function:linear}}@keyframes gwd-gen-0qrhgwdanimation_gwd-keyframes{0%{opacity:0;animation-timing-function:linear}100%{opacity:1;animation-timing-function:linear}}body .gwd-gen-0qrhgwdanimation{-webkit-animation:gwd-gen-0qrhgwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards;-moz-animation:gwd-gen-0qrhgwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards;animation:gwd-gen-0qrhgwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards}@-webkit-keyframes gwd-gen-nn82gwdanimation_gwd-keyframes{0%{opacity:0;-webkit-animation-timing-function:linear}100%{opacity:1;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-nn82gwdanimation_gwd-keyframes{0%{opacity:0;-moz-animation-timing-function:linear}100%{opacity:1;-moz-animation-timing-function:linear}}@keyframes gwd-gen-nn82gwdanimation_gwd-keyframes{0%{opacity:0;animation-timing-function:linear}100%{opacity:1;animation-timing-function:linear}}body .gwd-gen-nn82gwdanimation{-webkit-animation:gwd-gen-nn82gwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards;-moz-animation:gwd-gen-nn82gwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards;animation:gwd-gen-nn82gwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards}.gwd-a-o4ow{opacity:0}.gwd-a-zfnc{opacity:0}.gwd-a-qk6t{opacity:0}@-webkit-keyframes gwd-gen-kc7egwdanimation_gwd-keyframes{0%{opacity:0;-webkit-animation-timing-function:linear}100%{opacity:1;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-kc7egwdanimation_gwd-keyframes{0%{opacity:0;-moz-animation-timing-function:linear}100%{opacity:1;-moz-animation-timing-function:linear}}@keyframes gwd-gen-kc7egwdanimation_gwd-keyframes{0%{opacity:0;animation-timing-function:linear}100%{opacity:1;animation-timing-function:linear}}body .gwd-gen-kc7egwdanimation{-webkit-animation:gwd-gen-kc7egwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards;-moz-animation:gwd-gen-kc7egwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards;animation:gwd-gen-kc7egwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards}</style></head><body><img src="assets/e05d5e54b4d9d7c7f91a83cc40dd6a7d.jpg" class="gwd-img-amk0" data-gwd-style="" data-gwd-override-style="" style=""><div class="gwd-div-lbp0 gwd-gen-nn82gwdanimation"><div class="gwd-div-m2ax"><span class="gwd-span-3dsw">由Google+多人共同参与的云颜文字项目</span></div><div class="gwd-div-w5um"><span class="gwd-span-pvry">移动版应用现已全体登陆应用商店</span></div></div><img src="assets/logo.png" class="gwd-img-2q2s gwd-gen-0qrhgwdanimation"><a href="mobile.html" class="super button blue gwd-a-iugq gwd-a-klye gwd-gen-3d4wgwdanimation gwd-a-wtsk gwd-a-o0xc gwd-a-k6fr gwd-a-p50t gwd-a-qk6t">移动版</a><a href="desktop.html" class="super button blue gwd-a-fm4o gwd-a-tza1 gwd-gen-fjx6gwdanimation gwd-a-mq4x gwd-a-epxy gwd-a-yt6t gwd-a-zfnc">桌面版</a><a href="/store" class="super button green gwd-a-c2f6 gwd-a-auco gwd-gen-e7nugwdanimation gwd-a-rcgm gwd-a-p161 gwd-a-o4ow">源商店</a><div class="gwd-div-iq8j gwd-gen-c4d3gwdanimation"><div class="gwd-div-gddo"><span class="gwd-span-kvi7">在云中找到你所爱的颜文字</span></div><div class="gwd-div-78w9"><span class="gwd-span-2o2y">A cloud solution to your favorite emoticons</span></div></div><div class="gwd-div-4tm4 gwd-gen-kc7egwdanimation"><div class="gwd-div-shik"><a href="https://plus.google.com/communities/117258809911473533417" class="gwd-a-mr19" style="color:#000"><span class="gwd-span-816s">支持</span></a></div></div></body></html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.