sms_loveland.php

This commit is contained in:
qo-op 2020-05-23 03:40:03 +02:00
parent f31891acb6
commit bcbb2ed11c
2 changed files with 18 additions and 6 deletions

View File

@ -132,20 +132,21 @@ echo '
# #
# Clean & Upgrade + Log rotation + git pull + ipfs p2p port forward # Clean & Upgrade + Log rotation + git pull + ipfs p2p port forward
' '
sleep $((1 + RANDOM % 10)) ### Be careful if random sleep is not activated... sleep $((1 + RANDOM % 5)) ### Be careful if random sleep is not activated...
############################## That swarm could become an aggressive blob !! ############################## That swarm could become an aggressive blob !!
### PEACE & LOVE software is processing... We are HyperWeb people here. ### PEACE & LOVE software is processing... We are HyperWeb people here.
# DEFCON 5 code runin' please keep cool, take care and be zen # DEFCON 5 quiet behaviour so Please keep cool, take care and be zen.
# GOOD BYE GOOGLE, AMAZON, FACEBOOK, APPLE, MICROSOFT. We don't need you.
# UPGRADE youtube-dl # UPGRADE youtube-dl
youtube-dl --rm-cache-dir youtube-dl --rm-cache-dir
youtube-dl -U youtube-dl -U
sleep $((1 + RANDOM % 10)) sleep $((1 + RANDOM % 5))
# LOG ROTATE EVERY SUNDAY # LOG ROTATE EVERY SUNDAY
[[ $dayoftheweek == 0 ]] && mv -f /tmp/astroport.log ~/.zen/astroport.$weeknumber.log # LOG BACKUP FOR 1 YEAR !! [[ $dayoftheweek == 0 ]] && mv -f /tmp/astroport.log ~/.zen/astroport.$weeknumber.log # LOG BACKUP FOR 1 YEAR !!
sleep $((1 + RANDOM % 10)) sleep $((1 + RANDOM % 5))
# GIT UPDATE # GIT UPDATE
./git-update.sh ./git-update.sh
@ -155,7 +156,6 @@ echo '
rm ~/.zen/zenytv.last.ts rm ~/.zen/zenytv.last.ts
rm ~/.zen/zenyta.last.ts rm ~/.zen/zenyta.last.ts
# ipfs_OPEN_ports.sh (distribute g1sms port with ipfs p2p
echo ' echo '
_________ _________
/ ____< / _________ ___ _____ / ____< / _________ ___ _____
@ -169,6 +169,18 @@ forwarding to http://127.0.0.1:10099
./zen/ipfs_OPEN_ports.sh ./zen/ipfs_OPEN_ports.sh
ipfs p2p ls ipfs p2p ls
echo '
_________ ______
____ ___ ____ /_ __/ | / ____/
/_ / / _ \/ __ \ / / / /| |/ / __
/ /_/ __/ / / / / / / ___ / /_/ /
/___/\___/_/ /_/ /_/ /_/ |_\____/
refresh ZenTAG nano DHT
'
./zen/ipns_TAG_refresh.sh
fi fi
################################################################## ##################################################################
# _____ __ __ ___ # _____ __ __ ___

View File

@ -19,7 +19,7 @@ if (strlen($_REQUEST['phone']) == 10 ) {
$fp = fopen('/tmp/loveland_entrance/'.$HPHONE, 'w'); $fp = fopen('/tmp/loveland_entrance/'.$HPHONE, 'w');
fwrite($fp, $PHONE.'|'.$PARRAIN.'|'.$naissance); fwrite($fp, $PHONE.'|'.$PARRAIN.'|'.$naissance);
echo "$PHONE.'|'.$PARRAIN.'|'.$naissance"
return true; return true;
} else { } else {
return false; return false;