-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
73 lines (62 loc) · 2.83 KB
/
Copy pathfooter.php
File metadata and controls
73 lines (62 loc) · 2.83 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
<?PHP
$copy = '© 2020 Patrick McGuire';
if ($_COOKIE['invite'] != ''){
$copy = '© 2020 Patrick McGuire - '.strtoupper($_COOKIE['invite']);
}
?>
<?PHP if ($_SERVER['SCRIPT_NAME'] != '/share.php'){ ?>
<div class='row'>
<div class='col-sm-10' style='text-align:center;'><br><br><br><button type="button" class="btn btn-info btn-lg btn-block" onclick="window.open('share.php')">Before you leave click here to share the petition.</button></div>
</div>
<?PHP } ?>
<div class='row'>
<div class='col-sm-1' style='text-align:center;'>
</div>
<div class='col-sm-8' style='text-align:center;'>
<iframe src="https://discordapp.com/widget?id=814685066122100757&theme=light" width="600" height="300" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
<div class='col-sm-1' style='text-align:center;'>
</div>
</div>
<div class='row'>
<div class='col-sm-10' style='text-align:center;'>
<?PHP echo $copy;?>
</div>
</div>
<div class='row'>
<div class='col-sm-10' style='text-align:center;'>
<span id="siteseal"><script async type="text/javascript" src="https://seal.starfieldtech.com/getSeal?sealID=aPXbc3kH1AvnQodUszkMcZir7V0JjcOovILeuCzgYFn2WwPTWyh0o2vI6hDF"></script></span>
</div>
</div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class='row'>
<div class='col-sm-10' style='text-align:center;'>
<?PHP if($_COOKIE['debug'] == 'on'){ ?>
<pre><?PHP print_r($_GET); ?></pre>
<pre><?PHP print_r($_POST); ?></pre>
<pre><?PHP print_r($_SESSION); ?></pre>
<pre><?PHP print_r($_COOKIE); ?></pre>
<?PHP } ?>
</div>
</div>
</div><!-- close container -->
<script type="text/javascript">
window.doorbellOptions = {
"id": "10512",
"appKey": "4wEnfKuAdj4WlHgKaxLMrAbYn8aKdFhtYVnpbRPkG4AbA7SH7KcgiRvdZyWmwxnw"
};
(function(w, d, t) {
var hasLoaded = false;
function l() { if (hasLoaded) { return; } hasLoaded = true; window.doorbellOptions.windowLoaded = true; var g = d.createElement(t);g.id = 'doorbellScript';g.type = 'text/javascript';g.async = true;g.src = 'https://embed.doorbell.io/button/'+window.doorbellOptions['id']+'?t='+(new Date().getTime());(d.getElementsByTagName('head')[0]||d.getElementsByTagName('body')[0]).appendChild(g); }
if (w.attachEvent) { w.attachEvent('onload', l); } else if (w.addEventListener) { w.addEventListener('load', l, false); } else { l(); }
if (d.readyState == 'complete') { l(); }
}(window, document, 'script'));
</script>
</body>