Tropo free sms client api class

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CreativityKills
    replied
    i have updated the archive and added v2.1.0 contains captcha. There is one known bug though, the valid human doesnt seem to work. I put a valid human setting that is supposed to turn off captcha automagically. When a user has entered the correct captcha x times, this is so that a user doesnt get pissed off (not that i care, its free anyway) but after a user has entered the correct captcha say 4 times, theres really no need to keep requesting captcha, hes proven to be a valid human. You can turn off the feature by setting a high value like 100000 lol.

    Added after 22 minutes:

    i just fixed it in my demo so you guys should fix it yall selves lol open process.php and edit the following:

    PHP Code:
    // Find this line
    $_human = (int) Arr::get($_SESSION'valid_human'0true);

    // Change to ...
    $_human = (int) Arr::get($_SESSION'valid_human');

    // Then find this line...
    $_SESSION['valid_human'] = $_human++;

    // Change to...
    $_SESSION['valid_human'] = $_human 1
    Last edited by CreativityKills; 26.05.11, 18:46.

    Leave a comment:


  • CreativityKills
    replied
    okay i will implement optional captcha on next release.

    Leave a comment:


  • frankboee
    replied
    Ya really algorithm is true, please guys, think about some security !!!

    Leave a comment:


  • Shawn_Prince
    replied
    Nice One....

    Leave a comment:


  • algorithmm
    replied
    I am afraid,this useful service has been misused.Please CreativityKills,do some thing for security,U r really talented.please make this script secure(make tracking possible or make compulsory from /by (mobile number) or make compulsory registration) please think some thing.

    Leave a comment:


  • pichiriche
    replied
    by the script that I was in the support tropo forum and say international language support including Spanish, i use utf8_decode try and encode and does not work still get the special characters in the message and not the letter

    Leave a comment:


  • CreativityKills
    replied
    from the script or from tropo?

    Leave a comment:


  • pichiriche
    replied
    not support special characters in the text on sms example > Ñ

    Leave a comment:


  • CreativityKills
    replied
    Originally posted by kei_ki7 View Post
    Really good,
    Also the code is good.
    Btw I don't know if im mistaken, but I didn't see the log folder at the config file.
    So i still need to edit it on bootstrap.

    Thanks! Nice project of a bored programmer! :D
    Keep it up!
    yeah the reason i didnt put it in config is because the log library is built to use several types of 'og writers, you can decide to write all logs to database and thus if i had put the Log file write on config, it would be useless if a user decides to use a database writer or maybe even an email logger.

    Leave a comment:


  • Parag
    replied
    oh!!!!!! It 100% working...thaks for a nice Share,,,,,,,,,,,

    Leave a comment:


  • kei_ki7
    replied
    Really good,
    Also the code is good.
    Btw I don't know if im mistaken, but I didn't see the log folder at the config file.
    So i still need to edit it on bootstrap.

    Thanks! Nice project of a bored programmer! :D
    Keep it up!

    Leave a comment:


  • CreativityKills
    replied
    Originally posted by Ponick View Post
    woo! New version is so good
    thanks thanks thanks

    Leave a comment:


  • Ponick
    replied
    woo! New version is so good

    Leave a comment:


  • CreativityKills
    replied
    yeah it is if u share it

    Leave a comment:


  • atef
    replied
    is using many tokens r forbidden?

    Leave a comment:

Working...
X