new one
This commit is contained in:
parent
bde14d4bc8
commit
bd4c9e8ca9
@ -330,7 +330,7 @@ else
|
||||
echo "VISITEUR POSSEDE ${VISITORCOINS} G1"
|
||||
|
||||
## GET G1 WALLET HISTORY
|
||||
if [ ${VISITORCOINS} -gt 0 ]; then
|
||||
if [[ ${VISITORCOINS} != "null" && ${VISITORCOINS} -gt 0 ]]; then
|
||||
|
||||
[[ ! -s ~/.zen/tmp/coucou/${QRCODE}.g1history.json ]] \
|
||||
&& ${MY_PATH}/../tools/timeout.sh -t 20 $MY_PATH/../tools/jaklis/jaklis.py history -p ${QRCODE} -j > ~/.zen/tmp/coucou/${QRCODE}.g1history.json
|
||||
|
@ -374,8 +374,8 @@ DISCO="/?salt=${USALT}&pepper=${UPEPPER}"
|
||||
convert ${MY_PATH}/../images/astroport.jpg -resize 240 ~/.zen/tmp/${MOATS}/ASTROPORT.png
|
||||
|
||||
|
||||
composite -compose Over -gravity SouthWest -geometry +5+5 ~/.zen/tmp/${MOATS}/ASTROPORT.png ${MY_PATH}/../images/Brother_600x400.png ~/.zen/tmp/${MOATS}/astroport.png
|
||||
composite -compose Over -gravity East -geometry +5+5 ~/.zen/tmp/${MOATS}/TW.png ~/.zen/tmp/${MOATS}/astroport.png ~/.zen/tmp/${MOATS}/astroport2.png
|
||||
composite -compose Over -gravity SouthEast -geometry +5+5 ~/.zen/tmp/${MOATS}/ASTROPORT.png ${MY_PATH}/../images/Brother_600x400.png ~/.zen/tmp/${MOATS}/astroport.png
|
||||
composite -compose Over -gravity NorthEast -geometry +10+55 ~/.zen/tmp/${MOATS}/TW.png ~/.zen/tmp/${MOATS}/astroport.png ~/.zen/tmp/${MOATS}/astroport2.png
|
||||
composite -compose Over -gravity NorthWest -geometry +0+0 ~/.zen/tmp/${MOATS}/QR.png ~/.zen/tmp/${MOATS}/astroport2.png ~/.zen/tmp/${MOATS}/one.png
|
||||
# composite -compose Over -gravity NorthWest -geometry +280+280 ~/.zen/game/players/.current/QRsec.png ~/.zen/tmp/${MOATS}/one.png ~/.zen/tmp/${MOATS}/image.png
|
||||
|
||||
|
@ -217,7 +217,7 @@
|
||||
showGifs();
|
||||
});
|
||||
</script>
|
||||
<br>
|
||||
<br><br>
|
||||
<h3>_PLAYER_ </h3>
|
||||
<p>
|
||||
<a target="_PLAYER_" href="http://127.0.0.1:8080/ipns/_ASTRONAUTENS_">
|
||||
@ -233,6 +233,8 @@
|
||||
|
||||
<div id="showoff">
|
||||
<div id="container">
|
||||
<br><br>
|
||||
<br><br>
|
||||
|
||||
<h2>G1_G1VOEU_ W0rld</h2>
|
||||
<canvas id="sphere" width="400" height="400"></canvas>
|
||||
@ -247,7 +249,7 @@
|
||||
<br>
|
||||
<br> 👍 IPFS DATA STORAGE 👍 </p>
|
||||
<p>Powered by <a href="https://github.com/papiche/Astroport.ONE">Astroport.ONE</a></p>
|
||||
<p>/ <a href="https://opencollective.com/monnaie-libre/projects/stiits">LaSTI</a> / <a href="https://opencollective.com/monnaie-libre/projects/coeurbox">La♥BOX</a> /
|
||||
<p>/ <a href="https://opencollective.com/monnaie-libre/projects/stiits">STI</a> / <a href="https://opencollective.com/monnaie-libre/projects/coeurbox">La♥BOX</a> /
|
||||
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user