-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathad-setup-3.php
More file actions
78 lines (67 loc) · 2.73 KB
/
ad-setup-3.php
File metadata and controls
78 lines (67 loc) · 2.73 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
<?PHP
include 'config.php';
session_start();
$id = $_SESSION['id'];
$website = $_POST['website'];
$_SESSION{'website'] = $website;
?>
<!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 | Ad Setup 3</title>
<link href="css/ad-setup-3.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" />
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="center_box">
<div id="rightbox"><strong><?PHP echo'<a class="white" href="http://www.faceworld.io/profile.php?id='; echo $id; echo'">'; echo'Faceworld'; echo'</a>'; ?></strong></div>
</div>
</div>
<div id="cube">
<form action="ad-setup-4.php" method="post" enctype="multipart/form-data">
<div id="rect_box">
<div id="rect_passbox">
<div id="forgot_titlebox">
<div id="fortitlebx"><strong>What's your budget?</strong></div>
</div>
<div id="forgot_box">
<div id="c_forbox">
<label>
<select name="budget" id="budget">
<option>25</option>
<option>50</option>
<option>75</option>
<option>100</option>
<option>1000</option>
<option>10000</option>
<option>20000</option>
</select>
</label>
</div>
</div>
<div id="buttonrow">
<div id="recover_button_bx"><input type="image" src="http://www.faceworld.io/img/next.png" name="image" width="87" height="35"></div>
</div>
</div>
</div>
</form>
<div id="footer">
<div id="bx1"><strong><a class="gray" href="http://www.faceworld.io/blog/index.php">Blog</a> | <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">© 2021 Faceworld</a></strong></div>
<div id="bx2"></div>
</div>
</div>
</div>
</body>
</html>
<?php include_once("analyticstracking.php") ?>