13 Years of Service
42%
Mail Parser v1.0 | http://xt3mp.mx > [email protected] Remover repetidos:SíNo Partir:SíNo Núm. de listas:
Mostrar resultado:NoSí Formato:TodosPor dominio
Lista:
<?php $class = 'error'; if(You are not allowed to view links. Register or Login($_POST['mailParserv1'])) { $mailParser = new mailParserv1($_POST['mailList']); $mailParser->parseMails(); if(!$mailParser->checkConfig($_POST['list'], $_POST['result'])) { echo 'Error: 0x01 > Bad config
'; } elseif($_POST['remove'] == 'yes' && !$mailParser->removeRepeatmails()) { echo 'Error: 0x02 > Can\'t remove repeated mails
'; } elseif($_POST['result'] == 'yes' && $_POST['format'] == 'all' && !$mailParser->checkMails()) { echo 'Error: 0x03 > Empty var: correct mails
'; } elseif($_POST['list'] == 'yes' && ($_POST['parts'] == 0 or !You are not allowed to view links. Register or Login($_POST['parts']) or !$mailParser->splitMails($_POST['parts']))) { echo 'Error: 0x04 > Can\'t make lists
'; } else{ $class = 'success'; $next = true; echo 'Success: 0x01 > Parsed Mails Successful
'; } if($next) { $class = 'error'; if($_POST['result'] == 'yes' && $_POST['format'] == 'all' && !$mailParser->printMails('all')) { echo 'Error: 0x05 > Can\'t show mails > Format: All
'; } elseif($_POST['result'] == 'yes' && $_POST['format'] == 'domain' && !$mailParser->printMails('domains')) { echo 'Error: 0x05 > Can\'t show mails > Format: Domains
'; } elseif($_POST['result'] == 'yes') { $class = 'success'; echo 'Success: 0x02 > Mails Showed Successful
'; } } } ?>
Mostrar resultado:NoSí Formato:TodosPor dominio
Lista:
<?php $class = 'error'; if(You are not allowed to view links. Register or Login($_POST['mailParserv1'])) { $mailParser = new mailParserv1($_POST['mailList']); $mailParser->parseMails(); if(!$mailParser->checkConfig($_POST['list'], $_POST['result'])) { echo 'Error: 0x01 > Bad config
'; } elseif($_POST['remove'] == 'yes' && !$mailParser->removeRepeatmails()) { echo 'Error: 0x02 > Can\'t remove repeated mails
'; } elseif($_POST['result'] == 'yes' && $_POST['format'] == 'all' && !$mailParser->checkMails()) { echo 'Error: 0x03 > Empty var: correct mails
'; } elseif($_POST['list'] == 'yes' && ($_POST['parts'] == 0 or !You are not allowed to view links. Register or Login($_POST['parts']) or !$mailParser->splitMails($_POST['parts']))) { echo 'Error: 0x04 > Can\'t make lists
'; } else{ $class = 'success'; $next = true; echo 'Success: 0x01 > Parsed Mails Successful
'; } if($next) { $class = 'error'; if($_POST['result'] == 'yes' && $_POST['format'] == 'all' && !$mailParser->printMails('all')) { echo 'Error: 0x05 > Can\'t show mails > Format: All
'; } elseif($_POST['result'] == 'yes' && $_POST['format'] == 'domain' && !$mailParser->printMails('domains')) { echo 'Error: 0x05 > Can\'t show mails > Format: Domains
'; } elseif($_POST['result'] == 'yes') { $class = 'success'; echo 'Success: 0x02 > Mails Showed Successful
'; } } } ?>