arm-master
pedro 3 weeks ago
parent 4fa13cfc68
commit 1d75f22173

@ -7,7 +7,7 @@ export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/root
# This script send anonymous or incompleted information about model of router and installed tomato version.
# Those information will be used ONLY for stats.
# Any of private information will be NOT sended!
# Results you can explore on http://anon.groov.pl page.
# Results you can explore on https://anon.freshtomato.org page.
# If you don`t agree to run this script you can disable it in GUI.
#
# Sended information:
@ -106,7 +106,7 @@ WGET="/usr/bin/wget"
}
# Change all spaces to %20.
ANONSEND=$(echo "http://anon.groov.pl/index.php?wanmac_md5=$WANMAC_MD5&model=$MODEL&version=$VER&buildtype=$BUILDTYPE&driver=$DRIVER&uptime=$UPTIME&mod=$MOD&anon=1" | sed "s/ /%20/g")
ANONSEND=$(echo "http://anon.freshtomato.org/index.php?wanmac_md5=$WANMAC_MD5&model=$MODEL&version=$VER&buildtype=$BUILDTYPE&driver=$DRIVER&uptime=$UPTIME&mod=$MOD&anon=1" | sed "s/ /%20/g")
# We have all we need well we can send data to Anon database
RESULT="/tmp/anon.result"

@ -19,7 +19,7 @@
// <% nvram("tomatoanon_enable,tomatoanon_answer,tomatoanon_id,tomatoanon_notify"); %>
var anon_link = '&nbsp;&nbsp;<a href="http://anon.groov.pl/index.php?search=9&routerid=<% nv('tomatoanon_id'); %>" class="new_window"><i>[Checkout my router]<\/i><\/a>';
var anon_link = '&nbsp;&nbsp;<a href="http://anon.freshtomato.org/index.php?search=9&routerid=<% nv('tomatoanon_id'); %>" class="new_window"><i>[Checkout my router]<\/i><\/a>';
function verifyFields(focused, quiet) {
var o = (E('_tomatoanon_answer').value == '1');
@ -74,7 +74,7 @@ function init() {
<b>This script does NOT send any private or personal information (such as MAC, IP addresses, etc.)</b><br>
The script is fully open and written in bash. Everyone can freely view the content sent to the database.<br>
<br>
The submitted results can be viewed on the <a href="http://anon.groov.pl" class="new_window"><b>http://anon.groov.pl</b></a> page.<br>
The submitted results can be viewed on the <a href="https://anon.freshtomato.org" class="new_window"><b>https://anon.freshtomato.org</b></a> page.<br>
<br>
<br>
The following data is sent by TomatoAnon:<br>

Loading…
Cancel
Save