Results 1 to 3 of 3

Thread: [php] Checking if Hotmail Exists

  1. #1
    Zachafer's Avatar
    Joined
    Dec 2011
    Posts
    1,235
    Userbars
    11
    Thanks
    769
    Thanked
    1,466/678
    DL/UL
    98/0
    Mentioned
    512 times
    Time Online
    24d 13h 9m
    Avg. Time Online
    8m

    [php] Checking if Hotmail Exists

    PHP Code:
    function hotmailExists($email)
    {
        
    $ch curl_init();
        
        
    curl_setopt($chCURLOPT_URL"https://accountservices.passport.net/pp1300/memberexists.srf");
        
    curl_setopt($chCURLOPT_SSL_VERIFYPEERfalse);
        
    curl_setopt($chCURLOPT_RETURNTRANSFERtrue);
        
    curl_setopt($chCURLOPT_HEADERtrue);
        
    curl_setopt($chCURLOPT_COOKIE"MSPMemberExists=$email");
        
        
    $response curl_exec($ch);
        
    curl_close($ch); 
        
        return 
    stripos($response"MSPMemberExists=MemberExists") !== false;


  2. The Following 2 Users Say Thank You to Zachafer For This Useful Post:

    Jesusinn (06-28-2012),Ryan~ (04-07-2012)

  3. #2

    Joined
    Jun 2012
    Posts
    70
    Userbars
    1
    Thanks
    16
    Thanked
    9/9
    DL/UL
    25/0
    Mentioned
    5 times
    Time Online
    2d 10h 40m
    Avg. Time Online
    N/A
    I'm a little n00b but I tryed to look how make It work a I can't If you give me a Hand.... Please.

    Thank You

  4. #3
    DarkAngel's Avatar
    Joined
    Dec 2011
    Posts
    4,107
    Userbars
    9
    Thanks
    659
    Thanked
    437/225
    DL/UL
    32/0
    Mentioned
    222 times
    Time Online
    57d 11h 31m
    Avg. Time Online
    19m
    Do you happen to have the whole code?

    Cause it just seems like the part that does actually check if its available, but theres missing the way to load or write the hotmails to check
    Selling Almost Any NC item!

    Selling Balthazars Bag of Bottled Faeries - $150

    Selling SEVERAL EPIC Main Accounts and Robotification Zappermajigs!!

    Custom NeoPoint Orders? PM me!
    Selling Shells, $2 each :3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •