Database error in antiplagiat.ru:
Invalid SQL: 1284
SELECT varname, value, datatype FROM setting;
MySQL Error: MySQL server has gone away
Error Number: 2006
Script: https://antiplagiat.ru
Referrer: https://www.antiplagiat.ru/Cabinet/Cabinet.aspx? folderId=33483538346
IP Address: 127.0.0.1
Username: an_User
Classname: vap_Database
MySQL Version:
Database Error: Unable to connect to the database: Could not connect to MySQL
Error 1018: Неправильный синтаксис около " %.*ls". Если имелась в виду часть табличной подсказки, то для этого теперь необходимо использовать ключевое слово A WITH и круглые скобки. Правильный синтаксис см. в электронной документации по SQL Server.
Database Error: Unable to connect to the database: Could not connect to database
SQL Server Error 1019: Недопустимый список столбцов после имени объекта в инструкции GRANT/REVOKE.
MySQL Error: Illegal mix of collations (cp1251_bin, IMPLICIT) and (latin1_bin, IMPLICIT) for operation '='
Error Number: 1267
Code errors:
Include php errors require('includes/application_top.php');
if (! tep_session_is_registered('customer_id')) { $navigation-> set_snapshot();
tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL'));
require(DIR_WS_LANGUAGES. $language. '/'. FILENAME_ACCOUNT);
$breadcrumb-> add(NAVBAR_TITLE, tep_href_link(FILENAME_ACCOUNT, '', 'SSL'));? > < html <? php echo HTML_PARAMS;? > > < head> < meta http-equiv=" Content-Type" content=" text/html; charset=<? php echo CHARSET;? > " > < title> <? php echo TITLE;? > < /title> < base href=" <? php echo (($request_type == 'SSL')? HTTPS_SERVER: HTTP_SERVER). DIR_WS_CATALOG;? > " >
< link rel=" stylesheet" type=" text/css" href=" stylesheet.css" > < script language=" javascript" > <! function rowOverEffect(object) { if (object.className == 'moduleRow') object.className = 'moduleRowOver';
} function rowOutEffect(object) { if (object.className == 'moduleRowOver') object.className = 'moduleRow'; //--> < /script> < /head> < body marginwidth=" 0" marginheight=" 0" topmargin=" 0" bottommargin=" 0" leftmargin=" 0" rightmargin=" 0" > <! -- header //--> <? php require(DIR_WS_INCLUDES. 'header.php');? >
<! -- header_eof //--> <! -- body //--> < table border=" 0" width=" 100%" cellspacing=" 3" cellpadding=" 3" > < tr> < td width=" <? php echo BOX_WIDTH;? > " valign=" top" > < table border=" 0" width=" <? php echo BOX_WIDTH;? > " cellspacing=" 0" cellpadding=" 2" > <! -- left_navigation //--> <? php require(DIR_WS_INCLUDES. 'column_left.php');? >
<! -- left_navigation_eof //--> < /table> < /td> <! -- body_text //--> < td width=" 100%" valign=" top" > < table border=" 0" width=" 100%" cellspacing=" 0" cellpadding=" 0" > < tr> < td> < table border=" 0" width=" 100%" cellspacing=" 0" cellpadding=" 0" > < tr> < td class=" pageHeading" > <? php echo HEADING_TITLE;? > < /td> < td class=" pageHeading" align=" right" > <? php echo tep_image(DIR_WS_IMAGES. 'table_background_account.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT);? > < /td> < /tr> < /table> < /td> < /tr> < td> <? php echo tep_draw_separator('pixel_trans.gif', '100%', '10');? > < /td> <? php if ($messageStack-> size('account') > 0) { < td> <? php echo $messageStack-> output('account');? > < /td> if (tep_count_customer_orders() > 0) { < td> < table border=" 0" cellspacing=" 0" cellpadding=" 2" > < td class=" main" > < b> <? php echo OVERVIEW_TITLE;? > < /b> < /td> < td class=" main" > <? php echo '< a href=" '. tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL'). '" > < u> '. OVERVIEW_SHOW_ALL_ORDERS. '< /u> < /a> ';? > < /td> < td> < table border=" 0" width=" 100%" cellspacing=" 1" cellpadding=" 2" class=" infoBox" > < tr class=" infoBoxContents" > < td> < table border=" 0" width=" 100%" cellspacing=" 0" cellpadding=" 2" > < tr> < td class=" main" align=" center" valign=" top" width=" 130" > <? php echo '< b> '. OVERVIEW_PREVIOUS_ORDERS. '< /b> < br> '. tep_image(DIR_WS_IMAGES. 'arrow_south_east.gif');? > < /td> < td> < table border=" 0" width=" 100%" cellspacing=" 0" cellpadding=" 2" > $orders_query = tep_db_query(" select o.orders_id, o.date_purchased, o.delivery_name, o.delivery_country, o.billing_name, o.billing_country, ot.text as order_total, s.orders_status_name from ". TABLE_ORDERS. " o, ". TABLE_ORDERS_TOTAL. " ot, ". TABLE_ORDERS_STATUS. " s where o.customers_id = '". (int)$customer_id. " ' and o.orders_id = ot.orders_id and ot.class = 'ot_total' and o.orders_status = s.orders_status_id and s.language_id = '". (int)$languages_id. " ' and s.public_flag = '1' order by orders_id desc limit 3");
while ($orders = tep_db_fetch_array($orders_query)) { if (tep_not_null($orders['delivery_name'])) { $order_name = $orders['delivery_name'];
$order_country = $orders['delivery_country'];
} else { $order_name = $orders['billing_name'];
$order_country = $orders['billing_country'];
< tr class=" moduleRow" onMouseOver=" rowOverEffect(this)" onMouseOut=" rowOutEffect(this)" onClick=" document.location.href='<? php echo tep_href_link(FILENAME_ACCOUNT_HISTORY_INFO, 'order_id='. $orders['orders_id'], 'SSL');? > '" >
< td class=" main" width=" 80" > <? php echo tep_date_short($orders['date_purchased']);? > < /td> < td class=" main" > <? php echo '#'. $orders['orders_id'];? > < /td> < td class=" main" > <? php echo tep_output_string_protected($order_name). ', '. $order_country;? > < /td> < td class=" main" > <? php echo $orders['orders_status_name'];? > < /td> < td class=" main" align=" right" > <? php echo $orders['order_total'];? > < /td> < td class=" main" align=" right" > <? php echo '< a href=" '. tep_href_link(FILENAME_ACCOUNT_HISTORY_INFO, 'order_id='. $orders['orders_id'], 'SSL'). '" > '. tep_image_button('small_view.gif', SMALL_IMAGE_BUTTON_VIEW). '< /a> ';? > < /td> < /tr> < /table> < /td> < td> <? php echo tep_draw_separator('pixel_trans.gif', '10', '1');? > < /td> < /tr> < /table> < /td> < td> < table border=" 0" width=" 100%" cellspacing=" 0" cellpadding=" 2" > < td class=" main" > < b> <? php echo MY_ACCOUNT_TITLE;? > < /b> < /td> < td width=" 10" > <? php echo tep_draw_separator('pixel_trans.gif', '10', '1');? > < /td> < td width=" 60" > <? php echo tep_image(DIR_WS_IMAGES. 'account_personal.gif');? > < /td> < tr> < td class=" main" > <? php echo tep_image(DIR_WS_IMAGES. 'arrow_green.gif'). ' < a href=" '. tep_href_link(FILENAME_ACCOUNT_EDIT, '', 'SSL'). '" > '. MY_ACCOUNT_INFORMATION. '< /a> ';? > < /td> < td class=" main" > <? php echo tep_image(DIR_WS_IMAGES. 'arrow_green.gif'). ' < a href=" '. tep_href_link(FILENAME_ADDRESS_BOOK, '', 'SSL'). '" > '. MY_ACCOUNT_ADDRESS_BOOK. '< /a> ';? > < /td> < td class=" main" > <? php echo tep_image(DIR_WS_IMAGES. 'arrow_green.gif'). ' < a href=" '. tep_href_link(FILENAME_ACCOUNT_PASSWORD, '', 'SSL'). '" > '. MY_ACCOUNT_PASSWORD. '< /a> ';? > < /td> < td width=" 10" align=" right" > <? php echo tep_draw_separator('pixel_trans.gif', '10', '1');? > < /td> < td class=" main" > < b> <? php echo MY_ORDERS_TITLE;? > < /b> < /td> < td width=" 60" > <? php echo tep_image(DIR_WS_IMAGES. 'account_orders.gif');? > < /td> < td class=" main" > <? php echo tep_image(DIR_WS_IMAGES. 'arrow_green.gif'). ' < a href=" '. tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL'). '" > '. MY_ORDERS_VIEW. '< /a> ';? > < /td> < td class=" main" > < b> <? php echo EMAIL_NOTIFICATIONS_TITLE;? > < /b> < /td> < td width=" 60" > <? php echo tep_image(DIR_WS_IMAGES. 'account_notifications.gif');? > < /td> < td class=" main" > <? php echo tep_image(DIR_WS_IMAGES. 'arrow_green.gif'). ' < a href=" '. tep_href_link(FILENAME_ACCOUNT_NEWSLETTERS, '', 'SSL'). '" > '. EMAIL_NOTIFICATIONS_NEWSLETTERS. '< /a> ';? > < /td> < td class=" main" > <? php echo tep_image(DIR_WS_IMAGES. 'arrow_green.gif'). ' < a href=" '. tep_href_link(FILENAME_ACCOUNT_NOTIFICATIONS, '', 'SSL'). '" > '. EMAIL_NOTIFICATIONS_PRODUCTS. '< /a> ';? > < /td> <! -- body_text_eof //--> <! -- right_navigation //--> <? php require(DIR_WS_INCLUDES. 'column_right.php');? > <! -- right_navigation_eof //--> < /tr> < /table> <! -- body_eof //--> <! -- footer //--> <? php require(DIR_WS_INCLUDES. 'footer.php');? >
$type = (isset($HTTP_GET_VARS['type'])? $HTTP_GET_VARS['type']: '');
$banner_extension = tep_banner_image_extension(); // check if the graphs directory exists $dir_ok = false; if (function_exists('imagecreate') & & tep_not_null($banner_extension)) { if (is_dir(DIR_WS_IMAGES. 'graphs')) { if (is_writeable(DIR_WS_IMAGES. 'graphs')) { $dir_ok = true;
$messageStack-> add(ERROR_GRAPHS_DIRECTORY_NOT_WRITEABLE, 'error');
} else { $messageStack-> add(ERROR_GRAPHS_DIRECTORY_DOES_NOT_EXIST, 'error');
$banner_query = tep_db_query(" select banners_title from ". TABLE_BANNERS. " where banners_id = '". (int)$HTTP_GET_VARS['bID']. " '");
$banner = tep_db_fetch_array($banner_query); $years_array = array();
$years_query = tep_db_query(" select distinct year(banners_history_date) as banner_year from ". TABLE_BANNERS_HISTORY. " where banners_id = '". (int)$HTTP_GET_VARS['bID']. " '");
while ($years = tep_db_fetch_array($years_query)) { $years_array[] = array('id' => $years['banner_year'], 'text' => $years['banner_year']);
$months_array = array(); for ($i=1; $i< 13; $i++) { $months_array[] = array('id' => $i, 'text' => strftime('%B', mktime(0, 0, 0, $i)));
$type_array = array(array('id' => 'daily', 'text' => STATISTICS_TYPE_DAILY), array('id' => 'monthly', 'text' => STATISTICS_TYPE_MONTHLY), array('id' => 'yearly', 'text' => STATISTICS_TYPE_YEARLY));
<! doctype html public " -//W3C//DTD HTML 4.01 Transitional//EN" > < link rel=" stylesheet" type=" text/css" href=" includes/stylesheet.css" > < body marginwidth=" 0" marginheight=" 0" topmargin=" 0" bottommargin=" 0" leftmargin=" 0" rightmargin=" 0" bgcolor=" #FFFFFF" > < table border=" 0" width=" 100%" cellspacing=" 2" cellpadding=" 2" > < td width=" <? php echo BOX_WIDTH;? > " valign=" top" > < table border=" 0" width=" <? php echo BOX_WIDTH;? > " cellspacing=" 1" cellpadding=" 1" class=" columnLeft" > < td width=" 100%" valign=" top" > < table border=" 0" width=" 100%" cellspacing=" 0" cellpadding=" 2" > < td width=" 100%" > < table border=" 0" width=" 100%" cellspacing=" 0" cellpadding=" 0" > < tr> <? php echo tep_draw_form('year', FILENAME_BANNER_STATISTICS, '', 'get');? >
< td class=" pageHeading" align=" right" > <? php echo tep_draw_separator('pixel_trans.gif', '1', HEADING_IMAGE_HEIGHT);? > < /td> < td class=" main" align=" right" > <? php echo TITLE_TYPE. ' '. tep_draw_pull_down_menu('type', $type_array, (tep_not_null($type)? $type: 'daily'), 'onChange=" this.form.submit(); " ');? > < noscript> < input type=" submit" value=" GO" > < /noscript> < br> switch ($type) { case 'yearly': break; case 'monthly':
echo TITLE_YEAR. ' '. tep_draw_pull_down_menu('year', $years_array, (isset($HTTP_GET_VARS['year'])? $HTTP_GET_VARS['year']: date('Y')), 'onChange=" this.form.submit(); " '). '< noscript> < input type=" submit" value=" GO" > < /noscript> ';
break; default: case 'daily': echo TITLE_MONTH. ' '. tep_draw_pull_down_menu('month', $months_array, (isset($HTTP_GET_VARS['month'])? $HTTP_GET_VARS['month']: date('n')), 'onChange=" this.form.submit(); " '). '< noscript> < input type=" submit" value=" GO" > < /noscript> < br> '. TITLE_YEAR. ' '. tep_draw_pull_down_menu('year', $years_array, (isset($HTTP_GET_VARS['year'])? $HTTP_GET_VARS['year']: date('Y')), 'onChange=" this.form.submit(); " '). '< noscript> < input type=" submit" value=" GO" > < /noscript> ';
< /td> <? php echo tep_draw_hidden_field('page', $HTTP_GET_VARS['page']). tep_draw_hidden_field('bID', $HTTP_GET_VARS['bID']). tep_hide_session_id();? > < /form> < /tr> < td> <? php echo tep_draw_separator('pixel_trans.gif', '1', '10');? > < /td> < td align=" center" > if (function_exists('imagecreate') & & ($dir_ok == true) & & tep_not_null($banner_extension)) { $banner_id = (int)$HTTP_GET_VARS['bID'];
switch ($type) { case 'yearly':
include(DIR_WS_INCLUDES. 'graphs/banner_yearly.php');
echo tep_image(DIR_WS_IMAGES. 'graphs/banner_yearly-'. $banner_id. '.'. $banner_extension);
break;
case 'monthly': include(DIR_WS_INCLUDES. 'graphs/banner_monthly.php');
echo tep_image(DIR_WS_IMAGES. 'graphs/banner_monthly-'. $banner_id. '.'. $banner_extension);
default: case 'daily': include(DIR_WS_INCLUDES. 'graphs/banner_daily.php');
echo tep_image(DIR_WS_IMAGES. 'graphs/banner_daily-'. $banner_id. '.'. $banner_extension);
< table border=" 0" width=" 600" cellspacing=" 0" cellpadding=" 2" > < tr class=" dataTableHeadingRow" > < td class=" dataTableHeadingContent" > <? php echo TABLE_HEADING_SOURCE;? > < /td> < td class=" dataTableHeadingContent" align=" right" > <? php echo TABLE_HEADING_VIEWS;? > < /td> < td class=" dataTableHeadingContent" align=" right" > <? php echo TABLE_HEADING_CLICKS;? > < /td> < /tr> for ($i=0, $n=sizeof($stats); $i< $n; $i++) { echo ' < tr class=" dataTableRow" > '. " \n".
' < td class=" dataTableContent" > '. $stats[$i][0]. '< /td> '. " \n".
' < td class=" dataTableContent" align=" right" > '. number_format($stats[$i][1]). '< /td> '. " \n".
' < td class=" dataTableContent" align=" right" > '. number_format($stats[$i][2]). '< /td> '. " \n".
' < /tr> '. " \n"; < /table> } else { include(DIR_WS_FUNCTIONS. 'html_graphs.php');
echo tep_banner_graph_yearly($HTTP_GET_VARS['bID']); echo tep_banner_graph_monthly($HTTP_GET_VARS['bID']); echo tep_banner_graph_daily($HTTP_GET_VARS['bID']);
< /td> < td class=" main" align=" right" > <? php echo '< a href=" '. tep_href_link(FILENAME_BANNER_MANAGER, 'page='. $HTTP_GET_VARS['page']. '& bID='. $HTTP_GET_VARS['bID']). '" > '. tep_image_button('button_back.gif', IMAGE_BACK). '< /a> ';? > < /td> $action = (isset($HTTP_GET_VARS['action'])? $HTTP_GET_VARS['action']: '');
if (tep_not_null($action)) { switch ($action) { case 'save': $configuration_value = tep_db_prepare_input($HTTP_POST_VARS['configuration_value']);
$cID = tep_db_prepare_input($HTTP_GET_VARS['cID']);
tep_db_query(" update ". TABLE_CONFIGURATION. " set configuration_value = '". tep_db_input($configuration_value). " ', last_modified = now() where configuration_id = '". (int)$cID. " '");
tep_redirect(tep_href_link(FILENAME_CONFIGURATION, 'gID='. $HTTP_GET_VARS['gID']. '& cID='. $cID));
$gID = (isset($HTTP_GET_VARS['gID']))? $HTTP_GET_VARS['gID']: 1;
$cfg_group_query = tep_db_query(" select configuration_group_title from ". TABLE_CONFIGURATION_GROUP. " where configuration_group_id = '". (int)$gID. " '");
$cfg_group = tep_db_fetch_array($cfg_group_query);
< script language=" javascript" src=" includes/general.js" > < /script> < body marginwidth=" 0" marginheight=" 0" topmargin=" 0" bottommargin=" 0" leftmargin=" 0" rightmargin=" 0" bgcolor=" #FFFFFF" onload=" SetFocus(); " >
< td class=" pageHeading" > <? php echo $cfg_group['configuration_group_title'];? > < /td> < td class=" pageHeading" align=" right" > <? php echo tep_draw_separator('pixel_trans.gif', HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT);? > < /td> < td valign=" top" > < table border=" 0" width=" 100%" cellspacing=" 0" cellpadding=" 2" > < tr class=" dataTableHeadingRow" > < td class=" dataTableHeadingContent" > <? php echo TABLE_HEADING_CONFIGURATION_TITLE;? > < /td> < td class=" dataTableHeadingContent" > <? php echo TABLE_HEADING_CONFIGURATION_VALUE;? > < /td> < td class=" dataTableHeadingContent" align=" right" > <? php echo TABLE_HEADING_ACTION;? > & nbsp; < /td> $configuration_query = tep_db_query(" select configuration_id, configuration_title, configuration_value, use_function from ". TABLE_CONFIGURATION. " where configuration_group_id = '". (int)$gID. " ' order by sort_order");
while ($configuration = tep_db_fetch_array($configuration_query)) { if (tep_not_null($configuration['use_function'])) { $use_function = $configuration['use_function'];
if (ereg('-> ', $use_function)) { $class_method = explode('-> ', $use_function);
if (! is_object(${$class_method[0]})) { include(DIR_WS_CLASSES. $class_method[0]. '.php');
${$class_method[0]} = new $class_method[0]();
$cfgValue = tep_call_function($class_method[1], $configuration['configuration_value'], ${$class_method[0]});
$cfgValue = tep_call_function($use_function, $configuration['configuration_value']);
$cfgValue = $configuration['configuration_value'];
if ((! isset($HTTP_GET_VARS['cID']) || (isset($HTTP_GET_VARS['cID']) & & ($HTTP_GET_VARS['cID'] == $configuration['configuration_id']))) & &! isset($cInfo) & & (substr($action, 0, 3)! = 'new')) { $cfg_extra_query = tep_db_query(" select configuration_key, configuration_description, date_added, last_modified, use_function, set_function from ". TABLE_CONFIGURATION. " where configuration_id = '". (int)$configuration['configuration_id']. " '");
$cfg_extra = tep_db_fetch_array($cfg_extra_query); $cInfo_array = array_merge($configuration, $cfg_extra); $cInfo = new objectInfo($cInfo_array);
if ((isset($cInfo) & & is_object($cInfo)) & & ($configuration['configuration_id'] == $cInfo-> configuration_id)) { echo ' < tr id=" defaultSelected" class=" dataTableRowSelected" onmouseover=" rowOverEffect(this)" onmouseout=" rowOutEffect(this)" onclick=" document.location.href=\''. tep_href_link(FILENAME_CONFIGURATION, 'gID='. $HTTP_GET_VARS['gID']. '& cID='. $cInfo-> configuration_id. '& action=edit'). '\'" > '. " \n";
echo ' < tr class=" dataTableRow" onmouseover=" rowOverEffect(this)" onmouseout=" rowOutEffect(this)" onclick=" document.location.href=\''. tep_href_link(FILENAME_CONFIGURATION, 'gID='. $HTTP_GET_VARS['gID']. '& cID='. $configuration['configuration_id']). '\'" > '. " \n";
< td class=" dataTableContent" > <? php echo $configuration['configuration_title'];? > < /td> < td class=" dataTableContent" > <? php echo htmlspecialchars($cfgValue);? > < /td> < td class=" dataTableContent" align=" right" > <? php if ((isset($cInfo) & & is_object($cInfo)) & & ($configuration['configuration_id'] == $cInfo-> configuration_id)) { echo tep_image(DIR_WS_IMAGES. 'icon_arrow_right.gif', ''); } else { echo '< a href=" '. tep_href_link(FILENAME_CONFIGURATION, 'gID='. $HTTP_GET_VARS['gID']. '& cID='. $configuration['configuration_id']). '" > '. tep_image(DIR_WS_IMAGES. 'icon_info.gif', IMAGE_ICON_INFO). '< /a> '; }? > & nbsp; < /td> $heading = array();
$contents = array(); switch ($action) { case 'edit': $heading[] = array('text' => '< b> '. $cInfo-> configuration_title. '< /b> ');
if ($cInfo-> set_function) { eval('$value_field = '. $cInfo-> set_function. '" '. htmlspecialchars($cInfo-> configuration_value). '"); ');
$value_field = tep_draw_input_field('configuration_value', $cInfo-> configuration_value);
$contents = array('form' => tep_draw_form('configuration', FILENAME_CONFIGURATION, 'gID='. $HTTP_GET_VARS['gID']. '& cID='. $cInfo-> configuration_id. '& action=save'));
$contents[] = array('text' => TEXT_INFO_EDIT_INTRO); $contents[] = array('text' => '< br> < b> '. $cInfo-> configuration_title. '< /b> < br> '. $cInfo-> configuration_description. '< br> '. $value_field);
$contents[] = array('align' => 'center', 'text' => '< br> '. tep_image_submit('button_update.gif', IMAGE_UPDATE). '& nbsp; < a href=" '. tep_href_link(FILENAME_CONFIGURATION, 'gID='. $HTTP_GET_VARS['gID']. '& cID='. $cInfo-> configuration_id). '" > '. tep_image_button('button_cancel.gif', IMAGE_CANCEL). '< /a> '); if (isset($cInfo) & & is_object($cInfo)) { $heading[] = array('text' => '< b> '. $cInfo-> configuration_title. '< /b> '); $contents[] = array('align' => 'center', 'text' => '< a href=" '. tep_href_link(FILENAME_CONFIGURATION, 'gID='. $HTTP_GET_VARS['gID']. '& cID='. $cInfo-> configuration_id. '& action=edit'). '" > '. tep_image_button('button_edit.gif', IMAGE_EDIT). '< /a> ');
$contents[] = array('text' => '< br> '. $cInfo-> configuration_description);
$contents[] = array('text' => '< br> '. TEXT_INFO_DATE_ADDED. ' '. tep_date_short($cInfo-> date_added));
if (tep_not_null($cInfo-> last_modified)) $contents[] = array('text' => TEXT_INFO_LAST_MODIFIED. ' '. tep_date_short($cInfo-> last_modified));
case 'insert': $tax_zone_id = tep_db_prepare_input($HTTP_POST_VARS['tax_zone_id']);
$tax_class_id = tep_db_prepare_input($HTTP_POST_VARS['tax_class_id']);
$tax_rate = tep_db_prepare_input($HTTP_POST_VARS['tax_rate']);
$tax_description = tep_db_prepare_input($HTTP_POST_VARS['tax_description']);
$tax_priority = tep_db_prepare_input($HTTP_POST_VARS['tax_priority']);
tep_db_query(" insert into ". TABLE_TAX_RATES. " (tax_zone_id, tax_class_id, tax_rate, tax_description, tax_priority, date_added) values ('". (int)$tax_zone_id. " ', '". (int)$tax_class_id. " ', '". tep_db_input($tax_rate). " ', '". tep_db_input($tax_description). " ', '". tep_db_input($tax_priority). " ', now())"); tep_redirect(tep_href_link(FILENAME_TAX_RATES));
$tax_rates_id = tep_db_prepare_input($HTTP_GET_VARS['tID']);
tep_db_query(" update ". TABLE_TAX_RATES. " set tax_rates_id = '". (int)$tax_rates_id. " ', tax_zone_id = '". (int)$tax_zone_id. " ', tax_class_id = '". (int)$tax_class_id. " ', tax_rate = '". tep_db_input($tax_rate). " ', tax_description = '". tep_db_input($tax_description). " ', tax_priority = '". tep_db_input($tax_priority). " ', last_modified = now() where tax_rates_id = '". (int)$tax_rates_id. " '");
tep_redirect(tep_href_link(FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']. '& tID='. $tax_rates_id)); case 'deleteconfirm': tep_db_query(" delete from ". TABLE_TAX_RATES. " where tax_rates_id = '". (int)$tax_rates_id. " '");
tep_redirect(tep_href_link(FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']));
< td class=" dataTableHeadingContent" > <? php echo TABLE_HEADING_TAX_RATE_PRIORITY;? > < /td> < td class=" dataTableHeadingContent" > <? php echo TABLE_HEADING_TAX_CLASS_TITLE;? > < /td> < td class=" dataTableHeadingContent" > <? php echo TABLE_HEADING_ZONE;? > < /td> < td class=" dataTableHeadingContent" > <? php echo TABLE_HEADING_TAX_RATE;? > < /td> $rates_query_raw = " select r.tax_rates_id, z.geo_zone_id, z.geo_zone_name, tc.tax_class_title, tc.tax_class_id, r.tax_priority, r.tax_rate, r.tax_description, r.date_added, r.last_modified from ". TABLE_TAX_CLASS. " tc, ". TABLE_TAX_RATES. " r left join ". TABLE_GEO_ZONES. " z on r.tax_zone_id = z.geo_zone_id where r.tax_class_id = tc.tax_class_id";
$rates_split = new splitPageResults($HTTP_GET_VARS['page'], MAX_DISPLAY_SEARCH_RESULTS, $rates_query_raw, $rates_query_numrows); $rates_query = tep_db_query($rates_query_raw);
while ($rates = tep_db_fetch_array($rates_query)) { if ((! isset($HTTP_GET_VARS['tID']) || (isset($HTTP_GET_VARS['tID']) & & ($HTTP_GET_VARS['tID'] == $rates['tax_rates_id']))) & &! isset($trInfo) & & (substr($action, 0, 3)! = 'new')) { $trInfo = new objectInfo($rates);
if (isset($trInfo) & & is_object($trInfo) & & ($rates['tax_rates_id'] == $trInfo-> tax_rates_id)) { echo ' < tr id=" defaultSelected" class=" dataTableRowSelected" onmouseover=" rowOverEffect(this)" onmouseout=" rowOutEffect(this)" onclick=" document.location.href=\''. tep_href_link(FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']. '& tID='. $trInfo-> tax_rates_id. '& action=edit'). '\'" > '. " \n";
echo ' < tr class=" dataTableRow" onmouseover=" rowOverEffect(this)" onmouseout=" rowOutEffect(this)" onclick=" document.location.href=\''. tep_href_link(FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']. '& tID='. $rates['tax_rates_id']). '\'" > '. " \n";
< td class=" dataTableContent" > <? php echo $rates['tax_priority'];? > < /td> < td class=" dataTableContent" > <? php echo $rates['tax_class_title'];? > < /td> < td class=" dataTableContent" > <? php echo $rates['geo_zone_name'];? > < /td> < td class=" dataTableContent" > <? php echo tep_display_tax_value($rates['tax_rate']);? > %< /td> < td class=" dataTableContent" align=" right" > <? php if (isset($trInfo) & & is_object($trInfo) & & ($rates['tax_rates_id'] == $trInfo-> tax_rates_id)) { echo tep_image(DIR_WS_IMAGES. 'icon_arrow_right.gif', ''); } else { echo '< a href=" '. tep_href_link(FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']. '& tID='. $rates['tax_rates_id']). '" > '. tep_image(DIR_WS_IMAGES. 'icon_info.gif', IMAGE_ICON_INFO). '< /a> '; }? > & nbsp; < /td> < td colspan=" 5" > < table border=" 0" width=" 100%" cellspacing=" 0" cellpadding=" 2" > < td class=" smallText" valign=" top" > <? php echo $rates_split-> display_count($rates_query_numrows, MAX_DISPLAY_SEARCH_RESULTS, $HTTP_GET_VARS['page'], TEXT_DISPLAY_NUMBER_OF_TAX_RATES);? > < /td> < td class=" smallText" align=" right" > <? php echo $rates_split-> display_links($rates_query_numrows, MAX_DISPLAY_SEARCH_RESULTS, MAX_DISPLAY_PAGE_LINKS, $HTTP_GET_VARS['page']);? > < /td> if (empty($action)) { < td colspan=" 5" align=" right" > <? php echo '< a href=" '. tep_href_link(FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']. '& action=new'). '" > '. tep_image_button('button_new_tax_rate.gif', IMAGE_NEW_TAX_RATE). '< /a> ';? > < /td> case 'new':
$heading[] = array('text' => '< b> '. TEXT_INFO_HEADING_NEW_TAX_RATE. '< /b> ');
$contents = array('form' => tep_draw_form('rates', FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']. '& action=insert')); $contents[] = array('text' => TEXT_INFO_INSERT_INTRO);
$contents[] = array('text' => '< br> '. TEXT_INFO_CLASS_TITLE. '< br> '. tep_tax_classes_pull_down('name=" tax_class_id" style=" font-size: 10px" '));
$contents[] = array('text' => '< br> '. TEXT_INFO_ZONE_NAME. '< br> '. ep_geo_zones_pull_down('name=" tax_zone_id" style=" font-size: 10px" ')); $contents[] = array('text' => '< br> '. TEXT_INFO_TAX_RATE. '< br> '. tep_draw_input_field('tax_rate'));
$contents[] = array('text' => '< br> '. TEXT_INFO_RATE_DESCRIPTION. '< br> '. tep_draw_input_field('tax_description')); $contents[] = array('text' => '< br> '. TEXT_INFO_TAX_RATE_PRIORITY. '< br> '. tep_draw_input_field('tax_priority'));
$contents[] = array('align' => 'center', 'text' => '< br> '. tep_image_submit('button_insert.gif', IMAGE_INSERT). '& nbsp; < a href=" '. tep_href_link(FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']). '" > '. tep_image_button('button_cancel.gif', IMAGE_CANCEL). '< /a> ');
$heading[] = array('text' => '< b> '. TEXT_INFO_HEADING_EDIT_TAX_RATE. '< /b> ');
$contents = array('form' => tep_draw_form('rates', FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']. '& tID='. $trInfo-> tax_rates_id. '& action=save'));
$contents[] = array('text' => '< br> '. TEXT_INFO_CLASS_TITLE. '< br> '. tep_tax_classes_pull_down('name=" tax_class_id" style=" font-size: 10px" ', $trInfo-> tax_class_id));
$contents[] = array('text' => '< br> '. TEXT_INFO_ZONE_NAME. '< br> '. tep_geo_zones_pull_down('name=" tax_zone_id" style=" font-size: 10px" ', $trInfo-> geo_zone_id));
$contents[] = array('text' => '< br> '. TEXT_INFO_TAX_RATE. '< br> '. tep_draw_input_field('tax_rate', $trInfo-> tax_rate)); $contents[] = array('text' => '< br> '. TEXT_INFO_RATE_DESCRIPTION. '< br> '. tep_draw_input_field('tax_description', $trInfo-> tax_description));
$contents[] = array('text' => '< br> '. TEXT_INFO_TAX_RATE_PRIORITY. '< br> '. tep_draw_input_field('tax_priority', $trInfo-> tax_priority));
$contents[] = array('align' => 'center', 'text' => '< br> '. tep_image_submit('button_update.gif', IMAGE_UPDATE). '& nbsp; < a href=" '. tep_href_link(FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']. '& tID='. $trInfo-> tax_rates_id). '" > '. tep_image_button('button_cancel.gif', IMAGE_CANCEL). '< /a> '); case 'delete':
$heading[] = array('text' => '< b> '. TEXT_INFO_HEADING_DELETE_TAX_RATE. '< /b> ');
$contents = array('form' => tep_draw_form('rates', FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']. '& tID='. $trInfo-> tax_rates_id. '& action=deleteconfirm'));
$contents[] = array('text' => TEXT_INFO_DELETE_INTRO); $contents[] = array('text' => '< br> < b> '. $trInfo-> tax_class_title. ' '. number_format($trInfo-> tax_rate, TAX_DECIMAL_PLACES). '%< /b> ');
$contents[] = array('align' => 'center', 'text' => '< br> '. tep_image_submit('button_delete.gif', IMAGE_DELETE). '& nbsp; < a href=" '. tep_href_link(FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']. '& tID='. $trInfo-> tax_rates_id). '" > '. tep_image_button('button_cancel.gif', IMAGE_CANCEL). '< /a> ');
if (is_object($trInfo)) { $heading[] = array('text' => '< b> '. $trInfo-> tax_class_title. '< /b> ');
$contents[] = array('align' => 'center', 'text' => '< a href=" '. tep_href_link(FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']. '& tID='. $trInfo-> tax_rates_id. '& action=edit'). '" > '. tep_image_button('button_edit.gif', IMAGE_EDIT). '< /a> < a href=" '. tep_href_link(FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']. '& tID='. $trInfo-> tax_rates_id. '& action=delete'). '" > '. tep_image_button('button_delete.gif', IMAGE_DELETE). '< /a> ');
$contents[] = array('text' => '< br> '. TEXT_INFO_DATE_ADDED. ' '. tep_date_short($trInfo-> date_added));
$contents[] = array('text' => ''. TEXT_INFO_LAST_MODIFIED. ' '. tep_date_short($trInfo-> last_modified));
$contents[] = array('text' => '< br> '. TEXT_INFO_RATE_DESCRIPTION. '< br> '. $trInfo-> tax_description);
define('OSC_CATALOG_SESSION_ID', 'osCsid'); function tep_create_random_value($length, $type = 'mixed') { if (($type! = 'mixed') & & ($type! = 'chars') & & ($type! = 'digits')) return false;
$rand_value = ''; while (strlen($rand_value) < $length) { if ($type == 'digits') { $char = tep_rand(0, 9);
$char = chr(tep_rand(0, 255)); if ($type == 'mixed') { if (eregi('^[a-z0-9]$', $char)) $rand_value.= $char;
} elseif ($type == 'chars') { if (eregi('^[a-z]$', $char)) $rand_value.= $char;
} elseif ($type == 'digits') { if (ereg('^[0-9]$', $char)) $rand_value.= $char;
return $rand_value; // Module already installed if (defined('MODULE_PAYMENT_SOFORTUEBERWEISUNG_DIRECT_STATUS') & & (MODULE_PAYMENT_SOFORTUEBERWEISUNG_DIRECT_STATUS == 'True')) { die('Modul bereits installiert< br> < a href=" '. tep_href_link(FILENAME_MODULES, 'set=payment& module=sofortueberweisung_direct', 'SSL'). '" > zurьck zum ShopAdmin< /a> ');
$parameter = array(); $parameter['install'] = 'sofortueberweisung_direct';
$parameter['action'] = 'install'; $parameter['input_passwort'] = tep_create_random_value(12);
$parameter['bna_passwort'] = tep_create_random_value(12); $parameter['cnt_passwort'] = tep_create_random_value(12); $get_parameter = ''; $x = 0; while(list($key, $value) = each($parameter)) { if (empty($value)) continue;
if ($x > 0) $get_parameter.= " & "; $get_parameter.= $key. " =". urlencode($value);
$x++; $backlink = tep_href_link('ext/modules/payment/sofortueberweisung/install.php', $get_parameter); $html_abortlink = tep_catalog_href_link('checkout_payment.php', 'payment_error=sofortueberweisung_direct& '. OSC_CATALOG_SESSION_ID. '=-KUNDEN_VAR_2-', 'SSL', false, false); $header_redir_url = tep_catalog_href_link('checkout_process.php', OSC_CATALOG_SESSION_ID. '=-KUNDEN_VAR_2-& sovar3=-KUNDEN_VAR_3-& sovar4=-KUNDEN_VAR_3_MD5_PASS-& betrag_integer=-BETRAG_INTEGER-', 'SSL', false, false);
$alert_http_url = ep_catalog_href_link('ext/modules/payment/sofortueberweisung/callback.php', '', 'SSL', false, false);
if (isset($HTTP_GET_VARS['action']) & & ($HTTP_GET_VARS['action'] == 'install')) { $file_extension = substr($PHP_SELF, strrpos($PHP_SELF, '.')); $class = 'sofortueberweisung_direct';
if (file_exists(DIR_FS_CATALOG_MODULES. 'payment/sofortueberweisung_direct'. $file_extension)) { include(DIR_FS_CATALOG_MODULES. 'payment/sofortueberweisung_direct'. $file_extension);
$module = new $class; $module-> install(); tep_redirect(tep_href_link(FILENAME_MODULES, 'set=payment& module=sofortueberweisung_direct', 'SSL')); < html> < link rel=" stylesheet" type=" text/css" href=" https://www.sofortueberweisung.de/cms/modul/style.css" > < script type=" text/javascript" > function init() { if(false) { document.getElementById('table1').style.display = '';
document.getElementById('table2').style.display = ''; document.getElementById('table3').style.display = ''; document.getElementById('table4').style.display = ''; ocument.getElementById('table5').style.display = ''; document.getElementById('table6').style.display = ''; function toggleTableById(id) { if(document.getElementById(id).style.display == 'none') document.getElementById(id).style.display = ''; else document.getElementById(id).style.display = 'none'; function giveValue(value, name0, name1, name2, name3, name4) { if(name0! = '') document.getElementsByName(name0)[0].value = value;
if(name1! = '') document.getElementsByName(name1)[0].value = value; if(name2! = '') document.getElementsByName(name2)[0].value = value; if(name3! = '') ocument.getElementsByName(name3)[0].value = value; if(name4! = '') document.getElementsByName(name4)[0].value = value; function checkChar(string, validChars) { for (var pos = 0; pos < string.length; pos++) { if (validChars.indexOf(string.charAt(pos)) == -1) { return false;
return true; function submitForm() { var is_error=false;
var wert, wert1, wert2; wert = document.getElementById('sammel_input_project_name').value;
if(! is_error) if(wert == '') {alert('Bitte Projektnamen eintragen'); is_error=true; } wert = document.getElementById('sammel_input_name').value;
if(! is_error) if(wert == '') {alert('Bitte Namen eintragen'); is_error=true; } wert = document.getElementById('sammel_input_firma').value;
if(! is_error) if(wert == '') {alert('Bitte Firma eintragen'); is_error=true; } wert = document.getElementById('sammel_input_strasse').value;
if(! is_error) if(wert == '') {alert('Bitte Strasse eintragen'); is_error=true; } wert = document.getElementById('sammel_input_plz').value;
if(! is_error) if(! checkChar(wert, '0123456789') || wert == '' || (wert.length! =5 & & wert.length! =4)) {alert('PLZ muss aus 4 oder 5 Ziffern bestehen'); is_error=true; } wert = document.getElementById('sammel_input_ort').value;
if(! is_error) if(wert == '') {alert('Bitte Ort eintragen'); is_error=true; } wert = document.getElementById('sammel_input_land').value;
if(! is_error) if(wert == '') {alert('Bitte Land eintragen'); is_error=true; } wert = document.getElementById('sammel_input_konto_inhaber').value;
if(! is_error) if(wert == '') {alert('Bitte Kontoinhaber eintragen'); is_error=true; } wert = document.getElementById('sammel_input_kontonummer').value;
if(! is_error) if(! checkChar(wert, '0123456789') || wert == '') {alert('Kontonummer darf nur aus Ziffern bestehen'); is_error=true; } wert = document.getElementById('sammel_input_blz').value;
if(! is_error) if(! checkChar(wert, '0123456789') || wert == '' || wert.length! =8) {alert('BLZ muss aus 8 Ziffern bestehen'); is_error=true; } wert = document.getElementById('sammel_input_bank').value;
if(! is_error) if(wert == '') {alert('Bitte Bankname eintragen'); is_error=true; } wert = document.getElementById('sammel_input_homepage').value;
if(! is_error) if(wert == '') {alert('Bitte Homepage eintragen'); is_error=true; } wert = document.getElementById('sammel_input_email').value;
if(! is_error) if(wert == '') {alert('Bitte Email-Adresse eintragen'); is_error=true; } //if(! is_error) if(document.getElementById('sammel_input_ustid').value == '' & & document.getElementById('sammel_input_steuernummer').value == '') {alert('Bitte alle Pflichtfelder ausfьllen'); is_error=true; } wert1 = document.getElementById('sammel_input_telefon').value;
wert2 = document.getElementById('sammel_input_mobil').value;
if(! is_error) if(wert1 == '' & & wert2 == '') {alert('Es muss mindestens ein telefonischer Kontakt angegeben sein'); is_error=true; } // adjust Backlink document.getElementsByName('user[backlink]')[0].value += '& konto_inhaber=' + escape(document.getElementById('sammel_input_konto_inhaber').value);
document.getElementsByName('user[backlink]')[0].value += '& konto_nr=' + escape(document.getElementById('sammel_input_kontonummer').value);
document.getElementsByName('user[backlink]')[0].value += '& konto_blz=' + escape(document.getElementById('sammel_input_blz').value);
document.getElementsByName('user[backlink]')[0].value += '& konto_bank=' + escape(document.getElementById('sammel_input_bank').value);
if(! is_error) document.getElementById('form').submit();
< /script> < style> input {Font-family: tahoma, arial, verdana; font-size: 11px; color: #666666; background-color: #FFFFFF; border: 1px solid #808080; } select {Font-family: tahoma, arial, verdana; font-size: 11px; color: #666666; background-color: #FFFFFF; border: 1px solid #808080; } < /style> < body background=" https://www.sofortueberweisung.de/cms/design/kachel.gif" leftmargin=" 0" topmargin=" 5" marginwidth=" 0" marginheight=" 0" onload=" javascript: init()" > < form method=" post" action=" https://www.sofort-ueberweisung.de/createnew.php" id=" form" > < table align=" center" width=" 970" height=" 205" border=" 0" cellpadding=" 0" cellspacing=" 0" > < td> < img src=" https://www.sofortueberweisung.de/grafik/head_image.gif" /> < /td> < img src=" https://www.sofortueberweisung.de/cms/p.gif" width=5 height=5 alt=" " border=0 vspace=0 hspace=0> < /td> < table align=" center" width=" 970" border=" 0" cellpadding=" 0" cellspacing=" 0" > < tr> < td> < img src=" https://www.sofortueberweisung.de/cms/design/content_01.gif" width=" 190" height=" 10" alt=" " border=0 vspace=0 hspace=0> < /td> < td> < img src=" https://www.sofortueberweisung.de/cms/design/content_02.gif" width=" 212" height=" 10" alt=" " border=0 vspace=0 hspace=0> < /td> < td align=" right" > < img src=" https://www.sofortueberweisung.de/cms/design/content_03.gif" width=" 568" height=" 10" alt=" " border=0 vspace=0 hspace=0> < /td> < /tr> < /table> < td bgcolor=" white" > < table width=" 100%" border=" 0" > < tr> < td width=" 50%" > < table border=" 0" cellpadding=" 2" cellspacing=" 0" style=" padding-left: 20px; " >
< tr> < td> Projektname*< /td> < td> < input id=" sammel_input_project_name" size=" 40" type=" text" value=" <? php echo STORE_NAME;? > " onkeyup=" javascript: giveValue(this.value, 'project[projekt_name]', '', '', '', '')" > < /td> < /tr> < tr> < td> Projektbeschreibung< /td> < td> < input size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'project[projekt_beschreibung]', '', '', '', '')" > < /td> < /tr> < tr> < td colspan=" 2" > < hr /> < /td> < /tr> < tr> < td> Anrede< /td> < td> < input size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'user[r_anrede]', 'user[anspr_anrede]', 'project[anrede]', '', '')" > < /td> < /tr> < tr> < td> Name*< /td> < td> < input id=" sammel_input_name" value=" <? php echo STORE_OWNER;? > " size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'user[r_name]', 'user[anspr_name]', 'project[name]', '', '')" > < tr> < td> Firma*< /td> < td> < input id=" sammel_input_firma" size=" 40" type=" text" value=" <? php echo STORE_NAME;? > " onkeyup=" javascript: giveValue(this.value, 'user[firma]', 'user[r_firma]', 'project[firma]', '', '')" > < /td> < /tr> < tr> < td> Rechtsform< /td> < td> < select onchange=" javascript: giveValue(this.value, 'user[rechtsform]', '', '', '', '')" > < option value=" " > Bitte auswдhlen...< /option> < option value=" AG" > AG< /option> < option value=" AG & Co. OHG" > AG & Co. OHG< /option> < option value=" ARGE" > ARGE< /option> < option value=" e.G." > e.G.< /option> < option value=" e.K." > e.K.< /option> < option value=" e.V." > e.V.< /option> < option value=" GbR" > GbR< /option> < option value=" GmbH" > GmbH< /option> < option value=" GmbH & Co. KG" > GmbH & Co. KG< /option> < option value=" GmbH & Co. OHG" > GmbH & Co. OHG< /option> < option value=" KG" > KG< /option> < option value=" KGaA" > KGaA< /option> < option value=" OHG" > OHG< /option> < option value=" Selbststдndig" > Selbststдndig< /option> < option value=" VvAG" > VvAG< /option> < option value=" Sonstige" > Sonstige< /option> < /select> < tr> < td> Strasse*< /td> < td> < input id=" sammel_input_strasse" size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'user[strasse]', 'user[r_strasse]', 'project[strasse]', '', '')" > < /td> < /tr> < tr> < td> PLZ*< /td> < td> < input maxlength=" 5" id=" sammel_input_plz" size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'user[plz]', 'user[r_plz]', 'project[plz]', '', '')" > < /td> < /tr> < tr> < td> Ort*< /td> < td> < input id=" sammel_input_ort" size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'user[ort]', 'user[r_ort]', 'project[ort]', '', '')" > < /td> < /tr> < tr> < td> Land*< /td> < td> < input id=" sammel_input_land" size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'user[land]', 'user[r_land]', 'project[land]', '', '')" > < /td> < /tr> < tr> < td> Telefon+< /td> < td> < input id=" sammel_input_telefon" size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'user[telefon]', 'user[anspr_fon]', 'project[telefon]', '', '')" > < /td> < /tr> < tr> < td> Mobil+< /td> < td> < input id=" sammel_input_mobil" size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'user[anspr_mobil]', '', '', '', '')" > < /td> < /tr> < tr> < td> Telefax< /td> < td> < input size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'user[anspr_fax]', 'project[telefax]', 'user[telefax]', '', '')" > < /td> < /tr> < tr> < td colspan=" 2" > < hr /> < /td> < /tr> < tr> < td colspan=" 2" > < b> Konto auf welches die Zahlungseingдnge gutgeschrieben werden: < /b> < /td> < /tr> < tr> < td> Konto Inhaber*< /td> < td> < input id=" sammel_input_konto_inhaber" size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'user[elv_konto_inhaber]', 'project[an_konto_inhaber]', '', '', '')" > < /td> < /tr> < tr> < td> Kontonummer*< /td> < td> < input maxlength=" 15" id=" sammel_input_kontonummer" size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'user[elv_konto_nr]', 'project[an_konto_nr]', '', '', '')" > < /td> < /tr> < tr> < td> Bankleitzahl*< /td> < td> < input maxlength=" 8" id=" sammel_input_blz" size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'user[elv_konto_blz]', 'project[an_konto_blz]', '', '', '')" > < /td> < /tr> < tr> < td> Name der Bank*< /td> < td> < input id=" sammel_input_bank" size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'user[elv_konto_bank]', 'project[an_konto_bank]', '', '', '')" > < /td> < /tr> < tr> < td colspan=" 2" > < b> Hiermit beauftrage ich Sie, die fдlligen < a href=" https://www.sofortueberweisung.de/cms/index.php? plink=tarife& l=1& fs=" target=" _blank" > Betrдge< /a> per Lastschrift von meinem Konto einzuziehen.< /b> < /td> < /tr> < tr> < td> Ustid< /td> < td> < input id=" sammel_input_ustid" size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'user[ustid]', '', '', '', '')" > < /td> < /tr> < tr> < td> Steuernr< /td> < td> < input id=" sammel_input_steuernummer" size=" 40" type=" text" onkeyup=" javascript: giveValue(this.value, 'user[steuernr]', '', '', '', '')" > < /td> < /tr> < tr> < td> Homepage*< /td> < td> < input id=" sammel_input_homepage" size=" 40" type=" text" value=" <? php echo tep_catalog_href_link();? > " onkeyup=" javascript: giveValue(this.value, 'project[homepage]', 'user[homepage]', '', '', '')" > < /td> < /tr> < tr> < td> Email*< /td> < td> < input id=" sammel_input_email" size=" 40" type=" text" value=" <? php echo STORE_OWNER_EMAIL_ADDRESS;? > " onkeyup=" javascript: giveValue(this.value, 'user[r_email]', 'user[anspr_email]', 'project[email]', 'user[email]', 'alert[alert_email_adresse]')" > < /td> < /tr> < tr> < td> Email-Benachrichtigungen bei Zahlungseingдngen aktivieren: < /td> < td> < input type=" radio" name=" sammel_input_email_flag" value=" 1" CHECKED onfocus=" javascript: giveValue(this.value, 'alert[alert_email_status]', '', '', '', '')" > Ja < input type=" radio" name=" sammel_input_email_flag" value=" 0" onfocus=" javascript: giveValue(this.value, 'alert[alert_email_status]', '', '', '', '')" > Nein< /td> < /tr> < tr> < td colspan=" 2" > < input type=" button" name=" Absenden" value=" Absenden" onclick=" javascript: submitForm()" > < br> < b> Nach der Registrierung des Projekts bei Sofortьberweisung, unbedingt dem Link zurьck zum Shop folgen! < /b> < /td> < /tr> < /table> < /td> < td valign=" top" align=" left" > < table border=" 0" cellspacing=" 0" > < tr> < td> < a href=" #" onclick=" javascript: toggleTableById('table2')" > < u> Alternative Rechnungsanschrift< /u> < /a> < /td> < /tr> < tr> < td> < table border=" 0" cellspacing=" 0" id=" table2" style=" display: none" > < tr> < td> Anrede< /td> < td> < input size=" 40" type=" text" name=" user[r_anrede]" value=" " > < /td> < /tr> < tr> < td> Firma< /td> < td> < input size=" 40" type=" text" name=" user[r_firma]" value=" <? php echo STORE_NAME;? > " > < /td> < /tr> < tr> < td> Name< /td> < td> < input size=" 40" type=" text" name=" user[r_name]" value=" " > < /td> < /tr> < tr> < td> Strasse< /td> < td> < input size=" 40" type=" text" name=" user[r_strasse]" value=" " > < /td> < /tr> < tr> < td> Plz< /td> < td> < input size=" 40" type=" text" name=" user[r_plz]" value=" " > < /td> < /tr> < tr> < td> Ort< /td> < td> < input size=" 40" type=" text" name=" user[r_ort]" value=" " > < /td> < /tr> < tr> < td> Land< /td> < td> < input size=" 40" type=" text" name=" user[r_land]" value=" " > < /td> < /tr> < tr> < td> Email< /td> < td> < input size=" 40" type=" text" name=" user[r_email]" value=" <? php echo STORE_OWNER_EMAIL_ADDRESS;? > " > < /td> < /tr> < /table> < /td> < /tr> < table border=" 0" cellspacing=" 0" > < tr> < td> < a href=" #" onclick=" javascript: toggleTableById('table4')" > < u> Alternativer Ansprechpartner< /u> < /a> < /td> < /tr> < tr> < td> < table border=" 0" cellspacing=" 0" id=" table4" style=" display: none" > < tr> < td> Anrede< /td> < td> < input size=" 40" type=" text" name=" user[anspr_anrede]" value=" " > < /td> < td> & nbsp; < /td> < /tr> < tr> < td> Name< /td> < td> < input size=" 40" type=" text" name=" user[anspr_name]" value=" " > < /td> < td> & nbsp; < /td> < /tr> < tr> < td> Telefon< /td> < td> < input size=" 40" type=" text" name=" user[anspr_fon]" value=" " > < /td> < td> & nbsp; < /td> < /tr> < tr> < td> Telefax< /td> < td> < input size=" 40" type=" text" name=" user[anspr_fax]" value=" " > < /td> < td> & nbsp; < /td> < /tr> < tr> < td> Mobil< /td> < td> < input size=" 40" type=" text" name=" user[anspr_mobil]" value=" " > < /td> < td> & nbsp; < /td> < /tr> < tr> < td> Email< /td> < td> < input size=" 40" type=" text" name=" user[anspr_email]" value=" <? php echo STORE_OWNER_EMAIL_ADDRESS;? > " > < /td> < td> & nbsp; < /td> < /tr> < /table> < /td> < /tr> < /table> < /tr> < tr> < td style=" padding-left: 20px; " > * zeichnet Pflichtfelder aus< br /> + zeichnet Felder aus, bei denen mindestens eines gefьllt sein muss< br /> Alle Zahlen sind ohne Leerzeichen einzugeben< /td> < /tr> < /table> < /td> < /tr> < table width=" 970" border=" 0" cellspacing=" 0" cellpadding=" 0" > < td width=" 190" valign=" top" > < img src=" https://www.sofortueberweisung.de/cms/design/content_11.gif" width=190 height=10 alt=" " border=0 vspace=0 hspace=0> < /td> < td bgcolor=" white" > < img src=" https://www.sofortueberweisung.de/cms/p.gif" width=5 height=10 alt=" " border=0 vspace=0 hspace=0> < /td> < td align=" right" width=" 568" > < img src=" https://www.sofortueberweisung.de/cms/design/content_13.gif" width=568 height=10 alt=" " border=0 vspace=0 hspace=0> < /td> < /tr> < table border=" 1" id=" table1" style=" display: none; " >
< tr> < td> Benutzername: < /td> < td> < input type=" text" name=" user[user]" value=" <? php echo STORE_OWNER;? > " > < /td> < td> *< /td> < /tr> < tr> < td> Firma< /td> < td> < input type=" text" name=" user[firma]" value=" <? php echo STORE_NAME;? > " > < /td> < td> *< /td> < /tr> < tr> < td> Rechtsform< /td> < td> < input type=" text" name=" user[rechtsform]" value=" " > < /td> < td> & nbsp; < /td> < /tr> < tr> < td> Strasse< /td> < td> < input type=" text" name=" user[strasse]" value=" " > < /td>
|