Jump to content

techguy

Retired Forum Member
  • Posts

    2
  • Joined

  • Last visited

About techguy

techguy's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hi There, I'm currently working on a projec where the product customisation page has one custom dropdown field. I would like to be able to write a PHP script that does some work then decides which item of the dropdown is selected. I've found the template (.tpl file) that is being used and I have been able to delete the smarty tag and construct the html select myself. Is there any safer way for me to change this template becuase the way i'm doing it now I will have to manually add any other custom fields in the future if they are added to that product? Any ideas? Thanks
  2. Hi There, I'm working on a PHP script for logging into a WHMCS controlled DirectAdmin panel. I need to know how to hash the user password so as to be able to compare to the hash in the DB for authorization. Just wondering what algorithm is used for hashing the passwords. It seems the hashes are stored in the format: <32Bit hash here>:<5 characters> Any ideas? Would this be restricted information? Regards.
×
×
  • 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