diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..15cf634 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/public/*.gif +/public/*.jpeg +/public/*.jpg +/public/*.png +/public/*.svg +/google*.html diff --git a/assets/css/main.css b/assets/css/main.css index 46485d7..749338c 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -170,10 +170,14 @@ a:hover { color: #ff7496; + font-weight: bold; + /* letter-spacing: 0.1em; */ } strong, b { color: #313f47; + font-weight: bold; + letter-spacing: 0.1em; } em, i { @@ -183,6 +187,13 @@ p { margin: 0 0 1.5em 0; } + + p.legal { + margin: 0 0 1.5em 0; + font-weight: 500; + letter-spacing: 0.05em; + text-transform: none; + } h1, h2, h3, h4, h5, h6 { color: #313f47; @@ -474,6 +485,15 @@ margin: 0 0 1.5em 0; padding-left: 1.25em; } + + ol.legal { + list-style: decimal; + margin: 0 0 1.5em 0; + padding-left: 1.25em; + font-weight: 500; + letter-spacing: 0.05em; + text-transform: none; + } ol li { padding-left: 0.25em; @@ -485,6 +505,25 @@ padding-left: 1em; } + ul.legal { + list-style: none; + margin: 0 0 1.5em 0; + padding-left: 1em; + font-weight: 500; + letter-spacing: 0.05em; + text-transform: none; + } + + ul.legal li { + display: inline-block; + padding: 0 0.75em 0 0; + vertical-align: middle; + } + + ul.legal li:last-child { + padding-right: 0; + } + ul li { padding-left: 0.5em; } diff --git a/assets/images/apple-touch-icon-114x114.png b/assets/images/apple-touch-icon-114x114.png new file mode 100644 index 0000000..ed3753c Binary files /dev/null and b/assets/images/apple-touch-icon-114x114.png differ diff --git a/assets/images/apple-touch-icon-120x120.png b/assets/images/apple-touch-icon-120x120.png new file mode 100644 index 0000000..f3ae4ee Binary files /dev/null and b/assets/images/apple-touch-icon-120x120.png differ diff --git a/assets/images/apple-touch-icon-144x144.png b/assets/images/apple-touch-icon-144x144.png new file mode 100644 index 0000000..d8cb703 Binary files /dev/null and b/assets/images/apple-touch-icon-144x144.png differ diff --git a/assets/images/apple-touch-icon-152x152.png b/assets/images/apple-touch-icon-152x152.png new file mode 100644 index 0000000..47c98c6 Binary files /dev/null and b/assets/images/apple-touch-icon-152x152.png differ diff --git a/assets/images/apple-touch-icon-57x57.png b/assets/images/apple-touch-icon-57x57.png new file mode 100644 index 0000000..794cd14 Binary files /dev/null and b/assets/images/apple-touch-icon-57x57.png differ diff --git a/assets/images/apple-touch-icon-72x72.png b/assets/images/apple-touch-icon-72x72.png new file mode 100644 index 0000000..fd94ff5 Binary files /dev/null and b/assets/images/apple-touch-icon-72x72.png differ diff --git a/assets/images/favicon-16x16.png b/assets/images/favicon-16x16.png new file mode 100644 index 0000000..acb2b79 Binary files /dev/null and b/assets/images/favicon-16x16.png differ diff --git a/assets/images/favicon-32x32.png b/assets/images/favicon-32x32.png new file mode 100644 index 0000000..e65621a Binary files /dev/null and b/assets/images/favicon-32x32.png differ diff --git a/assets/images/favicon.ico b/assets/images/favicon.ico new file mode 100644 index 0000000..3c6a2f2 Binary files /dev/null and b/assets/images/favicon.ico differ diff --git a/assets/images/mstile-144x144.png b/assets/images/mstile-144x144.png new file mode 100644 index 0000000..d8cb703 Binary files /dev/null and b/assets/images/mstile-144x144.png differ diff --git a/dropload.php b/dropload.php index b048296..8ba1d92 100644 --- a/dropload.php +++ b/dropload.php @@ -1,6 +1,6 @@ "https://i.zxicar.us/{$newfilename}" + "location" => "https://i.yandols.xyz/{$newfilename}" ]); return; //header('Location: https://i.zxicar.us/' . $newfilename); diff --git a/failed.php b/failed.php index 699c3bb..64faf2d 100644 --- a/failed.php +++ b/failed.php @@ -1,5 +1,5 @@ @@ -10,19 +10,19 @@ Error - Icarus Imeji Service - - - - - - - - - + + + + + + + + + - + - + @@ -38,7 +38,7 @@

Unfortunately your upload has failed.
It might not have been a valid JPG, JPEG, PNG, GIF file or it might have exceeded the 6MB filesize limit.

diff --git a/googlec03066224d0b0ecd.html b/googlec03066224d0b0ecd.html deleted file mode 100644 index ddd96a7..0000000 --- a/googlec03066224d0b0ecd.html +++ /dev/null @@ -1 +0,0 @@ -google-site-verification: googlec03066224d0b0ecd.html \ No newline at end of file diff --git a/index.php b/index.php index 568c976..2a9e8f0 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,9 @@ @@ -10,30 +11,30 @@ - - - - - + + + + + Icarus Imeji Uploader - - - - - - - - - - + + + + + + + + + + - + - + @@ -56,7 +57,7 @@
- Icarus Imeji Uploader + Icarus Imeji Uploader
@@ -119,7 +120,7 @@
- + + + +
+
+

Icarus Imeji Uploader (Legacy)

+

By Yandols ZeonX
Accepted filetypes: JPG, JPEG, PNG, GIF.
Max filesize: 6MB

+
+
+
+ + + +

+ + +
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/legacy/index.php b/legacy/index.php new file mode 100644 index 0000000..d8324ef --- /dev/null +++ b/legacy/index.php @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/logs.php b/logs.php index 32a9956..f48bc30 100644 --- a/logs.php +++ b/logs.php @@ -1,5 +1,5 @@ Imeji Uploads Log Table\n\n"; +echo "Imeji Uploads Log Table\n\n"; echo "

For the actual log file itself please refer to the uploads.log file. | Refresh

\n\n"; echo "\n\n"; $f = fopen("uploads.log", "r"); diff --git a/public/.htaccess b/public/.htaccess index 2c554a0..d8b6422 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,8 +1,8 @@ # Standard Declaration Procedures for Imeji System ErrorDocument 403 /403.php ErrorDocument 404 /404.php -IndexOptions +FancyIndexing -IndexIgnore * +Options -Indexes + # HTTPS Redirection RewriteEngine On diff --git a/public/403.php b/public/403.php index fbf126d..aa71aad 100644 --- a/public/403.php +++ b/public/403.php @@ -10,23 +10,23 @@ Error - Icarus Imeji Service - - - - - - - - - + + + + + + + + + - + - + - - + + @@ -39,7 +39,7 @@

We can't just show confidential stuff to random people. How'd you even get here anyways?

@@ -54,12 +54,12 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/public/404.php b/public/404.php index 9f3b3b9..f0b0c34 100644 --- a/public/404.php +++ b/public/404.php @@ -10,23 +10,23 @@ Error - Icarus Imeji Service - - - - - - - - - + + + + + + + + + - + - + - - + + @@ -39,7 +39,7 @@

We can't seem to find the image you're looking for. Are you sure you typed the URL correctly?
Hint: Copy-pasting URLs makes life easier.

@@ -54,12 +54,12 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/public/index.php b/public/index.php index 089c218..0cc63a4 100644 --- a/public/index.php +++ b/public/index.php @@ -1,4 +1,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/removal.php b/removal.php index 347a7a7..5ad5acd 100644 --- a/removal.php +++ b/removal.php @@ -10,30 +10,30 @@ - - - - - + + + + + Removal Request Page - Icarus Imeji Uploader - - - - - - - - - - + + + + + + + + + + - + - + @@ -46,7 +46,7 @@
- Icarus Imeji Uploader + Icarus Imeji Uploader

Image Removal Request Page

@@ -70,7 +70,7 @@
UNIX TimeReadable TimeUploader IPUploaded FileIcarus Endpoint VersionClient User Agent(Cont.)