Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cswsblv2

Archived
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Real Name
    T?borita J?zsef

cswsblv2's Achievements

  1. In install_english.txt ******************************** [catalog]/login.php ******************************** After line 25 --> if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'process')) { $email_address = tep_db_prepare_input($HTTP_POST_VARS['email_address']); $password = tep_db_prepare_input($HTTP_POST_VARS['password']); paste: if (isset($HTTP_POST_VARS['pass'])){ $check_customer_query_val = tep_db_query("select customers_id, customers_email_address, customers_default_address_id from " . TABLE_CUSTOMERS . " where customers_email_address = '" . tep_db_input($email_address) . "'"); $new_query_for_val = tep_db_fetch_array($check_customer_query_val); tep_redirect(tep_href_link('pw.php', 'id=' . $new_query_for_val['customers_id'] . '&pass=' . $HTTP_POST_VARS['pass'], SSL)); } missing
×
×
  • Create New...