-
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
7ea7aab
commit 8a1a9b0
Showing
3 changed files
with
163 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
eula.vapingcation.cn |
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 |
---|---|---|
@@ -1 +1 @@ | ||
# Eula | ||
EULA by [VC]VapingCation服务器® |
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,161 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-CN"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>VapingCation服务器EULA协议</title> | ||
<style> | ||
.container h1 { | ||
text-transform: none; /* 取消大写 */ | ||
} | ||
/* 全局样式 */ | ||
body { | ||
font-family: 'SimSun', 'Arial', sans-serif; | ||
margin: 0; | ||
padding: 0; | ||
background-color: #f4f4f4; | ||
color: #333; | ||
line-height: 1.6; | ||
} | ||
.container { | ||
width: 80%; | ||
margin: 0 auto; | ||
overflow: hidden; | ||
} | ||
|
||
/* 标题样式 */ | ||
header { | ||
background: #35424a; | ||
color: #fff; | ||
padding-top: 30px; | ||
min-height: 70px; | ||
border-bottom: #e8491d 3px solid; | ||
} | ||
header h1 { | ||
text-align: center; | ||
text-transform: uppercase; | ||
margin: 0; | ||
font-size: 24px; | ||
} | ||
|
||
/* EULA内容样式 */ | ||
#eula-content { | ||
background: #fff; | ||
padding: 20px; | ||
margin: 20px 0; | ||
box-shadow: 0 0 10px rgba(0,0,0,0.1); | ||
} | ||
#eula-content h2 { | ||
color: #35424a; | ||
text-align: center; | ||
} | ||
#eula-content p { | ||
margin-bottom: 15px; | ||
text-indent: 2em; /* 首行缩进 */ | ||
} | ||
|
||
/* 按钮样式 */ | ||
.buttons { | ||
text-align: center; | ||
margin: 20px 0; | ||
} | ||
.buttons button { | ||
background-color: #35424a; | ||
color: #fff; | ||
border: none; | ||
padding: 10px 20px; | ||
font-size: 16px; | ||
margin: 0 10px; | ||
cursor: pointer; | ||
transition: background-color 0.3s ease; | ||
} | ||
.buttons button:hover { | ||
background-color: #293238; | ||
} | ||
|
||
/* 响应式设计 */ | ||
@media(max-width:768px){ | ||
header h1 { | ||
font-size: 20px; | ||
} | ||
.buttons button { | ||
font-size: 14px; | ||
padding: 8px 16px; | ||
} | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<div class="container"> | ||
<h1>VapingCation服务器EULA协议</h1> | ||
</div> | ||
</header> | ||
|
||
<section id="eula-section"> | ||
<div class="container"> | ||
<div id="eula-content"> | ||
<h2>服务条款与条件</h2> | ||
<p>通过访问和使用本Minecraft服务器,您同意以下条款和条件:</p> | ||
<!-- 在这里插入详细的EULA内容 --> | ||
<h4 style="color:red;">*此EULA协议不是固定的,随时可以修改,请一定要遵守下面的要求,否则你会被永久拉入黑名单!</h4> | ||
<h4 style="color:red;">*本服务器严格遵守Mojang®和Microsoft®的用户协议,有关Mojang®的EULA协议请参考:https://www.minecraft.net/zh-hans/usage-guidelines#brand</h4> | ||
<h4 style="color:red;">*注:Eula 解释权归VapingCation™所有</h4> | ||
<h3 style="color:rgb(255, 114, 156);">1.本服务器由私人运营,不属于任何企业或者厂商,如果后期Mojang发布有关正版验证的事情,我们会马上修改EULA协议</h3> | ||
<h3 style="color:rgb(255, 114, 156);">2.本QQ群和服务器内禁止一切 商业活动/广告/贩卖账号 的行为,如果发现2次,我们为了群的安全并不会直接警告,而是踢出服务器群。如果发现明显的商业行为你会被直接踢出群并且拉入永久黑名单!</h3> | ||
<h3 style="color:rgb(255, 114, 156);">3.本群禁止刷屏,如果发现频繁刷屏你会被禁言5分钟-30天,刷屏性质由VapingCation管理组决定</h3> | ||
<h3 style="color:rgb(255, 114, 156);">4.本群禁止发布不良视频,图片和信息,包括但不限于:黄色内容,网络上禁止播放的 视频/图片 ,辱骂他人,如果发现,你将面临30分钟禁言或被踢出群的处罚</h3> | ||
<h3 style="color:rgb(255, 114, 156);">5.如果对方触犯了第4条EULA,并且他在之后没有再触犯第4条EULA,结果是因为你导致的他再次触发第4条EULA,把他被拉入黑名单之外你也要受到1-3天的禁言!</h3> | ||
<h3 style="color:rgb(255, 114, 156);">6.本群禁止发送对社会,国家的非法言论,包括但不限于:辱华,传播纳粹言论或标志等</h3> | ||
<h3 style="color:rgb(255, 114, 156);">7.本服务器的直连IP禁止公开(公开测试IP除外)如果你公开了,并且我们的服务器遭受攻击,你将负全部责任,并且永久拉入黑名单!</h3> | ||
<h3 style="color:rgb(255, 114, 156);">8.如果你申请通过了(服务器内部人员的申请)请你一点要遵守一下几点:1.如果你公开或者无意公开了我们的内部信息,你会被直接踢出服务器 2.被踢出管理层的人不允许再次申请 管理/客服 3.如果发现你使用第2个账号来进行申请,你会被禁言5-10天 4.如果你被拒绝或者没有通过,你将无法申请第二次!</h3> | ||
<h3 style="color:rgb(255, 114, 156);">9.如果我们发现了你在非法攻击服务器,那么你会被永久拉入服务器黑名单,并且追究法律责任!</h3> | ||
<h3 style="color:rgb(255, 114, 156);">10.如果你是我们服务器的内部人员,请你保密服务器的信息,如果发现你公布服务器信息,你将会被拉入黑名单!</h3> | ||
<h3 style="color:rgb(255, 114, 156);">11.如果你在服务器或群里被骗(电脑/手机 被攻击,账号被盗)我们不会负任何责任</h3> | ||
<h3 style="color:rgb(255, 114, 156);">12.目前服务器只有3位管理员:青鸟,鹿目 まどか Advanced,3U8655如果你发现了有人谎称自己是管理员或者服主,请一定要告诉我们,而且请认准官方邮箱: [email protected] [email protected]</h3> | ||
<h3 style="color:rgb(255, 114, 156);">13.禁止使用多个小号进群</h3> | ||
<h3 style="color:rgb(255, 114, 156);">14.我们将不会提供任何人的账号和密码</h3> | ||
<h3 style="color:rgb(255, 114, 156);">15.服务器禁止任何形式的攻击和崩服行为</h3> | ||
<h3 style="color:rgb(255, 114, 156);">16.如果你进入过我们服务器/群,你就默认同意了这EULA最终协议,且无法取消,除非退出VapingCation群聊和服务器</h3> | ||
<h3 style="color:rgb(255, 114, 156);">17.在服务器测试或者服务器管理团队,维护团队正在测试时服务器管理员有权进行非Eula封禁,但是这个封禁不是永久的,在测试完成后,你的账号和IP会进行解封</h3> | ||
<h3 style="color:rgb(255, 114, 156);">18.在VapingCation合法服务器中禁止做有破话游戏平衡的事</h3> | ||
<h3 style="color:rgb(255, 114, 156);">19.请不要催进度,如果你有好的意见,请转人工</h3> | ||
<h3 style="color:rgb(255, 114, 156);">20.我们所做的任何决定都是内部经过多次讨论才做的,请不要质疑</h3> | ||
<h3 style="color:rgb(255, 114, 156);">21.如果你在服务器内发现任何有损游戏平衡的BUG请不要利用它(非原版BUG),并且请把上传给管理组</h3> | ||
<h3 style="color:rgb(255, 114, 156);">22.如果你在群内或者服务器内未经授权发布自己的收款码或者付款吗,如果你遭受诈骗或者你正在诈骗别人或者使用未经授权的收款码,我们都将它归纳与商业行为或者诈骗行为,我们有权进行无时间限制的禁言或者踢出服务器群聊</h3> | ||
<h3 style="color:rgb(87, 224, 195);">我们的联系方式</h3> | ||
<h4 style="color:rgb(87, 224, 195);">QQ:2857988661(服主:青鸟)</h4> | ||
<h4 style="color:rgb(87, 224, 195);">QQ:2129767149(服主:鹿目 まどか Advanced)</h4> | ||
<h4 style="color:rgb(87, 224, 195);">QQ:1987347585(3U8655/服主-Dev) </h4> | ||
<h4 style="color:rgb(87, 224, 195);">邮箱:[email protected](青鸟)</h4> | ||
<h4 style="color:rgb(87, 224, 195);">邮箱:[email protected](鹿目 まどか Advanced)</h4> | ||
<h4 style="color:rgb(87, 224, 195);">邮箱:[email protected](3U8655)</h4> | ||
<h3 style="color:rgb(255, 114, 156);">VapingCation EULA最后更新时间:2025.1.25 第8次更新</h4> | ||
|
||
</div> | ||
|
||
<div class="buttons"> | ||
<button onclick="acceptEula()">接受</button> | ||
<button onclick="rejectEula()">拒绝</button> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<script> | ||
function acceptEula() { | ||
// 替换成你想要重定向到的URL | ||
const targetUrl = "http://www.vapingcation.cn/"; | ||
|
||
// 使用window.location.href进行重定向 | ||
window.location.href = targetUrl; | ||
} | ||
|
||
function rejectEula() { | ||
alert('您已拒绝EULA协议。服务器访问被拒绝。'); | ||
// 在这里添加将用户重定向到错误页面或执行其他操作的逻辑(如果需要) | ||
} | ||
</script> | ||
|
||
</body> | ||
</html> |