From bcbb2ed11c61a90c98c60f73319d2bea5bc5c926 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sat, 23 May 2020 03:40:03 +0200 Subject: [PATCH] sms_loveland.php --- cron_MINUTE.sh | 22 +++++++++++++++++----- www/LOVELand/g1sms/sms_loveland.php | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index ef93ff4..9588325 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -132,20 +132,21 @@ echo ' # # 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 !! ### 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 youtube-dl --rm-cache-dir youtube-dl -U - sleep $((1 + RANDOM % 10)) + sleep $((1 + RANDOM % 5)) # LOG ROTATE EVERY SUNDAY [[ $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.sh @@ -155,7 +156,6 @@ echo ' rm ~/.zen/zenytv.last.ts rm ~/.zen/zenyta.last.ts - # ipfs_OPEN_ports.sh (distribute g1sms port with ipfs p2p echo ' _________ / ____< / _________ ___ _____ @@ -169,6 +169,18 @@ forwarding to http://127.0.0.1:10099 ./zen/ipfs_OPEN_ports.sh ipfs p2p ls +echo ' + _________ ______ + ____ ___ ____ /_ __/ | / ____/ +/_ / / _ \/ __ \ / / / /| |/ / __ + / /_/ __/ / / / / / / ___ / /_/ / +/___/\___/_/ /_/ /_/ /_/ |_\____/ + +refresh ZenTAG nano DHT +' + ./zen/ipns_TAG_refresh.sh + + fi ################################################################## # _____ __ __ ___ diff --git a/www/LOVELand/g1sms/sms_loveland.php b/www/LOVELand/g1sms/sms_loveland.php index 4723c7e..0e204b1 100644 --- a/www/LOVELand/g1sms/sms_loveland.php +++ b/www/LOVELand/g1sms/sms_loveland.php @@ -19,7 +19,7 @@ if (strlen($_REQUEST['phone']) == 10 ) { $fp = fopen('/tmp/loveland_entrance/'.$HPHONE, 'w'); fwrite($fp, $PHONE.'|'.$PARRAIN.'|'.$naissance); - + echo "$PHONE.'|'.$PARRAIN.'|'.$naissance" return true; } else { return false;