better welcoming messages

This commit is contained in:
fred 2023-10-10 13:52:01 +02:00
parent bd44f61755
commit 5e561ae3f5
2 changed files with 15 additions and 5 deletions

View File

@ -189,6 +189,9 @@ echo "<meta http-equiv=\"refresh\" content=\"0; url='/ipns/${UMAPNS}'\" />" > ~/
echo "${EMAIL}:${IPFSROOT}:${MOATS}" >> ~/.zen/tmp/${IPFSNODEID}/UPLANET/_${LAT}_${LON}/_visitors/${EMAIL}.log echo "${EMAIL}:${IPFSROOT}:${MOATS}" >> ~/.zen/tmp/${IPFSNODEID}/UPLANET/_${LAT}_${LON}/_visitors/${EMAIL}.log
######################################## ########################################
## Calculating TW IPNS ADDRESS
TWADD=$(${MY_PATH}/../tools/keygen -t ipfs "${EMAIL}" "${NPASS}")
## HTTP nc ON PORT RESPONSE ## HTTP nc ON PORT RESPONSE
echo "$HTTPCORS echo "$HTTPCORS
<html> <html>
@ -217,8 +220,13 @@ echo "$HTTPCORS
</style> </style>
</head><body> </head><body>
<h1>UPlanet Registration</h1> <h1>UPlanet Registration</h1>
<br><h2>${EMAIL}<br> your TW PASS is<br></h2> Your Key seeds are:<br>
<br>
<h2>${EMAIL}</h2>
<h1>${NPASS}</h1> <h1>${NPASS}</h1>
Use this credentials to continue registration on <a target='_blank' href='https://cesium.app'>Cesium</a> & <a target='_blank' href='https://gchange.fr'>Gchange</a>
<br>
--- ---
<br>Try <a target=\"_new\" href=\"${myIPFS}/ipns/${TWADD}\">TWPORTATION</a> <br>Try <a target=\"_new\" href=\"${myIPFS}/ipns/${TWADD}\">TWPORTATION</a>
<br>in <br>in

View File

@ -504,10 +504,10 @@ echo
echo "* G1Visa : Public Key and Wallet echo "* G1Visa : Public Key and Wallet
${NID}/ipns/${ASTRONAUTENS}#G1Visa" ${NID}/ipns/${ASTRONAUTENS}#G1Visa"
echo " " echo " "
echo "* AstroID : G1Card with PASS : $PASS" echo "* AstroID : G1Card with PASS : $PASS"
echo "${NID}/ipns/${ASTRONAUTENS}#AstroID" echo "${NID}/ipns/${ASTRONAUTENS}#AstroID"
echo echo
echo "* UMap registration : ${LAT}, ${LON} echo "* UMap : registration at ${LAT}, ${LON}
${myIPFS}${URL}" ${myIPFS}${URL}"
echo echo
echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
@ -523,9 +523,9 @@ echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
#~ U Planet : ${myUPLANET} #~ U Planet : ${myUPLANET}
#~ Astroport.ONE ★ PKI ★ Ğ1/Ŋ1 ★ DAO ★ Libre ★"; # sleep 1 #~ Astroport.ONE ★ PKI ★ Ğ1/Ŋ1 ★ DAO ★ Libre ★"; # sleep 1
echo " ★ GCHANGE MARKET ★" echo "$(${MY_PATH}/../tools/face.sh friendly) ★ GCHANGE MARKET ★"
echo "Use $SALT and $PEPPER to register on https://gchange.fr and exchange ★ with friends" echo "Use $SALT and $PEPPER to register on https://gchange.fr and exchange ★ with friends"
echo "$(${MY_PATH}/../tools/face.sh friendly)" echo ""
echo $PSEUDO > ~/.zen/tmp/PSEUDO ## Return data to start.sh # DEPRECATED ? echo $PSEUDO > ~/.zen/tmp/PSEUDO ## Return data to start.sh # DEPRECATED ?
echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
@ -534,9 +534,11 @@ echo "export ASTROTW=/ipns/$ASTRONAUTENS ASTROG1=$G1PUB ASTROMAIL=$PLAYER ASTROF
### SEND AstroID and G1Visa to EMAIL ### SEND AstroID and G1Visa to EMAIL
( (
echo "Print your G1Visa : Public key (and wallet address)" > ~/.zen/tmp/${MOATS}/intro.txt echo "Print your G1Visa : Public key (and wallet address)" > ~/.zen/tmp/${MOATS}/intro.txt
echo "It is your personal TW address and secured messaging inbox on https://gchange.fr" >> ~/.zen/tmp/${MOATS}/intro.txt
mpack -a -s "UPlanet : G1Visa" -d ~/.zen/tmp/${MOATS}/intro.txt \ mpack -a -s "UPlanet : G1Visa" -d ~/.zen/tmp/${MOATS}/intro.txt \
~/.zen/tmp/${MOATS}/pseudo.png ${PLAYER} ~/.zen/tmp/${MOATS}/pseudo.png ${PLAYER}
echo "Print your AstroID : Private control key (secured by $PASS)" > ~/.zen/tmp/${MOATS}/intro.txt echo "Print your AstroID : Private control key (secured by $PASS)" > ~/.zen/tmp/${MOATS}/intro.txt
echo "Use it to LOG in or out your TW and take control of your personal wallet on https://cesium.app" >> ~/.zen/tmp/${MOATS}/intro.txt
mpack -a -s "UPlanet : AstroID" -d ~/.zen/tmp/${MOATS}/intro.txt \ mpack -a -s "UPlanet : AstroID" -d ~/.zen/tmp/${MOATS}/intro.txt \
$HOME/.zen/game/players/${PLAYER}/AstroID.png ${PLAYER} $HOME/.zen/game/players/${PLAYER}/AstroID.png ${PLAYER}