-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathaff.html
More file actions
320 lines (300 loc) · 17 KB
/
aff.html
File metadata and controls
320 lines (300 loc) · 17 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title>rixCloud | 云加速APP及网络,游戏加速,香港云主机 | ChatSIM中国认证合作伙伴</title>
<meta name="keywords" content="Shadowsocks,Surge,Shadowrocket,Youtube,Twitter,Facebook,Telegram,Instagram等app及网站加速,GTA5,战地,Steam等游戏加速,香港云主机,博客及网站托管">
<meta name="description" content="Youtube,Twitter,Facebook,Telegram,Instagram等app及网站加速,GTA5,战地,Steam等游戏加速,香港云主机,博客及网站托管">
<!-- Fix chrome language detection -->
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="Content-Language" content="zh" />
<!-- Styles -->
<link href="css/core.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/panel.css" rel="stylesheet">
<link href="css/global.css" rel="stylesheet">
<style>
@font-face {
font-family: 'icons';
src:url('fonts/icons/icons.eot');
src:url('fonts/icons/icons.eot') format('embedded-opentype'),
url('fonts/icons/icons.ttf') format('truetype'),
url('fonts/icons/icons.woff') format('woff'),
url('fonts/icons/icons.svg') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<!--[if lt IE 9]>
<script src="/js/selectivizr-min.js"></script>
<script src="/js/html5shiv.min.js"></script>
<script src="/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="page-wrapper">
<div class="page-navbar">
<nav class="navbar">
<div class="container">
<button class="navbar-toggle btn btn-link btn-icon" type="button"><i><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></i></button>
<div class="navbar-header">
<a class="navbar-brand" href="index.html"></a>
<a href="https://my.rixcloud.com" class="navbar-login btn btn-link btn-icon"><i class="zmdi zmdi-account-o"></i></a>
</div>
<div class="navbar-container">
<ul class="nav navbar-nav navbar-main">
<li>
<a href="index.html">首页</a>
</li>
<li class="dropdown">
<a href="pricing.html" data-toggle="dropdown">产品及价格</a>
<ul class="dropdown-menu">
<li><a href="pricing.html">标准加速</a></li>
<li><a href="game_pricing.html">游戏加速</a></li>
<li><a href="host_pricing.html">Linux主机</a></li>
</ul>
</li>
<li class="dropdown">
<a href="features.html" data-toggle="dropdown">产品特性</a>
<ul class="dropdown-menu">
<li><a href="features.html">标准加速</a></li>
<li><a href="game.html">游戏加速</a></li>
<li><a href="host.html">Linux主机</a></li>
<li><a href="datacenter.html">数据中心</a></li>
<li><a href="panel.html">控制面板</a></li>
</ul>
</li>
<li class="dropdown">
<a href="index.html" data-toggle="dropdown">资源及测速</a>
<ul class="dropdown-menu">
<li><a href="https://docs.rixcloud.com">支持文档</a></li>
<li><a href="client.html">客户端</a></li>
<li><a href="speedtest.html">速度测试</a></li>
<li><a href="status.html">服务器状态</a></li>
</ul>
</li>
<li class="dropdown">
<a href="about.html" data-toggle="dropdown">条款及优惠</a>
<ul class="dropdown-menu">
<li><a href="about.html">关于我们</a></li>
<li><a href="sla.html">服务协议</a></li>
<li><a href="contact.html">联系我们</a></li>
<li><a href="coupons.html">优惠码</a></li>
<li><a href="aff.html">推介计划</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-buttons">
<li><a href="https://my.rixcloud.com/clientarea.php" class="btn btn-outline btn-light">登录</a></li>
<li><a href="https://my.rixcloud.com/register.php" class="btn btn-dark">注册</a></li>
</ul>
</div>
</div>
</nav>
</div>
<!-- /.page-navbar -->
<div class="page-banner page-banner-subpage">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-5 col-sm-6">
<div class="banner-slogan banner-slogan-hero">
<h1 class="slogan-title">加入rixCloud推介计划!</h1>
<h2 class="slogan-desc">通过推荐他人使用rixCloud服务来获取收益!</h2>
<div class="actions"><a class="btn btn-lg btn-primary-light" href="https://my.rixcloud.com/affiliates.php">现在就加入推介计划!<i class="zmdi zmdi-long-arrow-right"></i></a></div>
</div>
</div>
<div class="col-md-8 col-md-7 col-sm-6">
<div class="banner-image">
<div class="image image-free-trial">
<div class="present animate">
<span class="present-top"><span></span></span>
<span class="present-body"><span class="server server-lg"></span></span>
<span class="present-bottom"><span></span></span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /.banner-tabs -->
</div>
<!-- /.page-banner -->
<div class="page-section">
<div class="container">
<div class="section-row row">
<div class="col-sm-6 col-sm-push-6">
<div class="section-image">
<div class="image image-storage-how animate">
<span class="computer-screen"></span>
<span class="file-mobile"></span>
<span class="file"></span>
<span class="server image-shadow"><span class="server-lines"></span></span>
<span class="line line-dashed-y line-screen-top"></span>
<span class="line line-dashed-x line-screen"></span>
<span class="line line-dashed-x line-mobile"></span>
<span class="line line-dashed-y line-file-bottom"></span>
<span class="line line-dashed-x line-file animate"></span>
</div>
</div>
<!-- /.section-image -->
</div>
<div class="col-md-5 col-sm-6 col-sm-pull-6">
<h2 class="section-title">推介系统如何工作?</h2>
<p class="section-desc">加入推介计划后,您将获得一个独一无二的链接,当您的朋友通过该链接访问rixCloud后,他们的电脑将会保存一个Cookies在硬盘中,在90天内,只要该用户注册了rixCloud并购买了服务,您都将可以从中获得收益。无论他是否在第一次访问后就直接保存了rixCloud的直达链接。</p>
</div>
</div>
<div class="section-row row">
<div class="col-sm-4">
<h3 class="h4">推介收益将何时到账?</h3>
<p>事实上,我们无法在用户购买后立即结算该推介佣金,只有当用户购买并正常使用服务7-30天(这取决于服务类型)后,我们才能结算该推介佣金到您的账户上。您始终可以通过用户中心查看到您的推介情况。</p>
</div>
<div class="col-sm-4">
<h3 class="h4">我是否可以提现推介佣金?</h3>
<p>当然可以!您只需要在推介佣金提现的工单中写入您的收款账户(我们支持支付宝、Paypal等),我们就会在处理中直接将佣金打入您的账户中。如果转账产生手续费,则手续费会被扣除在佣金中。</p>
</div>
<div class="col-sm-4">
<h3 class="h4">推介佣金是否可以用于购买rixCloud服务?</h3>
<p>我们默认情况下会提现推介佣金到您的rixCloud账户,这些佣金会转换为等值的rixCloud信用点,可以用于购买rixCloud的任何服务!通过推介计划,您甚至可以免费使用rixCloud服务。</p>
</div>
</div>
</div>
</div>
<div class="page-section section-dark section-center">
<div class="container">
<div class="section-image m-b-60">
<div class="image image-no-payment animate">
<span class="payment-hand"></span>
<span class="payment-coin payment-coin-md"></span>
<span class="payment-coin"></span>
<span class="payment-cross"></span>
</div>
</div>
<!-- /.section-image -->
<h2 class="section-title">我是否需要支付费用?</h2>
<p class="section-desc m-b-20">您无需为推介计划支付任何的担保费用,在您选择加入推介计划后,您将可以直接通过推介rixCloud的产品与服务来获取收益,rixCloud不会在此过程中收取任何的额外费用。</p>
</div>
</div>
<div class="page-section">
<div class="container">
<div class="section-row row">
<div class="col-sm-6 col-sm-push-6">
<div class="section-image">
<div class="image image-new-users">
<span class="user image-shadow-sm animate zoomIn"></span>
<span class="user user-sm image-shadow-sm animate zoomIn" data-animation-delay="0.2s"></span>
<span class="user user-sm image-shadow-sm animate zoomIn" data-animation-delay="0.4s"></span>
<span class="user user-xs image-shadow-sm animate zoomIn" data-animation-delay="0.6s"></span>
<span class="user user-xs image-shadow-sm animate zoomIn" data-animation-delay="0.8s"></span>
</div>
</div>
</div>
<div class="col-md-5 col-sm-6 col-sm-pull-6">
<h2 class="section-title">谁有资格加入rixCloud推介计划?</h2>
<p class="section-desc">任何rixCloud的客户都可以加入推介计划来从中获取收益。</p>
</div>
</div>
<div class="section-row text-center">
<h2 class="section-title">有任何问题?我们随时准备协助您!</h2>
<div class="actions"><a class="btn btn-lg btn-primary btn-outline" href="contact.html">联系我们<i class="zmdi zmdi-long-arrow-right"></i></a></div>
</div>
</div>
</div>
<!-- /.page-section -->
<div class="page-section section-blue section-center">
<div class="container">
<h2 class="section-title">使用rixCloud云服务,开启新生活!</h2>
<form method="post" action="https://my.rixcloud.com/register.php" class="register-form">
<input type="hidden" name="action" value="register"/>
<input style="display: none;" name="email" value="" autocomplete="off">
<div class="register-container">
<div class="form-group">
<input name="email" class="form-control input-lg" type="email" placeholder="Email地址"/>
</div>
<div class="form-group">
<input name="password" class="form-control input-lg" type="password" placeholder="密码"/>
</div>
<button class="btn btn-primary-light btn-lg" type="submit">注册</button>
</div>
</form>
</div>
</div>
<!-- /.page-section -->
<div class="page-footer">
<footer class="footer-nav">
<div class="container">
<div class="row">
<div class="col-xs-3">
<h4>产品及价格</h4>
<ul>
<li><a href="pricing.html">标准加速</a></li>
<li><a href="game_pricing.html">游戏加速</a></li>
<li><a href="host_pricing.html">Linux主机</a></li>
</ul>
</div>
<div class="col-xs-3">
<h4>产品特性</h4>
<ul>
<li><a href="features.html">标准加速</a></li>
<li><a href="game.html">游戏加速</a></li>
<li><a href="host.html">Linux主机</a></li>
<li><a href="datacenter.html">数据中心</a></li>
<li><a href="panel.html">控制面板</a></li>
<li><a href="apps.html">推荐软件</a></li>
</ul>
</div>
<div class="col-xs-3">
<h4>资源及测速</h4>
<ul>
<li><a href="https://docs.rixcloud.com">问答</a></li>
<li><a href="speedtest.html">速度测试</a></li>
<li><a href="status.html">服务器状态</a></li>
<li><a href="tos.html">服务条款</a></li>
</ul>
</div>
<div class="col-xs-3">
<h4>条款及优惠</h4>
<ul>
<li><a href="about.html">关于我们</a></li>
<li><a href="sla.html">服务协议</a></li>
<li><a href="contact.html">联系我们</a></li>
<li><a href="coupons.html">优惠码</a></li>
<li><a href="aff.html">推介计划</a></li>
</ul>
</div>
</div>
</div>
</footer>
<footer class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-lg-6 col-lg-push-6 col-xs-12">
<ul class="nav">
<li><a href="tos.html">服务条款</a></li>
<li><a href="sla.html">质量保证</a></li>
<li><a href="privacy.html">隐私政策</a></li>
</ul>
<ul class="social">
<li><a href="https://www.twitter.com/rixcloud/" class="btn btn-primary btn-circle btn-icon btn-outline btn-sm"><i class="zmdi zmdi-twitter"></i></a></li>
</ul>
</div>
<div class="col-lg-6 col-lg-pull-6 col-xs-12">
<p class="footer-copyright">
© 2016 rixCloud Group China, 保留所有权利
<small>rixCloud是上海墙信网络科技有限公司旗下网站<br>沪ICP备16010718号-1</small>
</p>
</div>
</div>
</div>
</footer>
</div>
<!-- /.page-footer -->
</div>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/core.min.js"></script>
<script src="js/main.js"></script>
<script src="js/global.js"></script>
</body>
</html>