-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfirma.php
263 lines (244 loc) · 9.75 KB
/
confirma.php
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
<?php
//fara a conexao com banco de dados
include_once 'assets/php/conexao.php';
//chama a cache, para verificar o cache se esta logado
include_once 'assets/php/cache.php';
if ($con) {
$h = $_GET['h'];
if(!empty($h)){
$query = mysqli_query($con, " UPDATE usuario SET status_confirma='1' WHERE MD5(email_usu) = '$h'");
if ($query) {
$msg_conf = "Cadastro confirmado com sucesso, desfrute de todo nosso contéudo ! :)";
}else{
$erro = mysqli_error($query);
//email da qis
$from = "suporte@qiseventos.com.br";
// envia um e-mail informando o erro
iconv_set_encoding("internal_encoding", "UTF-8");
$headers = "MIME-Version: 1.1\r\n";
$headers .= "From: QIS@scripts_interno\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1 \r\n";
('Content-type: text/html; charset=iso-8859-1 \r\n');
$subject = "[QIS] CONFIRMAR";
$mensagem1 = "Mensagem enviado pelo site da QISeventos em : PAGINA DE CONFIRMACAO DE EMAIL,<br />
ERRO: {$erro}";
$subject = utf8_decode($subject);
$mensagem1 = utf8_decode($mensagem1);
$send_contact=mail($from, $subject, $mensagem1, $headers);
$msg_conf = "Ocorreu algum erro, por Favor tente novamente, ou entre em <a href='contato-sobrenos#us'>contato</a>!";
}
}else{
$msg_conf = "Ocorreu algum erro, por Favor tente novamente, ou entre em <a href='contato-sobrenos#us'>contato</a>!";
}
}else{
$erro = mysqli_error($con);
//email da qis
$from = "suporte@qiseventos.com.br";
// envia um e-mail informando o erro
iconv_set_encoding("internal_encoding", "UTF-8");
$headers = "MIME-Version: 1.1\r\n";
$headers .= "From: QIS@scripts_interno\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1 \r\n";
('Content-type: text/html; charset=iso-8859-1 \r\n');
$subject = "[QIS] CONFIRMAR";
$mensagem1 = "Mensagem enviado pelo site da QISeventos em : PAGINA DE CONFIRMACAO DE EMAIL,<br />
ERRO: {$erro}";
$subject = utf8_decode($subject);
$mensagem1 = utf8_decode($mensagem1);
$send_contact=mail($from, $subject, $mensagem1, $headers);
$msg_conf = "Ocorreu algum erro, por Favor tente novamente, ou entre em <a href='contato-sobrenos#us'>contato</a>!";
}
?>
<!doctype html>
<html lang="pt-br">
<head>
<title>QISeventos - confirmação de cadastro</title>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="theme-color" content="#4B4B4D"/>
<meta property="og:locale" content="pt_BR">
<meta property="og:url" content="http://www.qiseventos.com.br/confirma.php">
<meta property="og:title" content="QISeventos">
<meta property="og:site_name" content="QISeventos">
<meta property="og:description" content="QISeventos confirmação de email.">
<meta property="og:image" content="https://www.qiseventos.com.br/assets/img/icon_share.jpg">
<meta property="og:image:secure_url" content="https://www.qiseventos.com.br/assets/img/icon_share.jpg">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="200"> <!-- pixel -->
<meta property="og:image:height" content="200"> <!-- pixel -->
<meta name="description" content="QISeventos confirmação de email.">
<!-- /** CASO SEJA UM SITE NORMAL **/ -->
<meta property="og:type" content="website">
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<!-- mobile -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<!-- manifest / sw-->
<link rel="manifest" href="assets/js/manifest.json">
<!-- Fonts and icons -->
<link href="assets/css/font_material_icons.css" rel="stylesheet" />
<link href="assets/css/font_roboto.css" rel="stylesheet" />
<link href="assets/css/bootstrap_font.css" rel="stylesheet" />
<!-- CSS Files -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<!-- esse bootstrap é especialmente para o rating star -->
<link href="assets/css/bootstrap_rating.css" rel="stylesheet" />
<link href="assets/css/material-kit.min.css" rel="stylesheet"/>
<!-- CSS Just for demo purpose, don't include it in your project -->
<link href="assets/css/demo.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/sass/material-kit/_example-pages.scss" rel="stylesheet" type="text/html"/>
<!-- estilo interno -->
<style type="text/css">
footer {
position: relative;
bottom: 0;
padding: 0 0 0 0;
}
.btn-perfil{
clear: both;
position: relative;
float: right;
margin-top: 50px;
}
.estrelas input[type=radio] {
display: none;
}
.estrelas label i.fa:before {
content:'\f005';
color: #FC0;
}
.estrelas input[type=radio]:checked ~ label i.fa:before {
color: #CCC;
}
.photo{
width: 130px;
height: 130px;
margin-bottom: 6px;
}
.legenda{
display: none
}
.linha{
height: 1em;
border-bottom: 1px solid #FF8C00;
}
#your-page-column {
width: 70%;
margin: 0px auto;
text-align: center;
}
.wrap{
white-space: pre-wrap; /* CSS3 */
white-space: -moz-pre-wrap; /* Firefox */
white-space: -pre-wrap; /* Opera <7 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* IE */
}
</style>
</head>
<!-- as estrelinhas, 1 - ruim, 2 - insatisfatória, 3 - regular, 4 - boa, 5 - excelente -->
<body id="b_n" class="profile-page">
<!-- notificacao em primeiro plano/alert -->
<?php include 'assets/php/notificacao-alert.php';?>
<div id="fb-root"></div>
<nav class="navbar navbar-transparent navbar-fixed-top navbar-color-on-scroll">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-example">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- notificação -->
<?php
if($lvl >= 2){
echo "
<a href='#' class='navbar-toggle n-notification-a' style='margin-top: 4px;' rel='tooltip' title='Você receberá suas <b>notificações</b> por aqui' data-html='true' data-placement='bottom'>
<span id='n-notification' class='n-notification'></span>
<i class='material-icons' style='color: #fff;'>notifications</i>
</a>";
}
?>
<!-- foto do usuario msm coisa com o nome -->
<?php
if ($lvl == "1") {
echo "<div class='logo-container'>
<div class='logo' style='border:none;border-radius:0;'>
<a href='index.html' alt='login QISeventos' rel='tooltip' title='<b>Entre</b> e busque o melhor conteudo para seu <b>evento</b>' data-placement='bottom' data-html='true'><img src='assets/img/favicon_negativo.png'></a>";
}else{
if(empty($foto_perfil)){
echo "<div class='logo-container'>
<div class='logo'>
<a href='perfil.php'><img src='assets/img/account.jpg' alt='entrar no perfil' rel='tooltip' title='<b>Perfil</b>' data-placement='bottom' data-html='true'></a>";
}else{
echo "<div class='logo-container'>
<div class='logo'>
<a href='perfil.php'><img src='".$foto_perfil."' alt='entrar no perfil' rel='tooltip' title='<b>Perfil</b>' data-placement='bottom' data-html='true'></a>";
}
}
?>
</div>
<!-- fim div logo -->
<div class="brand">
<!-- nome do usuario caso logado, se nao vai para o login, com o link para login ou perfil -->
<?php
if ($lvl == "1") {
}else{
echo "
<a class='log-cor' href='perfil.php'>".$nome_log."</a>
";
}
?>
</div>
<!-- fim div brand -->
</div>
<!-- fim div container -->
</div>
<!-- fim div logo-container -->
<div class="collapse navbar-collapse" id="navigation-example">
<!-- a partir daqui é o menu que varia -->
<?php
include 'assets/php/menus.php';
?>
<!-- termino do menu variavel -->
</div>
</div>
</nav>
<div class="wrapper">
<div class="header header-filter" style="background-image: url('<?php echo $foto_capa_anunciante ?>');"></div>
<div class="main main-raised">
<h1 class="text-center">Confirmação de email</h1><br>
<h4 class="text-center"><?php echo $msg_conf ?><a href="index.html">Continuar</a>.</h4>
</div>
<div id="testenoti">
<div class="modal fade" id="Modalnoti" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
</div>
</div>
<?php include 'assets/php/modal.php';?>
<!-- footer -->
<?php include 'assets/php/footer.php'; ?>
<!-- footer -->
<!-- jQuery 3.1.1 -->
<script src="assets/js/jquery-3.1.1.min.js"></script>
<!-- temporizador -->
<script src="assets/js/temporizador.js"></script>
<!-- bookmark_bubble -->
<script type="text/javascript" src="assets/js/bookmark_bubble.min.js"></script>
<script src="assets/js/lightbox-plus-jquery.min.js"></script>
<!-- Core JS Files -->
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/material.min.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="assets/js/nouislider.min.js" type="text/javascript" async></script>
<!-- Plugin for the Datepicker, full documentation here: http://www.eyecon.ro/bootstrap-datepicker/ -->
<script src="assets/js/bootstrap-datepicker.min.js" type="text/javascript"></script>
<!-- Control Center for Material Kit: activating the ripples, parallax effects, scripts from the example pages etc -->
<script src="assets/js/material-kit.min.js" type="text/javascript"></script>
<!-- script nosso -->
<script src="assets/js/sis_js.js" type="text/javascript" async></script>