Push the revamped site to live environment. Replacing the old front-end site.

migrationdev
YandolsZX 7 years ago
parent 63d0e0e62f
commit f06d33290a
  1. 186
      index.php
  2. 154
      index2.php
  3. 97
      removal.php
  4. 237
      tos.php

@ -1,74 +1,154 @@
<!DOCTYPE html> <!DOCTYPE HTML>
<html lang="en" class="no-js"> <!--
New Icarus Imeji Uploader by YandolsZX
Icarus Front-end version 2.0
Template "Identity" by @ajlkn, licensed under under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en" xmlns:og="https://ogp.me/ns#">
<head> <head>
<meta charset="UTF-8" /> <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="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="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" />
<meta name="theme-color" content="#ff89c9"> <!--[if lte IE 8]><script src="https://imeji.zxicar.us/assets/js/html5shiv.js"></script><![endif]-->
<title>Icarus Imeji Uploader v1.2a</title> <link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/main.css" />
<link rel="shortcut icon" href="../favicon.ico"> <!--[if lte IE 9]><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/ie9.css" /><![endif]-->
<link rel="icon" type="image/png" href="../favicon-32x32.png" sizes="32x32" /> <!--[if lte IE 8]><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/ie8.css" /><![endif]-->
<link rel="icon" type="image/png" href="../favicon-16x16.png" sizes="16x16" /> <noscript><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/noscript.css" /></noscript>
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../apple-touch-icon-57x57.png" /> <title>Icarus Imeji Uploader</title>
<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="shortcut icon" href="https://zxicar.us/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../apple-touch-icon-144x144.png" /> <link rel="icon" type="image/png" href="https://zxicar.us/favicon-32x32.png" sizes="32x32" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="../apple-touch-icon-120x120.png" /> <link rel="icon" type="image/png" href="https://zxicar.us/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../apple-touch-icon-152x152.png" /> <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."/> <meta name="application-name" content="I.C.A.R.U.S."/>
<meta name="msapplication-TileColor" content="#FFFFFF" /> <meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="../mstile-144x144.png" /> <meta name="msapplication-TileImage" content="https://zxicar.us/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:height" content="144" />
<meta property="og:image:width" content="144" />
<!--
<link rel="stylesheet" type="text/css" href="styler/normalize.css" /> <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/demo.css" />
<link rel="stylesheet" type="text/css" href="styler/component.css" /> <link rel="stylesheet" type="text/css" href="styler/component.css" />
<link rel="stylesheet" type="text/css" href="styler/additional.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]--> <link rel="stylesheet" type="text/css" href="addonstyle/basic.css" />
<link rel="stylesheet" type="text/css" href="addonstyle/dropzone.css" />
<!-- 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> </head>
<body> <body class="is-loading">
<div class="container">
<header class="codrops-header"> <!-- Wrapper -->
<h1>I.C.A.R.U.S. Imeji Uploader</h1> <div id="wrapper">
<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> <!-- Main -->
<div class="content"> <section id="main">
<div class="box"> <header>
<form action="upload.php" method="post" enctype="multipart/form-data"> <span class="avatar"><img src="https://zxicar.us/apple-touch-icon-57x57.png" alt="Icarus Imeji Uploader" /></span>
<input type="file" name="fileToUpload" id="fileToUpload" class="inputfile inputfile-2" data-multiple-caption="{count} files selected" multiple > <form action="dropload.php" class="dropzone" id="iv-dropzone" method="post" enctype="multipart/form-data">
<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> <div class="fallback">
<br /><br /> <input name="file" id="file" type="file" />
<input type="submit" value="Upload Image" name="submit" class="btn btn-big red"> </div>
</form> </form>
</header>
<!--
<hr />
<h2>Extra Stuff!</h2>
<form method="post" action="#">
<div class="field">
<input type="text" name="name" id="name" placeholder="Name" />
</div> </div>
<footer> <div class="field">
<input type="email" name="email" id="email" placeholder="Email" />
</div>
<div class="field">
<div class="select-wrapper">
<select name="department" id="department">
<option value="">Department</option>
<option value="sales">Sales</option>
<option value="tech">Tech Support</option>
<option value="null">/dev/null</option>
</select>
</div>
</div>
<div class="field">
<textarea name="message" id="message" placeholder="Message" rows="4"></textarea>
</div>
<div class="field">
<input type="checkbox" id="human" name="human" /><label for="human">I'm a human</label>
</div>
<div class="field">
<label>But are you a robot?</label>
<input type="radio" id="robot_yes" name="robot" /><label for="robot_yes">Yes</label>
<input type="radio" id="robot_no" name="robot" /><label for="robot_no">No</label>
</div>
<ul class="actions">
<li><a href="#" class="button">Get Started</a></li>
</ul>
</form>
<hr /> <hr />
<br />I.C.A.R.U.S. Imeji Uploader v1.2a -->
<br /><a href="https://gist.github.com/Yandols/cd7d5e6d24d4dbffd80aa3ebbeeaef8c" target="_blank">ShareX Support</a> <footer>
<a href="./tos.php">Terms of Service</a> <ul class="actions">
<a href="./tos.php#privacy">Privacy Policy</a> <li>Accepted Files: <a>JP(e)G</a>, <a>PNG</a>, <a>GIF</a>.</li><br/>
<a href="./removal.php">Removal Request</a> <li>Max Filesize: <a>6MB</a></li>
<!--<br />For ShareX support <a href="https://gist.github.com/Yandols/cd7d5e6d24d4dbffd80aa3ebbeeaef8c" target="_blank">click here</a>. </ul>
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>. --> <ul class="icons">
<!-- <br /><small>FMLS Access: <a href="./listprivate.php">Area 1</a> • <a href="./list.php">Area 2</a></small> --> <li><a href="#" class="fa-twitter">Twitter</a></li>
<br />Copyright &copy; 2016 Locaria Technologies. <li><a href="#" class="fa-instagram">Instagram</a></li>
<li><a href="#" class="fa-facebook">Facebook</a></li>
</ul>
-->
</footer>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>Icarus Imeji Uploader 2.0 by Yandols ZeonX<br/><br/>Copyright &copy;
<?php
$fromYear = 2006;
$thisYear = (int)date('Y');
echo $fromYear . (($fromYear != $thisYear) ? '-' . $thisYear : '');?>
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="./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>
</ul>
</footer> </footer>
</div> </div>
</div><!-- /container -->
<script src="styler/custom-file-input.js"></script> <!-- Scripts -->
<!--[if lte IE 8]><script src="https://imeji.zxicar.us/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/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
<!-- <script src="styler/custom-file-input.js"></script> -->
<script src="addonstyle/dropzone.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> </body>
</html> </html>

@ -1,154 +0,0 @@
<!DOCTYPE HTML>
<!--
New Icarus Imeji Uploader by YandolsZX
Icarus Front-end version 2.0
Template "Identity" by @ajlkn, licensed under under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en" xmlns:og="https://ogp.me/ns#">
<head>
<meta charset="utf-8" />
<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>
<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."/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="https://zxicar.us/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:height" content="144" />
<meta property="og:image:width" content="144" />
<!--
<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" />
-->
<link rel="stylesheet" type="text/css" href="addonstyle/basic.css" />
<link rel="stylesheet" type="text/css" href="addonstyle/dropzone.css" />
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main">
<header>
<span class="avatar"><img src="https://zxicar.us/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" />
</div>
</form>
</header>
<!--
<hr />
<h2>Extra Stuff!</h2>
<form method="post" action="#">
<div class="field">
<input type="text" name="name" id="name" placeholder="Name" />
</div>
<div class="field">
<input type="email" name="email" id="email" placeholder="Email" />
</div>
<div class="field">
<div class="select-wrapper">
<select name="department" id="department">
<option value="">Department</option>
<option value="sales">Sales</option>
<option value="tech">Tech Support</option>
<option value="null">/dev/null</option>
</select>
</div>
</div>
<div class="field">
<textarea name="message" id="message" placeholder="Message" rows="4"></textarea>
</div>
<div class="field">
<input type="checkbox" id="human" name="human" /><label for="human">I'm a human</label>
</div>
<div class="field">
<label>But are you a robot?</label>
<input type="radio" id="robot_yes" name="robot" /><label for="robot_yes">Yes</label>
<input type="radio" id="robot_no" name="robot" /><label for="robot_no">No</label>
</div>
<ul class="actions">
<li><a href="#" class="button">Get Started</a></li>
</ul>
</form>
<hr />
-->
<footer>
<ul class="actions">
<li>Accepted Files: <a>JP(e)G</a>, <a>PNG</a>, <a>GIF</a>.</li><br/>
<li>Max Filesize: <a>6MB</a></li>
</ul>
<!--
<ul class="icons">
<li><a href="#" class="fa-twitter">Twitter</a></li>
<li><a href="#" class="fa-instagram">Instagram</a></li>
<li><a href="#" class="fa-facebook">Facebook</a></li>
</ul>
-->
</footer>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>Icarus Imeji Uploader 2.0 by Yandols ZeonX<br/><br/>Copyright &copy;
<?php
$fromYear = 2006;
$thisYear = (int)date('Y');
echo $fromYear . (($fromYear != $thisYear) ? '-' . $thisYear : '');?>
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="./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>
</ul>
</footer>
</div>
<!-- Scripts -->
<!--[if lte IE 8]><script src="https://imeji.zxicar.us/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/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
<!-- <script src="styler/custom-file-input.js"></script> -->
<script src="addonstyle/dropzone.js"></script>
</body>
</html>

@ -0,0 +1,97 @@
<!DOCTYPE HTML>
<!--
New Icarus Imeji Uploader by YandolsZX
Icarus Front-end version 2.0
Template "Identity" by @ajlkn, licensed under under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en" xmlns:og="https://ogp.me/ns#">
<head>
<meta charset="utf-8" />
<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>
<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."/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="https://zxicar.us/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:height" content="144" />
<meta property="og:image:width" content="144" />
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main">
<header>
<span class="avatar"><img src="https://zxicar.us/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>
<p class="legal">Send us a message containing the <strong><a>URL of the the image</a></strong> in question and<br/>
<strong><a>a brief reason</a></strong> why you think it should be taken down for removal.</p>
<p class="legal">When you're ready to proceed, <br/>
<strong><a href="https://dev.zxicar.us/YandolsZX/Icarus-Imeji/issues">Submit an issue on our development board</a></strong></p>
<p>OR</p>
<p class="legal">Contact us at our email listed as below:<br/>
<strong><a href="mailto:kurosakiicarus@gmail.com">kurosakiicarus@gmail.com</a></strong></p>
</header>
<hr />
<h2><strong>Take note!</strong></h2>
<p><strong><a>All requests are processed manually</a></strong><br/>
and it might take up to 48 hours or more<br/>
<em>(hopefully not)</em> for us to get your request completed.</p>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://imeji.zxicar.us" class="fa-home">Return to Uploader</a></li>
</ul>
<ul class="copyright">
<li>Copyright &copy;
<?php
$fromYear = 2006;
$thisYear = (int)date('Y');
echo $fromYear . (($fromYear != $thisYear) ? '-' . $thisYear : '');?>
Locaria Technologies.</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<!--[if lte IE 8]><script src="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/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
</body>
</html>

@ -1,118 +1,155 @@
<!DOCTYPE html> <!DOCTYPE HTML>
<html lang="en" class="no-js"> <!--
New Icarus Imeji Uploader by YandolsZX
Icarus Front-end version 2.0
Template "Identity" by @ajlkn, licensed under under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en" xmlns:og="https://ogp.me/ns#">
<head> <head>
<meta charset="UTF-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <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="viewport" content="width=device-width, initial-scale=1"> <meta name="keywords" content="Icarus Imeji Uploader is a Free Image Uploading and Hosting Service by Locaria Technologies" />
<meta name="theme-color" content="#ff89c9"> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Terms of Service and Privacy Policy - Icarus Imeji Uploader</title> <!--[if lte IE 8]><script src="https://imeji.zxicar.us/assets/js/html5shiv.js"></script><![endif]-->
<link rel="shortcut icon" href="../favicon.ico"> <link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/main.css" />
<link rel="icon" type="image/png" href="../favicon-32x32.png" sizes="32x32" /> <!--[if lte IE 9]><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/ie9.css" /><![endif]-->
<link rel="icon" type="image/png" href="../favicon-16x16.png" sizes="16x16" /> <!--[if lte IE 8]><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/ie8.css" /><![endif]-->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../apple-touch-icon-57x57.png" /> <noscript><link rel="stylesheet" href="https://imeji.zxicar.us/assets/css/noscript.css" /></noscript>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../apple-touch-icon-114x114.png" /> <title>Terms of Service and Privacy Policy Page - Icarus Imeji Uploader</title>
<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="shortcut icon" href="https://zxicar.us/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="../apple-touch-icon-120x120.png" /> <link rel="icon" type="image/png" href="https://zxicar.us/favicon-32x32.png" sizes="32x32" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../apple-touch-icon-152x152.png" /> <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."/> <meta name="application-name" content="I.C.A.R.U.S."/>
<meta name="msapplication-TileColor" content="#FFFFFF" /> <meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="../mstile-144x144.png" /> <meta name="msapplication-TileImage" content="https://zxicar.us/mstile-144x144.png" />
<meta name="theme-color" content="#ff89c9">
<link rel="stylesheet" type="text/css" href="styler/normalize.css" />
<link rel="stylesheet" type="text/css" href="styler/demo.css" /> <meta property="og:title" content="Removal Request Page - Icarus Imeji Uploader" />
<link rel="stylesheet" type="text/css" href="styler/component.css" /> <meta property="og:description" content="This page contains legal information on how using our service affects us and you, and how our service operates." />
<link rel="stylesheet" type="text/css" href="styler/additional.css" /> <meta property="og:image" content="https://zxicar.us/mstile-144x144.png" />
<!--[if IE]> <meta property="og:image:height" content="144" />
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <meta property="og:image:width" content="144" />
<![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> </head>
<body> <body class="is-loading">
<div class="container">
<header class="codrops-header">
<h1>I.C.A.R.U.S. Imeji Uploader</h1>
<br />
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main">
<header>
<span class="avatar"><img src="https://zxicar.us/apple-touch-icon-57x57.png" alt="Icarus Imeji Uploader" /></span>
<a id="termsofservice"></a> <a id="termsofservice"></a>
<h2>TERMS OF SERVICE</h2> <h1><strong>TERMS OF SERVICE</strong></h1>
<h3>TL;DR VERSION</h3>
<p>You can upload images anonymously and share them online with only the people you choose to share them with.
<br />If you make them publicly available, they may be featured somewhere else.
<br />This means that if you upload an image to share with your friend, only your friend will be able to access it online.
<br />However, if you share an image with Facebook, Twitter, Reddit, etc., then it may end up in someone's gallery.</p>
<h3>FULL VERSION</h3>
<p>By uploading a file or other content, you represent and warrant to us that
<br />(1) doing so does not violate or infringe anyone else's rights;
<br />and (2) you created the file or other content you are uploading,
<br />or otherwise have sufficient intellectual property rights to upload the material consistent with these terms.
<br />With regard to any file or content you upload to the public portions of our site,
<br />you grant Imeji a non-exclusive, royalty-free, perpetual, irrevocable worldwide license (with sublicense and assignment rights) to use,
<br />to display online and in any present or future media, to create derivative works of, to allow downloads of, and/or distribute any such file or content.
<br />To the extent that you delete any such file or content from the public portions of our site,
<br />the license you grant to Imeji pursuant to the preceding sentence will automatically terminate,
<br />but will not be revoked with respect to any file or content Imeji has already copied and sublicensed or designated for sublicense.
<br />Also, of course, anything you post to a public portion of our site may be used by the public pursuant to the following paragraph even after you delete it.</p>
<h3>USE OF IMEJI CONTENT</h3>
<p>By downloading an image or copying other user-generated content (UGC) from Imeji,
<br />you agree that you do not claim any rights to it.
<br />The following conditions apply:</p>
<li>You may use UGC for personal, non-commercial purposes.</li>
<li>You may use UGC for anything that qualifies as fair use under copyright law,
<br />for example journalism (news, comment, criticism, etc.),
<br />but please include an attribute ("Imeji" or "courtesy of Imeji") next to where it is displayed.</li>
<li>You may not use UGC for non-journalistic commercial purposes.</li>
<li>Your use of UGC is at your own risk.
<br />Imeji MAKES NO WARRANTIES OF NON-INFRINGEMENT,
<br />and you will indemnify and hold Imeji harmless from any copyright infringement claims arising out of your use of the UGC.</li>
<li>You may not copy or use any portions of our site that are not UGC except within the limits of fair use.</li>
<a id="privacy"></a> <a id="shorttos"></a>
<h2>PRIVACY POLICY</h2> <h2><strong>TL;DR/SHORT VERSION</strong></h2>
<h3>INFORMATION WE COLLECT; HOW WE USE IT</h3> <p class="legal">You can upload images anonymously and share them online with only the people you choose to share them with.<br/>
<p>Automatically collected technical information: If you make them publicly available, they may be featured somewhere else.<br/>
<br />Our servers log information about each computer connecting with our site such as IP address, This means that if you upload an image to share with your friend, only your friend will be able to access it online.<br/>
<br />dates and times of each upload, device characteristics, operating system, browser type, However, if you share an image with Facebook, Twitter, Reddit, etc., then it may end up in someone's gallery.</p>
<br />type of connection, page and image viewing statistics, and incoming and outgoing links.
<br />We also log the metadata associated with any images you upload. <a id="fulltos"></a>
<br />None of this automatically collected technical information is associated with any identified person at the time it is collected, <h2><strong>FULL VERSION</strong></h2>
<br />but it could be associated with you under these circumstances: <p class="legal">By uploading a file or other content, you represent and warrant to us that <br/>
<br />If we are required to disclose our server logs as a result of a subpoena or other legal process, (1) doing so does not violate or infringe anyone else's rights; <br/>
<br />some third party such as your internet provider could match our anonymous technical information with you, and (2) you created the file or other content you are uploading, <br/>
<br />using information beyond what is found on our servers.</p> or otherwise have sufficient intellectual property rights to upload the material consistent with these terms. </p>
<h3>PERSONAL DATA PROTECTION</h3> <p class="legal">With regard to any file or content you upload to the public portions of our site, <br/>
<p>Because Imeji neither requires nor requests personally-identifiable information about you, you grant Icarus Imeji a non-exclusive, royalty-free, perpetual, irrevocable worldwide license (with sublicense and assignment rights) to use, <br/>
<br />Imeji does not disclose to any third party any personally identifiable information about you.</p> to display online and in any present or future media, to create derivative works of, to allow downloads of, and/or distribute any such file or content.</p>
<p>Every image uploaded to Imeji - whether uploaded directly through your web browser, or uploaded via a 3rd party tool - has its own URL, <p class="legal">To the extent that you delete any such file or content from the public portions of our site, <br/>
<br />and no matter what, every image can always be accessed and viewed by anyone who types in that exact URL. the license you grant to Icarus Imeji pursuant to the preceding sentence will automatically terminate, <br/>
<br />No image uploaded to Imeji is ever completely hidden from public view. but will not be revoked with respect to any file or content Icarus Imeji has already copied and sublicensed or designated for sublicense. <br/>
<br />This is mainly to ensure that Imeji, which allows anonymous postings, will not be used as a platform for illegality.</p> Also, of course, anything you post to a public portion of our site may be used by the public pursuant to the following paragraph even after you delete it.</p>
<br /> <a id="ugc"></a>
<p>We may revise our terms of service and privacy policy from time to time by posting the changes here.</p> <h2><strong>USE OF CONTENT HOSTED ON ICARUS IMEJI</strong></h2>
<p class="legal">By downloading an image or copying other user-generated content (UGC) from Icarus Imeji, <br/>
you agree that you do not claim any rights to it. <br/>
The following conditions apply:</p>
<ul class="legal">
<li>You may use UGC for personal, non-commercial purposes.</li><br/>
<li>You may use UGC for anything that qualifies as fair use under copyright law, <br/>
for example journalism (news, comment, criticism, etc.), <br/>
but please include an attribute ("Icarus Imeji" or "courtesy of Icarus Imeji") next to where it is displayed.</li><br/>
<li>You may not use UGC for non-journalistic commercial purposes.</li><br/>
<li>Your use of UGC is at your own risk. ICARUS IMEJI MAKES NO WARRANTIES OF NON-INFRINGEMENT, <br/>
and you will indemnify and hold Icarus Imeji harmless from any copyright infringement claims arising out of your use of the UGC.</li><br/>
<li>You may not copy or use any portions of our site that are not UGC except within the limits of fair use.</li></ul>
</header> </header>
</div><!-- /container -->
<!-- <script src="styler/custom-file-input.js"></script> --> <hr />
<a id="privacy"></a>
<h1><strong>PRIVACY POLICY</strong></h1>
<!-- // If you'd like to use jQuery, check out styler/jquery.custom-file-input.js <a id="collecteddata"></a>
<script src="styler/jquery-v1.min.js"></script> <h2><strong>INFORMATION WE COLLECT; HOW WE USE IT</strong></h2>
<script src="styler/jquery.custom-file-input.js"></script> <p class="legal"><strong>Automatically collected technical information:</strong><br/>
--> Our servers log information about each computer connecting with our site such as <br/>
IP address, dates and times of each upload, device characteristics, operating system, <br/>
browser type, type of connection, and incoming and outgoing links. </p>
<p class="legal">We also log the metadata associated with any images you upload. <br/>
None of this automatically collected technical information is associated with any identified person at the time it is collected, <br/>
but it could be associated with you under these circumstances: <br/>
If we are required to disclose our server logs as a result of a subpoena or other legal process, <br/>
some third party such as your internet provider could match our anonymous technical information with you, <br/>
using information beyond what is found on our servers.</p>
<a id="personaldataprotection"></a>
<h2><strong>PERSONAL DATA PROTECTION</strong></h2>
<p class="legal">Because Icarus Imeji neither requires nor requests personally-identifiable information about you, <br/>
Icarus Imeji does not disclose to any third party any personally identifiable information about you.</p>
<p class="legal">Every image uploaded to Icarus Imeji - whether uploaded directly through your web browser, or uploaded via a 3rd party tool - has its own URL, <br/>
and no matter what, every image can always be accessed and viewed by anyone who types in that exact URL. <br/>
No image uploaded to Icarus Imeji is ever completely hidden from public view. <br/>
This is mainly to ensure that Icarus Imeji, which allows anonymous postings, will not be used as a platform for illegality.</p>
<div class="content">
<hr /> <hr />
<footer class="content footer"> <a id="revision"></a>
Copyright &copy; 2016 Locaria Technologies. <p class="legal">We reserve the right to revise our terms of service and privacy policy from time to time.</p>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://imeji.zxicar.us" class="fa-home">Return to Uploader</a></li>
</ul>
<ul class="copyright">
<li>Copyright &copy;
<?php
$fromYear = 2006;
$thisYear = (int)date('Y');
echo $fromYear . (($fromYear != $thisYear) ? '-' . $thisYear : '');?>
Locaria Technologies.</li>
</ul>
</footer> </footer>
</div> </div>
<!-- Scripts -->
<!--[if lte IE 8]><script src="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/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
</body> </body>
</html> </html>
Loading…
Cancel
Save