From 4e919399b53aa40c61cd12bb4a432515833de09a Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 3 Sep 2023 01:24:42 +0200 Subject: [PATCH] add message.html --- API/UPLANET.sh | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/API/UPLANET.sh b/API/UPLANET.sh index 3e2135aa2..063a20361 100755 --- a/API/UPLANET.sh +++ b/API/UPLANET.sh @@ -174,6 +174,26 @@ if [[ ! -f ~/.zen/tmp/${MOATS}/${EMAIL}/index.html ]]; then ) & fi +## LEAVE A MESSAGE +MESSAGE=" + + [Astroport] $LAT $LON WELCOME ${EMAIL} + +

$LAT/$LON UPlanet common blockchain

+
UMAP : http://ipfs.localhost:8080/ipns/${UMAPNS} +
CHAIN : https://ipfs.copylaradio.com/ipfs/${IPFSROOT} +

${EMAIL} your PASS is $PASS

+
+
(✜‿‿✜) G1Visa
+
+
(⌐■_■) G1Card
+ +

See who TW is there

+ $(find ~/.zen/tmp/${MOATS}/ -type d -regex '.*[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}.*') +

ASTROPORT REGISTERED Crypto Commons : $LAT $LON : ${MOATS} : $(date) + " + +echo "MESSAGE" > ~/.zen/tmp/${MOATS}/message.html ## TAKING CARE OF THE CHAIN ######################################## @@ -216,17 +236,18 @@ fi echo "$HTTPCORS - [Astroport] :powered: Station - + [Astroport] $LAT $LON WELCOME ${EMAIL} +

$LAT/$LON UPlanet common blockchain


UMAP : http://ipfs.localhost:8080/ipns/${UMAPNS}
CHAIN : https://ipfs.copylaradio.com/ipfs/${IPFSROOT} -

Your PASS is $PASS

-
Download files containing in their name -
Use G1Station and compatible G1Card QRCode scanner to operate... +

${EMAIL} your PASS is $PASS

+ ---
+( ⚆_⚆) if you entered PASS
$(cat ~/.zen/tmp/email.${EMAIL}.${MOATS}.txt 2>/dev/null) +
(☉_☉ ) your TW has move to ASTROPORT


${EMAIL} REGISTERED : ${MOATS} : $(date) " > ~/.zen/tmp/${MOATS}/http.rep cat ~/.zen/tmp/${MOATS}/http.rep | nc -l -p ${PORT} -q 1 > /dev/null 2>&1 &