-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemail_sent.php
More file actions
51 lines (41 loc) · 1.84 KB
/
email_sent.php
File metadata and controls
51 lines (41 loc) · 1.84 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
<?PHP
session_start();
include 'config.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="robots" content="all" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="msnbot" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Faceworld | Email Sent!</title>
<link href="css/email_sent.css" rel="stylesheet" type="text/css" media="screen" />
<meta name="description" content="Faceworld is an utility that connects you to friends and family by location!">
<meta name="keywords" content="social, social network, network" />
<link rel="shortcut icon" href="http://www.faceworld.io/img/favicon.ico">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<body>
<div id="wrapper">
<div id="header">
<div id="center_box">
<div id="logoboxl"></div>
<div id="rightbox"><strong><a class="white" href="http://www.faceworld.io/index.php">Faceworld</a></strong></div>
</div>
</div>
<div id="cube">
<form name="input" id="commentForm" action="http://www.faceworld.io/get_password.php" method="post">
<div id="rect_box">
<div id="emailsentboxx">Email Sent: <?PHP $email = $_SESSION['email']; echo $email; ?></div>
</div>
</form>
<div id="footer">
<div id="bx1"><strong><a class="gray" href="http://www.faceworld.io/terms.php">Terms</a> | <a class="gray" href="http://www.faceworld.io/privacy.php">Privacy</a> | <a class="gray" href="http://www.faceworld.io/index.php">© 2023 Faceworld</a></strong></div>
<div id="bx2"></div>
</div>
</div>
</div>
</body>
</html>
<?php include_once("analyticstracking.php") ?>