Changed more filepaths and URLs that I forgot to change.

migrationdev
YandolsZX 5 years ago
parent 838c0837d0
commit 60fe372305
  1. 24
      failed.php
  2. 2
      logs.php
  3. 40
      public/403.php
  4. 40
      public/404.php
  5. 4
      public/index.php
  6. 38
      removal.php
  7. 38
      tos.php

@ -10,19 +10,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>Error - Icarus Imeji Service</title> <title>Error - Icarus Imeji Service</title>
<link rel="shortcut icon" href="https://zxicar.us/favicon.ico"> <link rel="shortcut icon" href="https://imeji.yandols.xyz/assets/images/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://imeji.yandols.xyz/assets/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-16x16.png" sizes="16x16" /> <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://zxicar.us/apple-touch-icon-57x57.png" /> <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://zxicar.us/apple-touch-icon-114x114.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://zxicar.us/apple-touch-icon-72x72.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://zxicar.us/apple-touch-icon-144x144.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://zxicar.us/apple-touch-icon-120x120.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://zxicar.us/apple-touch-icon-152x152.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-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" /> <link rel="stylesheet" href="public/assets/css/main.css" />
<noscript><link rel="stylesheet" href="public/assets/css/noscript.css" /></noscript> <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> <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"> <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> </ul>
</div> </div>

@ -1,5 +1,5 @@
<?php <?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 "<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"; 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"); $f = fopen("uploads.log", "r");

@ -10,23 +10,23 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>Error - Icarus Imeji Service</title> <title>Error - Icarus Imeji Service</title>
<link rel="shortcut icon" href="https://zxicar.us/favicon.ico"> <link rel="shortcut icon" href="https://imeji.yandols.xyz/assets/images/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://imeji.yandols.xyz/assets/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-16x16.png" sizes="16x16" /> <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://zxicar.us/apple-touch-icon-57x57.png" /> <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://zxicar.us/apple-touch-icon-114x114.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://zxicar.us/apple-touch-icon-72x72.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://zxicar.us/apple-touch-icon-144x144.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://zxicar.us/apple-touch-icon-120x120.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://zxicar.us/apple-touch-icon-152x152.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-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?" /> <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" /> <link rel="stylesheet" href="https://i.yandols.xyz/assets/css/main.css" />
<noscript><link rel="stylesheet" href="https://i.zxicar.us/assets/css/noscript.css" /></noscript> <noscript><link rel="stylesheet" href="https://i.yandols.xyz/assets/css/noscript.css" /></noscript>
</head> </head>
<body class="is-loading"> <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> <p>We can't just show confidential stuff to random people. How'd you even get here anyways?</p>
<ul class="actions"> <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> </ul>
</div> </div>
@ -54,12 +54,12 @@
</div> </div>
<!-- Scripts --> <!-- Scripts -->
<script src="https://i.zxicar.us/assets/js/jquery.min.js"></script> <script src="https://i.yandols.xyz/assets/js/jquery.min.js"></script>
<script src="https://i.zxicar.us/assets/js/jquery.scrollex.min.js"></script> <script src="https://i.yandols.xyz/assets/js/jquery.scrollex.min.js"></script>
<script src="https://i.zxicar.us/assets/js/jquery.scrolly.min.js"></script> <script src="https://i.yandols.xyz/assets/js/jquery.scrolly.min.js"></script>
<script src="https://i.zxicar.us/assets/js/skel.min.js"></script> <script src="https://i.yandols.xyz/assets/js/skel.min.js"></script>
<script src="https://i.zxicar.us/assets/js/util.js"></script> <script src="https://i.yandols.xyz/assets/js/util.js"></script>
<script src="https://i.zxicar.us/assets/js/main.js"></script> <script src="https://i.yandols.xyz/assets/js/main.js"></script>
</body> </body>
</html> </html>

@ -10,23 +10,23 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>Error - Icarus Imeji Service</title> <title>Error - Icarus Imeji Service</title>
<link rel="shortcut icon" href="https://zxicar.us/favicon.ico"> <link rel="shortcut icon" href="https://imeji.yandols.xyz/assets/images/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://imeji.yandols.xyz/assets/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-16x16.png" sizes="16x16" /> <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://zxicar.us/apple-touch-icon-57x57.png" /> <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://zxicar.us/apple-touch-icon-114x114.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://zxicar.us/apple-touch-icon-72x72.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://zxicar.us/apple-touch-icon-144x144.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://zxicar.us/apple-touch-icon-120x120.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://zxicar.us/apple-touch-icon-152x152.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-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?" /> <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" /> <link rel="stylesheet" href="https://i.yandols.xyz/assets/css/main.css" />
<noscript><link rel="stylesheet" href="https://i.zxicar.us/assets/css/noscript.css" /></noscript> <noscript><link rel="stylesheet" href="https://i.yandols.xyz/assets/css/noscript.css" /></noscript>
</head> </head>
<body class="is-loading"> <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> <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"> <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> </ul>
</div> </div>
@ -54,12 +54,12 @@
</div> </div>
<!-- Scripts --> <!-- Scripts -->
<script src="https://i.zxicar.us/assets/js/jquery.min.js"></script> <script src="https://i.yandols.xyz/assets/js/jquery.min.js"></script>
<script src="https://i.zxicar.us/assets/js/jquery.scrollex.min.js"></script> <script src="https://i.yandols.xyz/assets/js/jquery.scrollex.min.js"></script>
<script src="https://i.zxicar.us/assets/js/jquery.scrolly.min.js"></script> <script src="https://i.yandols.xyz/assets/js/jquery.scrolly.min.js"></script>
<script src="https://i.zxicar.us/assets/js/skel.min.js"></script> <script src="https://i.yandols.xyz/assets/js/skel.min.js"></script>
<script src="https://i.zxicar.us/assets/js/util.js"></script> <script src="https://i.yandols.xyz/assets/js/util.js"></script>
<script src="https://i.zxicar.us/assets/js/main.js"></script> <script src="https://i.yandols.xyz/assets/js/main.js"></script>
</body> </body>
</html> </html>

@ -1,4 +1,4 @@
<?php <?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="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="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" /> <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]--> <!--[if lte IE 8]><script src="https://imeji.yandols.xyz/assets/js/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/main.css" /> <link rel="stylesheet" href="https://imeji.yandols.xyz/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/ie9.css" /><![endif]--> <!--[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.zxicar.us/assets/css/ie8.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.zxicar.us/assets/css/noscript.css" /></noscript> <noscript><link rel="stylesheet" href="https://imeji.yandols.xyz/assets/css/noscript.css" /></noscript>
<title>Removal Request Page - Icarus Imeji Uploader</title> <title>Removal Request Page - Icarus Imeji Uploader</title>
<link rel="shortcut icon" href="https://zxicar.us/favicon.ico"> <link rel="shortcut icon" href="https://imeji.yandols.xyz/assets/images/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://imeji.yandols.xyz/assets/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-16x16.png" sizes="16x16" /> <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://zxicar.us/apple-touch-icon-57x57.png" /> <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://zxicar.us/apple-touch-icon-114x114.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://zxicar.us/apple-touch-icon-72x72.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://zxicar.us/apple-touch-icon-144x144.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://zxicar.us/apple-touch-icon-120x120.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://zxicar.us/apple-touch-icon-152x152.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="I.C.A.R.U.S."/> <meta name="application-name" content="Icarus Imeji"/>
<meta name="msapplication-TileColor" content="#FFFFFF" /> <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 name="theme-color" content="#ff89c9">
<meta property="og:title" content="Removal Request Page - Icarus Imeji Uploader" /> <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: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:height" content="144" />
<meta property="og:image:width" content="144" /> <meta property="og:image:width" content="144" />
@ -46,7 +46,7 @@
<!-- Main --> <!-- Main -->
<section id="main"> <section id="main">
<header> <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> <h1><strong>Image Removal Request Page</strong></h1>
<p class="legal">Have you accidentally uploaded something you didn't meant to upload?<br/> <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> Or perhaps you found a tastefully offensive image being hosted here?</p>
@ -70,7 +70,7 @@
<!-- Footer --> <!-- Footer -->
<footer id="footer"> <footer id="footer">
<ul class="icons"> <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>
<ul class="copyright"> <ul class="copyright">
<li>Copyright &copy; <li>Copyright &copy;

@ -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="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="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" /> <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]--> <!--[if lte IE 8]><script src="https://imeji.yandols.xyz/assets/js/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/main.css" /> <link rel="stylesheet" href="https://imeji.yandols.xyz/assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/ie9.css" /><![endif]--> <!--[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.zxicar.us/assets/css/ie8.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.zxicar.us/assets/css/noscript.css" /></noscript> <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> <title>Terms of Service and Privacy Policy Page - Icarus Imeji Uploader</title>
<link rel="shortcut icon" href="https://zxicar.us/favicon.ico"> <link rel="shortcut icon" href="https://imeji.yandols.xyz/assets/images/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://imeji.yandols.xyz/assets/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://zxicar.us/favicon-16x16.png" sizes="16x16" /> <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://zxicar.us/apple-touch-icon-57x57.png" /> <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://zxicar.us/apple-touch-icon-114x114.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://zxicar.us/apple-touch-icon-72x72.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://zxicar.us/apple-touch-icon-144x144.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://zxicar.us/apple-touch-icon-120x120.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://zxicar.us/apple-touch-icon-152x152.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="I.C.A.R.U.S."/> <meta name="application-name" content="Icarus Imeji"/>
<meta name="msapplication-TileColor" content="#FFFFFF" /> <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 name="theme-color" content="#ff89c9">
<meta property="og:title" content="Removal Request Page - Icarus Imeji Uploader" /> <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: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:height" content="144" />
<meta property="og:image:width" content="144" /> <meta property="og:image:width" content="144" />
@ -46,7 +46,7 @@
<!-- Main --> <!-- Main -->
<section id="main"> <section id="main">
<header> <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> <a id="termsofservice"></a>
<h1><strong>TERMS OF SERVICE</strong></h1> <h1><strong>TERMS OF SERVICE</strong></h1>
@ -128,7 +128,7 @@
<!-- Footer --> <!-- Footer -->
<footer id="footer"> <footer id="footer">
<ul class="icons"> <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>
<ul class="copyright"> <ul class="copyright">
<li>Copyright &copy; <li>Copyright &copy;

Loading…
Cancel
Save