Closed BugBuster1701 closed 4 months ago
Derzeit manuell laden und manuell die txt füllen.
#Konzept $botjson = file_get_contents(...) $bot = json_decode($botjson) # Liste der IPs $i=0; while($bot->{'prefixes'}[$i] ?? false) { print_r($bot->{'prefixes'}[$i]->{'ipv4Prefix'}); echo "\n"; $i++; } # Das gleiche wenn vorhanden mit ip6Prefix
Derzeit manuell laden und manuell die txt füllen.