Änderungen

272 Bytes hinzugefügt ,  16:27, 14. Sep. 2006
fakten
===why===

* use cheap routers

===script===
* name it <tt>/etc/init.d/S98fonhack</tt> or something like....

#!/bin/sh
URL="http://download.fon.com/heartbeat.php"
MAC="$(nvram get il0macaddr|sed s/:/-/g)"
while true;do wget -O /dev/null "$URL?mac=$MAC";sleep 20000;done &