--- /dev/null
+selfpaste.sh
--- /dev/null
+#!/usr/bin/env bash
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+# You should have received a copy of the
+# COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+# along with this program. If not, see http://www.sun.com/cddl/cddl.html
+#
+# 2019 https://www.bananas-playground.net/projekt/selfpaste
+
+if [ $# -lt 1 ]; then
+ echo "You need to provide a file to paste";
+ echo "selfpaste.sh /path/to/file";
+ exit 2;
+fi;
+
+FILENAME="$1";
+ENDPOINT="";
+
+if [[ -r $FILENAME ]]; then
+ echo "";
+else
+ echo "Provided file is not accessable."
+ exit 3;
+fi;
\ No newline at end of file
--- /dev/null
+Change upload_max_filesize and php_value post_max_size in webroot/.htaccess
+Change ENDPOINT variable in selfpaste.sh client file.
\ No newline at end of file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ index.php?s=$1 [QSA,L]
-</IfModule>
\ No newline at end of file
+</IfModule>
+
+php_value upload_max_filesize 1M
+php_value post_max_size 1M
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<browserconfig>
- <msapplication>
- <tile>
- <square150x150logo src="mstile-150x150.png"/>
- <TileColor>#da532c</TileColor>
- </tile>
- </msapplication>
-</browserconfig>
$_short = Summoner::validate($_short,'nospace') ? $_short : false;
}
+$_create = false;
+if(isset($_POST['c']) && !empty($_GET['s'])) {
+ $_create = trim($_GET['s']);
+ $_create = Summoner::validate($_short,'nospace') ? $_short : false;
+}
+
$contentType = 'Content-type: text/html; charset=UTF-8';
$contentBody = 'welcome';
}
+var_dump($_POST);
+var_dump($_FILES);
+var_dump($_SERVER);
+
# header information
header($contentType);
if(file_exists('view/'.$contentBody.'.inc.php')) {
+++ /dev/null
-<svg version="1" xmlns="http://www.w3.org/2000/svg" width="333.333" height="333.333" viewBox="0 0 250.000000 250.000000"><path d="M101.4 39.1L89.5 58h-9.1c-8.9 0-10.4.5-10.4 3.6 0 .2 3.6.4 8 .4 7.8 0 8 .1 7 2-.9 1.8-2.1 2-9.8 2l-8.7.1-9.2 15.8L48 97.8V117.5l-7.5 11.2c-6.3 9.5-7.5 11.9-7.5 15.4 0 3.6-1.7 7.1-12.7 24.8-6.9 11.3-12.6 21.1-12.6 21.6 0 .6 2.6 5.5 5.8 10.8l5.7 9.7h16.3c14.9 0 16.3.2 18 2 1.6 1.8 3.1 2 15.9 2h14.2l6.9 7 6.9 7h7.4c6.5 0 7.4-.2 7.9-2 .5-1.9 1.4-2 13.3-2s12.8.1 13.3 2c.4 1.8 1.3 2 7.4 2l6.8-.1 7.2-6.9 7.3-7h14.2c13.2 0 14.4-.2 15.6-2 1.1-1.9 2.3-2 18-2h16.7l5.8-9.8c3.1-5.4 5.7-10.2 5.7-10.6 0-.4-5.9-10.4-13.1-22.2-11.6-19-13-21.7-12.4-24.5.6-2.8-.2-4.4-6.9-14.3l-7.6-11.1-.6-11-.7-11-9-15.3-8.9-15.2h-8.2c-7.6 0-10.6-.9-10.6-3.2 0-.4 3.6-.8 8-.8 7.7 0 8-.1 7-2-.9-1.7-2.3-2-10.1-2.2l-9.1-.3L150 39l-11.7-18.5-12.5-.1-12.4-.1-12 18.8zM183 96.2c25 40.3 46.8 75.6 48.6 78.3l3.2 5.1-8.8 13.9-8.7 14-91.4.3-91.4.2-8.8-14c-7.5-12-8.6-14.4-7.7-16.1.9-1.7 86.2-139.3 93.7-151.1L114 23h23.6L183 96.2z"/><path d="M103 54.6c-8 13.1-14.5 24-14.4 24.3 0 .3 2.1 1.7 4.6 3l4.5 2.4 4.7-3.2c16-11 30.3-11.4 45-1.1 3.2 2.2 6.2 4 6.8 4 1.5 0 8.8-4.2 8.8-5.1 0-.5-6.5-11.3-14.3-24.1l-14.4-23.3-8.4-.3-8.4-.3L103 54.6zm25.5-8.6c0 6.3-.1 6.5-2.7 6.8l-2.8.3V38.9l2.8.3c2.6.3 2.7.5 2.7 6.8z"/><path d="M116.6 82.6c-6.9 2.2-15.7 11.1-17.7 17.9-5.7 19.8 8.9 38.8 28.6 37.2 29.2-2.2 36.5-40.4 10.3-53.8-5.3-2.7-15-3.3-21.2-1.3z"/><path d="M70.7 106.2c-2.8 4.6-9.8 15.5-15.4 24.3l-10.2 16 3.4 6 3.3 6h60.7l.3-6.7.3-6.7-6.5-4.1c-12.5-7.9-17.2-15.7-18.3-30.1l-.6-7.6-5.4-2.7c-2.9-1.4-5.6-2.6-5.8-2.6-.3 0-2.9 3.7-5.8 8.2zM63.5 147c0 6.3-.1 6.5-2.5 6.5s-2.5-.3-2.8-6.8l-.3-6.8 2.8.3c2.7.3 2.8.4 2.8 6.8zM168.2 101.1c-4.3 2.4-5.3 3.5-4.9 5 .9 3.2-1.2 15.1-3.4 19.5-2.5 5.2-9.4 12.1-15.9 16l-5 2.9.2 7 .3 7 29.8.3 29.7.2 3-4.7c1.6-2.5 3.2-5.5 3.5-6.4.7-2-29.1-49.9-30.9-49.9-.6 0-3.5 1.4-6.4 3.1zm25.3 45.9c0 6.3-.1 6.5-2.5 6.5s-2.5-.3-2.8-6.8l-.3-6.8 2.8.3c2.7.3 2.8.4 2.8 6.8zM122.5 167c.4.6-.6 2.5-2.1 4.3-2.4 2.9-2.5 3.2-.9 3.6 1.2.2 2.9-.9 4.5-2.8l2.5-3.2 2.3 3c1.9 2.7 2.9 3.1 6.8 3.1h4.5l-3.8-4.5c-3.6-4.3-4-4.5-9.1-4.5-3.4 0-5.1.4-4.7 1zM157.3 167.5c-1.5 1.1-2.3 2.6-2.3 4.6 0 2.8.2 2.9 4.4 2.9 4.1 0 4.5-.2 4.8-2.8l.3-2.7 13.8-.3c10.4-.2 13.7-.6 13.4-1.5-.3-.9-4.8-1.3-16.3-1.5-13.2-.2-16.3 0-18.1 1.3zM58 171v4h11v-8H58v4zM94 171c0 3.6.3 4 2.4 4s2.4-.6 2.8-4c.3-3.8.2-4-2.4-4s-2.8.3-2.8 4zM35.2 182.7l.3 8.8h11l.3-8.8.3-8.7H34.9l.3 8.7zM204.7 174.7c-.4.3-.7 3.9-.7 7.8 0 8.5.9 9.8 7.2 9.3l4.3-.3.3-8.8.3-8.7h-5.4c-2.9 0-5.7.3-6 .7zM58 182.9c0 8 .3 8.1 20.9 8.1 12.4 0 18.1-.4 18.9-1.2.7-.7 1.2-3.6 1.2-6.5 0-5-.1-5.3-2.5-5.3s-2.5.3-2.5 5.5v5.5H69v-11H58v4.9zM114 178.7c0 .5-2.4 3.4-5.4 6.5l-5.3 5.8h3.1c2.3 0 3.8-.9 5.9-3.5l2.8-3.5H137l2.2 3.5c2.1 3.2 2.7 3.5 7.6 3.5 2.8 0 5.2-.3 5.2-.6s-2.1-3.2-4.7-6.4c-4.5-5.5-5.1-5.9-9.1-5.9-3.9-.1-4.3.1-3.7 1.9.6 1.9.2 2-8.4 2-9 0-10.3-.4-7.9-2.8.9-.9.6-1.2-1.5-1.2-1.5 0-2.7.3-2.7.7zM155 182.8c0 7.9.7 8.2 20.3 8.2 20.6 0 22.9-1.8 3-2.2l-13.8-.3-.3-5.3-.3-5.2H155v4.8zM47 199.4c0 1.4.5 2.8 1 3.1.6.4 1-.7 1-2.4s-.4-3.1-1-3.1c-.5 0-1 1.1-1 2.4zM54.2 199.5c0 1.6.2 2.2.5 1.2.2-.9.2-2.3 0-3-.3-.6-.5.1-.5 1.8zM62 200c4.4 3.8 5 3.8 4.9-.3-.1-2.3-.3-2.6-.6-.9l-.4 2.2-2.9-2c-4.2-3-5-2.3-1 1zM71.2 200c0 1.9.2 2.7.5 1.7.2-.9.2-2.5 0-3.5-.3-.9-.5-.1-.5 1.8zM75.2 199.7c.2 1.4.8 2.8 1.4 3 .7.2.9-.8.6-2.7-.5-3.7-2.5-4-2-.3zM81.5 200c0 1.6.5 2.8 1 2.7.6-.2 1-1.4 1-2.7 0-1.3-.4-2.5-1-2.7-.5-.2-1 1-1 2.7zM86.1 199.7c.2 2.6.2 2.6.6.4l.5-2.3 2.8 2.7c3.1 3 5.1 2.6 4.9-.8-.1-1.7-.2-1.8-.6-.5-.6 2.3-1.6 2.3-3.8-.2-2.6-2.9-4.5-2.5-4.4.7zM106.4 198.2c-.4.6-.3.8.3.5.6-.4 1.9.5 2.9 1.8 2.6 3.5 3.9 3.1 1.7-.5-1.8-3.1-3.7-3.8-4.9-1.8zM116.5 198.2c-.4 1-.4 2.6 0 3.5.8 1.7.8 1.7 1.2 0 .3-.9.3-2.5 0-3.5-.4-1.6-.4-1.6-1.2 0zM127 200c0 1.6.5 3 1 3 .6 0 1-1.4 1-3 0-1.7-.4-3-1-3-.5 0-1 1.3-1 3zM133.3 197.7c.4.3.2 1.2-.3 1.8-.7.9-.5 1.7.7 2.6 1.5 1.2 1.6 1.2 1-.3-.3-1-.2-2 .4-2.3 1.1-.8.2-2.5-1.3-2.5-.6 0-.8.3-.5.7zM139.4 198.5c-.7 1.7.1 4.5 1.3 4.5.4 0 .8-1.4.8-3 0-3.2-1.2-4-2.1-1.5zM145.8 200c-.3 1.9-.1 2.9.6 2.7 1.5-.5 2-3.7.8-4.9-.6-.6-1.1.1-1.4 2.2zM151.8 197.6c-1.2 1.2.2 2.4 2.8 2.4 1.6 0 2.4.6 2.4 1.7 0 1.2.3 1.4 1.1.6 1.6-1.6.2-3.3-2.6-3.3-1.3 0-2.5-.5-2.7-1.1-.2-.5-.7-.7-1-.3zM162 200.1c0 1.7.4 2.8 1 2.4.6-.3 1-1.7 1-3.1 0-1.3-.4-2.4-1-2.4-.5 0-1 1.4-1 3.1zM168.6 198.5c.4.8.8 1.5 1 1.5.2 0 .4-.7.4-1.5s-.4-1.5-1-1.5c-.5 0-.7.7-.4 1.5zM174.5 199c-1 1.1-1.3 2-.8 2 .6 0 1.4-.7 1.7-1.6.5-1.4 1-1.2 2.7 1 2.6 3.4 3.7 2.7 1.4-.8-2.1-3.1-2.7-3.2-5-.6zM185 200c0 1.6.2 3 .4 3s.6-1.4.8-3c.3-1.7.1-3-.4-3-.4 0-.8 1.3-.8 3zM194 199.4c0 1.4.5 2.8 1 3.1.6.4 1-.7 1-2.4s-.4-3.1-1-3.1c-.5 0-1 1.1-1 2.4z"/></svg>
\ No newline at end of file
+++ /dev/null
-{
- "name": "Delta Labs",
- "short_name": "Delta Labs",
- "icons": [
- {
- "src": "android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png"
- }
- ],
- "theme_color": "#ffffff",
- "background_color": "#ffffff",
- "display": "standalone"
-}
<html>
<head>
<meta charset="utf-8" />
- <meta name="author" content="Delta Labs">
- <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
- <link rel="manifest" href="site.webmanifest">
- <link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
- <meta name="msapplication-TileColor" content="#da532c">
- <meta name="theme-color" content="#ffffff">
+ <meta name="author" content="selfpaste">
</head>
<body>
- <p>Well, hello there sweetie!<br />Thank you for using Delta Labs.</p>
+ <p>Well, hello there sweetie!<br />Thank you for using selfpaste.</p>
</body>
</html>