<%= siteName %> is a simple to use free file hosting service where files get
+ deleted after <%= expireTime %>. It lets you share your photos, documents, music, videos and more with
+ others online.
+
What files are allowed?
+
Any kind of file is allowed, as long as the file is legal in <%= ServerCountryLocation %> and you have the legal
+ right to publish the file on our service.
+
As an exception to this policy to prevent abuse, we do not allow malware on our service. Any malware that
+ could be used to infect other computers may be removed from our service at our discretion.
+
Do you keep logs of uploaded files?
+ <% if (LOG_IP) { %>
+
A database of the current active files are kept which includes the name, hash and IP of the file and time of upload,
+ this data is deleted when the file expires.
+ <% } else { %>
+
A database of the current active files are kept which includes the name and hash of the file and time of upload,
+ this data is deleted when the file expires.
+ <% } %>
+
Downloads and visits are not tracked or logged in respect for your privacy.
+
Can you remove my copyrighted file?
+
+ Please submit your copyright takedown notice to
+ <%= abuseContact %>
+ . We will
+ handle your notice within <%= expireTime %> and disable access to the infringing file after receiving a notice
+ compliant with the Copyright Act.
+
+
Can you remove files that are defaming me or otherwise infringing my non-copyright rights?
+
+ <%= siteName %> respects takedowns for other files when accompanied with a certified <%= ServerCountryLocation %> court order. If
+ you are unable to obtain the order, a preliminary injuction or court order is typically also sufficient.
+ Please forward the notice to
+ <%= abuseContact %>
+ .
+
+
Can you remove illegal files?
+
Please contact the appropriate law enforcement agency if you notice illegal files hosted on <%= siteName %>. We
+ have not been trained or qualified to investigate and fight crimes and enforce the law, so it's not
+ appropriate to send accusations of illegal activity to us.
+
+ You must contact the appropriate law enforcement office. They may then contact us if appropriate.
+ If you are an law enforcement official and you need our assistance, please contact
+ <%= abuseContact %>
+ . If you are a law enforcement official from another
+ country, we may voluntarily cooperate if the crime you are investigating would also be illegal in
+ <%= ServerCountryLocation %>.
+
+
+<%- include('./templates/partials/footer.ejs'); -%>
\ No newline at end of file
diff --git a/templates/faq.swig b/templates/faq.swig
deleted file mode 100644
index 594d638..0000000
--- a/templates/faq.swig
+++ /dev/null
@@ -1,27 +0,0 @@
-{% extends "layout.swig" %}
-
-{% block title %}FAQ{% endblock %}
-{% block body %}
-
-
-
FAQ
-
-
-
What is {{siteName}}?
-
{{siteName}} is a simple to use free file hosting service. It lets you share your photos, documents, music, videos and more with others online for 24 hours.
-
What files are allowed?
-
{{siteName}} welcomes uploading all files, as long as the file is legal in {{ServerCountryLocation}} and you have the legal right to publish the file on our service.
-
As an exception to this policy to prevent abuse, we do not allow malware on our service. Any malware that could be used to infect other computers may be removed from our service at our discretion.
-
Can you remove my copyrighted file?
-
Please submit your copyright takedown notice to {{abuseContact}}. We will handle your notice within 24 hours and disable access to the infringing file after receiving a notice compliant with the Copyright Act 1968.
-
Can you remove files that are defaming me or otherwise infringing my non-copyright rights?
-
{{siteName}} respects takedowns for other files when accompanied with a certified {{ServerCountryLocation}} court order. If you are unable to obtain the order, a preliminary injuction or court order is typically also sufficient. Please forward the notice to {{abuseContact}}.
-
Can you remove illegal files?
-
Please contact the appropriate law enforcement agency if you notice illegal files hosted on {{siteName}}. We have not been trained or qualified to investigate and fight crimes and enforce the law, so it's not appropriate to send accusations of illegal activity to us. You must contact the appropriate law enforcement office. They may then contact us if appropriate.
-
If you are an {{ServerCountryLocation}}law enforcement official and you need our assistance, please contact {{abuseContact}}. If you are a law enforcement official from another country, we may voluntarily cooperate if the crime you are investigating would also be illegal in {{ServerCountryLocation}}.
+ <%= siteName %> is free to use, but our hosting costs are not
+
+ — donations are what keep <%= siteName %> alive, free from ads and fast.
+
+
+
+ <% if (bitcoinAddress) { %>
+
+
+ Bitcoin
+
+ <% } %>
+
+ <% if (paypalUrl) { %>
+
+
+ PayPal
+
+ <% } %>
+
+ <% if (flattrUrl) { %>
+
+
+ Flattr
+
+ <% } %>
+
+ <% if (kofiUrl) { %>
+
+
+ Ko-Fi
+
+ <% } %>
+
+
\ No newline at end of file
diff --git a/templates/partials/footer.ejs b/templates/partials/footer.ejs
new file mode 100644
index 0000000..e2c13e2
--- /dev/null
+++ b/templates/partials/footer.ejs
@@ -0,0 +1,3 @@
+<%- include('./templates/partials/nav.ejs'); -%>
+
+
\ No newline at end of file
diff --git a/templates/partials/lead.ejs b/templates/partials/lead.ejs
new file mode 100644
index 0000000..3dc236c
--- /dev/null
+++ b/templates/partials/lead.ejs
@@ -0,0 +1,7 @@
+
<%= siteName %>~
+
+ Max upload size is <%= max_upload_size %> MiB & files expire after <%= expireTime %>, read the
+
+ FAQ
+
+
\ No newline at end of file
diff --git a/templates/partials/malware_banner.ejs b/templates/partials/malware_banner.ejs
new file mode 100644
index 0000000..5bee7e0
--- /dev/null
+++ b/templates/partials/malware_banner.ejs
@@ -0,0 +1,4 @@
+
+ Malware is not allowed
+ — files identified as malware will be removed without further notice.
+
\ No newline at end of file
diff --git a/templates/partials/nav.ejs b/templates/partials/nav.ejs
new file mode 100644
index 0000000..12a2c4f
--- /dev/null
+++ b/templates/partials/nav.ejs
@@ -0,0 +1,13 @@
+
\ No newline at end of file
diff --git a/templates/partials/upload_form.ejs b/templates/partials/upload_form.ejs
new file mode 100644
index 0000000..129896c
--- /dev/null
+++ b/templates/partials/upload_form.ejs
@@ -0,0 +1,6 @@
+
+
\ No newline at end of file
diff --git a/templates/tools.ejs b/templates/tools.ejs
new file mode 100644
index 0000000..bb3bc90
--- /dev/null
+++ b/templates/tools.ejs
@@ -0,0 +1,59 @@
+<%- include('./templates/partials/header.ejs'); -%>
+
+
+
<%= siteName %> Tools
+
+
+
+
+ To upload using curl or make a tool you can post using:
+
+ curl -i -F files[]=@yourfile.jpeg <%= siteUrl %>/upload.php (JSON Response)
+
+
To upload using curl or make a tool you can post using: curl -i -F 'files[]=@yourfile.jpeg' <%= siteUrl %>/upload.php (JSON Response)