Merge branch 'migrationdev' into 'master'

Merge migrationdev changes into master branch

See merge request YandolsZX/Icarus-Imeji!1
master
YandolsZX 5 years ago
commit d243a7cea9
  1. 6
      .gitignore
  2. 39
      assets/css/main.css
  3. BIN
      assets/images/apple-touch-icon-114x114.png
  4. BIN
      assets/images/apple-touch-icon-120x120.png
  5. BIN
      assets/images/apple-touch-icon-144x144.png
  6. BIN
      assets/images/apple-touch-icon-152x152.png
  7. BIN
      assets/images/apple-touch-icon-57x57.png
  8. BIN
      assets/images/apple-touch-icon-72x72.png
  9. BIN
      assets/images/favicon-16x16.png
  10. BIN
      assets/images/favicon-32x32.png
  11. BIN
      assets/images/favicon.ico
  12. BIN
      assets/images/mstile-144x144.png
  13. 6
      dropload.php
  14. 26
      failed.php
  15. 1
      googlec03066224d0b0ecd.html
  16. 46
      index.php
  17. 76
      legacy.php
  18. 4
      legacy/index.php
  19. 2
      logs.php
  20. 4
      public/.htaccess
  21. 40
      public/403.php
  22. 40
      public/404.php
  23. 4
      public/index.php
  24. 38
      removal.php
  25. 6
      robots.txt
  26. 38
      tos.php
  27. 6
      upload.php

6
.gitignore vendored

@ -0,0 +1,6 @@
/public/*.gif
/public/*.jpeg
/public/*.jpg
/public/*.png
/public/*.svg
/google*.html

@ -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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

@ -1,6 +1,6 @@
<?php
//Imeji Uploader Core Code -- Version 2.0 (revision 49)
$imejicoreversion = "Icarus_Imeji_V2_Droploader_r49";
//Imeji Uploader Core Code -- Version 2.0 (revision 49) (Migrations Phase 1)
$imejicoreversion = "Icarus_Imeji_V2_Droploader_r49_S_p1";
$target_dir = "public/";
$target_file = $target_dir . basename($_FILES["fileToUpload"]["name"]);
$target_filenameonly = basename($_FILES["fileToUpload"]["name"]);
@ -95,7 +95,7 @@ if ($uploadOk == 0) {
header('Content-type: application/json');
echo json_encode([
"location" => "https://i.zxicar.us/{$newfilename}"
"location" => "https://i.yandols.xyz/{$newfilename}"
]);
return;
//header('Location: https://i.zxicar.us/' . $newfilename);

@ -1,5 +1,5 @@
<?php
header("HTTP/2.0 400 Bad Request");
header("HTTP/1.1 400 Bad Request");
?>
<!DOCTYPE HTML>
<html lang="en" class="no-js" xmlns:og="https://ogp.me/ns#">
@ -10,19 +10,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>Error - Icarus Imeji Service</title>
<link rel="shortcut icon" href="https://zxicar.us/favicon.ico">
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://zxicar.us/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://zxicar.us/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://zxicar.us/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://zxicar.us/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://zxicar.us/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://zxicar.us/apple-touch-icon-152x152.png" />
<link rel="shortcut icon" href="https://imeji.yandols.xyz/assets/images/favicon.ico">
<link rel="icon" type="image/png" href="https://imeji.yandols.xyz/assets/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://imeji.yandols.xyz/assets/images/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-152x152.png" />
<meta name="application-name" content="Icarus Imeji Service"/>
<meta name="application-name" content="Icarus Imeji"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="https://zxicar.us/mstile-144x144.png" />
<meta name="msapplication-TileImage" content="https://imeji.yandols.xyz/assets/images/mstile-144x144.png" />
<link rel="stylesheet" href="public/assets/css/main.css" />
<noscript><link rel="stylesheet" href="public/assets/css/noscript.css" /></noscript>
@ -38,7 +38,7 @@
<p>Unfortunately your upload has failed.<br />It might not have been a valid <strong><a>JPG</a></strong>, <strong><a>JPEG</a></strong>, <strong><a>PNG</a></strong>, <strong><a>GIF</a></strong> file or it might have exceeded the <strong><a>6MB</a></strong> filesize limit.</p>
<ul class="actions">
<li><a href="https://imeji.zxicar.us" class="button fit big icon fa-home">Return to Uploader Home</a></li>
<li><a href="https://imeji.yandols.xyz" class="button fit big icon fa-home">Return to Uploader Home</a></li>
</ul>
</div>

@ -1 +0,0 @@
google-site-verification: googlec03066224d0b0ecd.html

@ -1,8 +1,9 @@
<!DOCTYPE HTML>
<!--
New Icarus Imeji Uploader by YandolsZX
Icarus Front-end version 2.0
Icarus Front-end version 2.0S
Template "Identity" by @ajlkn, licensed under under the CCA 3.0 license (html5up.net/license)
Droploader "DropzoneJS" by Matias Meno
-->
<html lang="en" xmlns:og="https://ogp.me/ns#">
<head>
@ -10,30 +11,30 @@
<meta name="description" content="Icarus Imeji Uploader is a Free Image Uploading and Hosting Service by Locaria Technologies." />
<meta name="keywords" content="Icarus Imeji Uploader is a Free Image Uploading and Hosting Service by Locaria Technologies" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="https://imeji.zxicar.us/assets/js/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/ie8.css" /><![endif]-->
<noscript><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/noscript.css" /></noscript>
<!--[if lte IE 8]><script src="https://imeji.yandols.xyz/assets/js/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="https://imeji.yandols.xyz/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="https://imeji.yandols.xyz/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="https://imeji.yandols.xyz/assets/css/ie8.css" /><![endif]-->
<noscript><link rel="stylesheet" href="https://imeji.yandols.xyz/assets/css/noscript.css" /></noscript>
<title>Icarus Imeji Uploader</title>
<link rel="shortcut icon" href="https://zxicar.us/favicon.ico">
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://zxicar.us/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://zxicar.us/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://zxicar.us/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://zxicar.us/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://zxicar.us/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://zxicar.us/apple-touch-icon-152x152.png" />
<meta name="application-name" content="I.C.A.R.U.S."/>
<link rel="shortcut icon" href="https://imeji.yandols.xyz/assets/images/favicon.ico">
<link rel="icon" type="image/png" href="https://imeji.yandols.xyz/assets/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://imeji.yandols.xyz/assets/images/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-152x152.png" />
<meta name="application-name" content="Icarus Imeji"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="https://zxicar.us/mstile-144x144.png" />
<meta name="msapplication-TileImage" content="https://imeji.yandols.xyz/assets/images/mstile-144x144.png" />
<meta name="theme-color" content="#ff89c9">
<meta property="og:title" content="Icarus Imeji Uploader" />
<meta property="og:description" content="Icarus Imeji Uploader is a Free Image Uploading and Hosting Service by Locaria Technologies." />
<meta property="og:image" content="https://zxicar.us/mstile-144x144.png" />
<meta property="og:image" content="https://imeji.yandols.xyz/assets/images/mstile-144x144.png" />
<meta property="og:image:height" content="144" />
<meta property="og:image:width" content="144" />
@ -56,7 +57,7 @@
<!-- Main -->
<section id="main">
<header>
<span class="avatar"><img src="https://zxicar.us/apple-touch-icon-57x57.png" alt="Icarus Imeji Uploader" /></span>
<span class="avatar"><img src="https://imeji.yandols.xyz/assets/images/apple-touch-icon-57x57.png" alt="Icarus Imeji Uploader" /></span>
<form action="dropload.php" class="dropzone" id="iv-dropzone" method="post" enctype="multipart/form-data">
<div class="fallback">
<input name="file" id="file" type="file" />
@ -119,7 +120,7 @@
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>Icarus Imeji Uploader 2.0 by Yandols ZeonX<br/><br/>Copyright &copy;
<li>Icarus Imeji Uploader 2.0S by Yandols ZeonX<br/><br/>Copyright &copy;
<?php
$fromYear = 2016;
$thisYear = (int)date('Y');
@ -127,7 +128,8 @@
Locaria Technologies.</li>
</ul>
<ul class="copyright">
<li><a href="https://gist.github.com/Yandols/cd7d5e6d24d4dbffd80aa3ebbeeaef8c" target="_blank">ShareX Support</a></li>
<li><a href="https://gist.github.com/Yandols/cd7d5e6d24d4dbffd80aa3ebbeeaef8c" target="_blank">ShareX </a></li>
<li><a href="./legacy">Legacy</a></li>
<li><a href="./tos.php">Terms of Service</a></li>
<li><a href="./tos.php#privacy">Privacy Policy</a></li>
<li><a href="./removal.php">Removal Request</a></li>
@ -137,7 +139,7 @@
</div>
<!-- Scripts -->
<!--[if lte IE 8]><script src="https://imeji.zxicar.us/assets/js/respond.min.js"></script><![endif]-->
<!--[if lte IE 8]><script src="https://imeji.yandols.xyz/assets/js/respond.min.js"></script><![endif]-->
<script>
if ('addEventListener' in window) {
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-loading\b/, ''); });

@ -0,0 +1,76 @@
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Icarus Imeji Uploader is a Free Image Uploading and Hosting Service by Locaria Technologies." />
<meta name="keywords" content="I.C.A.R.U.S. Icarus Imeji Uploader Free Image Uploading and Hosting Service Locaria Technologies" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ff89c9">
<title>Icarus Imeji Uploader v1.2a (Legacy)</title>
<link rel="shortcut icon" href="../favicon.ico">
<link rel="icon" type="image/png" href="../favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="../favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="../apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../apple-touch-icon-152x152.png" />
<meta name="application-name" content="I.C.A.R.U.S."/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="../mstile-144x144.png" />
<link rel="stylesheet" type="text/css" href="styler/normalize.css" />
<link rel="stylesheet" type="text/css" href="styler/demo.css" />
<link rel="stylesheet" type="text/css" href="styler/component.css" />
<link rel="stylesheet" type="text/css" href="styler/additional.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- remove this if you use Modernizr -->
<script>(function(e,t,n){var r=e.querySelectorAll("html")[0];r.className=r.className.replace(/(^|\s)no-js(\s|$)/,"$1js$2")})(document,window,0);</script>
</head>
<body>
<div class="container">
<header class="codrops-header">
<h1>Icarus Imeji Uploader (Legacy)</h1>
<p><sup>By Yandols ZeonX</sup><br/>Accepted filetypes: <strong><a>JPG, JPEG, PNG, GIF.</a></strong><br />Max filesize: <strong><a>6MB</a></strong></p>
</header>
<div class="content">
<div class="box">
<form action="upload.php" method="post" enctype="multipart/form-data">
<input type="file" name="fileToUpload" id="fileToUpload" class="inputfile inputfile-2" data-multiple-caption="{count} files selected" multiple >
<label for="fileToUpload"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="17" viewBox="0 0 20 17"><path d="M10 0l-5.2 4.9h3.3v5.1h3.8v-5.1h3.3l-5.2-4.9zm9.3 11.5l-3.2-2.1h-2l3.4 2.6h-3.5c-.1 0-.2.1-.2.1l-.8 2.3h-6l-.8-2.2c-.1-.1-.1-.2-.2-.2h-3.6l3.4-2.6h-2l-3.2 2.1c-.4.3-.7 1-.6 1.5l.6 3.1c.1.5.7.9 1.2.9h16.3c.6 0 1.1-.4 1.3-.9l.6-3.1c.1-.5-.2-1.2-.7-1.5z"/></svg> <span>Choose a file&hellip;</span></label>
<br /><br />
<input type="submit" value="Upload Image" name="submit" class="btn btn-big red">
</form>
</div>
<footer>
<hr />
<br />Icarus Imeji Uploader v1.2a (Legacy)
<br />For use on legacy devices that don't support the new droploader.
<br />Use the <a href="https://imeji.zxicar.us">new droploader version</a> on the main page whenever possible.
<br /><a href="https://gist.github.com/Yandols/cd7d5e6d24d4dbffd80aa3ebbeeaef8c" target="_blank">ShareX Support</a>
<a href="./tos.php">Terms of Service</a>
<a href="./tos.php#privacy">Privacy Policy</a>
<a href="./removal.php">Removal Request</a>
<!--<br />For ShareX support <a href="https://gist.github.com/Yandols/cd7d5e6d24d4dbffd80aa3ebbeeaef8c" target="_blank">click here</a>.
For image removal purposes <a href="./removal.php">click here</a>.-->
<!-- <br />Upload icon by <a href="http://www.flaticon.com/free-icon/outbox_3686" target="_blank">FlatIcon</a>. -->
<!-- <br /><small>FMLS Access: <a href="./listprivate.php">Area 1</a> • <a href="./list.php">Area 2</a></small> -->
<br />Copyright &copy; 2016 Locaria Technologies.
</footer>
</div>
</div><!-- /container -->
<script src="styler/custom-file-input.js"></script>
<!-- // If you'd like to use jQuery, check out styler/jquery.custom-file-input.js
<script src="styler/jquery-v1.min.js"></script>
<script src="styler/jquery.custom-file-input.js"></script>
-->
</body>
</html>

@ -0,0 +1,4 @@
<?php
header( "refresh:0;url=https://imeji.yandols.xyz/legacy.php" );
?>
<html><meta http-equiv="refresh" content="0;url=https://imeji.yandols.xyz/legacy.php"></html>

@ -1,5 +1,5 @@
<?php
echo "<html><head><title>Imeji Uploads Log Table</title><link rel=\"stylesheet\" href=\"https://imeji.zxicar.us/assets/css/logfront.css\" /></head>\n\n";
echo "<html><head><title>Imeji Uploads Log Table</title><link rel=\"stylesheet\" href=\"https://imeji.yandols.xyz/assets/css/logfront.css\" /></head>\n\n";
echo "<body><p>For the actual log file itself please refer to the <a href=\"./uploads.log\">uploads.log</a> file. | <a href=\"./logs.php?rd:" . date('U') . "\">Refresh</a></p><table>\n\n";
echo "<tr><th>UNIX Time</th><th>Readable Time</th><th>Uploader IP</th><th>Uploaded File</th><th>Icarus Endpoint Version</th><th>Client User Agent</th><th>(Cont.)</th>\n\n";
$f = fopen("uploads.log", "r");

@ -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

@ -10,23 +10,23 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>Error - Icarus Imeji Service</title>
<link rel="shortcut icon" href="https://zxicar.us/favicon.ico">
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://zxicar.us/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://zxicar.us/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://zxicar.us/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://zxicar.us/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://zxicar.us/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://zxicar.us/apple-touch-icon-152x152.png" />
<link rel="shortcut icon" href="https://imeji.yandols.xyz/assets/images/favicon.ico">
<link rel="icon" type="image/png" href="https://imeji.yandols.xyz/assets/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://imeji.yandols.xyz/assets/images/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-152x152.png" />
<meta name="application-name" content="Icarus Imeji Service"/>
<meta name="application-name" content="Icarus Imeji"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="https://zxicar.us/mstile-144x144.png" />
<meta name="msapplication-TileImage" content="https://imeji.yandols.xyz/assets/images/mstile-144x144.png" />
<meta property="og:description" content="Access Denied - Are you sure you're in the right place?" />
<link rel="stylesheet" href="https://i.zxicar.us/assets/css/main.css" />
<noscript><link rel="stylesheet" href="https://i.zxicar.us/assets/css/noscript.css" /></noscript>
<link rel="stylesheet" href="https://i.yandols.xyz/assets/css/main.css" />
<noscript><link rel="stylesheet" href="https://i.yandols.xyz/assets/css/noscript.css" /></noscript>
</head>
<body class="is-loading">
@ -39,7 +39,7 @@
<p>We can't just show confidential stuff to random people. How'd you even get here anyways?</p>
<ul class="actions">
<li><a href="https://imeji.zxicar.us" class="button fit big icon fa-home">Return to Uploader Home</a></li>
<li><a href="https://imeji.yandols.xyz" class="button fit big icon fa-home">Return to Uploader Home</a></li>
</ul>
</div>
@ -54,12 +54,12 @@
</div>
<!-- Scripts -->
<script src="https://i.zxicar.us/assets/js/jquery.min.js"></script>
<script src="https://i.zxicar.us/assets/js/jquery.scrollex.min.js"></script>
<script src="https://i.zxicar.us/assets/js/jquery.scrolly.min.js"></script>
<script src="https://i.zxicar.us/assets/js/skel.min.js"></script>
<script src="https://i.zxicar.us/assets/js/util.js"></script>
<script src="https://i.zxicar.us/assets/js/main.js"></script>
<script src="https://i.yandols.xyz/assets/js/jquery.min.js"></script>
<script src="https://i.yandols.xyz/assets/js/jquery.scrollex.min.js"></script>
<script src="https://i.yandols.xyz/assets/js/jquery.scrolly.min.js"></script>
<script src="https://i.yandols.xyz/assets/js/skel.min.js"></script>
<script src="https://i.yandols.xyz/assets/js/util.js"></script>
<script src="https://i.yandols.xyz/assets/js/main.js"></script>
</body>
</html>

@ -10,23 +10,23 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>Error - Icarus Imeji Service</title>
<link rel="shortcut icon" href="https://zxicar.us/favicon.ico">
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://zxicar.us/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://zxicar.us/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://zxicar.us/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://zxicar.us/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://zxicar.us/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://zxicar.us/apple-touch-icon-152x152.png" />
<link rel="shortcut icon" href="https://imeji.yandols.xyz/assets/images/favicon.ico">
<link rel="icon" type="image/png" href="https://imeji.yandols.xyz/assets/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://imeji.yandols.xyz/assets/images/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-152x152.png" />
<meta name="application-name" content="Icarus Imeji Service"/>
<meta name="application-name" content="Icarus Imeji"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="https://zxicar.us/mstile-144x144.png" />
<meta name="msapplication-TileImage" content="https://imeji.yandols.xyz/assets/images/mstile-144x144.png" />
<meta property="og:description" content="We can't seem to find the image you're looking for. Are you sure you typed the URL correctly?" />
<link rel="stylesheet" href="https://i.zxicar.us/assets/css/main.css" />
<noscript><link rel="stylesheet" href="https://i.zxicar.us/assets/css/noscript.css" /></noscript>
<link rel="stylesheet" href="https://i.yandols.xyz/assets/css/main.css" />
<noscript><link rel="stylesheet" href="https://i.yandols.xyz/assets/css/noscript.css" /></noscript>
</head>
<body class="is-loading">
@ -39,7 +39,7 @@
<p>We can't seem to find the image you're looking for. Are you sure you typed the URL correctly?<br/>Hint: Copy-pasting URLs makes life easier.</p>
<ul class="actions">
<li><a href="https://imeji.zxicar.us" class="button fit big icon fa-home">Return to Uploader Home</a></li>
<li><a href="https://imeji.yandols.xyz" class="button fit big icon fa-home">Return to Uploader Home</a></li>
</ul>
</div>
@ -54,12 +54,12 @@
</div>
<!-- Scripts -->
<script src="https://i.zxicar.us/assets/js/jquery.min.js"></script>
<script src="https://i.zxicar.us/assets/js/jquery.scrollex.min.js"></script>
<script src="https://i.zxicar.us/assets/js/jquery.scrolly.min.js"></script>
<script src="https://i.zxicar.us/assets/js/skel.min.js"></script>
<script src="https://i.zxicar.us/assets/js/util.js"></script>
<script src="https://i.zxicar.us/assets/js/main.js"></script>
<script src="https://i.yandols.xyz/assets/js/jquery.min.js"></script>
<script src="https://i.yandols.xyz/assets/js/jquery.scrollex.min.js"></script>
<script src="https://i.yandols.xyz/assets/js/jquery.scrolly.min.js"></script>
<script src="https://i.yandols.xyz/assets/js/skel.min.js"></script>
<script src="https://i.yandols.xyz/assets/js/util.js"></script>
<script src="https://i.yandols.xyz/assets/js/main.js"></script>
</body>
</html>

@ -1,4 +1,4 @@
<?php
header( "refresh:0;url=https://imeji.zxicar.us" );
header( "refresh:0;url=https://imeji.yandols.xyz" );
?>
<html><meta http-equiv="refresh" content="0;url=https://imeji.zxicar.us/"></html>
<html><meta http-equiv="refresh" content="0;url=https://imeji.yandols.xyz/"></html>

@ -10,30 +10,30 @@
<meta name="description" content="The is the page where you get info about how to remove an uploaded image on our servers." />
<meta name="keywords" content="Icarus Imeji Uploader is a Free Image Uploading and Hosting Service by Locaria Technologies" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="https://imeji.zxicar.us/assets/js/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/ie8.css" /><![endif]-->
<noscript><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/noscript.css" /></noscript>
<!--[if lte IE 8]><script src="https://imeji.yandols.xyz/assets/js/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="https://imeji.yandols.xyz/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="https://imeji.yandols.xyz/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="https://imeji.yandols.xyz/assets/css/ie8.css" /><![endif]-->
<noscript><link rel="stylesheet" href="https://imeji.yandols.xyz/assets/css/noscript.css" /></noscript>
<title>Removal Request Page - Icarus Imeji Uploader</title>
<link rel="shortcut icon" href="https://zxicar.us/favicon.ico">
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://zxicar.us/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://zxicar.us/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://zxicar.us/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://zxicar.us/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://zxicar.us/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://zxicar.us/apple-touch-icon-152x152.png" />
<meta name="application-name" content="I.C.A.R.U.S."/>
<link rel="shortcut icon" href="https://imeji.yandols.xyz/assets/images/favicon.ico">
<link rel="icon" type="image/png" href="https://imeji.yandols.xyz/assets/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://imeji.yandols.xyz/assets/images/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-152x152.png" />
<meta name="application-name" content="Icarus Imeji"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="https://zxicar.us/mstile-144x144.png" />
<meta name="msapplication-TileImage" content="https://imeji.yandols.xyz/assets/images/mstile-144x144.png" />
<meta name="theme-color" content="#ff89c9">
<meta property="og:title" content="Removal Request Page - Icarus Imeji Uploader" />
<meta property="og:description" content="The is the page where you get info about how to remove an uploaded image on our servers." />
<meta property="og:image" content="https://zxicar.us/mstile-144x144.png" />
<meta property="og:image" content="https://imeji.yandols.xyz/assets/images/mstile-144x144.png" />
<meta property="og:image:height" content="144" />
<meta property="og:image:width" content="144" />
@ -46,7 +46,7 @@
<!-- Main -->
<section id="main">
<header>
<span class="avatar"><img src="https://zxicar.us/apple-touch-icon-57x57.png" alt="Icarus Imeji Uploader" /></span>
<span class="avatar"><img src="https://imeji.yandols.xyz/assets/images/apple-touch-icon-57x57.png" alt="Icarus Imeji Uploader" /></span>
<h1><strong>Image Removal Request Page</strong></h1>
<p class="legal">Have you accidentally uploaded something you didn't meant to upload?<br/>
Or perhaps you found a tastefully offensive image being hosted here?</p>
@ -70,7 +70,7 @@
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://imeji.zxicar.us" class="fa-home">Return to Uploader</a></li>
<li><a href="https://imeji.yandols.xyz" class="fa-home">Return to Uploader</a></li>
</ul>
<ul class="copyright">
<li>Copyright &copy;

@ -5,11 +5,13 @@ Disallow: /assets
Disallow: /assets/
Disallow: /deprecated
Disallow: /deprecated/
Disallow: /legacy
Disallow: /legacy/
Disallow: /panel
Disallow: /panel/
Disallow: /private
Disallow: /private/
Disallow: /public
Disallow: /public/
Disallow: /styler
Disallow: /styler/
Disallow: /logs.php
Disallow: /uploads.log

@ -10,30 +10,30 @@
<meta name="description" content="This page contains legal information on how using our service affects us and you, and how our service operates." />
<meta name="keywords" content="Icarus Imeji Uploader is a Free Image Uploading and Hosting Service by Locaria Technologies" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="https://imeji.zxicar.us/assets/js/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/ie8.css" /><![endif]-->
<noscript><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/noscript.css" /></noscript>
<!--[if lte IE 8]><script src="https://imeji.yandols.xyz/assets/js/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="https://imeji.yandols.xyz/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="https://imeji.yandols.xyz/assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="https://imeji.yandols.xyz/assets/css/ie8.css" /><![endif]-->
<noscript><link rel="stylesheet" href="https://imeji.yandols.xyz/assets/css/noscript.css" /></noscript>
<title>Terms of Service and Privacy Policy Page - Icarus Imeji Uploader</title>
<link rel="shortcut icon" href="https://zxicar.us/favicon.ico">
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://zxicar.us/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://zxicar.us/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://zxicar.us/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://zxicar.us/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://zxicar.us/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://zxicar.us/apple-touch-icon-152x152.png" />
<meta name="application-name" content="I.C.A.R.U.S."/>
<link rel="shortcut icon" href="https://imeji.yandols.xyz/assets/images/favicon.ico">
<link rel="icon" type="image/png" href="https://imeji.yandols.xyz/assets/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://imeji.yandols.xyz/assets/images/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://imeji.yandols.xyz/assets/images/apple-touch-icon-152x152.png" />
<meta name="application-name" content="Icarus Imeji"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="https://zxicar.us/mstile-144x144.png" />
<meta name="msapplication-TileImage" content="https://imeji.yandols.xyz/assets/images/mstile-144x144.png" />
<meta name="theme-color" content="#ff89c9">
<meta property="og:title" content="Removal Request Page - Icarus Imeji Uploader" />
<meta property="og:description" content="This page contains legal information on how using our service affects us and you, and how our service operates." />
<meta property="og:image" content="https://zxicar.us/mstile-144x144.png" />
<meta property="og:image" content="https://imeji.yandols.xyz/assets/images/mstile-144x144.png" />
<meta property="og:image:height" content="144" />
<meta property="og:image:width" content="144" />
@ -46,7 +46,7 @@
<!-- Main -->
<section id="main">
<header>
<span class="avatar"><img src="https://zxicar.us/apple-touch-icon-57x57.png" alt="Icarus Imeji Uploader" /></span>
<span class="avatar"><img src="https://imeji.yandols.xyz/assets/images/apple-touch-icon-57x57.png" alt="Icarus Imeji Uploader" /></span>
<a id="termsofservice"></a>
<h1><strong>TERMS OF SERVICE</strong></h1>
@ -128,7 +128,7 @@
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://imeji.zxicar.us" class="fa-home">Return to Uploader</a></li>
<li><a href="https://imeji.yandols.xyz" class="fa-home">Return to Uploader</a></li>
</ul>
<ul class="copyright">
<li>Copyright &copy;

@ -1,6 +1,6 @@
<?php
//Imeji Uploader Core Code -- Version 1.2b
$imejicoreversion = "imeji_v1.2b";
//Imeji Uploader Core Code -- Version 1.2b (Migrations Phase 1)
$imejicoreversion = "imeji_v1.2b_S_p1";
$target_dir = "public/";
$target_file = $target_dir . basename($_FILES["fileToUpload"]["name"]);
$target_filenameonly = basename($_FILES["fileToUpload"]["name"]);
@ -64,7 +64,7 @@ if ($uploadOk == 0) {
$uploaderlog = "" . date('U') . ", ". date('Y-m-d H:i:s e') . ", $_SERVER[REMOTE_ADDR], $newfilename" . ", " . $imejicoreversion . ", $_SERVER[HTTP_USER_AGENT]";
//$uploaderlog = "Unix Time: " . date('U') . ", Logical Time: ". date('Y-m-d H:i:s e') . ", IP Address: $_SERVER[REMOTE_ADDR], Filename: $newfilename" . ", User Agent: $_SERVER[HTTP_USER_AGENT], Referer: $_SERVER[HTTP_REFERER]"; --simplified in v0.9e
file_put_contents('uploads.log', $uploaderlog . PHP_EOL, FILE_APPEND);
header('Location: https://i.zxicar.us/' . $newfilename);
header('Location: https://i.yandols.xyz/' . $newfilename);
//header('Location: http://i.zxicar.us/' . $newfilename); --switched to HTTPS as of v0.9d
//header('Location: ../imeji/' . $newtarget); --changed as of v0.7
//header('Location: http://zxicar.us/imeji/'.basename( $_FILES["fileToUpload"]["name"])); --changed as of v0.2

Loading…
Cancel
Save