Jump to content

Tony

Retired Forum Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Tony

  1. Currently a user cannot have their password as something like aaaa&bbbb. It stores in the database as aaaa&bbbb however it always fails to login. My best guess is it is sanitizing the password in someway maybe turning & into the html equivalent which when checked in the database will make the passwords not match. Solution needs to be either not allow & in the password (bad solution). Or to not be changing the password of the users input except for when it is to be displayed or used in a context other than $pass=$storedpass.
  2. News to me It was in 3.5.1 and I made a ticket on 05/05/2008 about the gateway and I got a response about it. I believe I was running 3.6.1 at the time and there was no mention of the support for it being gone. So I'll continue to use it considering it works fine and if ever does break I'll just write the module myself.
  3. Well it is an actual gateway and I am using it. Check for yourself: modules/gateways/internetsecure.php It is there
  4. There already is an InternetSecure module in WHMCS. I'm currently using it and haven't had any serious problems with it. Only thing was getting InternetSecure to approve the order form as I had to make template changes removing some of the WHMCS fields before they'd let me activate.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated