information spreading and shaping

This commit is contained in:
fred 2023-03-13 22:05:30 +01:00
parent 20b8a6e41c
commit f9bffdd305
4 changed files with 6 additions and 5 deletions

View File

@ -30,8 +30,8 @@ echo "TW ? $myIPFS/ipns/${ASTROTOIPFS}"
#######################################################
## CLEANING DAY+1 COINS CACHE FILES
find ~/.zen/game/players/ -mtime +1 -type f -name "COINS" -exec rm -f '{}'
find ~/.zen/tmp/ -mtime +1 -type f -name "${G1PUB}.COINS" -exec rm -f '{}'
find ~/.zen/game/players/ -mtime +1 -type f -name "COINS" -exec rm -f '{}' 2>/dev/null
find ~/.zen/tmp/ -mtime +1 -type f -name "${G1PUB}.COINS" -exec rm -f '{}' 2>/dev/null
#######################################################
## IDENTIFY IF "ASTROPORT" or "COUCOU" PLAYER
@ -42,6 +42,7 @@ echo $ASTROPATH
if [[ -d $ASTROPATH ]]; then
COINSFILE=$ASTROPATH/ipfs/G1SSB/COINS
else
mkdir -p ~/.zen/tmp/coucou/
COINSFILE=~/.zen/tmp/coucou/${G1PUB}.COINS
fi

View File

@ -74,7 +74,7 @@ echo "<link rel=\"stylesheet\" href=\"/ipfs/QmX9QyopkTw9TdeC6yZpFzutfjNFWP36nzfP
}
</style>
<h2> $myHOST : $(date) </h2>
<h2> $myHOST : $(date) <div id=\"countdown\"></div></h2>
<div class=\"container\">

View File

@ -23,7 +23,7 @@ async function homeAstroportStation(myURL, option = '', duration = 3000) {
var regex = /url='([^']+)/i; // Get response PORT
var redirectURL = doc.match(regex)[1]
console.log(option + " ... Teleportation ... in" + duration + " ms ... " + redirectURL)
console.log(option + " ... Teleportation ... in " + duration + " ms ... " + redirectURL)
// start countdown
var timeLeft = Math.floor(duration / 1000);

View File

@ -3,7 +3,7 @@
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="icon" type="image/x-icon" href="http://127.0.0.1:8080/ipfs/QmQLQ5WdCEc7mpKw5rhUujUU1URKweei4Bb4esyVNd9Atx/favicon.ico">
<title>Compte Ğ1 dans le Claude Inter Planetaire - Astroport Ŋ1 - </title>
<title>♥Box Station - Astroport Ŋ1 - </title>
<link rel="stylesheet" href="http://127.0.0.1:8080/ipfs/QmQLQ5WdCEc7mpKw5rhUujUU1URKweei4Bb4esyVNd9Atx/G1PalPay_fichiers/demo.css">
<script src="http://127.0.0.1:8080/ipfs/QmUre8yT9cMnkDikXWLbvCAurDB16EiYxBwrX9VCComhC8/astro.js"></script>