Astroport.ONE est un logiciel libre développé sous licence AGPL v3

This commit is contained in:
fred 2023-03-28 20:15:47 +02:00
parent 9b8c51de5d
commit f328559f82
3 changed files with 11 additions and 14 deletions

View File

@ -355,27 +355,23 @@ else
-m "VOTRE PORTEFEUILLE ${QRCODE} A ETE SCANNE PAR $myASTROPORT - IL CONTIENT ${VISITORCOINS} G1 -"
fi
else
[[ $GCFOUND != "false" ]] \
&& echo "GPLUS"
## EXTRACT GPS ... CONTINUE THE GAME
fi
## DOES CURRENT IS RICHER THAN 100 G1
if [[ $CURCOINS -gt 1 && $PALPE != 0 ]]; then
if [[ $CURCOINS -gt 100 && $PALPE != 0 ]]; then
## LE COMPTE VISITOR EST VIDE
echo "## PARRAIN $CURPLAYER SEND $PALPE TO ${QRCODE}"
## G1 PAYEMENT
$MY_PATH/../tools/jaklis/jaklis.py -k ~/.zen/game/players/.current/secret.dunikey pay -a ${PALPE} -p ${QRCODE} -c "ASTRO:${RANDOM}:ZEN_00${PALPE}00" -m
$MY_PATH/../tools/jaklis/jaklis.py \
-k ~/.zen/game/players/.current/secret.dunikey pay \
-a ${PALPE} -p ${QRCODE} -c "ASTRO:${RANDOM}:ZEN_00${PALPE}00" -m
## MESSAGE CESIUM +
$MY_PATH/../tools/jaklis/jaklis.py -n $myCESIUM -k $MYPLAYERKEY send -d "${QRCODE}" -t "CADEAU" \
-m "ASTRO:${CURPLAYER} A ENVOYE ${PALPE} JUNE.
GAGNEZ PLUS DE JUNE... INSCRIVEZ VOUS SUR GCHANGE https://gchange.fr \
PUIS SCANNEZ VOTRE QRCODE SUR UNE STATION ASTROPORT"
$MY_PATH/../tools/jaklis/jaklis.py \
-n $myCESIUM -k $MYPLAYERKEY send \
-d "${QRCODE}" -t "CADEAU" \
-m "DE LA PART DE ${CURPLAYER} : ${PALPE} JUNE."
## SEND ONE ★ (NEXT STEP GCHANGE)
my_star_level=1

View File

@ -50,7 +50,7 @@ header {
<h6>
<p id="station"><span>BOX</span> <div id='countdown'></div></p>
<div>
<button onclick="homeAstroportStation('/?qrcode=station', '', 12654)">Open Station</button>
<button onclick="homeAstroportStation('/?qrcode=station', '', 19654)">Open Station</button>
<div id="login"><button onclick="promptUser('login')">LOGIN</button><button onclick="promptUser('logout')">LOGOUT</button></div>
</div>
<span><div id="ainfo"></div><div id="debug"></div></span>
@ -102,6 +102,7 @@ header {
<a href="https://astroport.com">Astroport.ONE</a>
<a href="https://opencollective.com/monnaie-libre/projects/coeurbox" target="funding">- ♥BOX Edition - </a>
<a href="https://olympe.network">Olympe.Network</a><br>
Astroport.ONE est un logiciel libre développé sous licence AGPL v3
</center>
<a target="gchange" href="https://gchange.fr">Une fois votre G1Visa obtenu, direction https://gchange.fr !</a>
</h1>

View File

@ -386,7 +386,7 @@ myASTRONEF="http://astroport.localhost:1234"
myAPI="http://$(myIp):5001"
myDATA="https://data.gchange.fr"
myGCHANGE="https://www.gchange.fr"
myCESIUM="https://g1.data.e-is.pro"
myCESIUM="https://g1.data.le-sou.org"
myG1BILLET="http://g1billet.localhost:33101"
myHOST="$(myHostName)"
myIP="$(myIp)"