Loading…

Method Name: protection

Method ID: 0x4041

Method Label: Set/Reset Password

Method Help:


  • {
  • char status[6];
  • long parole;
  • long entered_parole;
  • long first_entry;
  • long second_entry;
  • long ids[1];
  • int result;
  • long base;
  • long password;
  • int fault_entry;
  • _set_resp_code(6,1);
  • _set_resp_code(32,1);
  • entered_parole = first_entry = second_entry = 0;
  • if (_ivar_value(16409))
  • {
  • _get_local_var_value(literal_string(209),0,literal_string(210));
  • parole = _lvar_value(16410);
  • if (entered_parole == parole)
  • {
  • ACKNOWLEDGE(literal_string(211));
  • _iassign(16409,0);
  • send(137,status);
  • if (status[0])
  • {
  • display_response_status(137,status[0]);


Please login for more