From 55f4b4f9d59ecec8acedbd74f224f84a4894d7de Mon Sep 17 00:00:00 2001 From: gmarco Date: Sun, 9 Mar 2025 08:50:22 +0100 Subject: [PATCH] Initial commit --- includes/inc-bottom.php | 12 ++++++ includes/inc-top.php | 63 +++++++++++++++++++++++++++++++ index.php | 84 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 159 insertions(+) create mode 100644 includes/inc-bottom.php create mode 100644 includes/inc-top.php create mode 100644 index.php diff --git a/includes/inc-bottom.php b/includes/inc-bottom.php new file mode 100644 index 0000000..e02c739 --- /dev/null +++ b/includes/inc-bottom.php @@ -0,0 +1,12 @@ + + + + diff --git a/includes/inc-top.php b/includes/inc-top.php new file mode 100644 index 0000000..a22fa09 --- /dev/null +++ b/includes/inc-top.php @@ -0,0 +1,63 @@ + + + + +<?php echo $title ; ?> + + + + + diff --git a/index.php b/index.php new file mode 100644 index 0000000..410c387 --- /dev/null +++ b/index.php @@ -0,0 +1,84 @@ + + +
method='post'> +

+
+
+
+ + + + +
+
+ + + +
+ + + + + +
method='post'> +

+
+
+
+ + + + readonly> +
+
+ + + +
+ + + +". + "Summary:". + "

". + "". + "". + "". + "". + "
Original string".$_REQUEST['string']."
Encoded string".$output."
Password".$_REQUEST['psw']."
". + "

 

". + "Generated Links:". + "

". + "".$_SERVER['HTTP_REFERER']."?webstring=$output". + "
". + "".$_SERVER['HTTP_REFERER']."?webpwd=$_REQUEST[psw]"; + } + +} + +include "includes/inc-bottom.php"; +