= 0) { continue; } usleep(120000); if (dns_exists_A($domain) >= 0) { continue; } $apples[$domain] = 1; } $apples = array_keys($apples); $totalA = count($apples); if ($totalA < 1 || $totalA == $totalC) { continue; } echol(':: Suspected ' . $totalA); echol(':: Reporting'); $got = @json_decode(apiwar('do=rb&hv=' . HELPER_ID . '&ds=' . implode(',', $apples)), true); $apples = null; if (!is_array($got)) { echol('Unable to connect, skip'); sleep(10); continue; } if (!$got[0]) { echol($got[1], true); } } //END_LOOP //