How to send sms using c++

Discussion in 'C++' started by sura, Oct 29, 2011.

  1. sura

    sura Banned

    Joined:
    Aug 4, 2011
    Messages:
    47
    Likes Received:
    1
    Trophy Points:
    0
    Location:
    India,Tamil Nadu.
    hi guys ,Here i am trying a program about encoding my question is if someone gives the password wrong for 3 times then i want to send an SMS to the user mobile ..........
    can someone tell how to do that through c++
     
  2. Alex.Gabriel

    Alex.Gabriel New Member

    Joined:
    Oct 23, 2011
    Messages:
    86
    Likes Received:
    7
    Trophy Points:
    0
    Occupation:
    Linux system administrator
    Location:
    Italy
    Home Page:
    http://blog.evilcoder.net
    Best way is to lock the account then send email to account holder email address then keep it locked untill some security steps are made. (e.g. secret answer to a secret question). sms is sent through a mobile carrier and i dont think that you want to pay for all forgotten passwords/ hacking atempts. if you want i can make and integrate a login system with what features you want with php.
     
  3. sura

    sura Banned

    Joined:
    Aug 4, 2011
    Messages:
    47
    Likes Received:
    1
    Trophy Points:
    0
    Location:
    India,Tamil Nadu.
    how you send an email through c++?
    could you mind creating a login system that can send sms to user mobile when it is hacked in php for me ....
     
  4. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    What facility do you have on your computer for sending SMS's? The manufacturer's software development kit documentation will tell you how to use it. Or do you plan to send SMS's some other way, e.g. over the internet somehow, and if so, how exactly?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice