-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguestbook.php
40 lines (33 loc) · 1.64 KB
/
guestbook.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
<?php
show_guest_book('maybe');
// @joker:
// @reference:
// @reviewed-by:
///////////////////////////////////////////////////////////////////////////////////////////
function show_guest_book($include_document_nodes = false) {
?><!DOCTYPE html><?php
///////////////////////////////////////////////////////////////////////////////////////////
// -------------------------------------------------------------------- // 23/03/1990 ⩵ //
if($include_document_nodes === 'maybe'):
?><html lang="en" xmlns="http://www.w3.org/1999/xhtml"><?php // 11/05/2024 ⩵ //
?><head>
<title>lang::concatenated_english[] :: transactional_prometheus.php :: eoc :: </title>
</head>
<body>
<?php
endif;
///////////////////////////////////////////////////////////////////////////////////////////
echo '<h2>Cyanide !⩵ niacin..</h2>';
// php before the object model, view after the controller, peace before and after the war.
echo '<pre>';
$hits = file_get_contents('../logs/access.log');
$hits = explode(PHP_EOL, $hits);
$hits = array_reverse($hits);
var_dump($hits);
echo '</pre>';
///////////////////////////////////////////////////////////////////////////////////////////
// -------------------------------------------------------------------- // 08/05/2024 ⩵ //
if($include_document_nodes === 'maybe') {
echo '</body>'; // // // // // // // // ~
?></html><?php }
} /////////////////////////////////////////////////////////////////////////////////////////