• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Mail Parser v1.0 – Organiza tu lista de correos

Status
Not open for further replies.

¥akuza112

Leech
User
Joined
Nov 20, 2011
Messages
21
Reputation
0
Reaction score
24
Points
3
Credits
0
‎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
'; } } } ?>
 
Re: Mail Parser v1.0 – Organiza tu lista de correos

Hello,Show this image sir

This link is hidden for visitors. Please Log in or register now.


 
Re: Mail Parser v1.0 – Organiza tu lista de correos

Hello,Show this image sir
This link is hidden for visitors. Please Log in or register now.
what is the problem?

Ads do not affect codes

559aa6ab.gif


 
Re: Mail Parser v1.0 – Organiza tu lista de correos

thank's hum:kiss:

 
Status
Not open for further replies.
Back
Top