ofontes

Results 3 comments of ofontes

The dirty patch: > 160 list($short, $val) = explode(":", $item); > 161 if ($val > 124999999999) { > 162 $val = 124999999999; > 163 } > 164 echo(strtolower($short).":".strtolower($val)."\n"); > 165...

I have the same question. I understand that crawling all sub entities could be no desired but in some case (mine) i have to know all ip of a my...

A quick and dirty patch you can do if you need only recursive requests in the file inc/addressing.class.php line 525: $dbu = new DbUtils(); //if (isset($entities)) { // $sql .=...