

chameleon
Members-
Content count
51 -
Joined
-
Last visited
Profile Information
-
Real Name
Ingo
Recent Profile Visitors
-
[contribution] Print Order Receipt
chameleon replied to Roaddoctor's topic in General Add-Ons Support
thanks now ist working fine -
[contribution] Print Order Receipt
chameleon replied to Roaddoctor's topic in General Add-Ons Support
In the admin its all ok but in account_history_info.php i allthough have only the "D" -
[contribution] Print Order Receipt
chameleon replied to Roaddoctor's topic in General Add-Ons Support
How you fixed the "U" problem ? Because i have the same error for me it only shows "D" instead of Deutschland. Can you post your fix, please. -
Update osCommerce 2.2 Milestone 2
chameleon replied to IngoPhisto's topic in German Community's OSCOM v2.x
denke auch das die updateanweisung fehlerhaft ist. hast du deine idee getestet? geht es? -
Update osCommerce 2.2 Milestone 2
chameleon replied to IngoPhisto's topic in German Community's OSCOM v2.x
Das Problem liegt vieleicht daran das im update an zwei stellen etwas geändert wird in der catalog/includes/functions/html_output.php es aber nur eine stelle gibt zu der es passt. diese stelle darf nicht geändert werden! // Output a form input field function tep_draw_input_field($name, $value = '', $parameters = '', $type = 'text', $reinsert_value = true) { $field = '<input type="' . tep_output_string($type) . '" name="' . tep_output_string($name) . '"'; if ( (isset($GLOBALS[$name])) && ($reinsert_value == true) ) { $field .= ' value="' . tep_output_string(stripslashes($GLOBALS[$name])) . '"'; } elseif (tep_not_null($value)) { $field .= ' value="' . tep_output_string($value) . '"'; } if (tep_not_null($parameters)) $field .= ' ' . $parameters; $field .= '>'; return $field; } Warum im update 2 Stellen geändert werden weis ich nicht. -
Update osCommerce 2.2 Milestone 2
chameleon replied to IngoPhisto's topic in German Community's OSCOM v2.x
Der Fehler ist im Update 051113 catalog/includes/functions/html_output.php ------------------------------------------------------------------------------ Contact Us Form XSS Issue http://www.oscommerce.com/community/bugs,2422 ------------------------------------------------------------------------------ Problem: By using malicious data it is possible to inject HTML into the page. Solution: Lines 221-225 in catalog/includes/functions/html_output.php must be changed from: if ( (isset($GLOBALS[$name])) && ($reinsert_value == true) ) { $field .= stripslashes($GLOBALS[$name]); } elseif (tep_not_null($text)) { $field .= $text; } to: if ( (isset($GLOBALS[$name])) && ($reinsert_value == true) ) { $field .= tep_output_string_protected(stripslashes($GLOBALS[$name])); } elseif (tep_not_null($text)) { $field .= tep_output_string_protected($text); } Lines 244-248 in catalog/admin/includes/functions/html_output.php must be changed from: if ( (isset($GLOBALS[$name])) && ($reinsert_value == true) ) { $field .= stripslashes($GLOBALS[$name]); } elseif (tep_not_null($text)) { $field .= $text; } to: if ( (isset($GLOBALS[$name])) && ($reinsert_value == true) ) { $field .= tep_output_string_protected(stripslashes($GLOBALS[$name])); } elseif (tep_not_null($text)) { $field .= tep_output_string_protected($text); } weis jemand was man dagegen tun kann? -
Update osCommerce 2.2 Milestone 2
chameleon replied to IngoPhisto's topic in German Community's OSCOM v2.x
habe den gleichen fehler in der /catalog/shopping_cart.php die Anzahl wird nicht ins text feld geschrieben. folgende dateien habe ich bie dem Update 060817 und Update 051112 geändert: ########################### ###### Update 060817 ###### ########################### The following lines must be replaced in catalog/includes/functions/compatibility.php: The following lines must be replaced in catalog/admin/includes/functions/compatibility.php: The following lines must be replaced in catalog/includes/functions/cache.php: The following lines must be added in catalog/includes/classes/sessions.php: The following lines must be replaced in catalog/includes/classes/shopping_cart.php: The following lines must be replaced in catalog/shopping_cart.php: ########################### ###### Update 051113 ###### ########################### The following lines must be replaced in catalog/address_book_process.php: ########################### ###### Update 051112 ###### ########################### Lines 27-34 in catalog/admin/includes/classes/upload.php The following function must be replaced in catalog/includes/functions/database.php. The following function must be replaced in catalog/admin/includes/functions/database.php. The following functions must be replaced in catalog/includes/functions/general.php. The following functions must be replaced in catalog/includes/classes/shopping_cart.php. The following function must be replaced in catalog/includes/functions/sessions.php. The following function must be replaced in catalog/includes/functions/general.php. The following function must be replaced in catalog/includes/classes/email.php catalog/admin/includes/classes/email.php. catalog/admin/file_manager.php must be changed from: catalog/includes/functions/html_output.php catalog/redirect.php must be changed from: catalog/admin/categories.php: -
Update osCommerce 2.2 Milestone 2
chameleon replied to IngoPhisto's topic in German Community's OSCOM v2.x
Update 051112 (12th November 2005) ------------------------------------------------------------------------------ Order Status Filtering http://www.oscommerce.com/community/bugs,1543 ------------------------------------------------------------------------------ Problem: After changing the order status filtering on the Administration Tool -> Customers -> Orders page, selecting "All Orders" would show an empty listing of orders. Solution: Line 357 in catalog/admin/orders.php must be changed from: } elseif (isset($HTTP_GET_VARS['status'])) { to: } elseif (isset($HTTP_GET_VARS['status']) && is_numeric($HTTP_GET_VARS['status']) && ($HTTP_GET_VARS['status'] > 0)) { bei mir steht da: } elseif (isset($HTTP_GET_VARS['status']) && tep_not_null($HTTP_GET_VARS['status']) ) { was ist jetzt besser? -
Update osCommerce 2.2 Milestone 2
chameleon replied to IngoPhisto's topic in German Community's OSCOM v2.x
das aktuellste update gibts hier update-20060817.txt es beinhaltet auch alle alten updates ## Update 051112 (12th November 2005) ## Update 051113 (13th November 2005) ## Update 060817 (17th August 2006) -
is there any solution for the fopen problem?
-
i would like to have different event categories like example: - Motorcycle events - Bycicle events and so on
-
i would like to have different event categories like example: - Motorcycle events - Bycicle events and so on
-
Hello, can someone help to make this contri working with Total B2b? Price list (HTML) http://www.oscommerce.com/community/contributions,1705
-
the faq can not delated, if i try to delate any faq an error comes Fatal error: Call to undefined function: tep_array_reverse() in /usr/www/users/md10341/test_shop/admin/includes/functions/faqdesk_general.php on line 206