|
|
|
|
139
|
&& ($UserCount <= USER_LIMIT || USER_LIMIT === 0 || check_perms('site_can_invite_always'))
|
139
|
&& ($UserCount <= USER_LIMIT || USER_LIMIT === 0 || check_perms('site_can_invite_always'))
|
140
|
) { ?>
|
140
|
) { ?>
|
141
|
<div class="box pad">
|
141
|
<div class="box pad">
|
142
|
- <p>Do not trade or sell invites under any circumstances.</p>
|
|
|
143
|
- <p>You may invite anyone so long as you and they both lack malicious intent, but keep in mind that you are
|
|
|
144
|
- responsible for anyone you invite. If you invite someone you don't know well and they surprise you by breaking the
|
|
|
145
|
- rules or being a generally poor user, you will likely end up punished for it. For that reason, we stongly
|
|
|
146
|
- recommend you only invite people you personally know and trust.
|
|
|
147
|
- <p>Do not send an invite to anyone who has previously had a <?=SITE_NAME?> account. Please direct them to <?=BOT_DISABLED_CHAN?> on <?=BOT_SERVER?> if they wish to reactivate their account.</p>
|
|
|
148
|
- <p><em>Do not send an invite if you have not read or do not understand the information above.</em></p>
|
|
|
|
|
142
|
+ <p>
|
|
|
143
|
+ Do not trade or sell invites under any circumstances.
|
|
|
144
|
+ Do not send an invite to anyone who has previously had a <?=SITE_NAME?> account.
|
|
|
145
|
+ Please direct them to <code>#disabled</code> on Slack if they wish to reactivate their account.
|
|
|
146
|
+ </p>
|
|
|
147
|
+
|
|
|
148
|
+ <p>
|
|
|
149
|
+ You may invite anyone so long as you and they both lack malicious intent, but keep in mind that you are responsible for anyone you invite.
|
|
|
150
|
+ If you invite someone you don't know well and they surprise you by breaking the rules or being a generally poor user, you will likely end up punished for it.
|
|
|
151
|
+ For that reason, we stongly recommend you only invite people you personally know and trust.
|
|
|
152
|
+</p>
|
|
|
153
|
+
|
|
|
154
|
+ <p><strong>Do not send an invite if you have not read or do not understand the information above.</strong></p>
|
149
|
</div>
|
155
|
</div>
|
150
|
<div class="box box2">
|
156
|
<div class="box box2">
|
151
|
<form class="send_form pad" name="invite" action="user.php" method="post">
|
157
|
<form class="send_form pad" name="invite" action="user.php" method="post">
|