diff --git a/API/QRCODE.sh b/API/QRCODE.sh index 8a6d9056..aaffe58f 100755 --- a/API/QRCODE.sh +++ b/API/QRCODE.sh @@ -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 diff --git a/templates/register.html b/templates/register.html index 87f2ae2b..44dc5f60 100644 --- a/templates/register.html +++ b/templates/register.html @@ -50,7 +50,7 @@ header {

BOX

- +
@@ -102,6 +102,7 @@ header { Astroport.ONE - ♥BOX Edition - Olympe.Network
+ Astroport.ONE est un logiciel libre développé sous licence AGPL v3 Une fois votre G1Visa obtenu, direction https://gchange.fr !
diff --git a/tools/my.sh b/tools/my.sh index d7fc37c4..19e66cf9 100755 --- a/tools/my.sh +++ b/tools/my.sh @@ -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)"