3 <base href
="/Logs/" target
="_blank">
4 <title
>Simple
4Chan Ban Log
- Raw Logs
</title
>
5 <link rel
="stylesheet" type
="text/css" href
="../Scripts/IndexStyle.css">
6 <meta name
="viewport" content
="width=device-width, initial-scale=1">
8 <body itemscope
="" itemtype
="http://schema.org/DataCatalog">
9 <meta itemprop
="description" content
="">
10 <a href
="../listings">Back to Listings
</a
> <a href
="../index">Back to Index
</a
>
12 $files = scandir(__DIR__
. "/");
13 $sorted_files = Array();
14 foreach($files as $file){
15 if(strpos($file, "4Chan") !== false){
19 strrpos($file, "-") +
1,
20 strrpos($file, ".") - strrpos($file, "-") - 1)
24 echo "<h1 itemprop='name'>Raw Logs</h1>";
26 echo "<div id='json_container'><h2>JSON Logs</h2>
27 <p>The following logs are displayed in reverse chronological. Log 0 is therefore the oldest on record and at the bottom is the newest</p>
29 for ($i = 0 ; $i < sizeof($sorted_files); $i++
){
30 echo "<li><strong><a href ='4Chan_Bans_Log-Reverse_Chrono-" . "$i" . ".json'>" . $sorted_files[$i] . "</a></strong></li>";
34 <div itemprop
="about" class='p-4'>
36 <span itemprop
="accountablePerson">Verniy
2017-2018</span
><br
/>
37 <meta itemprop
="author" content
="ECHibiki">
38 Inquiries to be sent to the gmail account of ECVerniy