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"; +