Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- foreach ($list as $mail) {
- $tgl = date("Y-m-d");
- $cek = cek("https://www.ultratools.com/tools/emailTestResult?emailOrDomain=$mail");
- if(preg_match("|>Success</span>|", $cek)){
- preg_match_all('|<span class="value">(.*?)</span>|si', $cek, $match);
- echo $wht."[ " .$b.$i++."/".$count."$wht ] ".$k.$mail.$wht. " [$h MX Record Target: $cyan".$match[1][0]."$wht ]$k => Success $b ./RHD$wht \n";
- $fopen = fopen("LiveMail[".$tgl."].txt", "a+");
- $fwrite = fwrite($fopen, "\r\n");
- fclose($fopen);
- }
- else{
- echo $wht."[ " .$b.$i++."/".$count."$wht ] ".$m.$mail.$wht. " [$h MX Record Target: $cyan".$match[1][0]."$wht ]$m => Connect failed $b ./RHD$wht \n";
- }
- }
- echo $b."=========".$wht." [$h RH Dyar Aryana Putra$wht ]$b =========$wht\n";
- }else{
- echo "SALAH GOBLOK\n";
- echo "Usage comand : php ".$argv[0]." list.txt\n";
- }
Advertisement
Add Comment
Please, Sign In to add comment