Форум АНТИЧАТ

Форум АНТИЧАТ (https://forum.antichat.xyz/index.php)
-   PHP, PERL, MySQL, JavaScript (https://forum.antichat.xyz/forumdisplay.php?f=37)
-   -   perl account check. (https://forum.antichat.xyz/showthread.php?t=50898)

canvasa 10.10.2007 14:40

perl account check.
 
Hello,
I am looking for perl account checker.
I mean check for hotmail,yahoo or gmail. So see if they works or not.

DRON-ANARCHY 10.10.2007 17:22

а не проще было бы мыло отправлять и смареть ушло или нет))

biophreak 10.10.2007 17:27

Hmm...look at _http://perl.cpan.org/ there were some modules for Gmal (and Hotmail, i guess).
The main trouble with Gmail mails is that the access on them you may get only over SSL.

canvasa 10.10.2007 19:32

Thanks biophreak, but I was looking there all ready ;s
And DRON-ANARCHY, please write in english!
Need tool like this badly.

biophreak 10.10.2007 20:52

The script looks like that:
Код:

use GMail::Checker;
my $gwrapper = new GMail::Checker();
return if(!$gwrapper->login("username","password"));
print "Valid account\n";

This is for checking Gmail account

canvasa 10.10.2007 22:20

ok thanks ... but ... any other ?

biophreak 10.10.2007 22:23

Hmmm...those script i've made just for 1 minute.
If you need checker of multiple accounts - send me a PM.

canvasa 10.10.2007 23:37

Sent you a pm :)

canvasa 11.10.2007 22:25

damn ..
biophreak don't answer my pm ... anyone else please ? :S


Время: 03:56