PDA

Просмотр полной версии : perl account check.


canvasa
10.10.2007, 14:40
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